Searched refs:CDEBUG (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/cron/dist/ |
| H A D | Makefile | 65 CDEBUG = -g macro 82 CFLAGS = $(CDEBUG) $(INCLUDE) $(DEFS)
|
| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | reader.c | 934 #define CDEBUG(x) if (c2debug) printf x macro 936 #define CDEBUG(x) macro 962 CDEBUG(("rmove: node %p, %s -> %s\n", p, rnames[DECRA(q->n_reg, 0)], in ckmove() 1010 CDEBUG(("rewrite: %p, reg %s\n", p, in rewrite() 1149 CDEBUG(("gencode: node %p\n", p)); in gencode() 1230 CDEBUG(("gencode(%p) assign nothing\n", p)); in gencode() 1235 CDEBUG(("emitting node %p\n", p)); in gencode() 1244 CDEBUG(("gencode(%p) rmove\n", p)); in gencode() 1250 CDEBUG(("gencode(%p) retreg\n", p)); in gencode() 1256 CDEBUG(("gencode(%p) nspec retreg\n", p)); in gencode() [all …]
|
| /netbsd-src/external/gpl2/gmake/dist/doc/ |
| H A D | make.texi | 10941 CDEBUG = -g 10942 CFLAGS = $(CDEBUG) -I. -I$(srcdir) $(DEFS) \
|