Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c1935 if (topfr->fr_layout == FR_LEAF) in win_equal_rec()
1939 if (topfr->fr_height != height || topfr->fr_win->w_winrow != row in win_equal_rec()
1940 || topfr->fr_width != width || topfr->fr_win->w_wincol != col in win_equal_rec()
1943 topfr->fr_win->w_winrow = row; in win_equal_rec()
1945 topfr->fr_win->w_wincol = col; in win_equal_rec()
1952 topfr->fr_width = width; in win_equal_rec()
1953 topfr->fr_height = height; in win_equal_rec()
2036 FOR_ALL_FRAMES(fr, topfr->fr_child) in win_equal_rec()
2092 topfr->fr_width = width; in win_equal_rec()
2093 topfr->fr_height = height; in win_equal_rec()
[all …]