Home
last modified time | relevance | path

Searched refs:ch_job (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dchannel.c1461 channel->ch_job = job; in channel_set_job()
1659 if (channel->ch_job != NULL) in channel_write_in()
3972 if (channel->ch_job != NULL) in channel_handle_events()
3974 job_T *job = channel->ch_job; in channel_handle_events()
4565 if (channel->ch_job != NULL) in channel_select_check()
4567 job_T *job = channel->ch_job; in channel_select_check()
4630 if (channel->ch_job != NULL) in channel_parse_messages()
4631 channel->ch_job->jv_channel = NULL; in channel_parse_messages()
4886 rettv->vval.v_job = channel->ch_job; in f_ch_getjob()
4887 if (channel->ch_job != NULL) in f_ch_getjob()
[all …]
H A Djob.c746 job->jv_channel->ch_job = NULL; in job_free_contents()
1104 job->jv_channel->ch_job = NULL; in job_unref()
H A Dterminal.c3475 if (term->tl_job == ch->ch_job && !term->tl_channel_closed) in term_channel_closed()
3514 if (term->tl_job == ch->ch_job) in term_channel_closed()
6472 if (term->tl_job == ch->ch_job) in term_send_eof()
H A Dstructs.h2297 job_T *ch_job; // Job that uses this channel; this does not member
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt8790 Solution: Don't check if ch_job is NULL when checking for an error.