Home
last modified time | relevance | path

Searched refs:SYM_EMPTY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h114 #define SYM_EMPTY (1L<<3) /* allow empty/missing actuals */ macro
H A Dppcall.c408 if (c != (n = mac->arity) && (c > 0 || n > 1) && !(sym->flags & SYM_EMPTY)) in ppcall()
H A Dppcontrol.c662 …sym->flags &= ~(SYM_BUILTIN|SYM_EMPTY|SYM_FINAL|SYM_FUNCTION|SYM_INIT|SYM_INITIAL|SYM_MULTILINE|SY… in ppcontrol()
937 sym->flags |= SYM_EMPTY; in ppcontrol()