Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c202 # define PyList_Size dll_PyList_Size macro
H A Dif_python3.c167 # define PyList_Size py3_PyList_Size macro
H A Dif_py_both.h4575 PyInt new_len = PyList_Size(list); in SetBufferLineList()
4762 PyInt size = PyList_Size(lines); in InsertBufferLines()