Searched refs:FC_UNREGBI (Results 1 – 2 of 2) sorted by relevance
88 #define FC_UNREGBI BIT(3) /* un-regular builtin (!special,!regular) */ macro89 #define FC_BI (FC_SPECBI|FC_REGBI|FC_UNREGBI)
879 if (!tp && (flags & FC_UNREGBI) && tbi) in findcom()