Home
last modified time | relevance | path

Searched refs:IN_TOP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h485 #define IN_TOP 01 /* top level -- directives ok */ macro
487 #define IN_BUFFER (2|IN_TOP) /* buffer of lines */
490 #define IN_FILE (4|IN_TOP) /* file */
491 #define IN_INIT (6|IN_TOP) /* initialization IN_BUFFER */
493 #define IN_MULTILINE (8|IN_TOP) /* multi-line macro text */
495 #define IN_RESCAN (10|IN_TOP) /* directive rescan buffer */
H A Dpplex.c385 else if (pp.in->type & IN_TOP) in ppcpp()
387 …mment && !(st & (COLLECTING|DIRECTIVE|JOINING)) && !(*pp.control & SKIP) && (pp.in->type & IN_TOP)) in ppcpp()
1671 if (!(st & NEWLINE) || !(pp.in->type & IN_TOP)) in ppcpp()
1689 if (!(st & NEWLINE) || (st & DEFINITION) || !(pp.in->type & IN_TOP)) in ppcpp()