Searched refs:Vim_GetPaths (Results 1 – 1 of 1) sorted by relevance
1186 Vim_GetPaths(PyObject *self UNUSED, PyObject *args UNUSED) in Vim_GetPaths() function1216 if (!(paths = Vim_GetPaths(self, NULL))) in FinderFindSpec()1351 if (!(new_path = Vim_GetPaths(self, NULL))) in FinderFindModule()1423 … {"_get_paths", (PyCFunction)Vim_GetPaths, METH_NOARGS, "Get &rtp-based additions to sys.path"},