Searched refs:ttp (Results 1 – 1 of 1) sorted by relevance
4286 tabpage_T *ttp; in goto_tabpage() local4316 ttp = curtab; in goto_tabpage()4319 for (tp = first_tabpage; tp->tp_next != ttp && tp->tp_next != NULL; in goto_tabpage()4322 ttp = tp; in goto_tabpage()5100 tabpage_T *ttp; in win_free() local5104 FOR_ALL_TABPAGES(ttp) in win_free()5105 if (ttp->tp_prevwin == wp) in win_free()5106 ttp->tp_prevwin = NULL; in win_free()