Home
last modified time | relevance | path

Searched refs:ch_block_write (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dchannel.c1188 channel->ch_part[PART_IN].ch_block_write = 1; in channel_set_options()
1563 if (in_part->ch_block_write == 1) in can_write_buf_line()
1564 in_part->ch_block_write = -1; in can_write_buf_line()
1565 else if (in_part->ch_block_write == -1) in can_write_buf_line()
1566 in_part->ch_block_write = 1; in can_write_buf_line()
1588 if (ret <= 0 || in_part->ch_block_write == 1) in can_write_buf_line()
1608 if (in_part->ch_block_write == 1) in can_write_buf_line()
H A Dstructs.h2244 int ch_block_write; // for testing: 0 when not used, -1 when write member