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

/freebsd-current/usr.sbin/config/
H A Dlang.l307 yy_switch_to_buffer(yy_create_buffer(fp, YY_BUF_SIZE));
328 yy_switch_to_buffer(in->in_buf);
/freebsd-current/contrib/flex/src/
H A DFlexLexer.h67 yy_switch_to_buffer( yy_buffer_state* new_buffer ) = 0;
132 void yy_switch_to_buffer( yy_buffer_state* new_buffer );
/freebsd-current/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);
H A Dconfiglexer.c285 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
4309 yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE));
4369 yy_switch_to_buffer(s->buffer);
7212 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) function
7368 /* This block is copied from yy_switch_to_buffer. */
7382 /* copied from yy_switch_to_buffer. */
7483 yy_switch_to_buffer( b );
7624 * @see yy_switch_to_buffer
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l327 yy_switch_to_buffer (Fnode->State);
377 yy_switch_to_buffer (State);
/freebsd-current/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-current/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-current/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-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c286 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
1287 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) function
1443 /* This block is copied from yy_switch_to_buffer. */
1457 /* copied from yy_switch_to_buffer. */
1558 yy_switch_to_buffer( b );
1699 * @see yy_switch_to_buffer
/freebsd-current/usr.bin/lex/
H A Dinitscan.c285 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
4628 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) function
4784 /* This block is copied from yy_switch_to_buffer. */
4798 /* copied from yy_switch_to_buffer. */
4899 yy_switch_to_buffer( b );
5073 * @see yy_switch_to_buffer

Completed in 208 milliseconds