Searched refs:yy_push_state (Results 1 – 5 of 5) sorted by relevance
112 "/*" { yy_push_state(COMMENT, yyscanner); }189 yy_push_state(DEFINE, yyscanner);
35 static void __attribute__ ((unused)) yy_push_state (int new_state );
107 "/*" { yy_push_state(COMMENT, yyscanner); }
1212 static void yy_push_state (int _new_state ,yyscan_t yyscanner);1435 { yy_push_state(COMMENT, yyscanner); }2921 static void yy_push_state (int _new_state , yyscan_t yyscanner) in yy_push_state() function
15099 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).