Searched refs:optnext (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/bin/sh/
H A Doptions.c338 shellparam.optnext = NULL;
423 * The getopts builtin. Shellparam.optnext points to the next argument
425 * be processed in the current argument. If shellparam.optnext is NULL,
454 shellparam.optnext = optbase;
460 return getopts(argv[1], argv[2], optbase, &shellparam.optnext,
465 getopts(char *optstr, char *optvar, char **optfirst, char ***optnext, argument
478 if (*optnext == NULL)
480 p = **optnext;
483 ind = *optnext - optfirst + 1;
484 *optnext
[all...]
H A Doptions.h44 char **optnext; /* next parameter to be processed by getopts */ member in struct:shparam
H A Deval.c1029 shellparam.optnext = NULL;

Completed in 102 milliseconds