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

/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdebug.h148 "EXPOSE", EXPOSE,
H A Dppdef.h151 #define EXPOSE (1<<4) macro
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdebug.h148 "EXPOSE", EXPOSE,
H A Dppdef.h151 #define EXPOSE (1<<4) macro
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcall.c446 if (ret < 0 && sym->hidden && !(pp.mode & EXPOSE) && !(pp.state & HEADER) && (pp.in->type == IN_FILE || pp.in->type == IN_MACRO || pp.in->type == IN_EXPAND))
H A Dppcontrol.c507 pp.mode |= EXPOSE;
511 pp.mode &= ~EXPOSE;

Completed in 75 milliseconds