Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c302 wp = curwin->w_prev; in do_window()
1665 wp2 = curwin->w_prev; in win_exchange()
1667 if (wp->w_prev != curwin) in win_exchange()
1671 win_append(wp->w_prev, curwin); in win_exchange()
1857 win1->w_prev->w_vsep_width = 0; in win_move_after()
5242 wp->w_prev = after; in win_append()
5250 before->w_prev = wp; in win_append()
5261 if (wp->w_prev != NULL) in win_remove()
5262 wp->w_prev->w_next = wp->w_next; in win_remove()
5269 wp->w_next->w_prev = wp->w_prev; in win_remove()
[all …]
H A Dquickfix.c2996 if (win->w_prev == NULL) in qf_goto_win_with_ll_file()
2999 win = win->w_prev; // go to previous window in qf_goto_win_with_ll_file()
3029 if (win->w_prev == NULL) in qf_goto_win_with_qfl_file()
3032 win = win->w_prev; // go to previous window in qf_goto_win_with_qfl_file()
3043 else if (curwin->w_prev != NULL) in qf_goto_win_with_qfl_file()
3044 win = curwin->w_prev; in qf_goto_win_with_qfl_file()
H A Dstructs.h3413 win_T *w_prev; // link to previous window member
H A Dif_lua.c1697 luaV_pushwindow(L, win->w_prev); in luaV_window_previous()
H A Dbuffer.c5392 wp = wp->w_prev; in ex_buffer_all()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt2112 are equal to curwin and don't use w_next and w_prev.