Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalwindow.c331 twin = (tp == curtab) ? lastwin : tp->tp_lastwin; in get_winnr()
1252 curtab->tp_lastwin = lastwin; in switch_win_noblock()
1255 lastwin = curtab->tp_lastwin; in switch_win_noblock()
1296 curtab->tp_lastwin = lastwin; in restore_win_noblock()
1299 lastwin = curtab->tp_lastwin; in restore_win_noblock()
H A Dwindow.c385 win_goto(lastwin); in do_window()
866 oldwin = lastwin; in win_split_ins()
1848 if (win1 == lastwin) in win_move_after()
1863 else if (win2 == lastwin) in win_move_after()
4190 tp->tp_lastwin = lastwin; in leave_tabpage()
4194 lastwin = NULL; in leave_tabpage()
4218 lastwin = tp->tp_lastwin; in enter_tabpage()
5248 lastwin = wp; in win_append()
5638 + VISIBLE_HEIGHT(lastwin) in frame_setheight()
6432 frp = lastwin->w_frame; in command_height()
[all …]
H A Dbuffer.c5275 win_enter(lastwin, FALSE); in ex_buffer_all()
5287 wp = lastwin; // buffer has a window, skip it in ex_buffer_all()
5375 for (wp = lastwin; open_wins > count; ) in ex_buffer_all()
5382 wp = lastwin; in ex_buffer_all()
5388 wp = lastwin; in ex_buffer_all()
H A Dglobals.h708 EXTERN win_T *lastwin; // last window variable
710 #define ONE_WINDOW (firstwin == lastwin)
H A Dex_getln.c3814 cmdline_row = W_WINROW(lastwin) + lastwin->w_height in compute_cmdrow()
3815 + lastwin->w_status_height; in compute_cmdrow()
H A Dscreen.c1106 if (lastwin->w_status_height == 0) in win_redr_status_matches()
4309 if (redrawing() && lastwin->w_status_height == 0) in showmode()
4310 win_redr_ruler(lastwin, TRUE, FALSE); in showmode()
H A Dgui.c3779 curtab->tp_lastwin = lastwin; in get_tabline_label()
3785 lastwin = curtab->tp_lastwin; in get_tabline_label()
3798 lastwin = curtab->tp_lastwin; in get_tabline_label()
H A Ddrawscreen.c658 if (wp == lastwin && lastwin->w_status_height == 0) in win_redr_ruler()
H A Darglist.c1078 win_enter(lastwin, FALSE); in do_arg_all()
H A Dquickfix.c2997 win = lastwin; // wrap around the top in qf_goto_win_with_ll_file()
3030 win = lastwin; // wrap around the top in qf_goto_win_with_qfl_file()
4179 win_goto(lastwin); in qf_open_new_cwindow()
H A Dex_docmd.c5776 win = lastwin; in ex_close()
6150 win = lastwin; in ex_hide()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt2111 For the tiny version or when FEAT_WINDOWS is not defined: Firstwin and lastwin
H A Dversion8.txt15089 Problem: More comparisons between firstwin and lastwin.