Lines Matching refs:frame_fixed_height
29 static int frame_fixed_height(frame_T *frp);
2129 if (frame_fixed_height(fr)) in win_equal_rec()
2185 else if (frame_fixed_height(fr)) in win_equal_rec()
2904 if (!frame_fixed_height(frp)) in winframe_remove()
3080 if (frame_fixed_height(target_fr) && !frame_fixed_height(other_fr)) in win_altframe()
3182 while (frame_fixed_height(frp)) in frame_new_height()
3195 while (frame_fixed_height(frp)) in frame_new_height()
3221 while (wfh && frp != NULL && frame_fixed_height(frp)); in frame_new_height()
3227 while (wfh && frp != NULL && frame_fixed_height(frp)); in frame_new_height()
3248 frame_fixed_height(frame_T *frp) in frame_fixed_height() function
3259 if (frame_fixed_height(frp)) in frame_fixed_height()
3267 if (!frame_fixed_height(frp)) in frame_fixed_height()