Lines Matching refs:yy_buf_size
226 yy_size_t yy_buf_size; member
1572 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; in yy_get_next_buffer()
1585 int new_size = b->yy_buf_size * 2; in yy_get_next_buffer()
1588 b->yy_buf_size += b->yy_buf_size / 8; in yy_get_next_buffer()
1590 b->yy_buf_size *= 2; in yy_get_next_buffer()
1594 zconfrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); in yy_get_next_buffer()
1606 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()
1640 if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { in yy_get_next_buffer()
1703 YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; in yyunput()
1713 (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; in yyunput()
1875 b->yy_buf_size = size; in zconf_create_buffer()
1880 b->yy_ch_buf = (char *) zconfalloc(b->yy_buf_size + 2 ); in zconf_create_buffer()
2083 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ in zconf_scan_buffer()
2087 b->yy_n_chars = b->yy_buf_size; in zconf_scan_buffer()