Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c53 static void frame_add_height(frame_T *frp, int n);
6461 frame_add_height(frp, -h); in command_height()
6481 frame_add_height(frp, (int)(old_p_ch - p_ch)); in command_height()
6493 frame_add_height(frame_T *frp, int n) in frame_add_height() function