Home
last modified time | relevance | path

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

/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dexec.h65 #define DO_ALTBLTIN 0x20 /* %builtin in alt. path */ macro
H A Dexec.c614 act |= DO_ALTBLTIN;
633 if ((act & DO_ALTBLTIN) || psh->builtinloc >= 0) {
646 if ((act & DO_ALTPATH ? !(act & DO_ALTBLTIN) : psh->builtinloc < 0) &&
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dash.c7530 #define DO_ALTBLTIN 0x20 /* %builtin in alt. path */ macro
12654 act |= DO_ALTBLTIN; in find_command()
12674 bit = DO_ALTBLTIN; in find_command()
12691 if (!(act & DO_ALTBLTIN)) in find_command()