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

/freebsd-11-stable/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 ); \
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c162 #ifndef YY_BUF_SIZE
165 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
168 #define YY_BUF_SIZE 32768 macro
170 #define YY_BUF_SIZE 16384 macro
176 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
343 null__create_buffer(null_in,YY_BUF_SIZE ); \
353 null__create_buffer(null_in,YY_BUF_SIZE ); \
689 null__create_buffer(null_in,YY_BUF_SIZE );
1169 null__create_buffer(null_in,YY_BUF_SIZE );
1221 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE
[all...]
/freebsd-11-stable/usr.sbin/config/
H A Dlang.l308 yy_switch_to_buffer(yy_create_buffer(fp, YY_BUF_SIZE));
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/dtc/
H A Ddtc-lexer.l295 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c155 #ifndef YY_BUF_SIZE
156 #define YY_BUF_SIZE 16384 macro
161 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
329 yy_create_buffer(yyin,YY_BUF_SIZE ); \
339 yy_create_buffer(yyin,YY_BUF_SIZE ); \
2247 yy_create_buffer(yyin,YY_BUF_SIZE );
4562 yy_create_buffer(yyin,YY_BUF_SIZE );
4614 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l202 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l376 State = yy_create_buffer (InputFile, YY_BUF_SIZE);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlex.l485 yy_switch_to_buffer (yy_create_buffer (yyin, YY_BUF_SIZE));

Completed in 111 milliseconds