Lines Matching refs:wp
25 void win_init_popup_win(win_T *wp, buf_T *buf);
38 void goto_tabpage_win(tabpage_T *tp, win_T *wp);
40 void win_goto(win_T *wp);
43 win_T *win_vert_neighbor(tabpage_T *tp, win_T *wp, int up, long count);
44 win_T *win_horz_neighbor(tabpage_T *tp, win_T *wp, int left, long count);
45 void win_enter(win_T *wp, int undo_sync);
50 void win_remove(win_T *wp, tabpage_T *tp);
51 int win_alloc_lines(win_T *wp);
52 void win_free_lsize(win_T *wp);
61 void win_setwidth_win(int width, win_T *wp);
66 void set_fraction(win_T *wp);
67 void win_new_height(win_T *wp, int height);
68 void scroll_to_fraction(win_T *wp, int prev_height);
69 void win_new_width(win_T *wp, int width);
70 void win_comp_scroll(win_T *wp);
81 int get_win_number(win_T *wp, win_T *first_win);
83 char *check_colorcolumn(win_T *wp);