Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h1522 } pylinkedlist_T; typedef
1524 static pylinkedlist_T *lastdict = NULL;
1525 static pylinkedlist_T *lastlist = NULL;
1526 static pylinkedlist_T *lastfunc = NULL;
1529 pyll_remove(pylinkedlist_T *ref, pylinkedlist_T **last) in pyll_remove()
1549 pyll_add(PyObject *self, pylinkedlist_T *ref, pylinkedlist_T **last) in pyll_add()
1569 pylinkedlist_T ref;
2251 pylinkedlist_T ref;
2940 pylinkedlist_T ref;
5868 pylinkedlist_T *cur; in set_ref_in_py()