Searched refs:refcount (Results 1 – 5 of 5) sorted by relevance
379 int refcount; member in VimFont2045 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()
514 int refcount = pt->pt_refcount; in handle_closure_in_use() local524 --refcount; in handle_closure_in_use()526 if (refcount > 1) in handle_closure_in_use()
7142 " No refcount types7154 " Check refcount
8752 Solution: Increase refcount.8964 Solution: Keep the channel when refcount is zero.9118 message. Remove the channel from the job when its refcount9858 Solution: Set initial refcount. (Ken Takata, closes #690)19440 Solution: Increment job refcount. (Yasuhiro Matsumoto)45518 Solution: Decrement refcount when creating funccal.
5472 Solution: Don't increment the refcount twice.16422 Problem: Python: possible SEGV and negative refcount.