OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:builtin_opt
(Results
1 - 5
of
5
) sorted by null
/external/mksh/src/
funcs.c
232
while ((optc = ksh_getopt(wp, &
builtin_opt
, "LP")) != -1)
243
wp +=
builtin_opt
.optind;
347
while ((optc = ksh_getopt(wp, &
builtin_opt
, opts)) != -1)
374
if (!*(s =
builtin_opt
.optarg))
385
if (!(
builtin_opt
.info & GI_MINUSMINUS)) {
387
if (wp[
builtin_opt
.optind] &&
388
ksh_isdash(wp[
builtin_opt
.optind]))
389
builtin_opt
.optind++;
391
builtin_opt
.optind--;
392
wp +=
builtin_opt
.optind
[
all
...]
histrap.c
103
while ((optc = ksh_getopt(wp, &
builtin_opt
,
108
p =
builtin_opt
.optarg;
147
optc,
builtin_opt
.optarg);
161
wp +=
builtin_opt
.optind;
[
all
...]
exec.c
565
ksh_getopt_reset(&
builtin_opt
, 0);
566
while ((optc = ksh_getopt(ap, &
builtin_opt
, ":p")) == 'p')
582
ap +=
builtin_opt
.optind;
1270
ksh_getopt_reset(&
builtin_opt
, GF_ERROR);
[
all
...]
misc.c
[
all
...]
sh.h
956
EXTERN Getopt
builtin_opt
; /* for shell builtin commands */
variable
[
all
...]
Completed in 29 milliseconds