Searched refs:wmh1 (Results 1 – 1 of 1) sorted by relevance
860 int wmh1; in win_split_ins() local982 wmh1 = (p_wmh == 0 ? 1 : p_wmh) + WINBAR_HEIGHT(curwin); in win_split_ins()983 needed = wmh1 + STATUS_HEIGHT; in win_split_ins()985 needed += p_wh - wmh1; in win_split_ins()1029 if (new_size < wmh1) in win_split_ins()1030 new_size = wmh1; in win_split_ins()