Searched refs:yy_state_buf (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/flex/
H A DFlexLexer.h187 yy_state_type* yy_state_buf; member in class:yyFlexLexer
/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c1871 static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; variable
2230 if ( ! (yy_state_buf) )
2231 (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
2232 if ( ! (yy_state_buf) )
2274 (yy_state_ptr) = (yy_state_buf);
4393 (yy_state_ptr) = (yy_state_buf);
5056 (yy_state_buf) = 0;
5095 yyfree ( (yy_state_buf) );
5096 (yy_state_buf) = NULL;

Completed in 115 milliseconds