Searched refs:user_opt (Results 1 - 4 of 4) sorted by path

/external/mksh/src/
H A Dexec.c746 e->loc->getopts_state = user_opt;
H A Dfuncs.c1421 ksh_getopt_reset(&user_opt, GF_NONAME | GF_PLUSOPT);
1422 user_opt.optind = user_opt.uoptind = val;
1467 if (user_opt.optind > argc ||
1468 (user_opt.p != 0 &&
1469 user_opt.p > strlen(wp[user_opt.optind - 1]))) {
1474 user_opt.optarg = NULL;
1475 optc = ksh_getopt(wp, &user_opt, opts);
1477 if (optc >= 0 && optc != '?' && (user_opt
[all...]
H A Dsh.h971 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */ variable
H A Dvar.c108 user_opt = l->getopts_state;
1200 num.i = user_opt.uoptind;

Completed in 1151 milliseconds