Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c969 frp = frp->fr_next; in win_split_ins()
1743 for ( ; frp->fr_next != NULL; frp = frp->fr_next) in win_rotate()
3007 frp3->fr_next = frp->fr_next; in winframe_remove()
3329 for (frp = frp->fr_child; frp->fr_next != NULL; frp = frp->fr_next) in frame_add_statusline()
5282 frp->fr_next = after->fr_next; in frame_append()
5311 frp->fr_prev->fr_next = frp->fr_next; in frame_remove()
6574 for (fp = fr->fr_child; fp->fr_next != NULL; fp = fp->fr_next) in last_status_rec()
6739 make_snapshot_rec(fr->fr_next, &((*frp)->fr_next)); in make_snapshot_rec()
6801 || (sn->fr_next == NULL) != (fr->fr_next == NULL) in check_snapshot_rec()
6804 && check_snapshot_rec(sn->fr_next, fr->fr_next) == FAIL) in check_snapshot_rec()
[all …]
H A Dmouse.c3001 for (fp = fp->fr_child; fp->fr_next != NULL; fp = fp->fr_next) in mouse_find_win()
3010 for (fp = fp->fr_child; fp->fr_next != NULL; fp = fp->fr_next) in mouse_find_win()
H A Dsession.c212 while ((frc = ses_skipframe(frc->fr_next)) != NULL) in ses_win_rec()
235 frc = ses_skipframe(frc->fr_next); in ses_win_rec()
H A Ddrawscreen.c3254 while (frp->fr_next != NULL) in win_redraw_last_status()
3255 frp = frp->fr_next; in win_redraw_last_status()
H A Devalwindow.c306 child = child->fr_next; in get_framelayout()
H A Dscreen.c1148 if (fr->fr_next != NULL) in stl_connected()
1153 if (fr->fr_next != NULL) in stl_connected()
H A Dglobals.h714 for (frp = first_frame; frp != NULL; frp = frp->fr_next)
H A Dstructs.h3280 frame_T *fr_next; // frame right or below in same parent, NULL member