Home
last modified time | relevance | path

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

/src/bin/sh/
H A Dalias.c202 nextopt(""); in aliascmd()
234 while ((i = nextopt("a")) != '\0') { in unaliascmd()
H A Dmiscbltin.c180 while ((i = nextopt("erp:t:")) != '\0') { in readcmd()
386 while ((i = nextopt("S")) != '\0') { in umaskcmd()
556 while ((optc = nextopt("HSatfdsmcnuvlbpwkoy")) != '\0') in ulimitcmd()
H A Dcd.c85 while ((ch = nextopt("eLP")) != '\0') { in cdcmd()
332 while ((ch = nextopt("LP")) != '\0') { in pwdcmd()
H A Doptions.h115 int nextopt(const char *);
H A Djobs.c249 nextopt(""); in fgcmd()
272 nextopt(""); in bgcmd()
317 while ((ch = nextopt("lps")) != '\0') { in jobscmd()
539 nextopt(""); in waitcmd()
620 nextopt(""); in jobidcmd()
H A Dvar.c658 while ((ch = nextopt("p")) != '\0') { in exportcmd()
727 nextopt(""); in localcmd()
852 while ((i = nextopt("vf")) != '\0') { in unsetcmd()
H A Dtrap.c156 while ((i = nextopt("l")) != '\0') { in trapcmd()
H A Doptions.c565 nextopt(const char *optstring) in nextopt() function
H A Dhistedit.c277 switch (nextopt("e:lnrs")) { in histcmd()
H A Dexec.c264 while ((c = nextopt("rv")) != '\0') { in hashcmd()
H A Deval.c1264 while ((ch = nextopt("pvV")) != '\0') { in commandcmd()
H A DTOUR242 arguments. Builtin routines can call nextopt to do option pars-
H A Dexpand.c1511 while ((ch = nextopt("f:p")) != '\0') { in freebsd_wordexpcmd()
/src/usr.bin/printf/
H A Dprintf.c105 nextopt(""); in main()