Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dwindow.c29 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()
2905 if (!frame_fixed_height(frp)) in winframe_remove()
3081 if (frame_fixed_height(target_fr) && !frame_fixed_height(other_fr)) in win_altframe()
3183 while (frame_fixed_height(frp)) in frame_new_height()
3196 while (frame_fixed_height(frp)) in frame_new_height()
3222 while (wfh && frp != NULL && frame_fixed_height(frp)); in frame_new_height()
3249 frame_fixed_height(frame_T *frp) in frame_fixed_height() function
3260 if (frame_fixed_height(frp)) in frame_fixed_height()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dwindow.c2133 if (!frame_fixed_height(fr)) { in win_equal_rec()
2186 } else if (frame_fixed_height(fr)) { in win_equal_rec()
2873 if (!frame_fixed_height(frp)) { in winframe_remove()
3024 if (frame_fixed_height(target_fr) && !frame_fixed_height(other_fr)) { in win_altframe()
3116 while (frame_fixed_height(frp)) { in frame_new_height()
3130 while (frame_fixed_height(frp)) { in frame_new_height()
3153 while (wfh && frp != NULL && frame_fixed_height(frp)); in frame_new_height()
3158 while (wfh && frp != NULL && frame_fixed_height(frp)); in frame_new_height()
3179 static bool frame_fixed_height(frame_T *frp) in frame_fixed_height() function
3190 if (frame_fixed_height(frp)) { in frame_fixed_height()
[all …]