#include "system.h"
#include "poptint.h"
Go to the source code of this file.
Functions | |
void | displayArgs (poptContext con, enum poptCallbackReason foo, struct poptOption * key, const char * arg, void * data) |
const char* const | getTableTranslationDomain (const struct poptOption *table) |
const char* const | getArgDescrip (const struct poptOption * opt, const char *translation_domain) |
void | singleOptionHelp (FILE * f, int maxLeftCol, const struct poptOption * opt, const char *translation_domain) |
int | maxArgWidth (const struct poptOption * opt, const char * translation_domain) |
void | singleTableHelp (FILE * f, const struct poptOption * table, int left, const char *translation_domain) |
int | showHelpIntro (poptContext con, FILE * f) |
int | singleOptionUsage (FILE * f, int cursor, const struct poptOption * opt, const char *translation_domain) |
int | singleTableUsage (FILE * f, int cursor, const struct poptOption * opt, const char * translation_domain) |
int | showShortOptions (const struct poptOption * opt, FILE * f, char * str) |
Definition in file popthelp.c.
|
Definition at line 14 of file popthelp.c. |
|
Definition at line 50 of file popthelp.c. Referenced by maxArgWidth(), singleOptionHelp(), and singleOptionUsage(). |
|
Definition at line 35 of file popthelp.c. Referenced by singleTableHelp(). |
|
Definition at line 175 of file popthelp.c. Referenced by poptPrintHelp(). |
|
Definition at line 236 of file popthelp.c. Referenced by poptPrintHelp(), and poptPrintUsage(). |
|
Definition at line 321 of file popthelp.c. Referenced by poptPrintUsage(). |
|
Definition at line 71 of file popthelp.c. Referenced by singleTableHelp(). |
|
Definition at line 266 of file popthelp.c. Referenced by singleTableUsage(). |
|
Definition at line 209 of file popthelp.c. Referenced by poptPrintHelp(). |
|
Definition at line 305 of file popthelp.c. Referenced by poptPrintUsage(). |