Home
last modified time | relevance | path

Searched refs:yy_switch_to_buffer (Results 1 – 12 of 12) 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/linux-tools-perf/src/tools/perf/util/
Dpmu-flex.c14 #define yy_switch_to_buffer perf_pmu__switch_to_buffer macro
/external/elfutils/src/libcpu/
Di386_lex.c14 #define yy_switch_to_buffer i386__switch_to_buffer macro
/external/elfutils/src/src/
Dldlex.c15 #define yy_switch_to_buffer ld_switch_to_buffer macro
/external/libpcap/
Dscanner.c15 #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.