Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/usr/src/lib/libpp/common/
H A DRELEASE7 08-11-15 ppsearch.c: '\\' => '/' in first step; msvc complains about '\\' in #line!!
8 08-10-31 ppsearch.c: relax pp:nomultiple pedantry
15 07-06-04 ppsearch.c: only apply pp:chop ?old?new? if original not found
42 04-07-22 ppsearch.c: access() => eaccess()
63 03-02-28 ppsearch.c: fix -MM bug that missed prefix include hosted mark
73 02-10-15 ppsearch.c: if PLUSPLUS && not found && no suffix then try with .h
81 02-06-11 ppsearch.c: fix ... next include search to skip *all* intermediates
83 ppsearch.c: don't use inherited prefix for <...> -- duh
106 ppsearch: fix SEARCH_NEXT bug that skipped the include stack
110 01-06-06 ppsearch.c: list PP_FILEDEPS headers once
[all …]
H A Dppsearch.c595 ppsearch(char* file, int type, int flags) in ppsearch() function
661 if ((fd = ppsearch(fp->name + 4, type, flags|SEARCH_TEST)) < 0) in ppsearch()
667 fd = ppsearch(fp->name + 4, type, flags|SEARCH_NEXT); in ppsearch()
683 if ((fd = ppsearch(fp->name, type, flags)) >= 0) in ppsearch()
688 return ppsearch(fp->name, type, flags); in ppsearch()
H A Dpp.tab170 MARKC # last ppsearch() file was in C language
171 MARKHOSTED # last ppsearch() file was hosted
H A Dpplib.h811 #define ppsearch _pp_search
843 extern int ppsearch(char*, int, int);
H A Dppexpr.c89 else c = ppsearch(file, type, SEARCH_EXISTS) >= 0; in exists()
H A Dppop.c147 if ((fd = ppsearch(file, INC_LOCAL, SEARCH_INCLUDE)) < 0) in ppmapinclude()
838 if (ppsearch(pp.ppdefault, T_STRING, SEARCH_EXISTS) < 0) in ppop()
H A Dpplex.c2401 ppsearch(".", T_STRING, SEARCH_EXISTS); in pool()
H A Dppcontrol.c471 n = ppsearch(pp.token, c, SEARCH_INCLUDE); in ppcontrol()