Home | History | Annotate | Download | only in sh

Lines Matching refs:yy_buf_size

134 #ifndef YY_BUF_SIZE
135 #define YY_BUF_SIZE 16384
191 yy_size_t yy_buf_size;
308 yy_create_buffer(yyin,YY_BUF_SIZE ); \
318 yy_create_buffer(yyin,YY_BUF_SIZE ); \
700 yy_create_buffer(yyin,YY_BUF_SIZE );
1101 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1114 int new_size = b->yy_buf_size * 2;
1117 b->yy_buf_size += b->yy_buf_size / 8;
1119 b->yy_buf_size *= 2;
1123 yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
1135 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1249 YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
1259 (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
1357 yy_create_buffer(yyin,YY_BUF_SIZE );
1409 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1421 b->yy_buf_size = size;
1426 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
1629 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
1633 b->yy_n_chars = b->yy_buf_size;