Searched refs:nextwin (Results 1 – 1 of 1) sorted by relevance
2026 win_T *twp, *nextwin; in popup_create() local2032 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()