Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c908 static char *py_home_buf = NULL; variable
930 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()
H A Dif_python3.c1004 static wchar_t *py_home_buf = NULL; variable
1086 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()