Home
last modified time | relevance | path

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

/netbsd/bin/ksh/
H A Dc_ksh.c1293 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)
[all …]
H A Dsh.h461 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */ variable
H A Dvar.c85 user_opt = l->getopts_state; in popblock()
981 setint(vp, (long) user_opt.uoptind);
H A Dexec.c649 e->loc->getopts_state = user_opt;