| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| main.c | 44 int b2debug, c2debug, e2debug, f2debug, g2debug, o2debug; variable 176 ++c2debug;
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| main.c | 44 int b2debug, c2debug, e2debug, f2debug, g2debug, o2debug; variable 173 ++c2debug;
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| main.c | 46 int b2debug, c2debug, e2debug, f2debug, g2debug, o2debug; variable 152 ++c2debug;
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| pass2.h | 350 extern int b2debug, c2debug, e2debug, f2debug, g2debug, o2debug;
|
| reader.c | 682 if (c2debug > 1) { 934 #define CDEBUG(x) if (c2debug) printf x
|