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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c921 static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; variable
1283 if ( ! (yy_state_buf) )
1284 (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
1285 if ( ! (yy_state_buf) )
1321 (yy_state_ptr) = (yy_state_buf);
2830 (yy_state_ptr) = (yy_state_buf);
3469 (yy_state_buf) = 0;
3504 yyfree ( (yy_state_buf) );
3505 (yy_state_buf) = NULL;

Completed in 51 milliseconds