Searched refs:yylex_destroy (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/unbound/util/
H A Dconfigyyrename.h68 #define yylex_destroy ub_c_lex_destroy macro
H A Dconfiglexer.c4423 int yylex_destroy ( void );
7649 * This function is called from yylex_destroy(), so don't allocate here.
7674 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
7675 int yylex_destroy (void) function
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c871 int yylex_destroy (void );
2605 * This function is called from yylex_destroy(), so don't allocate here.
2630 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2631 int yylex_destroy (void) function
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c550 int yylex_destroy (void );
1740 * This function is called from yylex_destroy(), so don't allocate here.
1765 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
1766 int yylex_destroy (void) function
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c529 int yylex_destroy (void );
1677 * This function is called from yylex_destroy(), so don't allocate here.
1702 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
1703 int yylex_destroy (void) function
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c524 int yylex_destroy ( void );
1724 * This function is called from yylex_destroy(), so don't allocate here.
1749 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
1750 int yylex_destroy (void) function
/freebsd-current/usr.sbin/jail/
H A Dconfig.c55 extern int yylex_destroy(void *scanner);
327 yylex_destroy(scanner);
/freebsd-current/usr.bin/lex/
H A Dinitscan.c2017 int yylex_destroy ( void );
5098 * This function is called from yylex_destroy(), so don't allocate here.
5127 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
5128 int yylex_destroy (void) function
/freebsd-current/contrib/unbound/
H A Dconfigure7255 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for yylex_destroy" >&5
7256 printf %s "checking for yylex_destroy... " >&6; }
7257 if echo %% | $LEX -t 2>&1 | grep yylex_destroy >/dev/null 2>&1; then

Completed in 212 milliseconds