Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c154 # undef PyRun_SimpleString
228 # define PyRun_SimpleString dll_PyRun_SimpleString macro
981 PyRun_SimpleString("import sys; sys.path = filter(lambda x: x != '/must>not&exist', sys.path)"); in Python_Init()
H A Dif_python3.c198 #undef PyRun_SimpleString
199 # define PyRun_SimpleString py3_PyRun_SimpleString macro
1120PyRun_SimpleString("import vim; import sys; sys.path = list(filter(lambda x: not x.endswith('must>… in Python3_Init()
H A Dconfigure.ac1657 int (*simple)(char*) = dlsym(pylib, "PyRun_SimpleString");
1703 int (*simple)(char*) = dlsym(pylib, "PyRun_SimpleString");