Searched refs:nextwp (Results 1 – 2 of 2) sorted by relevance
2331 win_T *wp, *nextwp; in popup_handle_mouse_moved() local2339 for (wp = first_popupwin; wp != NULL; wp = nextwp) in popup_handle_mouse_moved()2341 nextwp = wp->w_next; in popup_handle_mouse_moved()2344 for (wp = curtab->tp_first_popupwin; wp != NULL; wp = nextwp) in popup_handle_mouse_moved()2346 nextwp = wp->w_next; in popup_handle_mouse_moved()
3620 win_T *nextwp; in close_others() local3631 for (wp = firstwin; win_valid(wp); wp = nextwp) in close_others()3633 nextwp = wp->w_next; in close_others()3641 nextwp = firstwin; in close_others()3653 nextwp = firstwin; in close_others()