| /src/tools/m4/bootstrap/ |
| tokenizer.c | 148 #ifndef YY_BUF_SIZE 149 #define YY_BUF_SIZE 16384 154 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 204 yy_size_t yy_buf_size; member in struct:yy_buffer_state 321 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 331 yy_create_buffer(yyin,YY_BUF_SIZE ); \ 721 yy_create_buffer(yyin,YY_BUF_SIZE ); 1040 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; 1053 int new_size = b->yy_buf_size * 2; 1056 b->yy_buf_size += b->yy_buf_size / 8 [all...] |
| /src/sys/external/bsd/acpica/dist/compiler/ |
| lex.yy.c | 97 #define YY_BUF_SIZE 16384 154 yy_size_t yy_buf_size; member in struct:yy_buffer_state 251 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ 258 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ 642 yy_create_buffer( yyin, YY_BUF_SIZE ); 1055 yy_current_buffer->yy_buf_size - number_to_move - 1; 1072 int new_size = b->yy_buf_size * 2; 1075 b->yy_buf_size += b->yy_buf_size / 8; 1077 b->yy_buf_size *= 2 [all...] |
| aslsupport.l | 268 State = yy_create_buffer (InputFile, YY_BUF_SIZE);
|
| /src/usr.bin/config/ |
| scan.l | 560 yy_switch_to_buffer(yy_create_buffer(fp, YY_BUF_SIZE));
|
| /src/tests/lib/libcurses/director/ |
| testlang_conf.l | 226 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
|
| /src/usr.bin/fgen/ |
| fgen.l | 1044 inbuf = yy_create_buffer(inf, YY_BUF_SIZE); 1998 inbuf = yy_create_buffer(inf, YY_BUF_SIZE);
|