Searched refs:first_popupwin (Results 1 – 2 of 2) sorted by relevance
1976 win_T *prev = first_popupwin; in popup_create()1980 if (first_popupwin == NULL) in popup_create()1981 first_popupwin = wp; in popup_create()2032 for (twp = first_popupwin; twp != NULL; twp = nextwin) in popup_create()2043 nextwin = first_popupwin; in popup_create()2339 for (wp = first_popupwin; wp != NULL; wp = nextwp) in popup_handle_mouse_moved()2714 first_popupwin = wp->w_next; in popup_close()2765 while (first_popupwin != NULL) in close_all_popups()2766 if (popup_close(first_popupwin->w_id, force) == FAIL) in close_all_popups()3371 for (wp = round == 1 ? first_popupwin : curtab->tp_first_popupwin; in popup_no_mapping()[all …]
729 for ((wp) = first_popupwin; (wp) != NULL; (wp) = (wp)->w_next)740 EXTERN win_T *first_popupwin; // first global popup window variable