Searched refs:builtinloc (Results 1 - 1 of 1) sorted by path

/system/core/sh/
H A Dexec.c99 STATIC int builtinloc = -1; /* index in path of %builtin, or -1 */ variable
360 || (cmdp->cmdtype == CMDBUILTIN && builtinloc >= 0)))
483 if ((act & DO_ALTBLTIN) || builtinloc >= 0) {
496 if ((act & DO_ALTPATH ? !(act & DO_ALTBLTIN) : builtinloc < 0) &&
504 prev = builtinloc;
678 || (cmdp->cmdtype == CMDBUILTIN && builtinloc >= 0))
723 if (builtinloc < 0 && bltin >= 0)
724 builtinloc = bltin; /* zap builtins */
725 if (builtinloc >= 0 && bltin < 0)
728 builtinloc
[all...]

Completed in 980 milliseconds