Searched refs:nextCharArg (Results 1 – 2 of 2) sorted by relevance
46 (con->os->nextCharArg ? con->os->nextCharArg : ""), in prtcon()238 con->os->nextCharArg = NULL; in poptResetContext()326 /*@exposed@*/ /*@null@*/ const char * nextCharArg) in handleAlias() argument361 if (nextCharArg && *nextCharArg) in handleAlias()362 con->os->nextCharArg = nextCharArg; in handleAlias()369 con->os->nextCharArg = NULL; in handleAlias()721 while (!con->os->nextCharArg && con->os->next == con->os->argc in poptGetNextOpt()725 if (!con->os->nextCharArg && con->os->next == con->os->argc) { in poptGetNextOpt()734 if (!con->os->nextCharArg) { in poptGetNextOpt()808 con->os->nextCharArg = origOptString + 1; in poptGetNextOpt()[all …]
55 const char * nextCharArg; member