Home
last modified time | relevance | path

Searched refs:yylex_destroy (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfigyyrename.h68 #define yylex_destroy ub_c_lex_destroy macro
H A Dconfiglexer.c4537 int yylex_destroy ( void );
7844 int yylex_destroy (void) in yylex_destroy() function
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c524 int yylex_destroy ( void );
1750 int yylex_destroy (void) in yylex_destroy() function
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c550 int yylex_destroy (void );
1766 int yylex_destroy (void) in yylex_destroy() function
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c529 int yylex_destroy (void );
1703 int yylex_destroy (void) in yylex_destroy() function
/freebsd/usr.sbin/jail/
H A Dconfig.c55 extern int yylex_destroy(void *scanner);
327 yylex_destroy(scanner); in parse_config()
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c871 int yylex_destroy (void );
2631 int yylex_destroy (void) in yylex_destroy() function
/freebsd/usr.bin/lex/
H A Dinitscan.c2017 int yylex_destroy ( void );
5128 int yylex_destroy (void) in yylex_destroy() function
/freebsd/contrib/flex/src/
H A Dflex.skl812 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);
/freebsd/contrib/flex/
H A DNEWS620 ** new yylex_destroy() function for the non-reentrant scanner
703 yylex_destroy( scanner );
H A DChangeLog4720 yylex_destroy from C++ scanner.
5596 tests/test-c++-basic/scanner.l: Removed core of yylex_destroy from
6230 yylex_destroy() to non-reentrant scanner. Added ability to override
/freebsd/contrib/unbound/
H A Dconfigure.ac420 AC_MSG_CHECKING([for yylex_destroy])
421 if echo %% | $LEX -t 2>&1 | grep yylex_destroy >/dev/null 2>&1; then
422 AC_DEFINE(LEX_HAS_YYLEX_DESTROY, 1, [if lex has yylex_destroy])
H A Dconfig.h.in827 /* if lex has yylex_destroy */
H A Dconfigure7340 if echo %% | $LEX -t 2>&1 | grep yylex_destroy >/dev/null 2>&1; then
/freebsd/contrib/unbound/doc/
H A DChangelog4285 yylex_destroy.
9162 - detect yylex_destroy() in configure.