Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpp/common/
H A Dppcontrol.c662 …sym->flags &= ~(SYM_BUILTIN|SYM_EMPTY|SYM_FINAL|SYM_FUNCTION|SYM_INIT|SYM_INITIAL|SYM_MULTILINE|SY… in ppcontrol()
675 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()
[all …]
H A Dppinput.c367 if (sym->flags & SYM_FUNCTION) flags |= LOAD_FUNCTION; in dump()
374 if (sym->flags & SYM_FUNCTION) in dump()
672 if (m & LOAD_FUNCTION) sym->flags |= SYM_FUNCTION; in ppload()
679 if (sym->flags & SYM_FUNCTION) in ppload()
H A Dppcall.c177 if (sym->flags & SYM_FUNCTION) in ppcall()
432 if (sym->flags & SYM_FUNCTION) in ppcall()
H A Dpp.h116 #define SYM_FUNCTION (1L<<5) /* macro with args */ macro
H A Dpplib.h605 if (p->flags & SYM_FUNCTION) pushframe(pp.macp); \
640 if (p->flags & SYM_FUNCTION) pushframe(pp.macp); \
H A Dppbuiltin.c181 if ((in->type == IN_MACRO || in->type == IN_MULTILINE) && (in->symbol->flags & SYM_FUNCTION)) in ppbuiltin()
H A DRELEASE57 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()