popt
1.13
|
#include <poptint.h>
Data Fields | |
int | argc |
const char ** | argv |
pbm_set * | argb |
int | next |
char * | nextArg |
const char * | nextCharArg |
poptItem | currAlias |
int | stuffed |
pbm_set* optionStackEntry::argb |
Definition at line 50 of file poptint.h.
Referenced by cleanOSE(), findNextArg(), handleAlias(), poptFreeContext(), poptGetContext(), poptGetNextOpt(), poptResetContext(), and poptStuffArgs().
int optionStackEntry::argc |
Definition at line 46 of file poptint.h.
Referenced by findNextArg(), handleAlias(), poptGetContext(), poptGetNextOpt(), poptStripArg(), poptStrippedArgv(), and poptStuffArgs().
const char** optionStackEntry::argv |
Definition at line 48 of file poptint.h.
Referenced by cleanOSE(), findNextArg(), handleAlias(), poptBadOption(), poptGetContext(), poptGetInvocationName(), poptGetNextOpt(), poptStuffArgs(), and showHelpIntro().
poptItem optionStackEntry::currAlias |
Definition at line 57 of file poptint.h.
Referenced by handleAlias(), poptResetContext(), and poptStuffArgs().
int optionStackEntry::next |
Definition at line 51 of file poptint.h.
Referenced by findNextArg(), handleAlias(), poptBadOption(), poptGetContext(), poptGetNextOpt(), poptResetContext(), and poptStuffArgs().
char* optionStackEntry::nextArg |
Definition at line 53 of file poptint.h.
Referenced by cleanOSE(), handleAlias(), invokeCallbacksOPTION(), poptGetNextOpt(), poptGetOptArg(), poptResetContext(), and poptStuffArgs().
const char* optionStackEntry::nextCharArg |
Definition at line 55 of file poptint.h.
Referenced by handleAlias(), poptGetNextOpt(), poptResetContext(), and poptStuffArgs().
int optionStackEntry::stuffed |
Definition at line 58 of file poptint.h.
Referenced by handleAlias(), and poptStuffArgs().