Home
last modified time | relevance | path

Searched refs:SEARCH_INCLUDE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppsearch.c134 (flags & SEARCH_INCLUDE) ? "include" : "exists", in search()
379 if ((flags & SEARCH_INCLUDE) || (xp->flags & INC_EXISTS)) in search()
381 if (!(flags & SEARCH_INCLUDE)) in search()
403 if (!(flags & SEARCH_INCLUDE)) in search()
452 if (!(flags & SEARCH_INCLUDE)) in search()
481 fd = (flags & SEARCH_INCLUDE) ? open(pp.path, O_RDONLY) : eaccess(pp.path, R_OK); in search()
525 if (flags & SEARCH_INCLUDE) in search()
693 else if ((flags & SEARCH_INCLUDE) && fp->guard == INC_IGNORE) in ppsearch()
787 if ((flags & (SEARCH_INCLUDE|SEARCH_NEXT)) == SEARCH_INCLUDE) in ppsearch()
H A Dpplib.h101 #define SEARCH_INCLUDE (1<<2) /* ppsearch for include */ macro
H A Dppop.c153 if ((fd = ppsearch(file, INC_LOCAL, SEARCH_INCLUDE)) < 0) in ppmapinclude()
H A Dppcontrol.c471 n = ppsearch(pp.token, c, SEARCH_INCLUDE); in ppcontrol()