nextCharArg        44 lib/popt/popt.c 	(con->os->nextCharArg ? con->os->nextCharArg : ""),
nextCharArg       224 lib/popt/popt.c     con->os->nextCharArg = NULL;
nextCharArg       312 lib/popt/popt.c 		/*@exposed@*/ /*@null@*/ const char * nextCharArg)
nextCharArg       347 lib/popt/popt.c     if (nextCharArg && *nextCharArg)
nextCharArg       348 lib/popt/popt.c 	con->os->nextCharArg = nextCharArg;
nextCharArg       355 lib/popt/popt.c     con->os->nextCharArg = NULL;
nextCharArg       706 lib/popt/popt.c 	while (!con->os->nextCharArg && con->os->next == con->os->argc
nextCharArg       710 lib/popt/popt.c 	if (!con->os->nextCharArg && con->os->next == con->os->argc) {
nextCharArg       719 lib/popt/popt.c 	if (!con->os->nextCharArg) {
nextCharArg       792 lib/popt/popt.c 		con->os->nextCharArg = origOptString + 1;
nextCharArg       806 lib/popt/popt.c 	if (con->os->nextCharArg) {
nextCharArg       807 lib/popt/popt.c 	    origOptString = con->os->nextCharArg;
nextCharArg       809 lib/popt/popt.c 	    con->os->nextCharArg = NULL;
nextCharArg       818 lib/popt/popt.c 		    con->os->nextCharArg = origOptString;
nextCharArg       830 lib/popt/popt.c 		con->os->nextCharArg = origOptString;
nextCharArg       850 lib/popt/popt.c 	    } else if (con->os->nextCharArg) {
nextCharArg       851 lib/popt/popt.c 		longArg = expandNextArg(con, con->os->nextCharArg);
nextCharArg       853 lib/popt/popt.c 		con->os->nextCharArg = NULL;
nextCharArg      1211 lib/popt/popt.c     con->os->nextCharArg = NULL;
nextCharArg        55 lib/popt/poptint.h     const char * nextCharArg;