Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Djob.c93 if (opt->jo_close_cb.cb_partial != NULL) in free_job_options()
94 partial_unref(opt->jo_close_cb.cb_partial); in free_job_options()
95 else if (opt->jo_close_cb.cb_name != NULL) in free_job_options()
96 func_unref(opt->jo_close_cb.cb_name); in free_job_options()
329 opt->jo_close_cb = get_callback(item); in get_job_options()
330 if (opt->jo_close_cb.cb_name == NULL) in get_job_options()
H A Dstructs.h2397 callback_T jo_close_cb; member
H A Dchannel.c1199 free_set_callback(&channel->ch_close_cb, &opt->jo_close_cb); in channel_set_options()