Searched refs:target_fr (Results 1 – 1 of 1) sorted by relevance
3038 frame_T *other_fr, *target_fr; in win_altframe() local3052 target_fr = frp->fr_next; in win_altframe()3059 target_fr = frp->fr_prev; in win_altframe()3067 target_fr = frp->fr_prev; 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()3084 return target_fr; in win_altframe()