Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dsh.h306 int uoptind;/* what user sees in $OPTIND */ member
H A Dc_ksh.c1263 user_opt.optind = user_opt.uoptind = val; in getopts_reset()
1338 user_opt.uoptind = user_opt.optind; in c_getopts()
H A Dvar.c953 setint(vp, (int64_t) user_opt.uoptind); in getspec()