Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/android/flex-2.5.4a/
Dscan.l106 ^"/*" ACTION_ECHO; yy_push_state( COMMENT );
107 ^#{OPTWS}line{WS} yy_push_state( LINEDIR );
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()
DFlexLexer.h135 void yy_push_state( int new_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/webkit/WebKitTools/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/elfutils/src/
Dldlex.c1099 static void yy_push_state YY_PROTO(( int new_state ));
2344 static void yy_push_state( int new_state ) in yy_push_state() function
2346 static void yy_push_state( new_state ) in yy_push_state()
/external/webkit/WebKitTools/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/webkit/WebKitTools/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/bison/
DChangeLog6838 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).