Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dlist.c138 li->li_prev = NULL; in list_alloc_with_items()
140 li->li_prev = li - 1; in list_alloc_with_items()
464 item = item->li_prev; in list_find()
586 item->li_prev = NULL; in list_append()
747 ni->li_prev = item->li_prev; in list_insert()
749 if (item->li_prev == NULL) in list_insert()
759 item->li_prev = ni; in list_insert()
1289 item2->li_next->li_prev = item->li_prev; in vimlist_remove()
1634 li->li_prev = NULL; in init_static_list()
1636 li->li_prev = li - 1; in init_static_list()
[all …]
H A Dif_py_both.h2492 next = lastaddedli->li_prev; in list_restore()
2582 while (next != NULL && ((next = next->li_prev) != NULL) && ++j); in ListAssSlice()
2632 lis[slicelen + numreplaced] = lis[numreplaced]->li_prev; in ListAssSlice()
2639 lastaddedli = li->li_prev; in ListAssSlice()
H A Dstructs.h1471 listitem_T *li_prev; // previous item in list member
H A Dif_mzsch.c3041 curr = curr->li_prev; in vim_to_mzscheme_impl()