Searched refs:WinListType (Results 1 – 1 of 1) sorted by relevance
4154 static PyTypeObject WinListType; variable4168 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 …]