Searched refs:SYM_FUNCTION (Results 1 – 8 of 8) sorted by relevance
662 …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 …]
362 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()
177 if (sym->flags & SYM_FUNCTION) in ppcall()431 if (sym->flags & SYM_FUNCTION) in ppcall()
597 if (p->flags & SYM_FUNCTION) pushframe(pp.macp); \632 if (p->flags & SYM_FUNCTION) pushframe(pp.macp); \
116 #define SYM_FUNCTION (1L<<5) /* macro with args */ macro
181 if ((in->type == IN_MACRO || in->type == IN_MULTILINE) && (in->symbol->flags & SYM_FUNCTION)) in ppbuiltin()
68 03-05-18 ppcall.c: add SYM_FUNCTION '(' peek to avoid inappropriate ungetchr()
681 if (cur->symbol->flags & SYM_FUNCTION) in ppcpp()