Home
last modified time | relevance | path

Searched refs:yy_switch_to_buffer (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
DFlexLexer.h62 yy_switch_to_buffer( struct yy_buffer_state* new_buffer ) = 0;
111 void yy_switch_to_buffer( struct yy_buffer_state* new_buffer );
Dinitscan.c231 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
3221 void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer ) in yy_switch_to_buffer() function
3223 void yy_switch_to_buffer( new_buffer ) in yy_switch_to_buffer()
3408 yy_switch_to_buffer( b );
Dflex.skl244 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
689 yy_switch_to_buffer( yy_create_buffer( new_in, YY_BUF_SIZE ) );
1071 void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
1073 void yy_switch_to_buffer( new_buffer )
1077 void yyFlexLexer::yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
1288 yy_switch_to_buffer( b );
DNEWS987 - yy_switch_to_buffer() can be used in the yywrap() macro/routine.
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_lex.cpp303 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
2130 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yy_switch_to_buffer() function
2409 yy_switch_to_buffer(b ,yyscanner ); in yy_scan_buffer()
/external/elfutils/libcpu/
Di386_lex.c14 #define yy_switch_to_buffer i386__switch_to_buffer macro
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info1294 void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
1297 from NEW_BUFFER. Note that `yy_switch_to_buffer()' may be used by
1300 sources via either `yy_switch_to_buffer()' or `yywrap()' does *not*
1357 yy_switch_to_buffer(
1372 yy_switch_to_buffer(
1382 buffer using `yy_switch_to_buffer()', so the next call to `yylex()' will
1429 - or, switching to a new buffer using `yy_switch_to_buffer()' as
1907 yy_switch_to_buffer
2374 `yy_switch_to_buffer(), yy_create_buffer()' (though the first argument
Dflex.texi1542 void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
1547 @samp{yy_switch_to_buffer()} may be used by @samp{yywrap()} to set
1550 input sources via either @samp{yy_switch_to_buffer()} or @samp{yywrap()}
1614 yy_switch_to_buffer(
1629 yy_switch_to_buffer(
1641 @samp{yy_switch_to_buffer()}, so the next call to @samp{yylex()} will
1701 @samp{yy_switch_to_buffer()} as shown in the example
2263 yy_switch_to_buffer
2808 @samp{yy_switch_to_buffer(), yy_create_buffer()} (though the
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man1541 void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
1544 will come from new_buffer. Note that yy_switch_to_buffer()
1548 yy_switch_to_buffer() or yywrap() does not change the start
1620 yy_switch_to_buffer(
1635 yy_switch_to_buffer(
1660 yy_switch_to_buffer(), so the next call to yylex() will
1707 yy_switch_to_buffer() as shown in the example above.
2331 yy_switch_to_buffer
2941 yy_switch_to_buffer(), yy_create_buffer() (though the first
/external/elfutils/src/
Dldlex.c15 #define yy_switch_to_buffer ld_switch_to_buffer macro
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog232 (yy_switch_to_buffer):
/external/bison/doc/
Dbison.texinfo7843 functions like @samp{yy_switch_to_buffer} that manipulate multiple
Dbison.info7165 `yy_switch_to_buffer' that manipulate multiple input buffers.
/external/bison/
DChangeLog4792 and suggest yy_switch_to_buffer.