Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Djob.c89 if (opt->jo_err_cb.cb_partial != NULL) in free_job_options()
90 partial_unref(opt->jo_err_cb.cb_partial); in free_job_options()
91 else if (opt->jo_err_cb.cb_name != NULL) in free_job_options()
92 func_unref(opt->jo_err_cb.cb_name); in free_job_options()
317 opt->jo_err_cb = get_callback(item); in get_job_options()
318 if (opt->jo_err_cb.cb_name == NULL) in get_job_options()
H A Dstructs.h2396 callback_T jo_err_cb; member
H A Dchannel.c1197 &opt->jo_err_cb); in channel_set_options()