Home
last modified time | relevance | path

Searched refs:yy_current_buffer (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dzlexer.lex117 if ( ! yy_current_buffer ) \
118 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
119 yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
H A Dconfiglexer.lex155 if ( ! yy_current_buffer ) \
156 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
157 yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
H A Dzlexer.c639 if ( ! yy_current_buffer ) \
640 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
641 yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
H A Dconfiglexer.c2185 if ( ! yy_current_buffer ) \
2186 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
2187 yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
H A Dconfigure.ac189 # Check if lex defines yy_current_buffer, because 2.4.6 and older use it,
191 AC_MSG_CHECKING(if lex defines yy_current_buffer)
196 if $GREP "^#define yy_current_buffer" conftest.c >/dev/null; then
197 …AC_DEFINE_UNQUOTED(LEX_DEFINES_YY_CURRENT_BUFFER, 1, [If flex defines yy_current_buffer as a macro…
H A Dconfig.h.in518 /* If flex defines yy_current_buffer as a macro */
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dlex_var.h19 } else if ( yy_current_buffer->yy_is_interactive ) \
/netbsd-src/external/bsd/byacc/dist/test/
H A Dgrammar.y1182 if (yy_current_buffer != 0) in free_parser()
1183 yy_delete_buffer(yy_current_buffer); in free_parser()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfiglexer.lex181 if ( ! yy_current_buffer ) \
182 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
183 yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
H A Dconfiglexer.c4281 if ( ! yy_current_buffer ) \
4282 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
4283 yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalclex.c277 #define yy_current_buffer YY_CURRENT_BUFFER macro
/netbsd-src/external/bsd/flex/dist/doc/
H A Dflex.info-16730 buffer (yy_current_buffer).
6732 yy_current_buffer is a protected member of yyFlexLexer.
6765 > buffer (yy_current_buffer).
H A Dflex.texi7821 buffer (yy_current_buffer).
7823 yy_current_buffer is a protected member of yyFlexLexer.
7857 > buffer (yy_current_buffer).
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-02031076 * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-02031076 * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
/netbsd-src/external/bsd/flex/dist/
H A DChangeLog4420 yy_current_buffer from the planet. Input buffer states are now in