Searched refs:DO_ALTBLTIN (Results 1 – 3 of 3) sorted by relevance
65 #define DO_ALTBLTIN 0x20 /* %builtin in alt. path */ macro
614 act |= DO_ALTBLTIN;633 if ((act & DO_ALTBLTIN) || psh->builtinloc >= 0) {646 if ((act & DO_ALTPATH ? !(act & DO_ALTBLTIN) : psh->builtinloc < 0) &&
7530 #define DO_ALTBLTIN 0x20 /* %builtin in alt. path */ macro12654 act |= DO_ALTBLTIN; in find_command()12674 bit = DO_ALTBLTIN; in find_command()12691 if (!(act & DO_ALTBLTIN)) in find_command()