Home
last modified time | relevance | path

Searched refs:yy_state_buf (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/flex/src/
H A DFlexLexer.h202 yy_state_type* yy_state_buf; variable
H A Dflex.skl736 yy_state_type *yy_state_buf;
1212 if ( ! YY_G(yy_state_buf) )
1213 YY_G(yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE M4_YY_CALL_LAST_ARG);
1214 if ( ! YY_G(yy_state_buf) )
1464 yy_state_buf = new yy_state_type[YY_STATE_BUF_SIZE];
1467 yy_state_buf = 0;
1475 delete [] yy_state_buf;
2849 YY_G(yy_state_buf) = 0;
2905 yyfree ( YY_G(yy_state_buf) M4_YY_CALL_LAST_ARG);
2906 YY_G(yy_state_buf) = NULL;
/freebsd/contrib/flex/
H A DChangeLog7947 * flex.skl: use delete [] for yy_state_buf