Home
last modified time | relevance | path

Searched refs:jv_refcount (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Djob.c1038 ++job->jv_refcount; in job_cleanup()
1045 --job->jv_refcount; in job_cleanup()
1054 if (job->jv_refcount == 0 && !job_channel_still_useful(job)) in job_cleanup()
1087 if (job != NULL && --job->jv_refcount <= 0) in job_unref()
1159 job->jv_refcount = 1; in job_alloc()
H A Dterminal.c5793 ++rettv->vval.v_job->jv_refcount; in f_term_getjob()
6748 ++job->jv_refcount; in conpty_term_and_job_init()
7084 ++job->jv_refcount; in winpty_term_and_job_init()
7232 ++term->tl_job->jv_refcount; in create_pty_only()
7333 ++term->tl_job->jv_refcount; in term_and_job_init()
7349 ++term->tl_job->jv_refcount; in create_pty_only()
H A Dtesting.c1102 retval = argvars[0].vval.v_job->jv_refcount - 1; in f_test_refcount()
H A Dtypval.c1073 ++to->vval.v_job->jv_refcount; in copy_tv()
H A Dstructs.h2133 int jv_refcount; // reference count member
H A Dchannel.c4888 ++channel->ch_job->jv_refcount; in f_ch_getjob()
H A Dos_unix.c4482 ++job->jv_refcount; in mch_call_shell_terminal()
H A Dvim9execute.c2959 ++tv->vval.v_job->jv_refcount; in exec_instructions()
H A Dos_win32.c4716 ++job->jv_refcount; in mch_call_shell_terminal()