Searched refs:bdebug (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | main.c | 42 int bdebug, ddebug, edebug, idebug, ndebug; variable 147 case 'b': ++bdebug; break; /* buildtree */ in main()
|
H A D | pass1.h | 191 extern int bdebug, ddebug, edebug, idebug, ndebug;
|
H A D | trees.c | 170 if (bdebug) { in buildtree() 596 if (bdebug) { in buildtree()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | main.c | 42 int bdebug, ddebug, edebug, idebug, ndebug; variable 151 case 'b': ++bdebug; break; /* buildtree */ in main()
|
H A D | scan.l | 56 #define bdebug flexbdebug macro
|
H A D | pass1.h | 187 extern int bdebug, ddebug, edebug, idebug, ndebug;
|
H A D | trees.c | 173 if (bdebug) { in buildtree() 657 if (bdebug) { in buildtree()
|
/netbsd-src/tools/m4/bootstrap/ |
H A D | tokenizer.c | 1752 void yyset_debug (int bdebug ) in yyset_debug() argument 1754 yy_flex_debug = bdebug ; in yyset_debug()
|
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/ |
H A D | calclex.c | 1821 void yyset_debug (int bdebug ) in yyset_debug() argument 1823 yy_flex_debug = bdebug ; in yyset_debug()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/ |
H A D | scanner.l | 110 void yyset_debug (int bdebug );
|