Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A DFlexLexer.h68 virtual yy_buffer_state* yy_create_buffer( std::istream* s, int size ) = 0;
69 virtual yy_buffer_state* yy_create_buffer( std::istream& s, int size ) = 0;
133 yy_buffer_state* yy_create_buffer( std::istream* s, int size );
134 yy_buffer_state* yy_create_buffer( std::istream& s, int size );
H A Dflex.skl63 #define yy_create_buffer M4_YY_PREFIX[[_create_buffer]]
588 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size M4_YY_PROTO_LAST_ARG );
614 #define yy_new_buffer yy_create_buffer
620 yy_create_buffer( yyin, YY_BUF_SIZE M4_YY_CALL_LAST_ARG); \
629 yy_create_buffer( yyin, YY_BUF_SIZE M4_YY_CALL_LAST_ARG); \
1240 yy_create_buffer( yyin, YY_BUF_SIZE M4_YY_CALL_LAST_ARG);
1487 …yy_switch_to_buffer( yy_create_buffer( new_in, YY_BUF_SIZE M4_YY_CALL_LAST_ARG) M4_YY_CALL_LAST_A…
1911 yy_create_buffer( yyin, YY_BUF_SIZE M4_YY_CALL_LAST_ARG);
2001 YY_BUFFER_STATE yy_create_buffer YYFARGS2( FILE *,file, int ,size)
2004 YY_BUFFER_STATE yyFlexLexer::yy_create_buffer( std::istream& file, int size )
[all …]
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c287 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
306 #define yy_new_buffer yy_create_buffer
312 yy_create_buffer( yyin, YY_BUF_SIZE ); \
321 yy_create_buffer( yyin, YY_BUF_SIZE ); \
711 yy_create_buffer( yyin, YY_BUF_SIZE );
1276 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart()
1332 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) in yy_create_buffer() function
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c288 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
308 #define yy_new_buffer yy_create_buffer
315 yy_create_buffer(yyin,YY_BUF_SIZE ); \
325 yy_create_buffer(yyin,YY_BUF_SIZE ); \
733 yy_create_buffer(yyin,YY_BUF_SIZE );
1289 yy_create_buffer(yyin,YY_BUF_SIZE ); in yyrestart()
1345 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) in yy_create_buffer() function
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c288 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
308 #define yy_new_buffer yy_create_buffer
315 yy_create_buffer(yyin,YY_BUF_SIZE ); \
325 yy_create_buffer(yyin,YY_BUF_SIZE ); \
712 yy_create_buffer(yyin,YY_BUF_SIZE );
1226 yy_create_buffer(yyin,YY_BUF_SIZE ); in yyrestart()
1282 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) in yy_create_buffer() function
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c288 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
308 #define yy_new_buffer yy_create_buffer
315 yy_create_buffer(yyin,YY_BUF_SIZE ); \
325 yy_create_buffer(yyin,YY_BUF_SIZE ); \
1056 yy_create_buffer(yyin,YY_BUF_SIZE );
2154 yy_create_buffer(yyin,YY_BUF_SIZE ); in yyrestart()
2210 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) in yy_create_buffer() function
/freebsd/contrib/unbound/util/
H A Dconfigyyrename.h53 #define yy_create_buffer ub_c_create_buffer macro
H A Dconfiglexer.c286 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
305 #define yy_new_buffer yy_create_buffer
311 yy_create_buffer( yyin, YY_BUF_SIZE ); \
320 yy_create_buffer( yyin, YY_BUF_SIZE ); \
4423 yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE)); in config_start_include()
4493 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
4724 yy_create_buffer( yyin, YY_BUF_SIZE );
7370 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart()
7426 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) in yy_create_buffer() function
H A Dconfiglexer.lex113 yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE)); in config_start_include()
183 yy_current_buffer = yy_create_buffer( ub_c_in, YY_BUF_SIZE ); \
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l407 yy_create_buffer(stdin,
500 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
/freebsd/usr.sbin/config/
H A Dlang.l308 yy_switch_to_buffer(yy_create_buffer(fp, YY_BUF_SIZE));
/freebsd/usr.bin/lex/
H A Dinitscan.c286 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
305 #define yy_new_buffer yy_create_buffer
311 yy_create_buffer( yyin, YY_BUF_SIZE ); \
320 yy_create_buffer( yyin, YY_BUF_SIZE ); \
2217 yy_create_buffer( yyin, YY_BUF_SIZE );
4617 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart()
4673 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) in yy_create_buffer() function
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l202 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l376 State = yy_create_buffer (InputFile, YY_BUF_SIZE); in AslPushInputFileStack()
/freebsd/contrib/flex/
H A DONEWS497 to yy_create_buffer() or yyrestart() if you've arrange YY_INPUT
955 - yy_new_buffer() has been added as an alias for yy_create_buffer()
H A DChangeLog9965 yy_create_buffer() fixed (hopefully) malloc declaration headaches