Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpp/common/
H A Dpplib.h493 #define IN_TOP 01 /* top level -- directives ok */ macro
495 #define IN_BUFFER (2|IN_TOP) /* buffer of lines */
498 #define IN_FILE (4|IN_TOP) /* file */
499 #define IN_INIT (6|IN_TOP) /* initialization IN_BUFFER */
501 #define IN_MULTILINE (8|IN_TOP) /* multi-line macro text */
503 #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()