|
popt
1.16
|
#include <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 104 of file poptint.h.
Referenced by cleanOSE(), findNextArg(), handleAlias(), poptFreeContext(), poptGetContext(), poptGetNextOpt(), poptResetContext(), and poptStuffArgs().
| int optionStackEntry::argc |
Definition at line 100 of file poptint.h.
Referenced by findNextArg(), handleAlias(), poptBadOption(), poptGetContext(), poptGetNextOpt(), poptSaveString(), poptStripArg(), poptStrippedArgv(), and poptStuffArgs().
| poptArgv optionStackEntry::argv |
Definition at line 102 of file poptint.h.
Referenced by cleanOSE(), findNextArg(), handleAlias(), poptArgInfo(), poptBadOption(), poptGetContext(), poptGetInvocationName(), poptGetNextOpt(), poptStuffArgs(), showHelpIntro(), and strerror().
| poptItem optionStackEntry::currAlias |
Definition at line 111 of file poptint.h.
Referenced by handleAlias(), poptResetContext(), and poptStuffArgs().
| int optionStackEntry::next |
Definition at line 105 of file poptint.h.
Referenced by findNextArg(), handleAlias(), poptArgInfo(), poptBadOption(), poptGetContext(), poptGetNextOpt(), poptResetContext(), poptStuffArgs(), and strerror().
| char* optionStackEntry::nextArg |
Definition at line 107 of file poptint.h.
Referenced by cleanOSE(), handleAlias(), invokeCallbacksOPTION(), poptGetNextOpt(), poptGetOptArg(), poptResetContext(), poptSaveArg(), poptStuffArgs(), and strerror().
| const char* optionStackEntry::nextCharArg |
Definition at line 109 of file poptint.h.
Referenced by handleAlias(), poptBadOption(), poptGetNextOpt(), poptResetContext(), poptStuffArgs(), and strerror().
| int optionStackEntry::stuffed |
Definition at line 112 of file poptint.h.
Referenced by handleAlias(), and poptStuffArgs().
1.8.13