Searched refs:nextopt (Results 1 – 10 of 10) sorted by relevance
105 while ((i = nextopt("p:r")) != '\0') { in readcmd()221 while ((i = nextopt("S")) != '\0') { in umaskcmd()351 while ((optc = nextopt("HSabtfdsmcnpl")) != '\0') in ulimitcmd()
130 int nextopt(const char *);
87 nextopt(nullstr); in cdcmd()313 while ((i = nextopt("LP")) != '\0') in pwdcmd()
262 nextopt(""); in fgcmd()340 nextopt(""); in bgcmd()508 while ((m = nextopt("lp"))) in jobscmd()608 nextopt(""); in waitcmd()666 nextopt(""); in jobidcmd()
252 while ((i = nextopt("a")) != '\0') { in unaliascmd()
569 pflag = nextopt("p") == 'p' ? 3 : 0; in exportcmd()715 while ((i = nextopt("evf")) != '\0') { in unsetcmd()
341 while ((c = nextopt("rv")) != '\0') { in hashcmd()961 while ((c = nextopt("vVp")) != 0) { in typecmd()
501 nextopt(const char *optstring) in nextopt() function
1244 nextopt(""); in timescmd()
291 arguments. Builtin routines can call nextopt to do option pars-