Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h1783 #define FC_SPECBI BIT(0) /* special builtin */ macro
1786 #define FC_BI (FC_SPECBI | FC_NORMBI)
Dexec.c1186 if ((flags & FC_SPECBI) && tbi && (tbi->flag & SPEC_BI)) in findcom()