Home
last modified time | relevance | path

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

/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))
/illumos-gate/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.h45 #define BUILTIN 0x0100 macro
H A Dxec.c145 if (argn == 0 || (comtype = hashtype(cmdhash)) == BUILTIN) {
178 else if (comtype == BUILTIN) {
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.tab157 BUILTIN # mark macro definitions builtin
H A Dppop.c54 …(!pp.initialized && (!(pp.mode & INIT) || !(pp.mode & BUILTIN)) && (p != &pp.mode || !(op & BUILTI… in ppset()
344 else if (!pp.initialized && (!(pp.mode & INIT) || !(pp.mode & BUILTIN))) in ppok()
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()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE139 06-10-31 cmd.h: add CMD_ prefix to { BUILTIN DYNAMIC STANDALONE }
/illumos-gate/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.