Home
last modified time | relevance | path

Searched refs:BUILTIN (Results 1 – 13 of 13) sorted by relevance

/titanic_50/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))
/titanic_50/usr/src/cmd/sh/
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); in func_unhash()
297 if (h->data & (BUILTIN | FUNCTION))
332 case BUILTIN: in what_is_path()
H A Dhash.h46 #define BUILTIN 0x0100 macro
H A Dxec.c145 if (argn == 0 || (comtype = hashtype(cmdhash)) == BUILTIN) {
178 else if (comtype == BUILTIN) {
/titanic_50/usr/src/lib/libpp/i386/
H A Dppdebug.h145 "BUILTIN", BUILTIN,
H A Dppdef.h148 #define BUILTIN (1<<1) macro
/titanic_50/usr/src/lib/libpp/sparc/
H A Dppdef.h148 #define BUILTIN (1<<1) macro
H A Dppdebug.h145 "BUILTIN", BUILTIN,
/titanic_50/usr/src/lib/libpp/common/
H A Dpp.tab157 BUILTIN # mark macro definitions builtin
H A Dppexpr.c628 return pp.mode & BUILTIN; in ppoption()
H A Dppcontrol.c1288 if (pp.mode & BUILTIN) sym->flags |= SYM_BUILTIN; in ppcontrol()
1698 setmode(BUILTIN, i0); in ppcontrol()
/titanic_50/usr/src/lib/libcmd/common/
H A DRELEASE103 06-10-31 cmd.h: add CMD_ prefix to { BUILTIN DYNAMIC STANDALONE }
/titanic_50/usr/src/grub/grub-0.97/
H A DChangeLog3854 (run_script): Run BUILTIN->FUNC with BUILTIN_SCRIPT instead of
7551 (*BUILTIN)->NAME in dictionary order, break the loop.