HomeSort by relevance Sort by last modified time
    Searched refs:FC_REGBI (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
sh.h 974 #define FC_REGBI BIT(2) /* regular builtin */
976 #define FC_BI (FC_SPECBI|FC_REGBI|FC_UNREGBI)
    [all...]
exec.c 946 if (!tp && (flags & FC_REGBI) && tbi && (tbi->flag & REG_BI))
    [all...]

Completed in 435 milliseconds