Searched refs:PyInt (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_python.c | 99 # define PyInt Py_ssize_t macro 107 # define PyInt int macro 353 static PyInt(*dll_PyList_Size)(PyObject *); 363 PyInt *start, PyInt *stop, PyInt *step, 364 PyInt *slicelen); 440 static PyInt* dll__Py_RefTotal; 1207 static int BufferAssSlice(PyObject *, PyInt, PyInt, PyObject *); 1215 static int RangeAssSlice(PyObject *, PyInt, PyInt, PyObject *); 1262 BufferAssSlice(PyObject *self, PyInt lo, PyInt hi, PyObject *val) in BufferAssSlice() 1309 RangeAssSlice(PyObject *self, PyInt lo, PyInt hi, PyObject *val) in RangeAssSlice() [all …]
|
| H A D | if_py_both.h | 4337 GetBufferLineList(buf_T *buf, PyInt lo, PyInt hi) in GetBufferLineList() 4516 PyInt lo, in SetBufferLineList() 4517 PyInt hi, in SetBufferLineList() 4532 PyInt i; in SetBufferLineList() 4574 PyInt i; in SetBufferLineList() 4761 PyInt i; in InsertBufferLines() 4861 RBItem(BufferObject *self, PyInt n, PyInt start, PyInt end) in RBItem() 4882 RBSlice(BufferObject *self, PyInt lo, PyInt hi, PyInt start, PyInt end) in RBSlice() 4911 PyInt n, in RBAsItem() 5043 RangeNew(buf_T *buf, PyInt start, PyInt end) in RangeNew() [all …]
|
| H A D | if_python3.c | 87 #define PyInt Py_ssize_t macro 1471 (PyInt)((BufferObject *)(self))->buf->b_ml.ml_line_count, in BufferAsSubscript()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 6711 Solution: Use PyInt in more places. Also update version message for the
|