Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c2036 int optoff; /* used by getopts */ member
2255 shellparam.optoff = -1; in getoptsreset()
9910 shellparam.optoff = -1; in evalfun()
11286 shellparam.optoff = -1; in setparam()
11452 shellparam.optoff = -1; in shiftcmd()
11576 int off = shellparam.optoff; in getopts()
11656 shellparam.optoff = p ? p - *(optnext - 1) : -1; in getopts()
11679 shellparam.optoff = -1; in getoptscmd()
11685 shellparam.optoff = -1; in getoptscmd()
14527 shellparam.optoff = -1; in procargs()