Searched refs:SEARCH_INCLUDE (Results 1 – 4 of 4) sorted by relevance
134 (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()690 else if ((flags & SEARCH_INCLUDE) && fp->guard == INC_IGNORE) in ppsearch()782 if ((flags & (SEARCH_INCLUDE|SEARCH_NEXT)) == SEARCH_INCLUDE) in ppsearch()
101 #define SEARCH_INCLUDE (1<<2) /* ppsearch for include */ macro
147 if ((fd = ppsearch(file, INC_LOCAL, SEARCH_INCLUDE)) < 0) in ppmapinclude()
471 n = ppsearch(pp.token, c, SEARCH_INCLUDE); in ppcontrol()