Searched refs:py_home_buf (Results 1 – 2 of 2) sorted by relevance
908 static char *py_home_buf = NULL; variable930 py_home_buf = (char *)vim_strsave(p_pyhome); in Python_Init()931 if (py_home_buf != NULL) in Python_Init()932 Py_SetPythonHome(py_home_buf); in Python_Init()
1004 static wchar_t *py_home_buf = NULL; variable1086 py_home_buf = ALLOC_MULT(wchar_t, len); in Python3_Init()1087 if (py_home_buf != NULL && mbstowcs( in Python3_Init()1088 py_home_buf, (char *)p_py3home, len) != (size_t)-1) in Python3_Init()1089 Py_SetPythonHome(py_home_buf); in Python3_Init()