HomeSort by: relevance | last modified time | path
    Searched refs:FC_UNREGBI (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
table.h 86 #define FC_UNREGBI BIT(3) /* un-regular builtin (!special,!regular) */
87 #define FC_BI (FC_SPECBI|FC_REGBI|FC_UNREGBI)
exec.c 936 if (!tp && (flags & FC_UNREGBI) && tbi)

Completed in 21 milliseconds