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

/freebsd-10.3-release/bin/sh/
H A Doptions.c329 shellparam.optnext = NULL;
411 * The getopts builtin. Shellparam.optnext points to the next argument
413 * be processed in the current argument. If shellparam.optnext is NULL,
430 shellparam.optnext = optbase;
435 return getopts(argv[1], argv[2], optbase, &shellparam.optnext,
440 getopts(char *optstr, char *optvar, char **optfirst, char ***optnext, argument
452 if (*optnext == NULL)
454 p = **optnext;
457 ind = *optnext - optfirst + 1;
458 *optnext
[all...]
H A Doptions.h41 char **optnext; /* next parameter to be processed by getopts */ member in struct:shparam
H A Deval.c1040 shellparam.optnext = NULL;

Completed in 107 milliseconds