Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_haiku.cc379 int refcount; member in VimFont
2045 refcount = 1; in init()
3907 flp->refcount++; in gui_mch_get_font()
3967 if (--f->refcount <= 0) { in gui_mch_free_font()
3968 if (f->refcount < 0) in gui_mch_free_font()
H A Dvim9execute.c514 int refcount = pt->pt_refcount; in handle_closure_in_use() local
524 --refcount; in handle_closure_in_use()
526 if (refcount > 1) in handle_closure_in_use()
/vim-8.2.3635/src/testdir/
H A Dtest_vimscript.vim7142 " No refcount types
7154 " Check refcount
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt8752 Solution: Increase refcount.
8964 Solution: Keep the channel when refcount is zero.
9118 message. Remove the channel from the job when its refcount
9858 Solution: Set initial refcount. (Ken Takata, closes #690)
19440 Solution: Increment job refcount. (Yasuhiro Matsumoto)
45518 Solution: Decrement refcount when creating funccal.
H A Dversion7.txt5472 Solution: Don't increment the refcount twice.
16422 Problem: Python: possible SEGV and negative refcount.