Home
last modified time | relevance | path

Searched refs:p_py3home (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python3.c1081 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()
H A Doption.h799 EXTERN char_u *p_py3home; // 'pythonthreehome' variable
H A Doptiondefs.h2033 (char_u *)&p_py3home, PV_NONE,