Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-skel.c353 #define YY_FLUSH_BUFFER skel__flush_buffer(YY_CURRENT_BUFFER ) macro
2106 #undef YY_FLUSH_BUFFER
Dscan-gram.c353 #define YY_FLUSH_BUFFER gram__flush_buffer(YY_CURRENT_BUFFER ) macro
3348 #undef YY_FLUSH_BUFFER
/external/bluetooth/bluez/tools/
Dlexer.c290 #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) macro
1744 #undef YY_FLUSH_BUFFER
/external/libpcap/
Dscanner.c290 #define YY_FLUSH_BUFFER pcap__flush_buffer(YY_CURRENT_BUFFER ) macro
4411 #undef YY_FLUSH_BUFFER
/external/elfutils/src/
Dldlex.c255 #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer ) macro
/external/webkit/WebKitTools/android/flex-2.5.4a/
Dinitscan.c237 #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer ) macro
Dflex.skl250 #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
DNEWS355 YY_FLUSH_BUFFER
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dflex.man950 - YY_FLUSH_BUFFER flushes the scanner's internal buffer
1022 YY_FLUSH_BUFFER (see above). Note that yyrestart() does not
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info842 - YY_FLUSH_BUFFER flushes the scanner's internal buffer so that the
898 `yyin'; but better is to use `YY_FLUSH_BUFFER' (see above). Note that
Dflex.texi1021 @item YY_FLUSH_BUFFER
1085 better is to use @code{YY_FLUSH_BUFFER} (see above). Note that
/external/bison/doc/
Dbison.texinfo7840 @samp{YY_FLUSH_BUFFER} after each change to @code{yyin}. If your
Dbison.info7162 `YY_FLUSH_BUFFER' after each change to `yyin'. If your Flex-generated
/external/bison/
DChangeLog4791 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)