Home
last modified time | relevance | path

Searched refs:YY_BUF_SIZE (Results 1 – 25 of 1570) sorted by relevance

12345678910>>...63

/dports/security/snort/snort-2.9.18/src/target-based/
H A Dsf_attribute_table_parser.l59 #ifdef YY_BUF_SIZE
60 #undef YY_BUF_SIZE
62 #define YY_BUF_SIZE STD_BUF macro
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dincludable-lexer.cc35 #ifndef YY_BUF_SIZE
36 #define YY_BUF_SIZE 16384 macro
85 yypush_buffer_state (yy_create_buffer (file->get_istream (), YY_BUF_SIZE)); in new_input()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dincludable-lexer.cc36 #ifndef YY_BUF_SIZE
37 #define YY_BUF_SIZE 16384 macro
85 yypush_buffer_state (yy_create_buffer (file->get_istream (), YY_BUF_SIZE)); in new_input()
/dports/devel/icmake/icmake-9b958b05ac462adf6cde394875964a8127599514/icmake/pp/scanner/
H A Dscannerpushfile.c10 msg("pushing %s %u", filename, YY_BUF_SIZE); in scanner_pushFile()
14 sc_pushFile(filename), YY_BUF_SIZE in scanner_pushFile()
H A Dlexer.ih132 #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
140 #define YY_BUF_SIZE 16384
146 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
/dports/devel/matreshka/matreshka-0.7.0/tools/aflex/src/
H A Dscanner-dfa.ads10 YY_BUF_SIZE : constant Integer := YY_READ_BUF_SIZE * 2; constant
17 Data : Unbounded_Character_Array (0 .. YY_BUF_SIZE + 1);
H A Dscanner-io.adb104 num_to_read := YY_BUF_SIZE - number_to_move - 1;
153 dest := YY_BUF_SIZE + 2;
164 yy_n_chars := YY_BUF_SIZE;
/dports/security/pbc/pbc-0.5.14/pbc/
H A Dlex.yy.h117 #ifndef YY_BUF_SIZE
123 #define YY_BUF_SIZE 32768
125 #define YY_BUF_SIZE 16384
/dports/devel/anjuta/anjuta-3.34.0/plugins/language-support-js/
H A Dlex.yy.h117 #ifndef YY_BUF_SIZE
123 #define YY_BUF_SIZE 32768 macro
125 #define YY_BUF_SIZE 16384 macro
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/js-parser/
H A Dlex.yy.h117 #ifndef YY_BUF_SIZE
123 #define YY_BUF_SIZE 32768 macro
125 #define YY_BUF_SIZE 16384 macro
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/tests/
H A Dmem_nr.l35 #ifdef YY_BUF_SIZE
36 #undef YY_BUF_SIZE
38 #define YY_BUF_SIZE 8 macro
H A Dmem_r.l35 #ifdef YY_BUF_SIZE
36 #undef YY_BUF_SIZE
38 #define YY_BUF_SIZE 8 macro
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/tests/test-mem-nr/
H A Dscanner.l35 #ifdef YY_BUF_SIZE
36 #undef YY_BUF_SIZE
38 #define YY_BUF_SIZE 8 macro
/dports/textproc/flex/flex-2.6.4/tests/
H A Dmem_nr.l35 #ifdef YY_BUF_SIZE
36 #undef YY_BUF_SIZE
38 #define YY_BUF_SIZE 8 macro
H A Dmem_r.l35 #ifdef YY_BUF_SIZE
36 #undef YY_BUF_SIZE
38 #define YY_BUF_SIZE 8 macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/hl/src/
H A DH5LTanalyze.l36 #ifdef YY_BUF_SIZE
37 #undef YY_BUF_SIZE
39 #define YY_BUF_SIZE 262144 /*Define read buffer to be 256K*/ macro
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/tests/test-mem-r/
H A Dscanner.l35 #ifdef YY_BUF_SIZE
36 #undef YY_BUF_SIZE
38 #define YY_BUF_SIZE 8 macro
/dports/math/g2o/g2o-20201223_git/g2o/examples/interactive_slam/slam_parser/parser/
H A Dflex_scanner.cpp156 #ifndef YY_BUF_SIZE
162 #define YY_BUF_SIZE 32768 macro
164 #define YY_BUF_SIZE 16384 macro
170 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
298 yy_create_buffer( yyin, YY_BUF_SIZE ); \
308 yy_create_buffer( yyin, YY_BUF_SIZE ); \
653 yy_create_buffer( yyin, YY_BUF_SIZE );
1011 yy_switch_to_buffer( yy_create_buffer( new_in, YY_BUF_SIZE ) ); in switch_streams()
1364 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/innobase/include/
H A Dfts0tlex.h134 #ifndef YY_BUF_SIZE
140 #define YY_BUF_SIZE 32768 macro
142 #define YY_BUF_SIZE 16384 macro
H A Dfts0blex.h134 #ifndef YY_BUF_SIZE
140 #define YY_BUF_SIZE 32768 macro
142 #define YY_BUF_SIZE 16384 macro
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/include/
H A Dfts0tlex.h134 #ifndef YY_BUF_SIZE
140 #define YY_BUF_SIZE 32768 macro
142 #define YY_BUF_SIZE 16384 macro
H A Dfts0blex.h134 #ifndef YY_BUF_SIZE
140 #define YY_BUF_SIZE 32768 macro
142 #define YY_BUF_SIZE 16384 macro
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/hl/src/
H A DH5LTanalyze.l37 #ifdef YY_BUF_SIZE
38 #undef YY_BUF_SIZE
40 #define YY_BUF_SIZE 262144 /*Define read buffer to be 256K*/ macro
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/innobase/include/
H A Dfts0blex.h134 #ifndef YY_BUF_SIZE
140 #define YY_BUF_SIZE 32768 macro
142 #define YY_BUF_SIZE 16384 macro
H A Dfts0tlex.h134 #ifndef YY_BUF_SIZE
140 #define YY_BUF_SIZE 32768 macro
142 #define YY_BUF_SIZE 16384 macro

12345678910>>...63