Searched refs:T_HEADER (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c140 type == T_HEADER ? "<*>" : "\"*\"", prefix,
516 if ((index == INC_STANDARD || index == INC_VENDOR) && type != T_HEADER && !(fp->flags & INC_BOUND(INC_LOCAL)))
640 if (!(xp = fp->bound[type == T_HEADER ? INC_STANDARD : INC_LOCAL]) || xp == fp)
650 if (type == T_HEADER && strneq(fp->name, "...", 3) && (!fp->name[3] || fp->name[3] == '/'))
699 if (type == T_HEADER)
H A Dpp.h292 #define T_HEADER (N_PP+2) /* <..> */ macro
H A Dppexpr.c62 case T_HEADER:
H A Dppcontrol.c462 case T_HEADER:
491 c = T_HEADER;
H A Dppop.c167 case T_HEADER:
193 index = token == T_HEADER ? INC_STANDARD : INC_LOCAL;

Completed in 77 milliseconds