OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DO_ALTBLTIN
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
exec.h
60
#define
DO_ALTBLTIN
0x20 /* %builtin in alt. path */
exec.c
464
act |=
DO_ALTBLTIN
;
483
if ((act &
DO_ALTBLTIN
) || builtinloc >= 0) {
496
if ((act & DO_ALTPATH ? !(act &
DO_ALTBLTIN
) : builtinloc < 0) &&
Completed in 1243 milliseconds