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

/external/mksh/src/
H A Dfuncs.c238 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
249 wp += builtin_opt.optind;
353 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
380 if (!*(s = builtin_opt.optarg))
391 if (!(builtin_opt.info & GI_MINUSMINUS)) {
393 if (wp[builtin_opt.optind] &&
394 ksh_isdash(wp[builtin_opt.optind]))
395 builtin_opt.optind++;
397 builtin_opt.optind--;
398 wp += builtin_opt
[all...]
H A Dhistrap.c103 while ((optc = ksh_getopt(wp, &builtin_opt,
108 p = builtin_opt.optarg;
147 optc, builtin_opt.optarg);
161 wp += builtin_opt.optind;
H A Dexec.c560 ksh_getopt_reset(&builtin_opt, 0);
561 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p')
577 ap += builtin_opt.optind;
1278 ksh_getopt_reset(&builtin_opt, GF_ERROR);
H A Dmisc.c1794 while ((optc = ksh_getopt(wp, &builtin_opt, "eLP")) != -1)
1808 wp += builtin_opt.optind;
H A Dsh.h970 EXTERN Getopt builtin_opt; /* for shell builtin commands */ variable

Completed in 153 milliseconds