#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 |
int | flags |
poptItem | execs |
int | numExecs |
const char ** | finalArgv |
int | finalArgvCount |
int | finalArgvAlloced |
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] |
Definition at line 62 of file poptint.h.
Referenced by findNextArg(), handleAlias(), poptBadOption(), poptGetNextOpt(), poptResetContext(), and poptStripArg().
struct optionStackEntry* poptContext_s::os [read] |
Definition at line 64 of file poptint.h.
Referenced by findNextArg(), handleAlias(), poptBadOption(), poptFreeContext(), poptGetNextOpt(), poptGetOptArg(), and poptResetContext().
const char** poptContext_s::leftovers |
Definition at line 66 of file poptint.h.
Referenced by execCommand(), poptFreeContext(), poptGetArgs(), and poptGetNextOpt().
Definition at line 67 of file poptint.h.
Referenced by execCommand(), poptGetArgs(), poptGetNextOpt(), and poptResetContext().
struct poptOption* poptContext_s::options [read] |
const char* poptContext_s::appName |
Definition at line 73 of file poptint.h.
Referenced by configLine(), poptFreeContext(), and poptReadDefaultConfig().
Definition at line 75 of file poptint.h.
Referenced by handleAlias(), poptAddItem(), and poptFreeContext().
Definition at line 76 of file poptint.h.
Referenced by handleAlias(), poptAddItem(), and poptFreeContext().
Definition at line 79 of file poptint.h.
Referenced by handleExec(), poptAddItem(), and poptFreeContext().
Definition at line 80 of file poptint.h.
Referenced by handleExec(), poptAddItem(), and poptFreeContext().
const char** poptContext_s::finalArgv |
Definition at line 82 of file poptint.h.
Referenced by execCommand(), handleExec(), poptFreeContext(), poptGetNextOpt(), and poptResetContext().
Definition at line 83 of file poptint.h.
Referenced by execCommand(), handleExec(), poptGetNextOpt(), and poptResetContext().
Definition at line 86 of file poptint.h.
Referenced by execCommand(), handleExec(), poptGetNextOpt(), and poptResetContext().
const char* poptContext_s::execPath |
Definition at line 88 of file poptint.h.
Referenced by execCommand(), poptFreeContext(), and poptSetExecPath().
const char* poptContext_s::otherHelp |
Definition at line 93 of file poptint.h.
Referenced by poptFreeContext(), poptResetContext(), poptStripArg(), and poptStrippedArgv().