Searched refs:IN_MULTILINE (Results 1 – 4 of 4) sorted by relevance
96 case IN_MULTILINE: in ppinstr()
493 #define IN_MULTILINE (8|IN_TOP) /* multi-line macro text */ macro619 PUSH(IN_MULTILINE, cur); \
181 if ((in->type == IN_MACRO || in->type == IN_MULTILINE) && (in->symbol->flags & SYM_FUNCTION)) in ppbuiltin()
518 …->type == IN_FILE || cur->type == IN_FILE && (prv->type == IN_RESCAN || prv->type == IN_MULTILINE)) in ppcpp()656 case IN_MULTILINE: in ppcpp()666 if (cur->type == IN_MULTILINE) in ppcpp()1631 if ((st & STRICT) && pp.in->type != IN_MACRO && pp.in->type != IN_MULTILINE) in ppcpp()