Searched refs:popup_width (Results 1 – 4 of 4) sorted by relevance
12 int popup_width(win_T *wp);
191 || (col == popup_width(wp) - 1 && wp->w_popup_border[1] > 0); in popup_on_border()205 && row == 0 && col == popup_width(wp) - 1) in popup_close_if_on_X()245 && col == popup_width(wp) - 1; in popup_start_drag()345 && col == popup_width(wp) - wp->w_popup_border[1] - 1; in popup_is_in_scrollbar()1092 popup_width(win_T *wp) in popup_width() function3484 int width = popup_width(wp); in update_popup_transparent()3654 width = popup_width(wp); in may_update_popup_mask()3862 total_width = popup_width(wp); in update_popups()
657 cb->max_col = wp->w_wincol + popup_width(wp) in clip_start_selection()
2979 && *colp < wp->w_wincol + popup_width(wp)) in mouse_find_win()