Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h5721 PyObject *pyfunc, *pymain; in run_do() local
5762 pyfunc = PyObject_GetAttrString(pymain, DOPY_FUNC); in run_do()
5785 ret = PyObject_CallFunctionObjArgs(pyfunc, line, linenr, NULL); in run_do()
5824 Py_DECREF(pyfunc); in run_do()