Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Djob.c326 if (!(supported & JO_CLOSE_CALLBACK)) in get_job_options()
328 opt->jo_set |= JO_CLOSE_CALLBACK; in get_job_options()
H A Dstructs.h2316 #define JO_CLOSE_CALLBACK 0x0080 // "close_cb" macro
2365 (JO_CALLBACK + JO_OUT_CALLBACK + JO_ERR_CALLBACK + JO_CLOSE_CALLBACK)
H A Dchannel.c1198 if (opt->jo_set & JO_CLOSE_CALLBACK) in channel_set_options()
H A Dterminal.c6385 + JO_EXIT_CB + JO_CLOSE_CALLBACK + JO_OUT_IO, in f_term_start()