#include "system.h"#include <stdarg.h>#include "poptint.h"

Go to the source code of this file.
Functions | |
| const char * | POPT_prev_char (const char *str) |
| const char * | POPT_next_char (const char *str) |
| int | POPT_fprintf (FILE *stream, const char *format,...) |
Variables | |
| static const unsigned char | utf8_skip_data [256] |
| int POPT_fprintf | ( | FILE * | stream, | |
| const char * | format, | |||
| ... | ||||
| ) |
Definition at line 145 of file poptint.c.
Referenced by poptPrintHelp(), showHelpIntro(), singleOptionHelp(), and singleTableHelp().
| const char* POPT_next_char | ( | const char * | str | ) |
Definition at line 32 of file poptint.c.
Referenced by singleOptionHelp(), and stringDisplayWidth().
| const char* POPT_prev_char | ( | const char * | str | ) |
const unsigned char utf8_skip_data[256] [static] |
Initial value:
{
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,
3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,6,6,1,1
}
1.5.8