#include "system.h"
#include "poptint.h"
Go to the source code of this file.
Functions | |
static void | displayArgs (poptContext con, enum poptCallbackReason foo, struct poptOption *key, const char *arg, void *data) |
static const char *const | getTableTranslationDomain (const struct poptOption *table) |
static const char *const | getArgDescrip (const struct poptOption *opt, const char *translation_domain) |
static char * | singleOptionDefaultValue (int lineLength, const struct poptOption *opt, const char *translation_domain) |
static void | singleOptionHelp (FILE *fp, int maxLeftCol, const struct poptOption *opt, const char *translation_domain) |
static int | maxArgWidth (const struct poptOption *opt, const char *translation_domain) |
static void | itemHelp (FILE *fp, poptItem items, int nitems, int left, const char *translation_domain) |
Display popt alias and exec help. | |
static void | singleTableHelp (poptContext con, FILE *fp, const struct poptOption *table, int left, const char *translation_domain) |
static int | showHelpIntro (poptContext con, FILE *fp) |
void | poptPrintHelp (poptContext con, FILE *fp, int flags) |
static int | singleOptionUsage (FILE *fp, int cursor, const struct poptOption *opt, const char *translation_domain) |
static int | itemUsage (FILE *fp, int cursor, poptItem item, int nitems, const char *translation_domain) |
Display popt alias and exec usage. | |
static int | singleTableUsage (poptContext con, FILE *fp, int cursor, const struct poptOption *opt, const char *translation_domain) |
static int | showShortOptions (const struct poptOption *opt, FILE *fp, char *str) |
Return concatenated short options for display. | |
void | poptPrintUsage (poptContext con, FILE *fp, int flags) |
void | poptSetOtherOptionHelp (poptContext con, const char *text) |
Variables | |
poptOption | poptAliasOptions [] |
Empty table marker to enable displaying popt alias/exec options. | |
poptOption | poptHelpOptions [] |
Auto help table options. |
Definition in file popthelp.c.
|
Definition at line 19 of file popthelp.c. References poptPrintHelp(), and poptPrintUsage(). |
|
Definition at line 85 of file popthelp.c. References D_, POPT_, POPT_ARG_DOUBLE, POPT_ARG_FLOAT, POPT_ARG_INT, POPT_ARG_LONG, POPT_ARG_MASK, POPT_ARG_NONE, POPT_ARG_STRING, POPT_ARG_VAL, and poptHelpOptions. Referenced by maxArgWidth(), singleOptionHelp(), and singleOptionUsage(). |
|
Definition at line 67 of file popthelp.c. References poptOption::arg, poptOption::argInfo, poptOption::longName, POPT_ARG_INTL_DOMAIN, and poptOption::shortName. Referenced by singleTableHelp(). |
|
Display popt alias and exec help.
Definition at line 387 of file popthelp.c. References poptOption::argInfo, poptOption::longName, poptItem_s::option, POPT_ARGFLAG_DOC_HIDDEN, poptOption::shortName, and singleOptionHelp(). Referenced by singleTableHelp(). |
|
Display popt alias and exec usage.
Definition at line 540 of file popthelp.c. References poptOption::arg, poptOption::argInfo, poptOption::longName, poptItem_s::option, POPT_ARG_INTL_DOMAIN, POPT_ARG_MASK, POPT_ARGFLAG_DOC_HIDDEN, poptOption::shortName, and singleOptionUsage(). Referenced by poptPrintUsage(). |
|
Definition at line 343 of file popthelp.c. References getArgDescrip(), POPT_ARG_INCLUDE_TABLE, POPT_ARG_MASK, POPT_ARGFLAG_DOC_HIDDEN, POPT_ARGFLAG_ONEDASH, and POPT_ARGFLAG_OPTIONAL. Referenced by poptPrintHelp(). |
|
Definition at line 452 of file popthelp.c. References optionStackEntry::argv, poptContext_s::flags, poptContext_s::optionStack, POPT_, and POPT_CONTEXT_KEEP_FIRST. Referenced by poptPrintHelp(), and poptPrintUsage(). |
|
Return concatenated short options for display.
Definition at line 601 of file popthelp.c. References alloca(), POPT_ARG_INCLUDE_TABLE, POPT_ARG_MASK, and poptOption::shortName. Referenced by poptPrintUsage(). |
|
Definition at line 115 of file popthelp.c. References _free(), poptOption::arg, D_, POPT_ARG_DOUBLE, POPT_ARG_FLOAT, POPT_ARG_INT, POPT_ARG_LONG, POPT_ARG_MASK, POPT_ARG_NONE, POPT_ARG_STRING, and POPT_ARG_VAL. Referenced by singleOptionHelp(). |
|
Definition at line 182 of file popthelp.c. References _free(), D_, getArgDescrip(), ops, POPT_ARG_DOUBLE, POPT_ARG_FLOAT, POPT_ARG_INT, POPT_ARG_LONG, POPT_ARG_MASK, POPT_ARG_NONE, POPT_ARG_STRING, POPT_ARG_VAL, POPT_ARGFLAG_AND, POPT_ARGFLAG_LOGICALOPS, POPT_ARGFLAG_NOT, POPT_ARGFLAG_ONEDASH, POPT_ARGFLAG_OPTIONAL, POPT_ARGFLAG_OR, POPT_ARGFLAG_SHOW_DEFAULT, POPT_ARGFLAG_XOR, singleOptionDefaultValue(), and poptOption::val. Referenced by itemHelp(), and singleTableHelp(). |
|
Definition at line 492 of file popthelp.c. References getArgDescrip(), POPT_ARG_MASK, and POPT_ARGFLAG_ONEDASH. Referenced by itemUsage(), and singleTableUsage(). |
|
Definition at line 411 of file popthelp.c. References poptContext_s::aliases, poptOption::arg, poptOption::argInfo, D_, poptOption::descrip, poptContext_s::execs, getTableTranslationDomain(), itemHelp(), poptOption::longName, poptContext_s::numAliases, poptContext_s::numExecs, POPT_ARG_INCLUDE_TABLE, POPT_ARG_MASK, POPT_ARGFLAG_DOC_HIDDEN, poptAliasOptions, poptOption::shortName, and singleOptionHelp(). Referenced by poptPrintHelp(). |
|
Definition at line 569 of file popthelp.c. References poptOption::arg, POPT_ARG_INCLUDE_TABLE, POPT_ARG_INTL_DOMAIN, POPT_ARG_MASK, POPT_ARGFLAG_DOC_HIDDEN, and singleOptionUsage(). Referenced by poptPrintUsage(). |
|
Initial value: { { NULL, '\0', POPT_ARG_CALLBACK, (void *)&displayArgs, '\0', NULL, NULL }, { "help", '?', 0, NULL, '?', "Show this help message" , NULL }, { "usage", '\0', 0, NULL, 'u', "Display brief usage message" , NULL }, POPT_TABLEEND }
Definition at line 51 of file popthelp.c. Referenced by getArgDescrip(). |