Searched refs:ppmacref (Results 1 – 13 of 13) sorted by relevance
/titanic_51/usr/src/cmd/ast/libpp/ |
H A D | Makefile.defs | 31 ppkey.o pplex.o ppline.o ppmacref.o ppmisc.o ppop.o pppragma.o \
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | ppmacref.c | 31 ppmacref(struct ppsymbol* sym, char* file, int line, int type, unsigned long sum) in ppmacref() function
|
H A D | pp.h | 446 extern void ppmacref(struct ppsymbol*, char*, int, int, unsigned long);
|
H A D | RELEASE | 158 ppmacref: fix ref inside literal catenation 190 97-10-31 ppmacref,pp.h: add ppmacref sum arg -- some parts assumed it! 412 90-10-01 fix standalone ppmacref for directives
|
H A D | ppcontrol.c | 1844 ppop(PP_MACREF, ppmacref); in ppcontrol()
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppmacref.c | 31 ppmacref(struct ppsymbol* sym, char* file, int line, int type, unsigned long sum) in ppmacref() function
|
H A D | Mamfile | 392 make ppmacref.o 393 make ppmacref.c 395 done ppmacref.c 396 meta ppmacref.o %.c>%.o ppmacref.c ppmacref 397 prev ppmacref.c 398 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -c ppmacref.c 399 done ppmacref.o generated 572 exec - ${AR} rc libpp.a ppargs.o ppbuiltin.o ppcall.o ppcomment.o ppcontext.o ppcontrol.o ppcpp.o ppdata.o pperror.o ppexpr.o ppfsm.o ppincref.o ppinput.o ppkey.o pplex.o ppline.o ppmacref [all...] |
H A D | Makefile | 20 pplex.c ppline.c ppmacref.c ppmisc.c ppop.c pppragma.c \
|
H A D | pp.h | 446 extern void ppmacref(struct ppsymbol*, char*, int, int, unsigned long);
|
H A D | RELEASE | 169 ppmacref: fix ref inside literal catenation 201 97-10-31 ppmacref,pp.h: add ppmacref sum arg -- some parts assumed it! 423 90-10-01 fix standalone ppmacref for directives
|
H A D | ppcontrol.c | 1844 ppop(PP_MACREF, ppmacref); in ppcontrol()
|
/titanic_51/usr/src/lib/libpp/ |
H A D | Makefile.com | 48 ppmacref.o \
|
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 412 extern __MANGLE__ void ppmacref __PROTO__((struct ppsymbol*, char*, int, int, unsigned long));
|