Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c873 if (VISIBLE_HEIGHT(oldwin) <= p_wmh && new_wp == NULL) in win_split_ins()
1200 win_new_height(wp, VISIBLE_HEIGHT(oldwin)); in win_split_ins()
1275 wp->w_winrow = oldwin->w_winrow + VISIBLE_HEIGHT(oldwin) in win_split_ins()
1570 maxcount = (VISIBLE_HEIGHT(curwin) + curwin->w_status_height in make_windows()
3500 wp->w_frame->fr_height = VISIBLE_HEIGHT(wp) + wp->w_status_height; in frame_fix_height()
5495 h = VISIBLE_HEIGHT(wp) + wp->w_status_height; in frame_comp_pos()
5638 + VISIBLE_HEIGHT(lastwin) in frame_setheight()
H A Dvim.h1527 # define VISIBLE_HEIGHT(wp) ((wp)->w_height + (wp)->w_winbar_height) macro
1530 # define VISIBLE_HEIGHT(wp) (wp)->w_height macro