|
popt 1.18
|
#include <src/poptint.h>

Data Fields | |
| int | argc |
| poptArgv | argv |
| pbm_set * | argb |
| int | next |
| char * | nextArg |
| const char * | nextCharArg |
| poptItem | currAlias |
| int | stuffed |
| pbm_set* optionStackEntry::argb |
Definition at line 84 of file poptint.h.
Referenced by cleanOSE(), findNextArg(), handleAlias(), poptGetContext(), poptGetNextOpt(), poptResetContext(), and poptStuffArgs().
| int optionStackEntry::argc |
Definition at line 82 of file poptint.h.
Referenced by findNextArg(), handleAlias(), poptBadOption(), poptGetContext(), poptGetNextOpt(), poptSaveString(), poptStripArg(), poptStrippedArgv(), and poptStuffArgs().
| poptArgv optionStackEntry::argv |
Definition at line 83 of file poptint.h.
Referenced by cleanOSE(), findNextArg(), handleAlias(), poptArgInfo(), poptBadOption(), poptGetContext(), poptGetInvocationName(), poptGetNextOpt(), poptStrippedArgv(), poptStuffArgs(), and showHelpIntro().
| poptItem optionStackEntry::currAlias |
Definition at line 88 of file poptint.h.
Referenced by handleAlias(), poptResetContext(), and poptStuffArgs().
| int optionStackEntry::next |
Definition at line 85 of file poptint.h.
Referenced by findNextArg(), handleAlias(), poptArgInfo(), poptBadOption(), poptGetContext(), poptGetNextOpt(), poptResetContext(), and poptStuffArgs().
| char* optionStackEntry::nextArg |
Definition at line 86 of file poptint.h.
Referenced by cleanOSE(), handleAlias(), invokeCallbacksOPTION(), poptGetNextOpt(), poptGetOptArg(), poptResetContext(), poptSaveArg(), and poptStuffArgs().
| const char* optionStackEntry::nextCharArg |
Definition at line 87 of file poptint.h.
Referenced by handleAlias(), poptBadOption(), poptGetNextOpt(), poptResetContext(), and poptStuffArgs().
| int optionStackEntry::stuffed |
Definition at line 89 of file poptint.h.
Referenced by handleAlias(), and poptStuffArgs().