Home
last modified time | relevance | path

Searched refs:yy_flex_debug (Results 1 – 13 of 13) sorted by relevance

/trueos/contrib/flex/
HDFlexLexer.h91 int debug() const { return yy_flex_debug; } in debug()
92 void set_debug( int flag ) { yy_flex_debug = flag; } in set_debug()
98 int yy_flex_debug; // only has effect with -d or "%option debug" variable
HDflex.skl64 #define yy_flex_debug M4_YY_PREFIX[[_flex_debug]]
339 #define yy_flex_debug YY_G(yy_flex_debug_r)
1521 yy_flex_debug = 0;
2713 return yy_flex_debug;
2722 yy_flex_debug = bdebug ;
HDChangeLog3494 yy_flex_debug non-global in reentrant scanner. Created get/set
3495 functions for yy_flex_debug. Defined prefixes for new yy_flex_debug
3496 symbols. Added tests/ for yy_flex_debug.
5496 * main.c: don't rename yy_flex_debug for C++
5500 * gen.c: yy_flex_debug extern only if not C++
5504 * FlexLexer.h: added yy_flex_debug member variable
5508 * flex.skl: yyFlexLexer initialization of yy_flex_debug
5533 * main.c: do yy_flex_debug prefix for both C++ and C
7182 as such yy_flex_debug testing of error on file closes casts to void
HDONEWS386 - C++ scanners now have yy_flex_debug as a member variable of
947 - -d debug output is now contingent on the global yy_flex_debug
/trueos/contrib/unbound/util/
HDconfigyyrename.h78 #define yy_flex_debug ub_c_flex_debug macro
/trueos/sys/dev/aic7xxx/aicasm/
HDaicasm.c106 extern int yy_flex_debug;
139 yy_flex_debug = 0; in main()
149 yy_flex_debug = 1; in main()
/trueos/crypto/heimdal/lib/com_err/
HDlex.c464 extern int yy_flex_debug;
465 int yy_flex_debug = 0; variable
1729 return yy_flex_debug; in yyget_debug()
1734 yy_flex_debug = bdebug ; in yyset_debug()
/trueos/crypto/heimdal/lib/sl/
HDslc-lex.c443 extern int yy_flex_debug;
444 int yy_flex_debug = 0; variable
1666 return yy_flex_debug; in yyget_debug()
1671 yy_flex_debug = bdebug ; in yyset_debug()
/trueos/crypto/heimdal/lib/asn1/
HDlex.c779 extern int yy_flex_debug;
780 int yy_flex_debug = 0; variable
2594 return yy_flex_debug; in yyget_debug()
2599 yy_flex_debug = bdebug ; in yyset_debug()
/trueos/usr.bin/csup/
HDrcstokenizer.h128 #define yy_flex_debug yyg->yy_flex_debug_r macro
HDlex.rcs.c135 #define yy_flex_debug yyg->yy_flex_debug_r macro
1905 return yy_flex_debug; in rcsget_debug()
1911 yy_flex_debug = bdebug ; in rcsset_debug()
/trueos/usr.bin/lex/
HDinitscan.c1868 extern int yy_flex_debug;
1869 int yy_flex_debug = 0; variable
5031 return yy_flex_debug; in yyget_debug()
5036 yy_flex_debug = bdebug ; in yyset_debug()
/trueos/contrib/ofed/libsdp/src/
HDconfig_scanner.c6 #define yy_flex_debug libsdp_yy_flex_debug macro