Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c1965 wp->w_next = tp->tp_first_popupwin; in popup_create()
1966 tp->tp_first_popupwin = wp; in popup_create()
1971 wp->w_next = curtab->tp_first_popupwin; in popup_create()
1972 curtab->tp_first_popupwin = wp; in popup_create()
2256 for (owp = curtab->tp_first_popupwin; owp != NULL; in popup_close_and_callback()
2344 for (wp = curtab->tp_first_popupwin; wp != NULL; wp = nextwp) in popup_handle_mouse_moved()
2735 win_T **root = &tp->tp_first_popupwin; in popup_close_tabpage()
2768 while (curtab->tp_first_popupwin != NULL) in close_all_popups()
2769 if (popup_close(curtab->tp_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 …]
H A Devalwindow.c186 for (wp = (tp == NULL ? curtab : tp)->tp_first_popupwin; in find_win_by_nr()
H A Dglobals.h731 for ((wp) = (tp)->tp_first_popupwin; (wp) != NULL; (wp) = (wp)->w_next)
H A Dstructs.h3209 win_T *tp_first_popupwin; // first popup window in this Tab page member
H A Dwindow.c3887 while (tp->tp_first_popupwin != NULL) in free_tabpage()
3888 popup_close_tabpage(tp, tp->tp_first_popupwin->w_id, TRUE); in free_tabpage()