Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dtable.h88 #define FC_UNREGBI BIT(3) /* un-regular builtin (!special,!regular) */ macro
89 #define FC_BI (FC_SPECBI|FC_REGBI|FC_UNREGBI)
H A Dexec.c879 if (!tp && (flags & FC_UNREGBI) && tbi) in findcom()