Home
last modified time | relevance | path

Searched refs:YY_READ_BUF_SIZE (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gas/
Ditbl-lex.c514 #ifndef YY_READ_BUF_SIZE
515 #define YY_READ_BUF_SIZE 8192 macro
1046 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1047 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Ddeflex.c590 #ifndef YY_READ_BUF_SIZE
591 #define YY_READ_BUF_SIZE 8192 macro
1212 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1213 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
Drclex.c782 #ifndef YY_READ_BUF_SIZE
783 #define YY_READ_BUF_SIZE 8192 macro
1689 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
1690 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
/openbsd/src/gnu/gcc/gcc/
Dgengtype-lex.c1801 #ifndef YY_READ_BUF_SIZE
1802 #define YY_READ_BUF_SIZE 8192 macro
2850 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
2851 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dbfin-lex.c857 #ifndef YY_READ_BUF_SIZE
858 #define YY_READ_BUF_SIZE 8192 macro
2493 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
2494 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
/openbsd/src/sbin/unwind/libunbound/util/
Dconfiglexer.c3722 #ifndef YY_READ_BUF_SIZE
3723 #define YY_READ_BUF_SIZE 8192 macro
6251 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer()
6252 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer()
/openbsd/src/usr.bin/lex/
Dflex.skl1100 #ifndef YY_READ_BUF_SIZE
1101 #define YY_READ_BUF_SIZE 8192
1718 if ( num_to_read > YY_READ_BUF_SIZE )
1719 num_to_read = YY_READ_BUF_SIZE;