Home
last modified time | relevance | path

Searched refs:SYM_FUNCTION (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcontrol.c675 sym->flags |= SYM_FUNCTION; in ppcontrol()
952 if (!(sym->flags & (SYM_FUNCTION|SYM_MULTILINE))) break; in ppcontrol()
954 if (!(sym->flags & SYM_FUNCTION)) break; in ppcontrol()
1046 if ((sym->flags & SYM_FUNCTION) && (pp.state & (COMPATIBILITY|TRANSITION))) in ppcontrol()
1193 …if ((i0 & SYM_FUNCTION) != (sym->flags & SYM_FUNCTION) || old.arity != mac->arity || !streq(old.va… in ppcontrol()
1245 if (sym->flags & SYM_FUNCTION) in ppcontrol()
1417 sym->flags &= ~(SYM_BUILTIN|SYM_FUNCTION|SYM_MULTILINE|SYM_PREDEFINED|SYM_VARIADIC); in ppcontrol()
1767 …sym->flags &= ~(SYM_BUILTIN|SYM_FUNCTION|SYM_INIT|SYM_MULTILINE|SYM_PREDEFINED|SYM_REDEFINE|SYM_VA… in ppcontrol()
1779 …sym->flags &= ~(SYM_BUILTIN|SYM_FUNCTION|SYM_INIT|SYM_MULTILINE|SYM_PREDEFINED|SYM_REDEFINE|SYM_VA… in ppcontrol()
2161 …sym->flags &= ~(SYM_BUILTIN|SYM_FUNCTION|SYM_INIT|SYM_MULTILINE|SYM_PREDEFINED|SYM_REDEFINE|SYM_VA… in ppcontrol()
[all …]
H A Dppinput.c362 if (sym->flags & SYM_FUNCTION) flags |= LOAD_FUNCTION; in dump()
369 if (sym->flags & SYM_FUNCTION) in dump()
667 if (m & LOAD_FUNCTION) sym->flags |= SYM_FUNCTION; in ppload()
674 if (sym->flags & SYM_FUNCTION) in ppload()
H A Dppcall.c177 if (sym->flags & SYM_FUNCTION) in ppcall()
431 if (sym->flags & SYM_FUNCTION) in ppcall()
H A Dpplib.h597 if (p->flags & SYM_FUNCTION) pushframe(pp.macp); \
632 if (p->flags & SYM_FUNCTION) pushframe(pp.macp); \
H A Dpp.h116 #define SYM_FUNCTION (1L<<5) /* macro with args */ macro
H A Dppbuiltin.c181 if ((in->type == IN_MACRO || in->type == IN_MULTILINE) && (in->symbol->flags & SYM_FUNCTION)) in ppbuiltin()
H A DRELEASE68 03-05-18 ppcall.c: add SYM_FUNCTION '(' peek to avoid inappropriate ungetchr()
H A Dpplex.c681 if (cur->symbol->flags & SYM_FUNCTION) in ppcpp()