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

/external/mksh/src/
H A Dfuncs.c1408 ksh_getopt_reset(&user_opt, GF_NONAME | GF_PLUSOPT);
1409 user_opt.optind = user_opt.uoptind = val;
1454 if (user_opt.optind > argc ||
1455 (user_opt.p != 0 &&
1456 user_opt.p > strlen(wp[user_opt.optind - 1]))) {
1461 user_opt.optarg = NULL;
1462 optc = ksh_getopt(wp, &user_opt, opts);
1464 if (optc >= 0 && optc != '?' && (user_opt
[all...]
H A Dvar.c105 user_opt = l->getopts_state;
1144 i = user_opt.uoptind;
H A Dexec.c739 e->loc->getopts_state = user_opt;
H A Dsh.h957 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */ variable

Completed in 90 milliseconds