Home
last modified time | relevance | path

Searched refs:YY_BUF_SIZE (Results 1 – 14 of 14) sorted by last modified time

/freebsd/contrib/unbound/util/
H A Dconfiglexer.c133 #ifndef YY_BUF_SIZE
139 #define YY_BUF_SIZE 32768 macro
141 #define YY_BUF_SIZE 16384 macro
147 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
311 yy_create_buffer( yyin, YY_BUF_SIZE ); \
320 yy_create_buffer( yyin, YY_BUF_SIZE ); \
4309 yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE)); in config_start_include()
4379 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
4610 yy_create_buffer( yyin, YY_BUF_SIZE );
7201 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart()
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/contrib/dev/acpica/compiler/
H A Daslsupport.l376 State = yy_create_buffer (InputFile, YY_BUF_SIZE); in AslPushInputFileStack()
/freebsd/usr.sbin/config/
H A Dlang.l307 yy_switch_to_buffer(yy_create_buffer(fp, YY_BUF_SIZE));
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c133 #ifndef YY_BUF_SIZE
139 #define YY_BUF_SIZE 32768 macro
141 #define YY_BUF_SIZE 16384 macro
147 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
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()
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l408 YY_BUF_SIZE);
500 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
/freebsd/usr.bin/lex/
H A Dinitscan.c132 #ifndef YY_BUF_SIZE
138 #define YY_BUF_SIZE 32768 macro
140 #define YY_BUF_SIZE 16384 macro
146 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
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()
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c142 #ifndef YY_BUF_SIZE
143 #define YY_BUF_SIZE 16384 macro
148 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
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()
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c142 #ifndef YY_BUF_SIZE
143 #define YY_BUF_SIZE 16384 macro
148 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
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()
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.c142 #ifndef YY_BUF_SIZE
143 #define YY_BUF_SIZE 16384 macro
148 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
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()
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l202 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
/freebsd/contrib/flex/src/
H A Dflex.skl372 #ifndef YY_BUF_SIZE
375 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
378 #define YY_BUF_SIZE 32768
380 #define YY_BUF_SIZE 16384
388 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
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);
1911 yy_create_buffer( yyin, YY_BUF_SIZE M4_YY_CALL_LAST_ARG);
1996 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
[all …]
/freebsd/contrib/flex/
H A DChangeLog2357 YY_READ_BUF_SIZE (where __ia64__ is defined) but left YY_BUF_SIZE
3449 * flex.skl: SourceForge feature request #1658379: Expose YY_BUF_SIZE
H A DNEWS289 ** SourceForge feature request #1658379: Expose YY_BUF_SIZE in the