Lines Matching refs:user_opt
1293 ksh_getopt_reset(&user_opt,
1295 user_opt.optind = user_opt.uoptind = val;
1344 if (user_opt.optind > argc
1345 || (user_opt.p != 0
1346 && user_opt.p > strlen(wp[user_opt.optind - 1])))
1352 user_opt.optarg = (char *) 0;
1353 optc = ksh_getopt(wp, &user_opt, options);
1355 if (optc >= 0 && optc != '?' && (user_opt.info & GI_PLUS)) {
1372 user_opt.uoptind = user_opt.optind;
1380 if (user_opt.optarg == (char *) 0)
1384 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR);