Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c2026 win_T *twp, *nextwin; in popup_create() local
2032 for (twp = first_popupwin; twp != NULL; twp = nextwin) in popup_create()
2034 nextwin = twp->w_next; in popup_create()
2035 if (twp != wp in popup_create()
2037 && twp->w_winrow <= wp->w_wantline - 1 + height in popup_create()
2038 && twp->w_winrow + popup_height(twp) > wp->w_wantline - 1) in popup_create()
2042 wp->w_wantline = twp->w_winrow + popup_height(twp) + 1; in popup_create()
3099 win_T *twp; in f_popup_getoptions() local
3101 FOR_ALL_POPUPWINS_IN_TAB(tp, twp) in f_popup_getoptions()
3102 if (twp->w_id == id) in f_popup_getoptions()
[all …]
H A Dterminal.c3719 win_T *twp; in term_update_window() local
3748 for (twp = firstwin; ; twp = twp->w_next) in term_update_window()
3751 win_T *wwp = twp == NULL ? curwin : twp; in term_update_window()
3760 if (twp == NULL) in term_update_window()