Home
last modified time | relevance | path

Searched refs:DO_ALTBLTIN (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/bin/sh/
Dexec.h62 #define DO_ALTBLTIN 0x20 /* %builtin in alt. path */ macro
Dexec.c605 act |= DO_ALTBLTIN; in find_command()
619 if ((act & DO_ALTBLTIN) || builtinloc >= 0) in find_command()
629 if ((act & DO_ALTPATH ? !(act & DO_ALTBLTIN) : builtinloc < 0) && in find_command()