Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppsearch.c32 #define SEARCH_TEST (SEARCH_USER<<3)/* test for binding */ macro
139 (flags & SEARCH_TEST) ? " test" : "", in search()
385 if (flags & SEARCH_TEST) in search()
407 if (flags & SEARCH_TEST) in search()
456 if (flags & SEARCH_TEST) in search()
545 if (flags & SEARCH_TEST) in search()
664 if ((fd = ppsearch(fp->name + 4, type, flags|SEARCH_TEST)) < 0) in ppsearch()