Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h2339 #define JO_ERR_MODIFIABLE 0x40000000 // "err_modifiable" (JO_OUT_ << 1) macro
H A Dchannel.c1272 if (opt->jo_set & JO_ERR_MODIFIABLE) in channel_set_options()
H A Dterminal.c377 opt->jo_set |= JO_ERR_IO + JO_ERR_BUF + JO_ERR_MODIFIABLE; in setup_job_options()