Searched refs:frame_fixed_height (Results 1 – 2 of 2) sorted by relevance
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()3248 frame_fixed_height(frame_T *frp) in frame_fixed_height() function3259 if (frame_fixed_height(frp)) in frame_fixed_height()[all …]
32554 Solution: Use frame_fixed_height() and frame_fixed_width(). (Hongbo Liu,