Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h279 if (!(ret = PyList_New(0))) in ObjectDir()
783 if (!(ret = PyList_New(0))) in VimToPython()
1190 if (!(ret = PyList_New(0))) in Vim_GetPaths()
1952 ret = PyList_New(todo); in DictionaryListObjects()
2426 list = PyList_New(slicelen); in ListSlice()
4341 PyObject *list = PyList_New(n); in GetBufferLineList()
6731 path_hooks = PyList_New(1); in init_sys_path()
6764 path = PyList_New(1); in init_sys_path()
H A Dif_python.c200 # define PyList_New dll_PyList_New macro
H A Dif_python3.c165 # define PyList_New py3_PyList_New macro