Searched refs:IN_MULTILINE (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdebug.h206 "MULTILINE", IN_MULTILINE,
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdebug.h206 "MULTILINE", IN_MULTILINE,
/illumos-gate/usr/src/lib/libpp/common/
H A Dpptrace.c96 case IN_MULTILINE:
H A Dppbuiltin.c181 if ((in->type == IN_MACRO || in->type == IN_MULTILINE) && (in->symbol->flags & SYM_FUNCTION))
H A Dpplex.c518 if (prv->type == IN_FILE || cur->type == IN_FILE && (prv->type == IN_RESCAN || prv->type == IN_MULTILINE))
656 case IN_MULTILINE:
666 if (cur->type == IN_MULTILINE)
1631 if ((st & STRICT) && pp.in->type != IN_MACRO && pp.in->type != IN_MULTILINE)
H A Dpplib.h501 #define IN_MULTILINE (8|IN_TOP) /* multi-line macro text */ macro
627 PUSH(IN_MULTILINE, cur); \

Completed in 68 milliseconds