Searched refs:py_getcwd (Results 1 – 1 of 1) sorted by relevance
79 static PyObject *py_getcwd; variable1010 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()