Searched refs:yy_switch_to_buffer (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/flex/
H A DFlexLexer.h69 yy_switch_to_buffer( struct yy_buffer_state* new_buffer ) = 0;
120 void yy_switch_to_buffer( struct yy_buffer_state* new_buffer );
/freebsd-11-stable/usr.sbin/config/
H A Dlang.l308 yy_switch_to_buffer(yy_create_buffer(fp, YY_BUF_SIZE));
329 yy_switch_to_buffer(in->in_buf);
/freebsd-11-stable/contrib/unbound/util/
H A Dconfigyyrename.h47 #define yy_switch_to_buffer ub_c_switch_to_buffer macro
H A Dconfiglexer.lex113 yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE));
173 yy_switch_to_buffer(s->buffer);
/freebsd-11-stable/contrib/dtc/
H A Ddtc-lexer.l295 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
308 yy_switch_to_buffer( include_stack[--include_stack_pointer] );
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l327 yy_switch_to_buffer (Fnode->State);
377 yy_switch_to_buffer (State);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlex.l452 yy_switch_to_buffer (include_stack[include_stack_ptr]);
485 yy_switch_to_buffer (yy_create_buffer (yyin, YY_BUF_SIZE));
547 yy_switch_to_buffer (tmp);
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dlex.c287 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
2165 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) function
2325 /* This block is copied from yy_switch_to_buffer. */
2339 /* copied from yy_switch_to_buffer. */
2440 yy_switch_to_buffer(b );
2580 * @see yy_switch_to_buffer
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c287 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
1300 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) function
1460 /* This block is copied from yy_switch_to_buffer. */
1474 /* copied from yy_switch_to_buffer. */
1575 yy_switch_to_buffer(b );
1715 * @see yy_switch_to_buffer
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c287 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
1237 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) function
1397 /* This block is copied from yy_switch_to_buffer. */
1411 /* copied from yy_switch_to_buffer. */
1512 yy_switch_to_buffer(b );
1652 * @see yy_switch_to_buffer
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-exp.y641 #define yy_switch_to_buffer ada_yy_switch_to_buffer
H A Dada-exp.c2315 #define yy_switch_to_buffer ada_yy_switch_to_buffer
2311 #define yy_switch_to_buffer macro
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c301 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
4573 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) function
4729 /* This block is copied from yy_switch_to_buffer. */
4743 /* copied from yy_switch_to_buffer. */
4844 yy_switch_to_buffer(b );
5017 * @see yy_switch_to_buffer
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c14 #define yy_switch_to_buffer null__switch_to_buffer macro

Completed in 230 milliseconds