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

/httpd/server/
H A Dutil_expr_scan.c175 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
342 typedef int yy_state_type; typedef
346 static yy_state_type yy_get_previous_state (yyscan_t yyscanner );
347 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
672 yy_state_type yy_last_accepting_state;
869 register yy_state_type yy_current_state;
1576 yy_state_type yy_next_state;
1814 static yy_state_type yy_get_previous_state (yyscan_t yyscanner)
1816 register yy_state_type yy_current_stat
[all...]

Completed in 1913 milliseconds