Searched refs:yy_push_state (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | scan.l | 106 ^"/*" ACTION_ECHO; yy_push_state( COMMENT ); 107 ^#{OPTWS}line{WS} yy_push_state( LINEDIR );
|
D | FlexLexer.h | 135 void yy_push_state( int new_state );
|
D | initscan.c | 1371 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()
|
D | flex.skl | 342 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 )
|
D | NEWS | 208 yy_push_state, yy_pop_state, yy_top_state 248 void yy_push_state( int new_state )
|
/external/iproute2/tc/ |
D | emp_ematch.l | 35 static void __attribute__ ((unused)) yy_push_state (int new_state );
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-lex.l | 83 "/*" { yy_push_state(COMMENT, yyscanner); }
|
D | glcpp-lex.c | 838 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/ |
D | Borland-2.4 | 128 "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/ |
D | glslang.l | 68 "/*" { yy_push_state(COMMENT, yyscanner); }
|
D | glslang_lex.cpp | 896 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/ |
D | ChangeLog | 244 (yy_push_state):
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 1241 `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
|
D | flex.texi | 1480 @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/ |
D | flex.man | 1474 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/ |
D | ChangeLog | 6838 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
|