Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/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.c5812 ++rettv->vval.v_job->jv_refcount; in f_term_getjob()
6770 ++job->jv_refcount; in conpty_term_and_job_init()
7106 ++job->jv_refcount; in winpty_term_and_job_init()
7254 ++term->tl_job->jv_refcount; in create_pty_only()
7355 ++term->tl_job->jv_refcount; in term_and_job_init()
7371 ++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.h2135 int jv_refcount; // reference count member
H A Dchannel.c4892 ++channel->ch_job->jv_refcount; in f_ch_getjob()
H A Dos_unix.c4470 ++job->jv_refcount; in mch_call_shell_terminal()
H A Dos_win32.c4710 ++job->jv_refcount; in mch_call_shell_terminal()
H A Dvim9execute.c2989 ++tv->vval.v_job->jv_refcount; in exec_instructions()