#include <poptint.h>

Data Fields | |
| struct optionStackEntry | optionStack [POPT_OPTION_DEPTH] |
| struct optionStackEntry * | os |
| const char ** | leftovers |
| int | numLeftovers |
| int | nextLeftover |
| struct poptOption * | options |
| int | restLeftover |
| const char * | appName |
| poptItem | aliases |
| int | numAliases |
| unsigned int | flags |
| poptItem | execs |
| int | numExecs |
| const char ** | finalArgv |
| int | finalArgvCount |
| int | finalArgvAlloced |
| int(* | maincall )(int argc, const char **argv) |
| poptItem | doExec |
| const char * | execPath |
| int | execAbsolute |
| const char * | otherHelp |
| pbm_set * | arg_strip |
Definition at line 61 of file poptint.h.
struct optionStackEntry poptContext_s::optionStack[POPT_OPTION_DEPTH] [read] |
struct optionStackEntry* poptContext_s::os [read] |
Definition at line 64 of file poptint.h.
Referenced by cleanOSE(), invokeCallbacksOPTION(), poptGetArgs(), and poptGetNextOpt().
| const char** poptContext_s::leftovers |
struct poptOption* poptContext_s::options [read] |
| const char* poptContext_s::appName |
| unsigned int poptContext_s::flags |
| const char** poptContext_s::finalArgv |
| int(* poptContext_s::maincall)(int argc, const char **argv) |
| const char* poptContext_s::execPath |
| const char* poptContext_s::otherHelp |
Definition at line 94 of file poptint.h.
Referenced by poptGetInvocationName(), and poptStrippedArgv().
1.5.5