Searched refs:ppsearch (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | RELEASE | 10 10-06-16 ppsearch.c: try parent prefix if -I- include search fails 18 08-11-15 ppsearch.c: '\\' => '/' in first step; msvc complains about '\\' in #line!! 19 08-10-31 ppsearch.c: relax pp:nomultiple pedantry 26 07-06-04 ppsearch.c: only apply pp:chop ?old?new? if original not found 53 04-07-22 ppsearch.c: access() => eaccess() 74 03-02-28 ppsearch.c: fix -MM bug that missed prefix include hosted mark 84 02-10-15 ppsearch.c: if PLUSPLUS && not found && no suffix then try with .h 92 02-06-11 ppsearch.c: fix ... next include search to skip *all* intermediates 94 ppsearch.c: don't use inherited prefix for <...> -- duh 117 ppsearch: fix SEARCH_NEXT bug that skipped the include stack [all …]
|
H A D | ppsearch.c | 595 ppsearch(char* file, int type, int flags) in ppsearch() function 664 if ((fd = ppsearch(fp->name + 4, type, flags|SEARCH_TEST)) < 0) in ppsearch() 670 fd = ppsearch(fp->name + 4, type, flags|SEARCH_NEXT); in ppsearch() 686 if ((fd = ppsearch(fp->name, type, flags)) >= 0) in ppsearch() 691 return ppsearch(fp->name, type, flags); in ppsearch()
|
H A D | Mamfile | 456 make ppsearch.o 457 make ppsearch.c 463 done ppsearch.c 464 meta ppsearch.o %.c>%.o ppsearch.c ppsearch 465 prev ppsearch.c 466 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -c ppsearch.c 467 done ppsearch.o generated 572 ….o pplex.o ppline.o ppmacref.o ppmisc.o ppop.o pppragma.o ppprintf.o ppproto.o ppsearch.o pptrace.o
|
H A D | pp.tab | 170 MARKC # last ppsearch() file was in C language 171 MARKHOSTED # last ppsearch() file was hosted
|
H A D | Makefile | 21 ppprintf.c ppproto.c ppsearch.c pptrace.c
|
H A D | pplib.h | 803 #define ppsearch _pp_search 836 extern int ppsearch(char*, int, int);
|
H A D | ppexpr.c | 89 else c = ppsearch(file, type, SEARCH_EXISTS) >= 0; in exists()
|
H A D | ppop.c | 153 if ((fd = ppsearch(file, INC_LOCAL, SEARCH_INCLUDE)) < 0) in ppmapinclude() 874 if (ppsearch(pp.ppdefault, T_STRING, SEARCH_EXISTS) < 0) in ppop()
|
H A D | pplex.c | 2401 ppsearch(".", T_STRING, SEARCH_EXISTS); in pool()
|
H A D | ppcontrol.c | 471 n = ppsearch(pp.token, c, SEARCH_INCLUDE); in ppcontrol()
|
/illumos-gate/usr/src/cmd/ast/libpp/ |
H A D | Makefile.defs | 32 ppprintf.o ppproto.o ppsearch.o pptrace.o
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 526 extern __MANGLE__ int ppsearch __PROTO__((char*, int, int));
|