Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppexpr.c89 else c = ppsearch(file, type, SEARCH_EXISTS) >= 0; in exists()
H A Dpplib.h98 #define SEARCH_EXISTS 0 /* ppsearch for existence */ macro
H A Dppop.c874 if (ppsearch(pp.ppdefault, T_STRING, SEARCH_EXISTS) < 0) in ppop()
H A Dpplex.c2401 ppsearch(".", T_STRING, SEARCH_EXISTS); in pool()