Home
last modified time | relevance | path

Searched refs:lv_watch (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dlist.c24 for ((lw) = (l)->lv_watch; (lw) != NULL; (lw) = (lw)->lw_next)
34 lw->lw_next = l->lv_watch; in list_add_watch()
35 l->lv_watch = lw; in list_add_watch()
47 lwp = &l->lv_watch; in list_rem_watch()
251 && ll->lv_watch == NULL) in list_free_nonref()
286 && ll->lv_watch == NULL) in list_free_items()
H A Dstructs.h1494 listwatch_T *lv_watch; // first watcher, NULL if none member