HomeSort by relevance Sort by last modified time
    Searched refs:user_opt (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
funcs.c 1407 ksh_getopt_reset(&user_opt, GF_NONAME | GF_PLUSOPT);
1408 user_opt.optind = user_opt.uoptind = val;
1453 if (user_opt.optind > argc ||
1454 (user_opt.p != 0 &&
1455 user_opt.p > strlen(wp[user_opt.optind - 1]))) {
1460 user_opt.optarg = NULL;
1461 optc = ksh_getopt(wp, &user_opt, opts);
1463 if (optc >= 0 && optc != '?' && (user_opt.info & GI_PLUS))
    [all...]
var.c 105 user_opt = l->getopts_state;
1149 num.i = user_opt.uoptind;
    [all...]
exec.c 750 e->loc->getopts_state = user_opt;
    [all...]
sh.h 956 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */ variable
    [all...]

Completed in 47 milliseconds