Home | History | Annotate | Download | only in glcpp

Lines Matching defs:yy_state_type

166 #define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
333 typedef int yy_state_type;
337 static yy_state_type yy_get_previous_state (yyscan_t yyscanner );
338 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
730 yy_state_type yy_last_accepting_state;
736 yy_state_type *yy_state_buf;
737 yy_state_type *yy_state_ptr;
948 register yy_state_type yy_current_state;
973 yyg->yy_state_buf = (yy_state_type *)glcpp_alloc(YY_STATE_BUF_SIZE ,yyscanner);
1514 yy_state_type yy_next_state;
1722 static yy_state_type yy_get_previous_state (yyscan_t yyscanner)
1724 register yy_state_type yy_current_state;
1755 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner)