Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Djob.c314 if (!(supported & JO_ERR_CALLBACK)) in get_job_options()
316 opt->jo_set |= JO_ERR_CALLBACK; in get_job_options()
H A Dstructs.h2315 #define JO_ERR_CALLBACK 0x0040 // stderr callback macro
2365 (JO_CALLBACK + JO_OUT_CALLBACK + JO_ERR_CALLBACK + JO_CLOSE_CALLBACK)
H A Dchannel.c1195 if (opt->jo_set & JO_ERR_CALLBACK) in channel_set_options()
H A Dterminal.c6384 + JO_CALLBACK + JO_OUT_CALLBACK + JO_ERR_CALLBACK in f_term_start()