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.c1180 if (opt->jo_set & JO_TIMEOUT) in channel_set_options()
3870 if (get_job_options(&argvars[1], &opt, JO_TIMEOUT + JO_PART + JO_ID, 0) in common_channel_read()
3883 if (opt.jo_set & JO_TIMEOUT) in common_channel_read()
4232 if (get_job_options(&argvars[2], opt, JO_CALLBACK + JO_TIMEOUT, 0) == FAIL) in send_common()
4302 if (opt.jo_set & JO_TIMEOUT) in ch_expr_common()
4359 if (opt.jo_set & JO_TIMEOUT) in ch_raw_common()
H A Djob.c656 if (!(supported & JO_TIMEOUT)) in get_job_options()
658 opt->jo_set |= JO_TIMEOUT; in get_job_options()
H A Dstructs.h2318 #define JO_TIMEOUT 0x0200 // all timeouts macro
2366 #define JO_TIMEOUT_ALL (JO_TIMEOUT + JO_OUT_TIMEOUT + JO_ERR_TIMEOUT)