Searched refs:yylex_destroy (Results 1 – 15 of 15) sorted by relevance
68 #define yylex_destroy ub_c_lex_destroy macro
4537 int yylex_destroy ( void );7844 int yylex_destroy (void) in yylex_destroy() function
524 int yylex_destroy ( void );1750 int yylex_destroy (void) in yylex_destroy() function
550 int yylex_destroy (void );1766 int yylex_destroy (void) in yylex_destroy() function
529 int yylex_destroy (void );1703 int yylex_destroy (void) in yylex_destroy() function
55 extern int yylex_destroy(void *scanner);327 yylex_destroy(scanner); in parse_config()
871 int yylex_destroy (void );2631 int yylex_destroy (void) in yylex_destroy() function
2017 int yylex_destroy ( void );5128 int yylex_destroy (void) in yylex_destroy() function
812 int yylex_destroy ( M4_YY_PROTO_ONLY_ARG );2822 * This function is called from yylex_destroy(), so don't allocate here.2880 /* yylex_destroy is for both reentrant and non-reentrant scanners. */2881 int yylex_destroy (M4_YY_DEF_ONLY_ARG)3406 yylex_destroy( lexer);
620 ** new yylex_destroy() function for the non-reentrant scanner703 yylex_destroy( scanner );
4720 yylex_destroy from C++ scanner.5596 tests/test-c++-basic/scanner.l: Removed core of yylex_destroy from6230 yylex_destroy() to non-reentrant scanner. Added ability to override
420 AC_MSG_CHECKING([for yylex_destroy])421 if echo %% | $LEX -t 2>&1 | grep yylex_destroy >/dev/null 2>&1; then422 AC_DEFINE(LEX_HAS_YYLEX_DESTROY, 1, [if lex has yylex_destroy])
827 /* if lex has yylex_destroy */
7340 if echo %% | $LEX -t 2>&1 | grep yylex_destroy >/dev/null 2>&1; then
4285 yylex_destroy.9162 - detect yylex_destroy() in configure.