Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmain.c1573 tabpage_T *next_tp; in getout() local
1579 for (tp = first_tabpage; tp != NULL; tp = next_tp) in getout()
1581 next_tp = tp->tp_next; in getout()
1599 next_tp = first_tabpage; in getout()