Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/
H A Ditbl-lex.c204 static YY_BUFFER_STATE yy_current_buffer = 0; variable
210 #define YY_CURRENT_BUFFER yy_current_buffer
239 #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
253 if ( ! yy_current_buffer ) \
254 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
255 yy_current_buffer->yy_is_interactive = is_interactive; \
260 if ( ! yy_current_buffer ) \
261 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
262 yy_current_buffer->yy_at_bol = at_bol; \
265 #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
[all …]
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddeflex.c204 static YY_BUFFER_STATE yy_current_buffer = 0; variable
210 #define YY_CURRENT_BUFFER yy_current_buffer
239 #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
253 if ( ! yy_current_buffer ) \
254 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
255 yy_current_buffer->yy_is_interactive = is_interactive; \
260 if ( ! yy_current_buffer ) \
261 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
262 yy_current_buffer->yy_at_bol = at_bol; \
265 #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
[all …]
H A Drclex.c204 static YY_BUFFER_STATE yy_current_buffer = 0; variable
210 #define YY_CURRENT_BUFFER yy_current_buffer
239 #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
253 if ( ! yy_current_buffer ) \
254 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
255 yy_current_buffer->yy_is_interactive = is_interactive; \
260 if ( ! yy_current_buffer ) \
261 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
262 yy_current_buffer->yy_at_bol = at_bol; \
265 #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-lex.c204 static YY_BUFFER_STATE yy_current_buffer = 0; variable
210 #define YY_CURRENT_BUFFER yy_current_buffer
239 #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
253 if ( ! yy_current_buffer ) \
254 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
255 yy_current_buffer->yy_is_interactive = is_interactive; \
260 if ( ! yy_current_buffer ) \
261 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
262 yy_current_buffer->yy_at_bol = at_bol; \
265 #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
[all …]
/openbsd-src/usr.sbin/nsd/
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 Dconfigure.ac192 # Check if lex defines yy_current_buffer, because 2.4.6 and older use it,
194 AC_MSG_CHECKING(if lex defines yy_current_buffer)
199 if $GREP "^#define yy_current_buffer" conftest.c >/dev/null; then
200 …AC_DEFINE_UNQUOTED(LEX_DEFINES_YY_CURRENT_BUFFER, 1, [If flex defines yy_current_buffer as a macro…
H A Dconfig.h.in524 /* If flex defines yy_current_buffer as a macro */
/openbsd-src/usr.sbin/unbound/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':' '); \
/openbsd-src/sbin/unwind/libunbound/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.c3622 if ( ! yy_current_buffer ) \
3623 yy_current_buffer = yy_create_buffer(yyin,YY_BUF_SIZE ); \
3624 yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-02031076 * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DChangeLog-02031076 * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
/openbsd-src/usr.bin/lex/
H A DChangeLog1987 yy_current_buffer from the planet. Input buffer states are now in