Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dwindow.pro39 void tabpage_move(int nr);
/vim-8.2.3635/src/
H A Dmouse.c460 tabpage_move(c1 <= 0 ? 9999 : c1 < tabpage_index(curtab) in do_mouse()
482 tabpage_move(c1 == 0 ? 9999 : c1 - 1); in do_mouse()
518 tabpage_move(c1 <= 0 ? 9999 : c1 - 1); in do_mouse()
H A Dgui_gtk_x11.c3203 tabpage_move(idx + 1); in on_tab_reordered()
3205 tabpage_move(idx); in on_tab_reordered()
H A Dgui_w32.c8157 tabpage_move(idx1 + 1); in tabline_wndproc()
8162 tabpage_move(idx1); in tabline_wndproc()
H A Dwindow.c4414 tabpage_move(int nr) in tabpage_move() function
H A Dex_docmd.c6680 tabpage_move(tab_number); in ex_tabmove()