Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppsearch.c141 (fp->flags & INC_SELF) ? "SELF|" : "", in search()
448 if ((xp || (xp = ppgetfile(pp.path))) && (xp->flags & INC_SELF)) in search()
524 xp->flags |= INC_SELF|INC_EXISTS; in search()
568 xp->flags |= INC_SELF; in search()
H A Dpplib.h510 #define INC_SELF (1<<(2*INC_MAX+0)) macro