Home
last modified time | relevance | path

Searched refs:INC_MAPNOHOSTED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h515 #define INC_MAPNOHOSTED (1<<(2*INC_MAX+5)) macro
H A Dppsearch.c641 …|| (fp->flags & INC_MAPHOSTED) && (pp.mode & HOSTED) || (fp->flags & INC_MAPNOHOSTED) && !(pp.mode… in ppsearch()
H A Dppop.c221 flags = INC_MAPNOHOSTED; in ppmapinclude()