Searched refs:IN_MACRO (Results 1 – 9 of 9) sorted by relevance
205 "MACRO", IN_MACRO,
94 case IN_MACRO: in ppinstr()
500 #define IN_MACRO 8 /* macro text */ macro601 PUSH(IN_MACRO, cur); \614 PUSH(IN_MACRO, cur); \
181 if ((in->type == IN_MACRO || in->type == IN_MULTILINE) && (in->symbol->flags & SYM_FUNCTION)) in ppbuiltin()
446 …E) && !(pp.state & HEADER) && (pp.in->type == IN_FILE || pp.in->type == IN_MACRO || pp.in->type ==… in ppcall()
130 01-01-01 pp:headerexpand: space ok if not IN_MACRO131 ppcall: hide if IN_FILE|IN_MACRO|IN_EXPAND138 pp:headerexpand: limit expansion to IN_MACRO
655 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()
485 if (p == v && *(p - 1) == ' ' && pp.in->type != IN_MACRO) in ppcontrol()