Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c2331 win_T *wp, *nextwp; in popup_handle_mouse_moved() local
2339 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()
H A Dwindow.c3620 win_T *nextwp; in close_others() local
3631 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()