Home
last modified time | relevance | path

Searched refs:ch_to_be_closed (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dchannel.c399 return channel->ch_to_be_closed == 0; in channel_can_close()
1087 channel->ch_to_be_closed |= (1U << PART_SOCK); in channel_open()
1410 channel->ch_to_be_closed &= ~(1U << part); in ch_close_part()
1425 channel->ch_to_be_closed |= (1U << PART_IN); in channel_set_pipes()
1435 channel->ch_to_be_closed |= (1U << PART_OUT); in channel_set_pipes()
1447 channel->ch_to_be_closed |= (1U << PART_ERR); in channel_set_pipes()
4621 channel->ch_to_be_closed = (1U << PART_COUNT); in channel_parse_messages()
H A Dstructs.h2273 int ch_to_be_closed; // bitset of readable fds to be closed. member
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt11415 Solution: Check if ch_to_be_closed is set.
14812 Solution: Turn ch_to_be_closed into a bitfield. (Ozaki Kiichi)