Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h262 if (PyList_Append(list, string)) in add_string()
800 if (PyList_Append(ret, newObj)) in VimToPython()
1177 if (PyList_Append(list, pathObject1) in map_finder_callback()
1178 || PyList_Append(list, pathObject2)) in map_finder_callback()
6742 if (PyList_Append(path_hooks, path_hook)) in init_sys_path()
6776 if (PyList_Append(path, vim_special_path_object)) in init_sys_path()
H A Dif_python.c198 # define PyList_Append dll_PyList_Append macro
H A Dif_python3.c163 # define PyList_Append py3_PyList_Append macro