Lines Matching refs:fr_next

105 	if (frame->fr_next != NULL)  in log_frame_layout()
108 if (frame->fr_next != NULL) in log_frame_layout()
109 log_frame_layout(frame->fr_next); in log_frame_layout()
969 frp = frp->fr_next; in win_split_ins()
1069 frp = frp->fr_next; in win_split_ins()
1123 while (curfrp->fr_next != NULL) in win_split_ins()
1124 curfrp = curfrp->fr_next; in win_split_ins()
1149 frp->fr_next = NULL; in win_split_ins()
1644 frp = frp->fr_next; in win_exchange()
1646 else if (curwin->w_frame->fr_next != NULL) // Swap with next in win_exchange()
1647 frp = curwin->w_frame->fr_next; in win_exchange()
1743 for ( ; frp->fr_next != NULL; frp = frp->fr_next) in win_rotate()
1753 for (frp = curwin->w_frame; frp->fr_next != NULL; in win_rotate()
1754 frp = frp->fr_next) in win_rotate()
2001 totwincount -= (n + (fr->fr_next == NULL in win_equal_rec()
2039 if (fr->fr_next == NULL) in win_equal_rec()
2053 wincount = (n + (fr->fr_next == NULL ? extra_sep : 0)) in win_equal_rec()
2142 totwincount -= (n + (fr->fr_next == NULL in win_equal_rec()
2180 if (fr->fr_next == NULL) in win_equal_rec()
2194 wincount = (n + (fr->fr_next == NULL ? extra_sep : 0)) in win_equal_rec()
2899 frp3 = frp_close->fr_next; in winframe_remove()
2920 frp3 = frp3->fr_next; in winframe_remove()
2925 frp2 == frp_close->fr_next ? TRUE : FALSE, FALSE); in winframe_remove()
2936 frp3 = frp_close->fr_next; in winframe_remove()
2957 frp3 = frp3->fr_next; in winframe_remove()
2962 frp2 == frp_close->fr_next ? TRUE : FALSE, FALSE); in winframe_remove()
2968 if (frp2 == frp_close->fr_next) in winframe_remove()
2976 if (frp2->fr_next == NULL && frp2->fr_prev == NULL) in winframe_remove()
3001 frp->fr_prev->fr_next = frp->fr_child; in winframe_remove()
3002 for (frp3 = frp->fr_child; ; frp3 = frp3->fr_next) in winframe_remove()
3005 if (frp3->fr_next == NULL) in winframe_remove()
3007 frp3->fr_next = frp->fr_next; in winframe_remove()
3008 if (frp->fr_next != NULL) in winframe_remove()
3009 frp->fr_next->fr_prev = frp3; in winframe_remove()
3046 return frp->fr_next; in win_altframe()
3047 if (frp->fr_next == NULL) in win_altframe()
3052 target_fr = frp->fr_next; in win_altframe()
3060 other_fr = frp->fr_next; in win_altframe()
3068 other_fr = frp->fr_next; in win_altframe()
3184 frp = frp->fr_next; in frame_new_height()
3191 while (frp->fr_next != NULL) in frame_new_height()
3192 frp = frp->fr_next; in frame_new_height()
3220 frp = frp->fr_next; in frame_new_height()
3329 for (frp = frp->fr_child; frp->fr_next != NULL; frp = frp->fr_next) in frame_add_statusline()
3358 if (frp->fr_parent->fr_layout == FR_ROW && frp->fr_next != NULL) in frame_new_width()
3391 frp = frp->fr_next; in frame_new_width()
3398 while (frp->fr_next != NULL) in frame_new_width()
3399 frp = frp->fr_next; in frame_new_width()
3427 frp = frp->fr_next; in frame_new_width()
3479 while (frp->fr_next != NULL) in frame_add_vsep()
3480 frp = frp->fr_next; in frame_add_vsep()
4578 nfr = fr->fr_next; in win_vert_neighbor()
4598 while (fr->fr_next != NULL in win_vert_neighbor()
4601 fr = fr->fr_next; in win_vert_neighbor()
4604 while (fr->fr_next != NULL) in win_vert_neighbor()
4605 fr = fr->fr_next; in win_vert_neighbor()
4665 nfr = fr->fr_next; in win_horz_neighbor()
4685 while (fr->fr_next != NULL in win_horz_neighbor()
4688 fr = fr->fr_next; in win_horz_neighbor()
4691 while (fr->fr_next != NULL) in win_horz_neighbor()
4692 fr = fr->fr_next; in win_horz_neighbor()
5282 frp->fr_next = after->fr_next; in frame_append()
5283 after->fr_next = frp; in frame_append()
5284 if (frp->fr_next != NULL) in frame_append()
5285 frp->fr_next->fr_prev = frp; in frame_append()
5295 frp->fr_next = before; in frame_insert()
5299 frp->fr_prev->fr_next = frp; in frame_insert()
5311 frp->fr_prev->fr_next = frp->fr_next; in frame_remove()
5313 frp->fr_parent->fr_child = frp->fr_next; in frame_remove()
5314 if (frp->fr_next != NULL) in frame_remove()
5315 frp->fr_next->fr_prev = frp->fr_prev; in frame_remove()
5693 frp = curfrp->fr_next; // 1st run: start with next window in frame_setheight()
5729 frp = frp->fr_next; in frame_setheight()
5869 frp = curfrp->fr_next; // 1st run: start with next window in frame_setwidth()
5905 frp = frp->fr_next; in frame_setwidth()
5995 while (curfr != topframe && curfr->fr_next == NULL) in win_drag_status_line()
6017 for (fr = fr->fr_child; ; fr = fr->fr_next) in win_drag_status_line()
6024 fr = curfr->fr_next; // put fr at frame that grows in win_drag_status_line()
6033 if (curfr->fr_next == NULL) in win_drag_status_line()
6040 FOR_ALL_FRAMES(fr, curfr->fr_next) in win_drag_status_line()
6060 fr = curfr->fr_next; // next frame gets smaller in win_drag_status_line()
6081 fr = fr->fr_next; in win_drag_status_line()
6122 while (curfr->fr_next == NULL) in win_drag_vsep_line()
6141 for (fr = fr->fr_child; ; fr = fr->fr_next) in win_drag_vsep_line()
6147 fr = curfr->fr_next; // put fr at frame that grows in win_drag_vsep_line()
6154 FOR_ALL_FRAMES(fr, curfr->fr_next) in win_drag_vsep_line()
6173 fr = curfr->fr_next; // next frame gets smaller in win_drag_vsep_line()
6191 fr = fr->fr_next; in win_drag_vsep_line()
6574 for (fp = fr->fr_child; fp->fr_next != NULL; fp = fp->fr_next) in last_status_rec()
6738 if (fr->fr_next != NULL) in make_snapshot_rec()
6739 make_snapshot_rec(fr->fr_next, &((*frp)->fr_next)); in make_snapshot_rec()
6761 clear_snapshot_rec(fr->fr_next); in clear_snapshot_rec()
6801 || (sn->fr_next == NULL) != (fr->fr_next == NULL) in check_snapshot_rec()
6803 || (sn->fr_next != NULL in check_snapshot_rec()
6804 && check_snapshot_rec(sn->fr_next, fr->fr_next) == FAIL) in check_snapshot_rec()
6831 if (sn->fr_next != NULL) in restore_snapshot_rec()
6833 wp2 = restore_snapshot_rec(sn->fr_next, fr->fr_next); in restore_snapshot_rec()