Searched refs:ppcomment (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libpp/ |
H A D | ppcomment.c | 31 ppcomment(char* head, char* comment, char* tail, int line) function
|
H A D | Makefile | 17 ppargs.c ppbuiltin.c ppcall.c ppcomment.c \
|
H A D | pplex.c | 1422 PPCOMMENT ppcomment; 1432 ppcomment = pp.comment; 1545 pp.comment = ppcomment; 1702 PPCOMMENT ppcomment; local 1707 ppcomment = pp.comment; 1725 pp.comment = ppcomment;
|
H A D | pp.h | 439 extern void ppcomment(char*, char*, char*, int);
|
H A D | ppargs.c | 209 ppop(PP_COMMENT, ppcomment);
|
H A D | ppop.c | 379 PPCOMMENT ppcomment; local 1023 ppcomment = pp.comment; 1031 pp.comment = ppcomment;
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 405 extern __MANGLE__ void ppcomment __PROTO__((char*, char*, char*, int));
|
Completed in 38 milliseconds