Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dalias.c200 nextopt(""); in aliascmd()
227 while ((i = nextopt("a")) != '\0') { in unaliascmd()
H A Dmiscbltin.c176 while ((i = nextopt("erp:t:")) != '\0') { in readcmd()
355 while ((i = nextopt("S")) != '\0') { in umaskcmd()
525 while ((optc = nextopt("HSatfdsmcnuvlbpwkoy")) != '\0') in ulimitcmd()
H A Dcd.c83 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.c247 nextopt(""); in fgcmd()
270 nextopt(""); in bgcmd()
315 while ((ch = nextopt("lps")) != '\0') { in jobscmd()
537 nextopt(""); in waitcmd()
617 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.c275 switch (nextopt("e:lnrs")) { in histcmd()
H A Dexec.c262 while ((c = nextopt("rv")) != '\0') { in hashcmd()
H A Deval.c1262 while ((ch = nextopt("pvV")) != '\0') { in commandcmd()
H A Dexpand.c1509 while ((ch = nextopt("f:p")) != '\0') { in freebsd_wordexpcmd()
H A DTOUR242 arguments. Builtin routines can call nextopt to do option pars-
/freebsd/usr.bin/printf/
H A Dprintf.c105 nextopt(""); in main()