Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h1519 struct pylinkedlist_S *pll_next; member
1533 if (ref->pll_next == NULL) in pyll_remove()
1540 ref->pll_prev->pll_next = ref->pll_next; in pyll_remove()
1542 if (ref->pll_next == NULL) in pyll_remove()
1545 ref->pll_next->pll_prev = ref->pll_prev; in pyll_remove()
1555 (*last)->pll_next = ref; in pyll_add()
1558 ref->pll_next = NULL; in pyll_add()