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

/ast/src/lib/libpp/
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)))
643 if (!(xp = fp->bound[type == T_HEADER ? INC_STANDARD : INC_LOCAL]) || xp == fp)
653 if (type == T_HEADER && strneq(fp->name, "...", 3) && (!fp->name[3] || fp->name[3] == '/'))
702 if (type == T_HEADER)
H A DMakefile83 g/^printf.*T_HEADER/d
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.c173 case T_HEADER:
199 index = token == T_HEADER ? INC_STANDARD : INC_LOCAL;

Completed in 23 milliseconds