Home
last modified time | relevance | path

Searched refs:ppincref (Results 1 – 8 of 8) sorted by path

/illumos-gate/usr/src/cmd/ast/libpp/
H A DMakefile.defs30 ppcpp.o ppdata.o pperror.o ppexpr.o ppfsm.o ppincref.o ppinput.o \
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c408 extern __MANGLE__ void ppincref __PROTO__((char*, char*, int, int));
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DMakefile19 pperror.c ppexpr.c ppfsm.c ppincref.c ppinput.c ppkey.c \
H A DMamfile350 make ppincref.o
351 make ppincref.c
353 done ppincref.c
354 meta ppincref.o %.c>%.o ppincref.c ppincref
355 prev ppincref.c
356 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -c ppincref.c
357 done ppincref.o generated
572 …t.o ppcontext.o ppcontrol.o ppcpp.o ppdata.o pperror.o ppexpr.o ppfsm.o ppincref.o ppinput.o ppkey…
H A DRELEASE442 add ppincref.c and -H to use it
H A Dpp.h442 extern void ppincref(char*, char*, int, int);
H A Dppargs.c432 ppop(PP_INCREF, ppincref); in ppargs()
H A Dppincref.c32 ppincref(char* parent, char* file, int line, int type) in ppincref() function