Searched refs:BufferType (Results 1 – 4 of 4) sorted by relevance
5152 static PyTypeObject BufferType; variable5573 if (valObject->ob_type != &BufferType) in CurrentSetattr()6486 CLEAR_FIELD(BufferType); in init_structs()6487 BufferType.tp_name = "vim.buffer"; in init_structs()6488 BufferType.tp_basicsize = sizeof(BufferType); in init_structs()6494 BufferType.tp_doc = "vim buffer object"; in init_structs()6495 BufferType.tp_methods = BufferMethods; in init_structs()6501 BufferType.tp_free = call_PyObject_Free; in init_structs()6551 BufferType.tp_doc = "vim buffer list"; in init_structs()6699 PYTYPE_READY(BufferType); in init_types()[all …]
1204 #define BufferType_Check(obj) ((obj)->ob_type == &BufferType)
1348 #define BufferType_Check(obj) ((obj)->ob_base.ob_type == &BufferType)
1399 \ , "Network.BufferType"