Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Djob.c649 if (!(supported & JO_WAITTIME)) in get_job_options()
651 opt->jo_set |= JO_WAITTIME; in get_job_options()
H A Dstructs.h2317 #define JO_WAITTIME 0x0100 // only for ch_open() macro
H A Dchannel.c1364 JO_MODE_ALL + JO_CB_ALL + JO_WAITTIME + JO_TIMEOUT_ALL, 0) == FAIL) in channel_open_func()