Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c2026 win_T *twp, *nextwin; in popup_create() local
2032 for (twp = first_popupwin; twp != NULL; twp = nextwin) in popup_create()
2034 nextwin = twp->w_next; in popup_create()
2043 nextwin = first_popupwin; in popup_create()