Home
last modified time | relevance | path

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

/external/webkit/Tools/android/flex-2.5.4a/
Dscan.l106 ^"/*" ACTION_ECHO; yy_push_state( COMMENT );
107 ^#{OPTWS}line{WS} yy_push_state( LINEDIR );
DFlexLexer.h135 void yy_push_state( int new_state );
Dinitscan.c1371 static void yy_push_state YY_PROTO(( int new_state ));
1590 ACTION_ECHO; yy_push_state( COMMENT );
1595 yy_push_state( LINEDIR );
2569 ACTION_ECHO; yy_push_state( COMMENT );
3473 static void yy_push_state( int new_state ) in yy_push_state() function
3475 static void yy_push_state( new_state ) in yy_push_state()
Dflex.skl342 static void yy_push_state YY_PROTO(( int new_state ));
1359 static void yy_push_state( int new_state )
1361 static void yy_push_state( new_state )
1365 void yyFlexLexer::yy_push_state( int new_state )
DNEWS208 yy_push_state, yy_pop_state, yy_top_state
248 void yy_push_state( int new_state )
/external/iproute2/tc/
Demp_ematch.l35 static void __attribute__ ((unused)) yy_push_state (int new_state );
/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.l83 "/*" { yy_push_state(COMMENT, yyscanner); }
Dglcpp-lex.c838 static void yy_push_state (int new_state ,yyscan_t yyscanner);
1087 { yy_push_state(COMMENT, yyscanner); }
2248 static void yy_push_state (int new_state , yyscan_t yyscanner) in yy_push_state() function
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
DBorland-2.4128 "static void yy_push_state YY_PROTO(( int new_state ));",
178 static void yy_push_state YY_PROTO(( int new_state ));
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang.l68 "/*" { yy_push_state(COMMENT, yyscanner); }
Dglslang_lex.cpp896 static void yy_push_state (int new_state ,yyscan_t yyscanner);
1110 { yy_push_state(COMMENT, yyscanner); }
2465 static void yy_push_state (int new_state , yyscan_t yyscanner) in yy_push_state() function
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog244 (yy_push_state):
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info1241 `void yy_push_state(int new_state)'
2049 yy_push_state, yy_pop_state, yy_top_state
2052 (though `yy_push_state()' and friends won't appear anyway unless you
Dflex.texi1480 @item void yy_push_state(int new_state)
2433 yy_push_state, yy_pop_state, yy_top_state
2438 (though @samp{yy_push_state()} and friends won't appear anyway
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man1474 void yy_push_state(int new_state)
2527 yy_push_state, yy_pop_state, yy_top_state
2530 (though yy_push_state() and friends won't appear anyway
/external/bison/
DChangeLog6838 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).