Home
last modified time | relevance | path

Searched refs:yy_push_state (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/spirit/example/lex/
Dword_count_functor_flex.cpp418 static void yy_push_state YY_PROTO(( int new_state ));
1373 static void yy_push_state( int new_state ) in yy_push_state() function
1375 static void yy_push_state( new_state ) in yy_push_state()
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-lex.l271 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); }