Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Djob.c239 opt->jo_set |= JO_OUT_MODIFIABLE << (part - PART_OUT); in get_job_options()
H A Dstructs.h2338 #define JO_OUT_MODIFIABLE 0x20000000 // "out_modifiable" macro
H A Dchannel.c1225 if (opt->jo_set & JO_OUT_MODIFIABLE) in channel_set_options()
H A Dterminal.c364 opt->jo_set |= JO_OUT_IO + JO_OUT_BUF + JO_OUT_MODIFIABLE; in setup_job_options()