Searched refs:nexttp (Results 1 – 1 of 1) sorted by relevance
2285 tabpage_T *tp, *nexttp; in close_windows() local2309 for (tp = first_tabpage; tp != NULL; tp = nexttp) in close_windows()2311 nexttp = tp->tp_next; in close_windows()2321 nexttp = first_tabpage; in close_windows()