Home
last modified time | relevance | path

Searched refs:IN_MACRO (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h492 #define IN_MACRO 8 /* macro text */ macro
593 PUSH(IN_MACRO, cur); \
606 PUSH(IN_MACRO, cur); \
H A Dpptrace.c94 case IN_MACRO: in ppinstr()
H A Dppbuiltin.c181 if ((in->type == IN_MACRO || in->type == IN_MULTILINE) && (in->symbol->flags & SYM_FUNCTION)) in ppbuiltin()
H A Dppcall.c445 …E) && !(pp.state & HEADER) && (pp.in->type == IN_FILE || pp.in->type == IN_MACRO || pp.in->type ==… in ppcall()
H A DRELEASE141 01-01-01 pp:headerexpand: space ok if not IN_MACRO
142 ppcall: hide if IN_FILE|IN_MACRO|IN_EXPAND
149 pp:headerexpand: limit expansion to IN_MACRO
H A Dpplex.c655 case IN_MACRO: in ppcpp()
1100 if (pp.in->type == IN_MACRO && (s = strchr(pp.token, MARK)) && !*(s + 1)) in ppcpp()
1631 if ((st & STRICT) && pp.in->type != IN_MACRO && pp.in->type != IN_MULTILINE) in ppcpp()
H A Dppcontrol.c485 if (p == v && *(p - 1) == ' ' && pp.in->type != IN_MACRO) in ppcontrol()