Home
last modified time | relevance | path

Searched refs:COPYID_MASK (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Ddict.c190 if ((dd->dv_copyID & COPYID_MASK) != (copyID & COPYID_MASK)) in dict_free_nonref()
209 if ((dd->dv_copyID & COPYID_MASK) != (copyID & COPYID_MASK)) in dict_free_items()
H A Dlist.c250 if ((ll->lv_copyID & COPYID_MASK) != (copyID & COPYID_MASK) in list_free_nonref()
285 if ((ll->lv_copyID & COPYID_MASK) != (copyID & COPYID_MASK) in list_free_items()
H A Deval.c4596 did_free |= free_unused_jobs_contents(copyID, COPYID_MASK); in free_unref_items()
4599 did_free |= free_unused_channels_contents(copyID, COPYID_MASK); in free_unref_items()
4612 free_unused_jobs(copyID, COPYID_MASK); in free_unref_items()
4615 free_unused_channels(copyID, COPYID_MASK); in free_unref_items()
H A Dvim.h2621 #define COPYID_MASK (~0x1) macro