Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Djob.c713 if (!(supported & JO_BLOCK_WRITE)) in get_job_options()
715 opt->jo_set |= JO_BLOCK_WRITE; in get_job_options()
1310 + JO_EXIT_CB + JO_OUT_IO + JO_BLOCK_WRITE, in job_start()
H A Dstructs.h2337 #define JO_BLOCK_WRITE 0x10000000 // "block_write" macro
H A Dchannel.c1187 if (opt->jo_set & JO_BLOCK_WRITE) in channel_set_options()