OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPEC_BI
(Results
1 - 4
of
4
) sorted by null
/external/mksh/src/
exec.c
165
(tp->flag &
SPEC_BI
))
1057
flag |=
SPEC_BI
;
1098
if ((flags & FC_SPECBI) && tbi && (tbi->flag &
SPEC_BI
))
[
all
...]
main.c
1247
if (builtin_flag &
SPEC_BI
) {
[
all
...]
sh.h
995
/* flags of called builtin (
SPEC_BI
, etc.) */
[
all
...]
funcs.c
595
(tp->flag &
SPEC_BI
) ? " special" : null,
[
all
...]
Completed in 145 milliseconds