Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c2285 tabpage_T *tp, *nexttp; in close_windows() local
2309 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()