HomeSort by: relevance | last modified time | path
    Searched refs:user_opt (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
c_ksh.c 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))
    [all...]
sh.h 461 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */ variable in typeref:typename:EXTERN Getopt
var.c 85 user_opt = l->getopts_state;
981 setint(vp, (long) user_opt.uoptind);
exec.c 649 e->loc->getopts_state = user_opt;

Completed in 15 milliseconds