Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c3038 frame_T *other_fr, *target_fr; in win_altframe() local
3053 other_fr = frp->fr_prev; in win_altframe()
3060 other_fr = frp->fr_next; in win_altframe()
3068 other_fr = frp->fr_next; in win_altframe()
3075 if (frame_fixed_width(target_fr) && !frame_fixed_width(other_fr)) in win_altframe()
3076 target_fr = other_fr; in win_altframe()
3080 if (frame_fixed_height(target_fr) && !frame_fixed_height(other_fr)) in win_altframe()
3081 target_fr = other_fr; in win_altframe()