Home
last modified time | relevance | path

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

/third_party/mksh/
Dfuncs.c1234 struct tbl *vq, *voptarg; in c_getopts() local
1295 voptarg = global("OPTARG"); in c_getopts()
1297 voptarg->flag &= ~RDONLY; in c_getopts()
1299 if (voptarg->flag & INTEGER) in c_getopts()
1302 unset(voptarg, 1); in c_getopts()
1305 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR); in c_getopts()