Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h2387 ListLength(ListObject *self) in ListLength() function
2397 if (index >= ListLength(self)) in ListIndex()
2467 if (PySlice_GetIndicesEx((PySliceObject_T *)idx, ListLength(self), in ListItem()
2516 size = ListLength(self); in ListAssSlice()
2693 Py_ssize_t length = ListLength(self); in ListAssIndex()
2769 if (PySlice_GetIndicesEx((PySliceObject_T *)idx, ListLength(self), in ListAssItem()
2909 (lenfunc) ListLength, // sq_length, len(x)
2922 /* mp_length */ (lenfunc) ListLength,