Searched refs:optnext (Results 1 – 3 of 3) sorted by relevance
288 shellparam.optnext = NULL; in setparam()333 shellparam.optnext = NULL; in shiftcmd()365 shellparam.optnext = NULL;390 shellparam.optnext = optbase; in getoptscmd()395 return getopts(argv[1], argv[2], optbase, &shellparam.optnext, in getoptscmd()400 getopts(char *optstr, char *optvar, char **optfirst, char ***optnext, char **optpptr) in getopts() argument411 if (*optnext == NULL) in getopts()413 p = **optnext; in getopts()416 ind = *optnext - optfirst + 1; in getopts()417 *optnext = NULL; in getopts()[all …]
42 char **optnext; /* next parameter to be processed by getopts */ member
932 shellparam.optnext = NULL; in evalcommand()