Lines Matching refs:fr_height

97 	    frame->fr_height,  in log_frame_layout()
989 available = topframe->fr_height; in win_split_ins()
1005 available = topframe->fr_height; in win_split_ins()
1011 available = oldwin->w_frame->fr_height; in win_split_ins()
1192 win_new_height(wp, curfrp->fr_height - (p_ls > 0) in win_split_ins()
1203 frp->fr_height = curfrp->fr_height; in win_split_ins()
1258 int new_fr_height = curfrp->fr_height - new_size in win_split_ins()
1905 (int)Columns, topframe->fr_height); in win_equal()
1939 if (topfr->fr_height != height || topfr->fr_win->w_winrow != row in win_equal_rec()
1953 topfr->fr_height = height; in win_equal_rec()
2093 topfr->fr_height = height; in win_equal_rec()
2132 new_size = fr->fr_height; in win_equal_rec()
2184 new_size = fr->fr_height; in win_equal_rec()
2221 || (new_size != fr->fr_height) in win_equal_rec()
2924 frame_new_height(frp2, frp2->fr_height + frp_close->fr_height, in winframe_remove()
3164 if (frp->fr_height > height) in frame_new_height()
3167 height = frp->fr_height; in frame_new_height()
3199 extra_lines = height - topfrp->fr_height; in frame_new_height()
3206 if (frp->fr_height + extra_lines < h) in frame_new_height()
3208 extra_lines += frp->fr_height - h; in frame_new_height()
3213 frame_new_height(frp, frp->fr_height + extra_lines, in frame_new_height()
3237 frame_new_height(frp, frp->fr_height + extra_lines, topfirst, wfh); in frame_new_height()
3240 topfrp->fr_height = height; in frame_new_height()
3500 wp->w_frame->fr_height = VISIBLE_HEIGHT(wp) + wp->w_status_height; in frame_fix_height()
3805 topframe->fr_height = Rows - p_ch; in win_alloc_firstwin()
3833 topframe->fr_height = ROWS_AVAIL; in win_init_size()
4686 && frame2win(fr)->w_winrow + fr->fr_height in win_horz_neighbor()
5496 *row += h > topfrp->fr_height ? topfrp->fr_height : h; in frame_comp_pos()
5587 if (curfrp->fr_height == height) in frame_setheight()
5628 room_reserved += frp->fr_height; in frame_setheight()
5629 room += frp->fr_height; in frame_setheight()
5660 take = height - curfrp->fr_height; in frame_setheight()
5668 if (take < 0 && room - curfrp->fr_height < room_reserved) in frame_setheight()
5677 topframe->fr_height += room_cmdline; in frame_setheight()
5703 if (room_reserved >= frp->fr_height) in frame_setheight()
5704 room_reserved -= frp->fr_height; in frame_setheight()
5707 if (frp->fr_height - room_reserved > take) in frame_setheight()
5708 room_reserved = frp->fr_height - take; in frame_setheight()
5709 take -= frp->fr_height - room_reserved; in frame_setheight()
5716 if (frp->fr_height - take < h) in frame_setheight()
5718 take -= frp->fr_height - h; in frame_setheight()
5723 frame_new_height(frp, frp->fr_height - take, in frame_setheight()
5831 if (run == 2 || curfrp->fr_height >= ROWS_AVAIL) in frame_setwidth()
6012 room = fr->fr_height - frame_minheight(fr, NULL); in win_drag_status_line()
6019 room += fr->fr_height - frame_minheight(fr, NULL); in win_drag_status_line()
6041 room += fr->fr_height - frame_minheight(fr, NULL); in win_drag_status_line()
6055 frame_new_height(fr, fr->fr_height + offset, up, FALSE); in win_drag_status_line()
6068 if (fr->fr_height - offset <= n) in win_drag_status_line()
6070 offset -= fr->fr_height - n; in win_drag_status_line()
6075 frame_new_height(fr, fr->fr_height - offset, !up, FALSE); in win_drag_status_line()
6457 h = frp->fr_height - frame_minheight(frp, NULL); in command_height()
6495 frame_new_height(frp, frp->fr_height + n, FALSE, FALSE); in frame_add_height()
6501 frp->fr_height += n; in frame_add_height()
6538 while (fp->fr_height <= frame_minheight(fp, NULL)) in last_status_rec()
6555 frame_new_height(fp, fp->fr_height - 1, FALSE, FALSE); in last_status_rec()
6737 (*frp)->fr_height = fr->fr_height; in make_snapshot_rec()
6781 && curtab->tp_snapshot[idx]->fr_height == topframe->fr_height in restore_snapshot()
6823 fr->fr_height = sn->fr_height; in restore_snapshot_rec()
6827 frame_new_height(fr, fr->fr_height, FALSE, FALSE); in restore_snapshot_rec()
6907 if (topfrp->fr_height != height) in frame_check_height()
6912 if (frp->fr_height != height) in frame_check_height()