Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Dalias.c206 nextopt(""); in aliascmd()
233 while ((i = nextopt("a")) != '\0') { in unaliascmd()
H A Dmiscbltin.c182 while ((i = nextopt("erp:t:")) != '\0') { in readcmd()
361 while ((i = nextopt("S")) != '\0') { in umaskcmd()
531 while ((optc = nextopt("HSatfdsmcnuvlbpwkoy")) != '\0') in ulimitcmd()
H A Doptions.h117 int nextopt(const char *);
H A Dcd.c89 while ((ch = nextopt("eLP")) != '\0') { in cdcmd()
338 while ((ch = nextopt("LP")) != '\0') { in pwdcmd()
H A Djobs.c253 nextopt(""); in fgcmd()
276 nextopt(""); in bgcmd()
321 while ((ch = nextopt("lps")) != '\0') { in jobscmd()
543 nextopt(""); in waitcmd()
623 nextopt(""); in jobidcmd()
H A Dvar.c664 while ((ch = nextopt("p")) != '\0') { in exportcmd()
733 nextopt(""); in localcmd()
858 while ((i = nextopt("vf")) != '\0') { in unsetcmd()
H A Dtrap.c162 while ((i = nextopt("l")) != '\0') { in trapcmd()
H A Doptions.c563 nextopt(const char *optstring) in nextopt() function
H A Dhistedit.c279 switch (nextopt("e:lnrs")) { in histcmd()
H A Dexec.c268 while ((c = nextopt("rv")) != '\0') { in hashcmd()
H A Deval.c1268 while ((ch = nextopt("pvV")) != '\0') { in commandcmd()
H A Dexpand.c1515 while ((ch = nextopt("f:p")) != '\0') { in freebsd_wordexpcmd()
H A DTOUR243 arguments. Builtin routines can call nextopt to do option pars-
/freebsd-14.2/usr.bin/printf/
H A Dprintf.c119 nextopt(""); in main()