Home
last modified time | relevance | path

Searched refs:IN_MULTILINE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpptrace.c96 case IN_MULTILINE: in ppinstr()
H A Dpplib.h493 #define IN_MULTILINE (8|IN_TOP) /* multi-line macro text */ macro
619 PUSH(IN_MULTILINE, cur); \
H A Dppbuiltin.c181 if ((in->type == IN_MACRO || in->type == IN_MULTILINE) && (in->symbol->flags & SYM_FUNCTION)) in ppbuiltin()
H A Dpplex.c518 …->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()