Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c110 typedef PyObject PySliceObject_T; typedef
112 typedef PySliceObject PySliceObject_T; typedef
337 static int (*py3_PySlice_GetIndicesEx)(PySliceObject_T *r, Py_ssize_t length,
1431 if (PySlice_GetIndicesEx((PySliceObject_T *)idx, in BufferSubscript()
1465 if (PySlice_GetIndicesEx((PySliceObject_T *)idx, in BufferAsSubscript()
1546 if (PySlice_GetIndicesEx((PySliceObject_T *)idx, in RangeSubscript()
1572 if (PySlice_GetIndicesEx((PySliceObject_T *)idx, in RangeAsSubscript()
H A Dif_python.c817 typedef PySliceObject PySliceObject_T; typedef
H A Dif_py_both.h2467 if (PySlice_GetIndicesEx((PySliceObject_T *)idx, ListLength(self), in ListItem()
2769 if (PySlice_GetIndicesEx((PySliceObject_T *)idx, ListLength(self), in ListAssItem()