Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c155 # undef PyRun_String
229 # define PyRun_String dll_PyRun_String macro
H A Dif_python3.c200 #undef PyRun_String
201 # define PyRun_String py3_PyRun_String macro
H A Dif_py_both.h5693 run_ret = PyRun_String((char *)cmd, Py_file_input, globals, globals); in run_cmd()
5735 run_ret = PyRun_String(code, Py_file_input, globals, globals); in run_do()
5841 run_ret = PyRun_String((char *)cmd, Py_eval_input, globals, globals); in run_eval()