Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c35 static void frame_fix_width(win_T *wp);
1233 frame_fix_width(oldwin); in win_split_ins()
1234 frame_fix_width(wp); in win_split_ins()
1693 frame_fix_width(curwin); in win_exchange()
1694 frame_fix_width(wp); in win_exchange()
1775 frame_fix_width(wp1); in win_rotate()
1776 frame_fix_width(wp2); in win_rotate()
3489 frame_fix_width(win_T *wp) in frame_fix_width() function