Searched defs:BUILTIN (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dhash.h46 #define BUILTIN 0x0100 macro
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h60 #define BUILTIN 0x40000000 macro
62 #define builtin(x) ((x) | BUILTIN)
63 #define builtin_idx(x) ((x) & (wchar_t)~BUILTIN)
64 #define is_builtin(x) ((x) != WEOF && ((x) & BUILTIN))
67 * Since we have expanded char to wchar_t, large vaule(has BUILTIN set)
68 * can be given to the ctype macros. First check BUILTIN, and return
/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdef.h148 #define BUILTIN (1<<1) macro
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdef.h148 #define BUILTIN (1<<1) macro

Completed in 58 milliseconds