Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h79 static PyObject *py_getcwd; variable
1010 if (!(newwd = PyObject_CallFunctionObjArgs(py_getcwd, NULL))) in _VimChdir()
6898 if (!(py_getcwd = PyObject_GetAttrString(other_module, "getcwd"))) in populate_module()
6901 if (!(py_getcwd = PyObject_GetAttrString(other_module, "getcwdu"))) in populate_module()
6904 ADD_OBJECT(m, "_getcwd", py_getcwd) in populate_module()