Home
last modified time | relevance | path

Searched refs:INC_EXISTS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppsearch.c142 (fp->flags & INC_EXISTS) ? "EXISTS|" : "", in search()
379 if ((flags & SEARCH_INCLUDE) || (xp->flags & INC_EXISTS)) in search()
450 if (xp->flags & INC_EXISTS) in search()
524 xp->flags |= INC_SELF|INC_EXISTS; in search()
H A Dpplib.h511 #define INC_EXISTS (1<<(2*INC_MAX+1)) macro