Searched refs:p_py3home (Results 1 – 3 of 3) sorted by relevance
1081 if (*p_py3home != NUL) in Python3_Init()1083 size_t len = mbstowcs(NULL, (char *)p_py3home, 0) + 1; in Python3_Init()1088 py_home_buf, (char *)p_py3home, len) != (size_t)-1) in Python3_Init()
799 EXTERN char_u *p_py3home; // 'pythonthreehome' variable
2033 (char_u *)&p_py3home, PV_NONE,