Searched refs:yylex_destroy (Results 1 - 6 of 6) sorted by path

/freebsd-10.3-release/contrib/unbound/
H A Dconfigure6276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for yylex_destroy" >&5
6277 $as_echo_n "checking for yylex_destroy... " >&6; }
6278 if echo %% | $LEX -t 2>&1 | grep yylex_destroy >/dev/null 2>&1; then
/freebsd-10.3-release/contrib/unbound/util/
H A Dconfigyyrename.h68 #define yylex_destroy ub_c_lex_destroy macro
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/usr.bin/lex/
H A Dinitscan.c2034 int yylex_destroy (void );
5042 * This function is called from yylex_destroy(), so don't allocate here.
5076 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
5077 int yylex_destroy (void) function

Completed in 164 milliseconds