Searched refs:NOEXPAND (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppcall.c246 pp.state |= COLLECTING|NOEXPAND;
276 if (!(pp.state & NOEXPAND))
277 pp.state |= NOEXPAND;
333 if (!(pp.state & NOEXPAND))
334 pp.state |= NOEXPAND;
391 if (pp.state & NOEXPAND)
400 pp.state &= ~(COLLECTING|FILEPOP|NOEXPAND);
H A Dppcontrol.c671 pp.state |= DEFINITION|NOEXPAND;
841 pp.state |= NOEXPAND|NOSPACE;
843 pp.state |= NOEXPAND;
976 pp.state &= ~NOEXPAND;
1040 pp.state &= ~NOEXPAND;
1042 if (strchr(pp.token, MARK)) pp.state &= ~NOEXPAND;
1134 pp.state &= ~NOEXPAND;
1292 if (pp.state & NOEXPAND) sym->flags |= SYM_NOEXPAND;
1333 pp.state |= DEFINITION|NOEXPAND|NOSPACE;
H A Dpplex.c1386 st &= ~(NEWLINE|NOEXPAND|SKIPMACRO);
1654 st &= ~NOEXPAND;
/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdebug.h124 "NOEXPAND", NOEXPAND,
H A Dppdef.h129 #define NOEXPAND (1L<<15) macro
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdebug.h124 "NOEXPAND", NOEXPAND,
H A Dppdef.h129 #define NOEXPAND (1L<<15) macro

Completed in 1621 milliseconds