Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c28 static void frame_new_height(frame_T *topfrp, int height, int topfirst, int wfh);
3141 int topfirst, // resize topmost contained frame first in frame_new_height() argument
3163 frame_new_height(frp, height, topfirst, wfh); in frame_new_height()
3188 if (!topfirst) in frame_new_height()
3209 frame_new_height(frp, h, topfirst, wfh); in frame_new_height()
3214 topfirst, wfh); in frame_new_height()
3217 if (topfirst) in frame_new_height()
3237 frame_new_height(frp, frp->fr_height + extra_lines, topfirst, wfh); in frame_new_height()