Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c1431 ksh_getopt_reset(&user_opt, GF_NONAME | GF_PLUSOPT); in getopts_reset()
1432 user_opt.optind = user_opt.uoptind = val; in getopts_reset()
1477 if (user_opt.optind > argc || in c_getopts()
1478 (user_opt.p != 0 && in c_getopts()
1479 user_opt.p > strlen(wp[user_opt.optind - 1]))) { in c_getopts()
1484 user_opt.optarg = NULL; in c_getopts()
1485 optc = ksh_getopt(wp, &user_opt, opts); in c_getopts()
1487 if (optc >= 0 && optc != '?' && (user_opt.info & GI_PLUS)) { in c_getopts()
1501 user_opt.uoptind = user_opt.optind; in c_getopts()
1509 if (user_opt.optarg == NULL) in c_getopts()
[all …]
Dvar.c108 user_opt = l->getopts_state; in popblock()
1219 num.i = user_opt.uoptind; in getspec()
Dexec.c767 e->loc->getopts_state = user_opt; in comexec()
Dsh.h975 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */ variable