Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dchannel.c328 channel->ch_part[part].ch_timeout = 2000; in add_channel()
1182 channel->ch_part[part].ch_timeout = opt->jo_timeout; in channel_set_options()
1184 channel->ch_part[PART_OUT].ch_timeout = opt->jo_out_timeout; in channel_set_options()
1186 channel->ch_part[PART_ERR].ch_timeout = opt->jo_err_timeout; in channel_set_options()
3113 dict_add_number(dict, namebuf, chanpart->ch_timeout); in channel_part_info()
4783 return channel->ch_part[part].ch_timeout; in channel_get_timeout()
H A Dstructs.h2230 int ch_timeout; // request timeout in msec member