Home | History | Annotate | Download | only in libpopt

Lines Matching refs:nextCharArg

44     fprintf(stderr, "\tcon %p os %p nextCharArg \"%s\" nextArg \"%s\" argv[%d] \"%s\"\n",
46 (con->os->nextCharArg ? con->os->nextCharArg : ""),
238 con->os->nextCharArg = NULL;
326 /*@exposed@*/ /*@null@*/ const char * nextCharArg)
361 if (nextCharArg && *nextCharArg)
362 con->os->nextCharArg = nextCharArg;
369 con->os->nextCharArg = NULL;
721 while (!con->os->nextCharArg && con->os->next == con->os->argc
725 if (!con->os->nextCharArg && con->os->next == con->os->argc) {
734 if (!con->os->nextCharArg) {
808 con->os->nextCharArg = origOptString + 1;
822 if (con->os->nextCharArg) {
823 origOptString = con->os->nextCharArg;
825 con->os->nextCharArg = NULL;
834 con->os->nextCharArg = origOptString;
846 con->os->nextCharArg = origOptString;
866 } else if (con->os->nextCharArg) {
867 longArg = expandNextArg(con, con->os->nextCharArg);
869 con->os->nextCharArg = NULL;
1224 con->os->nextCharArg = NULL;