Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c233 # define PyObject_CallFunctionObjArgs dll_PyObject_CallFunctionObjArgs macro
H A Dif_python3.c205 # define PyObject_CallFunctionObjArgs py3_PyObject_CallFunctionObjArgs macro
H A Dif_py_both.h1010 if (!(newwd = PyObject_CallFunctionObjArgs(py_getcwd, NULL))) in _VimChdir()
1082 mr_data->result = PyObject_CallFunctionObjArgs(mr_data->callable, in map_rtp_callback()
5785 ret = PyObject_CallFunctionObjArgs(pyfunc, line, linenr, NULL); in run_do()