Home | History | Annotate | Download | only in compiler

Lines Matching defs:yylex_destroy

1140 int yylex_destroy (yyscan_t yyscanner );
3228 * This function is called from yylex_destroy(), so don't allocate here.
3257 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
3258 int yylex_destroy (yyscan_t yyscanner)
3500 yylex_destroy(scanner);