Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1987 nextopt(const char *optstring) in nextopt() function
2775 while ((i = nextopt("LP")) != '\0') { in cdopt()
3583 while (nextopt("a") != '\0') { in unaliascmd()
4247 nextopt(nullstr); in fg_bgcmd()
4581 while ((m = nextopt("lp")) != '\0') { in jobscmd()
4647 char one = nextopt("n"); in waitcmd()
4649 nextopt(nullstr); in waitcmd()
8480 if (nextopt("r") != '\0') { in hashcmd()
8875 while ((c = nextopt("pvV")) != '\0') in commandcmd()
10037 while (nextopt("a:") != '\0') in execcmd()
[all …]