Home | History | Annotate | Download | only in sh

Lines Matching full:builtinloc

99 STATIC int builtinloc = -1;		/* index in path of %builtin, or -1 */
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 = bltin;
751 builtinloc >= firstchange)) {