Home | History | Annotate | Download | only in src

Lines Matching refs:user_opt

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)) {
1477 user_optuser_opt.optind;
1485 if (user_opt.optarg == NULL)
1489 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR);