Searched refs:optnext (Results 1 – 3 of 3) sorted by relevance
336 shellparam.optnext = NULL; in setparam()452 shellparam.optnext = optbase; in getoptscmd()476 if (*optnext == NULL) in getopts()478 p = **optnext; in getopts()482 *optnext = NULL; in getopts()487 (*optnext)++; in getopts()524 if (p == **optnext) in getopts()525 (*optnext)++; in getopts()531 if (*optnext != NULL) in getopts()532 ind = *optnext - optfirst + 1; in getopts()[all …]
43 char **optnext; /* next parameter to be processed by getopts */ member
1027 shellparam.optnext = NULL; in evalcommand()