Home
last modified time | relevance | path

Searched refs:JO_OUT_BUF (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Djob.c219 opt->jo_set |= JO_OUT_BUF << (part - PART_OUT); in get_job_options()
H A Dstructs.h2333 #define JO_OUT_BUF 0x1000000 // "out_buf" macro
H A Dterminal.c364 opt->jo_set |= JO_OUT_IO + JO_OUT_BUF + JO_OUT_MODIFIABLE; in setup_job_options()
454 || (!(opt->jo_set & JO_OUT_IO) && (opt->jo_set & JO_OUT_BUF)) in term_start()
H A Dchannel.c1209 if (opt->jo_set & JO_OUT_BUF) in channel_set_options()