Home
last modified time | relevance | path

Searched refs:yy_switch_to_buffer (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l411 yy_switch_to_buffer(temp_state);
415 yy_switch_to_buffer(old_state);
502 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
604 yy_switch_to_buffer(include->buffer);
/freebsd-12.1/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 );
H A Dflex.skl68 #define yy_switch_to_buffer M4_YY_PREFIX[[_switch_to_buffer]]
674 void yy_switch_to_buffer M4_YY_PARAMS( YY_BUFFER_STATE new_buffer M4_YY_PROTO_LAST_ARG );
1565yy_switch_to_buffer( yy_create_buffer( new_in, YY_BUF_SIZE M4_YY_CALL_LAST_ARG) M4_YY_CALL_LAST_A…
1982 void yy_switch_to_buffer YYFARGS1( YY_BUFFER_STATE ,new_buffer)
1985 void yyFlexLexer::yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
2198 /* This block is copied from yy_switch_to_buffer. */
2212 /* copied from yy_switch_to_buffer. */
2340 yy_switch_to_buffer( b M4_YY_CALL_LAST_ARG );
2689 * @see yy_switch_to_buffer
H A DONEWS987 - yy_switch_to_buffer() can be used in the yywrap() macro/routine.
H A DChangeLog7131 difference documented that yy_switch_to_buffer can be used in
7211 * flex.skl: added fix for allowing yy_switch_to_buffer() in yywrap()
/freebsd-12.1/usr.sbin/config/
H A Dlang.l310 yy_switch_to_buffer(yy_create_buffer(fp, YY_BUF_SIZE));
331 yy_switch_to_buffer(in->in_buf);
/freebsd-12.1/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-12.1/usr.bin/colldef/
H A Dscan.l256 yy_switch_to_buffer(map_buf);
272 yy_switch_to_buffer(main_buf);
/freebsd-12.1/contrib/unbound/util/
H A Dconfigyyrename.h47 #define yy_switch_to_buffer ub_c_switch_to_buffer macro
H A Dconfiglexer.lex107 yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE)); in config_start_include()
167 yy_switch_to_buffer(s->buffer); in config_end_include()
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l327 yy_switch_to_buffer (Fnode->State); in AslPopInputFileStack()
377 yy_switch_to_buffer (State); in AslPushInputFileStack()
/freebsd-12.1/contrib/binutils/ld/
H A Dldlex.l452 yy_switch_to_buffer (include_stack[include_stack_ptr]);
484 yy_switch_to_buffer (yy_create_buffer (yyin, YY_BUF_SIZE));
546 yy_switch_to_buffer (tmp);
/freebsd-12.1/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 ) in yy_switch_to_buffer() function
1512 yy_switch_to_buffer(b ); in yy_scan_buffer()
/freebsd-12.1/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 ) in yy_switch_to_buffer() function
1575 yy_switch_to_buffer(b ); in yy_scan_buffer()
/freebsd-12.1/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 ) in yy_switch_to_buffer() function
2440 yy_switch_to_buffer(b ); in yy_scan_buffer()
/freebsd-12.1/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 ) in yy_switch_to_buffer() function
4844 yy_switch_to_buffer(b ); in yy_scan_buffer()
/freebsd-12.1/contrib/gdb/gdb/
H A Dada-exp.y640 #define yy_switch_to_buffer ada_yy_switch_to_buffer macro
H A Dada-exp.c2311 #define yy_switch_to_buffer ada_yy_switch_to_buffer macro
/freebsd-12.1/contrib/amd/fsinfo/
H A Dnull_lex.c14 #define yy_switch_to_buffer null__switch_to_buffer macro