Home
last modified time | relevance | path

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

/external/bison/examples/calc++/
Dcalc++-scanner.cc359 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
1447 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) in yy_switch_to_buffer() function
1765 yy_switch_to_buffer(b ); in yy_scan_buffer()
/external/bison/src/
Dscan-code.l869 yy_switch_to_buffer (yy_scan_string (self->code)); in translate_action()
Dscan-skel.c19 #define yy_switch_to_buffer skel__switch_to_buffer macro
Dscan-gram.c19 #define yy_switch_to_buffer gram__switch_to_buffer macro
Dscan-code.c19 #define yy_switch_to_buffer code__switch_to_buffer macro
/external/libpcap/
Dscanner.c18 #define yy_switch_to_buffer pcap__switch_to_buffer macro
/external/bison/doc/
Dbison.texi11228 functions like @samp{yy_switch_to_buffer} that manipulate multiple
Dbison.info10446 `yy_switch_to_buffer' that manipulate multiple input buffers.
/external/bison/
DChangeLog-201213053 and suggest yy_switch_to_buffer.