Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c2896 if (frp2->fr_win != NULL && frp2->fr_win->w_p_wfh) in winframe_remove()
2906 frp2 = frp; in winframe_remove()
2916 frp2 = frp3; in winframe_remove()
2933 if (frp2->fr_win != NULL && frp2->fr_win->w_p_wfw) in winframe_remove()
2943 frp2 = frp; in winframe_remove()
2976 if (frp2->fr_next == NULL && frp2->fr_prev == NULL) in winframe_remove()
2980 frp2->fr_parent->fr_layout = frp2->fr_layout; in winframe_remove()
2981 frp2->fr_parent->fr_child = frp2->fr_child; in winframe_remove()
2984 frp2->fr_parent->fr_win = frp2->fr_win; in winframe_remove()
2986 frp2->fr_win->w_frame = frp2->fr_parent; in winframe_remove()
[all …]