Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c1193 user_opt.optind = user_opt.uoptind = val; in getopts_reset()
1262 user_opt.uoptind = user_opt.optind; in c_getopts()
Dvar.c1263 num.i = user_opt.uoptind; in getspec()
Dsh.h1341 int uoptind; /* what user sees in $OPTIND */ member