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

/external/mksh/src/
H A Dfuncs.c227 while ((optc = ksh_getopt(wp, &builtin_opt, "LP")) != -1)
238 wp += builtin_opt.optind;
328 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1)
355 if (!*(s = builtin_opt.optarg))
366 if (!(builtin_opt.info & GI_MINUSMINUS)) {
368 if (wp[builtin_opt.optind] &&
369 ksh_isdash(wp[builtin_opt.optind]))
370 builtin_opt.optind++;
372 builtin_opt.optind--;
373 wp += builtin_opt
[all...]
H A Dhistrap.c90 while ((optc = ksh_getopt(wp, &builtin_opt,
95 p = builtin_opt.optarg;
134 optc, builtin_opt.optarg);
148 wp += builtin_opt.optind;
H A Dexec.c564 ksh_getopt_reset(&builtin_opt, 0);
565 while ((optc = ksh_getopt(ap, &builtin_opt, ":p")) == 'p')
581 ap += builtin_opt.optind;
1256 ksh_getopt_reset(&builtin_opt, GF_ERROR);
H A Dmisc.c1651 while ((optc = ksh_getopt(wp, &builtin_opt, "eLP")) != -1)
1665 wp += builtin_opt.optind;
H A Dsh.h821 EXTERN Getopt builtin_opt; /* for shell builtin commands */ variable

Completed in 343 milliseconds