Searched refs:BUILTIN (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dhash.h46 #define BUILTIN 0x0100 macro
H A Dhashserv.c78 if (h->data & (BUILTIN | FUNCTION))
112 hentry.data = (BUILTIN | i);
193 if (h->data & (BUILTIN | FUNCTION))
277 h->data = (BUILTIN|i);
297 if (h->data & (BUILTIN | FUNCTION))
332 case BUILTIN:
H A Dxec.c145 if (argn == 0 || (comtype = hashtype(cmdhash)) == BUILTIN) {
178 else if (comtype == BUILTIN) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h55 #define BUILTIN 0x40000000 macro
57 #define builtin(x) ((x) | BUILTIN)
58 #define builtin_idx(x) ((x) & (wchar_t)~BUILTIN)
59 #define is_builtin(x) ((x) != WEOF && ((x) & BUILTIN))
62 * Since we have expanded char to wchar_t, large vaule(has BUILTIN set)
63 * can be given to the ctype macros. First check BUILTIN, and return
/opensolaris-onvv-gate/usr/src/lib/libpp/i386/
H A Dppdebug.h145 "BUILTIN", BUILTIN,
H A Dppdef.h148 #define BUILTIN (1<<1) macro
/opensolaris-onvv-gate/usr/src/lib/libpp/sparc/
H A Dppdebug.h145 "BUILTIN", BUILTIN,
H A Dppdef.h148 #define BUILTIN (1<<1) macro
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dpp.tab157 BUILTIN # mark macro definitions builtin
H A Dppexpr.c628 return pp.mode & BUILTIN;

Completed in 115 milliseconds