Home
last modified time | relevance | path

Searched refs:nextopt (Results 1 – 9 of 9) sorted by relevance

/original-bsd/bin/sh/
H A Dmiscbltin.c64 while ((i = nextopt("ep:")) != '\0') {
140 while ((i = nextopt("S")) != '\0') {
274 while ((optc = nextopt("HSatfdsmcnpl")) != '\0')
H A Doptions.h84 int nextopt __P((char *));
H A Dalias.c212 while ((i = nextopt("a")) != '\0') {
H A Dcd.c58 nextopt(nullstr);
H A Doptions.c397 nextopt(optstring) in nextopt() function
H A Dvar.c586 while ((i = nextopt("vf")) != '\0') {
H A Dexec.c294 while ((c = nextopt("rv")) != '\0') {
H A DTOUR290 arguments. Builtin routines can call nextopt to do option pars-
/original-bsd/usr.sbin/config.new/
H A Dmain.c43 static struct nvlist **nextopt; variable
128 nextopt = &options;
247 if (do_option(opttab, &nextopt, name, value, "options"))