Searched refs:tdebug (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | main.c | 43 int odebug, pdebug, sdebug, tdebug, xdebug, cppdebug, wdebug; variable 155 case 't': ++tdebug; break; /* type match */ in main()
|
H A D | pass1.h | 192 extern int odebug, pdebug, sdebug, tdebug, xdebug;
|
H A D | trees.c | 1530 if (tdebug) { in tymatch()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | main.c | 43 int odebug, pdebug, sdebug, tdebug, xdebug, wdebug; variable 159 case 't': ++tdebug; break; /* type match */ in main()
|
H A D | pass1.h | 188 extern int odebug, pdebug, sdebug, tdebug, xdebug;
|
H A D | trees.c | 1631 if (tdebug) { in tymatch()
|