Searched refs:user_opt (Results 1 – 6 of 6) sorted by relevance
1421 ksh_getopt_reset(&user_opt, GF_NONAME | GF_PLUSOPT); in getopts_reset()1422 user_opt.optind = user_opt.uoptind = val; in getopts_reset()1467 if (user_opt.optind > argc || in c_getopts()1468 (user_opt.p != 0 && in c_getopts()1469 user_opt.p > strlen(wp[user_opt.optind - 1]))) { in c_getopts()1474 user_opt.optarg = NULL; in c_getopts()1475 optc = ksh_getopt(wp, &user_opt, opts); in c_getopts()1477 if (optc >= 0 && optc != '?' && (user_opt.info & GI_PLUS)) { in c_getopts()1491 user_opt.uoptind = user_opt.optind; in c_getopts()1499 if (user_opt.optarg == NULL) in c_getopts()[all …]
108 user_opt = l->getopts_state; in popblock()1198 num.i = user_opt.uoptind; in getspec()
746 e->loc->getopts_state = user_opt; in comexec()
971 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */ variable
292 foreach (split(/[\s,]+/, $1)) { $user_opt{$_} = $opt{$_}= 1; }340 foreach $opt (keys %user_opt) {
297 foreach (split(/[\s,]+/, $1)) { $user_opt{$_} = $opt{$_}= 1; }345 foreach $opt (keys %user_opt) {