Searched refs:ch_buf_bot (Results 1 – 2 of 2) sorted by relevance
1489 in_part->ch_buf_bot = options->jo_in_bot; in channel_set_job()1491 in_part->ch_buf_bot = in_part->ch_bufref.br_buf->b_ml.ml_line_count; in channel_set_job()1640 for (lnum = in_part->ch_buf_top; lnum <= in_part->ch_buf_bot in channel_write_in()1655 if (lnum > buf->b_ml.ml_line_count || lnum > in_part->ch_buf_bot) in channel_write_in()1751 for (lnum = in_part->ch_buf_bot; lnum < buf->b_ml.ml_line_count; in channel_write_new_lines()1768 in_part->ch_buf_bot = lnum; in channel_write_new_lines()2730 in_part->ch_buf_bot = buffer->b_ml.ml_line_count; in append_to_buffer()
2257 linenr_T ch_buf_bot; // last line to send member