Searched refs:optnext (Results 1 – 3 of 3) sorted by relevance
338 shellparam.optnext = NULL; in setparam()454 shellparam.optnext = optbase; in getoptscmd()460 return getopts(argv[1], argv[2], optbase, &shellparam.optnext, in getoptscmd()465 getopts(char *optstr, char *optvar, char **optfirst, char ***optnext, in getopts() argument478 if (*optnext == NULL) in getopts()480 p = **optnext; in getopts()483 ind = *optnext - optfirst + 1; in getopts()484 *optnext = NULL; in getopts()489 (*optnext)++; in getopts()512 if (*p == '\0' && (p = **optnext) == NULL) { in getopts()[all …]
41 char **optnext; /* next parameter to be processed by getopts */ member
1021 shellparam.optnext = NULL; in evalcommand()