Searched refs:ppsearch (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libpp/
H A DMakefile.com54 ppsearch.o \
113 pics/ppsearch.o := CERRWARN += -erroff=E_INTEGER_OVERFLOW_DETECTED
114 pics/ppsearch.o := CERRWARN += -_gcc=-Wno-sequence-point
/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c595 ppsearch(char* file, int type, int flags) function
661 if ((fd = ppsearch(fp->name + 4, type, flags|SEARCH_TEST)) < 0)
667 fd = ppsearch(fp->name + 4, type, flags|SEARCH_NEXT);
683 if ((fd = ppsearch(fp->name, type, flags)) >= 0)
688 return ppsearch(fp->name, type, flags);
H A Dpplib.h98 #define SEARCH_EXISTS 0 /* ppsearch for existence */
101 #define SEARCH_INCLUDE (1<<2) /* ppsearch for include */
328 struct ppdirs* found; /* last successful ppsearch dir */ \
811 #define ppsearch _pp_search
843 extern int ppsearch(char*, int, int);
H A Dppexpr.c89 else c = ppsearch(file, type, SEARCH_EXISTS) >= 0;
H A Dppop.c147 if ((fd = ppsearch(file, INC_LOCAL, SEARCH_INCLUDE)) < 0)
838 if (ppsearch(pp.ppdefault, T_STRING, SEARCH_EXISTS) < 0)
H A Dppcontrol.c471 n = ppsearch(pp.token, c, SEARCH_INCLUDE);
H A Dpplex.c2401 ppsearch(".", T_STRING, SEARCH_EXISTS);

Completed in 82 milliseconds