Lines Matching refs:nextCharArg
46 (con->os->nextCharArg ? con->os->nextCharArg : ""), in prtcon()
238 con->os->nextCharArg = NULL; in poptResetContext()
326 /*@exposed@*/ /*@null@*/ const char * nextCharArg) in handleAlias() argument
361 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()
822 if (con->os->nextCharArg) { in poptGetNextOpt()
823 origOptString = con->os->nextCharArg; in poptGetNextOpt()
825 con->os->nextCharArg = NULL; in poptGetNextOpt()
834 con->os->nextCharArg = origOptString; in poptGetNextOpt()
846 con->os->nextCharArg = origOptString; in poptGetNextOpt()
866 } else if (con->os->nextCharArg) { in poptGetNextOpt()
867 longArg = expandNextArg(con, con->os->nextCharArg); in poptGetNextOpt()
869 con->os->nextCharArg = NULL; in poptGetNextOpt()
1224 con->os->nextCharArg = NULL; in poptStuffArgs()