Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h4154 static PyTypeObject WinListType; variable
4168 self = PyObject_NEW(WinListObject, &WinListType); in WinListNew()
6553 CLEAR_FIELD(WinListType); in init_structs()
6554 WinListType.tp_name = "vim.windowlist"; in init_structs()
6555 WinListType.tp_basicsize = sizeof(WinListType); in init_structs()
6556 WinListType.tp_as_sequence = &WinListAsSeq; in init_structs()
6557 WinListType.tp_flags = Py_TPFLAGS_DEFAULT; in init_structs()
6558 WinListType.tp_doc = "vim window list"; in init_structs()
6559 WinListType.tp_dealloc = (destructor)WinListDestructor; in init_structs()
6704 PYTYPE_READY(WinListType); in init_types()
[all …]