Home
last modified time | relevance | path

Searched refs:T_HEADER (Results 1 – 6 of 6) sorted by relevance

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