HomeSort by relevance Sort by last modified time
    Searched defs:yylex_destroy (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
flex-scanner.h 59 versions according to the Flex manual) leak memory if yylex_destroy is not
60 invoked. However, yylex_destroy is not defined before Flex 2.5.9, so give
63 # define yylex_destroy() yy_delete_buffer (YY_CURRENT_BUFFER) macro
  /external/bison/examples/calc++/
calc++-scanner.cc 602 int yylex_destroy (void );
1983 int yylex_destroy (void) function
    [all...]

Completed in 524 milliseconds