Searched refs:builtin_opt (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dfuncs.c357 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
368 wp += builtin_opt.optind;
501 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
512 wp += builtin_opt.optind;
600 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
626 if (!*(s = builtin_opt.optarg))
637 if (!(builtin_opt.info & GI_MINUSMINUS)) {
639 if (wp[builtin_opt.optind] &&
640 ksh_isdash(wp[builtin_opt.optind]))
641 builtin_opt
[all...]
H A Dhistrap.c86 while ((optc = ksh_getopt(wp, &builtin_opt,
90 p = builtin_opt.optarg;
119 optc, builtin_opt.optarg);
132 wp += builtin_opt.optind;
H A Dexec.c465 ksh_getopt_reset(&builtin_opt, 0);
466 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p')
481 ap += builtin_opt.optind;
1098 ksh_getopt_reset(&builtin_opt, GF_ERROR);
H A Dsh.h771 EXTERN Getopt builtin_opt; /* for shell builtin commands */ variable

Completed in 41 milliseconds