Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c1182 channel->ch_part[part].ch_timeout = opt->jo_timeout; in channel_set_options()
1362 opt.jo_timeout = 2000; in channel_open_func()
1366 if (opt.jo_timeout < 0) in channel_open_func()
3884 timeout = opt.jo_timeout; in common_channel_read()
4303 timeout = opt.jo_timeout; in ch_expr_common()
4360 timeout = opt.jo_timeout; in ch_raw_common()
H A Djob.c659 opt->jo_timeout = tv_get_number(item); in get_job_options()
H A Dstructs.h2401 int jo_timeout; member