Home
last modified time | relevance | path

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

/system/core/sh/
Dmiscbltin.c105 while ((i = nextopt("p:r")) != '\0') { in readcmd()
221 while ((i = nextopt("S")) != '\0') { in umaskcmd()
351 while ((optc = nextopt("HSabtfdsmcnpl")) != '\0') in ulimitcmd()
Doptions.h130 int nextopt(const char *);
Dcd.c87 nextopt(nullstr); in cdcmd()
313 while ((i = nextopt("LP")) != '\0') in pwdcmd()
Djobs.c262 nextopt(""); in fgcmd()
340 nextopt(""); in bgcmd()
508 while ((m = nextopt("lp"))) in jobscmd()
608 nextopt(""); in waitcmd()
666 nextopt(""); in jobidcmd()
Dalias.c252 while ((i = nextopt("a")) != '\0') { in unaliascmd()
Dvar.c569 pflag = nextopt("p") == 'p' ? 3 : 0; in exportcmd()
715 while ((i = nextopt("evf")) != '\0') { in unsetcmd()
Dexec.c341 while ((c = nextopt("rv")) != '\0') { in hashcmd()
961 while ((c = nextopt("vVp")) != 0) { in typecmd()
Doptions.c501 nextopt(const char *optstring) in nextopt() function
Deval.c1244 nextopt(""); in timescmd()
DTOUR291 arguments. Builtin routines can call nextopt to do option pars-