Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dchannel.c4227 ch_part_T part_send; in send_common() local
4233 part_send = channel_part_send(channel); in send_common()
4252 if (channel_send(channel, part_send, text, len, fun) == OK in send_common()
4269 ch_part_T part_send; in ch_expr_common() local
4286 part_send = channel_part_send(channel); in ch_expr_common()
4288 ch_mode = channel_get_mode(channel, part_send); in ch_expr_common()