Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dlist.pro2 void list_add_watch(list_T *l, listwatch_T *lw);
3 void list_rem_watch(list_T *l, listwatch_T *lwrem);
/vim-8.2.3635/src/
H A Dlist.c32 list_add_watch(list_T *l, listwatch_T *lw) in list_add_watch()
43 list_rem_watch(list_T *l, listwatch_T *lwrem) in list_rem_watch()
45 listwatch_T *lw, **lwp; in list_rem_watch()
66 listwatch_T *lw; in list_fix_watch()
H A Dstructs.h1476 typedef struct listwatch_S listwatch_T; typedef
1481 listwatch_T *lw_next; // next watcher
1494 listwatch_T *lv_watch; // first watcher, NULL if none
H A Deval.c40 listwatch_T fi_lw; // keep an eye on the item used.
H A Dif_py_both.h2810 listwatch_T lw;