Searched refs:POPT_next_char (Results 1 – 4 of 4) sorted by relevance
133 const char *POPT_next_char (const char *str);
27 POPT_next_char (const char *str) in POPT_next_char() function
129 for (; *s; s = POPT_next_char(s)) in stringDisplayWidth()452 ch = POPT_next_char(ch); in singleOptionHelp()469 help = POPT_next_char(help); in singleOptionHelp()
104 - jbj: add POPT_next_char(), backout POPT_fprintf() usage (for the moment).