Lines Matching refs:w_height

99 	    frame->fr_win == NULL ? -1 : frame->fr_win->w_height,  in log_frame_layout()
443 win_setheight(curwin->w_height + (int)Prenum1); in do_window()
451 win_setheight(curwin->w_height - (int)Prenum1); in do_window()
1019 oldwin_height = oldwin->w_height; in win_split_ins()
1046 win_setheight_win(oldwin->w_height + new_size + STATUS_HEIGHT, in win_split_ins()
1048 oldwin_height = oldwin->w_height; in win_split_ins()
1062 && (frp->fr_win->w_height > new_size in win_split_ins()
1063 || frp->fr_win->w_height > oldwin_height - new_size in win_split_ins()
1185 win_new_height(oldwin, oldwin->w_height - 1); in win_split_ins()
1271 oldwin->w_winrow += wp->w_height + STATUS_HEIGHT; in win_split_ins()
1601 if (win_split(curwin->w_height - (curwin->w_height - todo in make_windows()
1792 int height = curwin->w_height; in win_totop()
3315 if (wp->w_height > 0) // don't make it negative in frame_add_statusline()
3316 --wp->w_height; in frame_add_statusline()
3832 firstwin->w_height = ROWS_AVAIL; in win_init_size()
4834 if (curwin->w_height < p_wh && !curwin->w_p_wfh in win_enter_ext()
4840 else if (curwin->w_height == 0) in win_enter_ext()
5417 ((int *)gap->ga_data)[gap->ga_len++] = wp->w_height; in win_size_save()
6206 if (wp->w_height > 1) in set_fraction()
6211 + FRACTION_MULT / 2) / (long)wp->w_height; in set_fraction()
6223 int prev_height = wp->w_height; in win_new_height()
6229 if (wp->w_height == height) in win_new_height()
6232 if (wp->w_height > 0) in win_new_height()
6238 if (wp->w_height != prev_height) in win_new_height()
6245 wp->w_height = height; in win_new_height()
6259 int height = wp->w_height; in scroll_to_fraction()
6287 if (sline > wp->w_height - rows) in scroll_to_fraction()
6289 sline = wp->w_height - rows; in scroll_to_fraction()
6302 if (wp->w_wrow >= wp->w_height in scroll_to_fraction()
6307 while (wp->w_wrow >= wp->w_height) in scroll_to_fraction()
6403 wp->w_p_scr = ((unsigned)wp->w_height >> 1); in win_comp_scroll()
6530 win_new_height(wp, wp->w_height + 1); in last_status_rec()
6560 win_new_height(wp, wp->w_height - 1); in last_status_rec()