Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpp/common/
H A Dppsearch.c136 (flags & SEARCH_HOSTED) ? " hosted" : "", in search()
155 if (flags & SEARCH_HOSTED) in search()
646 flags |= SEARCH_HOSTED; in ppsearch()
H A Dpplib.h99 #define SEARCH_HOSTED (1<<0) /* search hosted dirs only */ macro