Home
last modified time | relevance | path

Searched refs:nextCharArg (Results 1 – 2 of 2) sorted by relevance

/third_party/popt/src/
Dpopt.c56 (con->os->nextCharArg ? con->os->nextCharArg : ""), in prtcon()
211 con->os->nextCharArg = NULL; in poptResetContext()
364 con->os->nextCharArg = nextArg; in handleAlias()
370 con->os->nextCharArg = NULL; in handleAlias()
1230 while (!con->os->nextCharArg && con->os->next == con->os->argc in poptGetNextOpt()
1234 if (!con->os->nextCharArg && con->os->next == con->os->argc) { in poptGetNextOpt()
1247 if (!con->os->nextCharArg) { in poptGetNextOpt()
1319 con->os->nextCharArg = origOptString + 1; in poptGetNextOpt()
1332 if (con->os->nextCharArg) { in poptGetNextOpt()
1333 const char * nextCharArg = con->os->nextCharArg; in poptGetNextOpt() local
[all …]
Dpoptint.h87 const char * nextCharArg; member