Searched refs:BUILTIN (Results 1 – 13 of 13) sorted by relevance
60 #define BUILTIN 0x40000000 macro62 #define builtin(x) ((x) | BUILTIN)63 #define builtin_idx(x) ((x) & (wchar_t)~BUILTIN)64 #define is_builtin(x) ((x) != WEOF && ((x) & BUILTIN))
78 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()
46 #define BUILTIN 0x0100 macro
145 if (argn == 0 || (comtype = hashtype(cmdhash)) == BUILTIN) {178 else if (comtype == BUILTIN) {
145 "BUILTIN", BUILTIN,
148 #define BUILTIN (1<<1) macro
157 BUILTIN # mark macro definitions builtin
628 return pp.mode & BUILTIN; in ppoption()
1288 if (pp.mode & BUILTIN) sym->flags |= SYM_BUILTIN; in ppcontrol()1698 setmode(BUILTIN, i0); in ppcontrol()
103 06-10-31 cmd.h: add CMD_ prefix to { BUILTIN DYNAMIC STANDALONE }
3854 (run_script): Run BUILTIN->FUNC with BUILTIN_SCRIPT instead of7551 (*BUILTIN)->NAME in dictionary order, break the loop.