Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h3862 TabPageObject *tabObject; member
3939 Py_CLEAR(self->tabObject); in WindowClear()
3946 if (tabObject) in get_firstwin()
3948 if (CheckTabPage(tabObject)) in get_firstwin()
4028 Py_INCREF(self->tabObject); in WindowAttr()
4160 TabPageObject *tabObject; member
4169 self->tabObject = tabObject; in WinListNew()
4170 Py_INCREF(tabObject); in WinListNew()
4178 TabPageObject *tabObject = self->tabObject; in WinListDestructor() local
4180 if (tabObject) in WinListDestructor()
[all …]