Lines Matching refs:next
58 con->os->next,
59 (con->os->argv && con->os->argv[con->os->next]
60 ? con->os->argv[con->os->next] : ""));
168 con->os->next = 1; /* skip argv[0] */
215 con->os->next = 1; /* skip argv[0] */
217 con->os->next = 0;
268 /* We already have an exec to do; remember this option for next
374 con->os->next = 0;
624 while (os->next == os->argc && os > con->optionStack) os--;
625 if (os->next == os->argc && os == con->optionStack) break;
627 for (i = os->next; i < os->argc; i++) {
668 /* XXX Make sure that findNextArg deletes only next arg. */
1056 if (con->os->argv != NULL && con->os->next > 0 && opt->longName != NULL)
1058 const char * longName = con->os->argv[con->os->next-1];
1224 while (!con->os->nextCharArg && con->os->next == con->os->argc
1228 if (!con->os->nextCharArg && con->os->next == con->os->argc) {
1240 /* Process next long option */
1246 if (con->os->argb && PBM_ISSET(con->os->next, con->os->argb)) {
1247 con->os->next++;
1250 thisopt = con->os->next;
1252 origOptString = con->os->argv[con->os->next++];
1338 /* Process next short option */
1388 while (con->os->next == con->os->argc &&
1393 if (con->os->next == con->os->argc) {
1406 poptStripArg(con, con->os->next);
1411 con->os->argv[con->os->next][0] == '-') {
1415 longArg = con->os->argv[con->os->next++];
1627 badOpt = os->argv[os->next - 1];
1678 con->os->next = 0;