Mixe for Privacy and Anonymity in the Internet
|
#include <poptint.h>
Public Attributes | |
int | argc |
const char ** | argv |
pbm_set * | argb |
int | next |
const char * | nextArg |
const char * | nextCharArg |
struct poptAlias * | currAlias |
int | stuffed |
pbm_set* optionStackEntry::argb |
Definition at line 27 of file poptint.h.
Referenced by poptFreeContext(), poptGetContext(), and poptStuffArgs().
int optionStackEntry::argc |
Definition at line 25 of file poptint.h.
Referenced by poptGetContext(), poptGetNextOpt(), poptStrippedArgv(), and poptStuffArgs().
const char** optionStackEntry::argv |
Definition at line 26 of file poptint.h.
Referenced by poptBadOption(), poptGetContext(), poptGetInvocationName(), poptStrippedArgv(), and poptStuffArgs().
struct poptAlias* optionStackEntry::currAlias |
Definition at line 31 of file poptint.h.
Referenced by poptStuffArgs().
int optionStackEntry::next |
Definition at line 28 of file poptint.h.
Referenced by poptBadOption(), poptGetContext(), poptGetNextOpt(), and poptStuffArgs().
const char* optionStackEntry::nextArg |
Definition at line 29 of file poptint.h.
Referenced by poptGetOptArg(), and poptStuffArgs().
const char* optionStackEntry::nextCharArg |
Definition at line 30 of file poptint.h.
Referenced by poptGetNextOpt(), and poptStuffArgs().
int optionStackEntry::stuffed |
Definition at line 32 of file poptint.h.
Referenced by poptStuffArgs().