Home
last modified time | relevance | path

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

/netbsd/src/bin/sh/
Dexec.c602 act |= DO_ALTPATH; in find_command()
604 if (act & DO_ALTPATH && strstr(path, "%builtin") != NULL) in find_command()
611 if (act & DO_ALTPATH) in find_command()
629 if ((act & DO_ALTPATH ? !(act & DO_ALTBLTIN) : builtinloc < 0) && in find_command()
711 if (act & DO_ALTPATH) { in find_command()
741 if (act & DO_ALTPATH) in find_command()
Dexec.h61 #define DO_ALTPATH 0x08 /* using alternate path */ macro