Searched refs:YY_BUF_SIZE (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.lex113 yy_switch_to_buffer(yy_create_buffer(input, YY_BUF_SIZE));
183 yy_current_buffer = yy_create_buffer( ub_c_in, YY_BUF_SIZE ); \
H A Dconfiglexer.c133 #ifndef YY_BUF_SIZE
136 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
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));
4379 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
4610 yy_create_buffer( yyin, YY_BUF_SIZE );
[all...]
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c133 #ifndef YY_BUF_SIZE
136 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
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 );
1328 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE
[all...]
/freebsd-current/usr.sbin/config/
H A Dlang.l307 yy_switch_to_buffer(yy_create_buffer(fp, YY_BUF_SIZE));
/freebsd-current/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 );
2206 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/freebsd-current/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 );
1341 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/freebsd-current/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 );
1278 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/freebsd-current/usr.bin/lex/
H A Dinitscan.c132 #ifndef YY_BUF_SIZE
135 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
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 );
4669 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l202 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l376 State = yy_create_buffer (InputFile, YY_BUF_SIZE);

Completed in 116 milliseconds