Searched refs:FC_REGBI (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dsh.h1184 #define FC_REGBI BIT(2) /* regular builtin */ macro
1186 #define FC_BI (FC_SPECBI|FC_REGBI|FC_UNREGBI)
H A Dexec.c1101 if (!tp && (flags & FC_REGBI) && tbi && (tbi->flag & REG_BI))

Completed in 129 milliseconds