Mixes for Privacy and Anonymity in the Internet
|
Public Attributes | |
struct optionStackEntry | optionStack [POPT_OPTION_DEPTH] |
struct optionStackEntry * | os |
const char ** | leftovers |
int | numLeftovers |
int | nextLeftover |
const struct poptOption * | options |
int | restLeftover |
const char * | appName |
struct poptAlias * | aliases |
int | numAliases |
int | flags |
struct execEntry * | execs |
int | numExecs |
const char ** | finalArgv |
int | finalArgvCount |
int | finalArgvAlloced |
struct execEntry * | doExec |
const char * | execPath |
int | execAbsolute |
const char * | otherHelp |
pbm_set * | arg_strip |
struct poptAlias* poptContext_s::aliases |
Referenced by handleAlias(), poptAddAlias(), poptFreeContext(), and poptGetContext().
const char* poptContext_s::appName |
Referenced by poptFreeContext(), and poptGetContext().
pbm_set* poptContext_s::arg_strip |
Referenced by poptFreeContext(), poptGetContext(), poptResetContext(), poptStripArg(), and poptStrippedArgv().
struct execEntry* poptContext_s::doExec |
Referenced by handleExec(), and poptResetContext().
int poptContext_s::execAbsolute |
Referenced by poptGetContext(), and poptSetExecPath().
const char* poptContext_s::execPath |
Referenced by poptFreeContext(), and poptSetExecPath().
struct execEntry* poptContext_s::execs |
Referenced by handleExec(), poptFreeContext(), and poptGetContext().
const char** poptContext_s::finalArgv |
Referenced by handleExec(), poptFreeContext(), poptGetContext(), poptGetNextOpt(), and poptResetContext().
int poptContext_s::finalArgvAlloced |
Referenced by handleExec(), poptGetContext(), and poptGetNextOpt().
int poptContext_s::finalArgvCount |
Referenced by handleExec(), poptGetNextOpt(), and poptResetContext().
int poptContext_s::flags |
Referenced by handleExec(), poptGetContext(), poptGetNextOpt(), and showHelpIntro().
const char** poptContext_s::leftovers |
Referenced by poptFreeContext(), poptGetArg(), poptGetArgs(), poptGetContext(), poptGetNextOpt(), and poptPeekArg().
int poptContext_s::nextLeftover |
Referenced by poptGetArg(), poptGetArgs(), poptPeekArg(), and poptResetContext().
int poptContext_s::numAliases |
Referenced by handleAlias(), poptAddAlias(), poptFreeContext(), and poptGetContext().
int poptContext_s::numExecs |
Referenced by handleExec(), poptFreeContext(), and poptGetContext().
int poptContext_s::numLeftovers |
Referenced by poptGetArg(), poptGetArgs(), poptGetNextOpt(), poptPeekArg(), and poptResetContext().
const struct poptOption* poptContext_s::options |
Referenced by poptGetContext(), poptGetNextOpt(), poptPrintHelp(), and poptPrintUsage().
struct optionStackEntry poptContext_s::optionStack[POPT_OPTION_DEPTH] |
Referenced by findNextArg(), handleAlias(), poptBadOption(), poptGetContext(), poptGetNextOpt(), poptResetContext(), poptStripArg(), poptStuffArgs(), and showHelpIntro().
struct optionStackEntry* poptContext_s::os |
const char* poptContext_s::otherHelp |
Referenced by poptFreeContext(), poptPrintHelp(), poptPrintUsage(), and poptSetOtherOptionHelp().
int poptContext_s::restLeftover |
Referenced by poptGetNextOpt(), and poptResetContext().