Searched refs:lastwin (Results 1 – 13 of 13) sorted by relevance
331 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()
385 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 …]
5275 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()
708 EXTERN win_T *lastwin; // last window variable710 #define ONE_WINDOW (firstwin == lastwin)
3814 cmdline_row = W_WINROW(lastwin) + lastwin->w_height in compute_cmdrow()3815 + lastwin->w_status_height; in compute_cmdrow()
1106 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()
3779 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()
658 if (wp == lastwin && lastwin->w_status_height == 0) in win_redr_ruler()
1078 win_enter(lastwin, FALSE); in do_arg_all()
2997 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()
5776 win = lastwin; in ex_close()6150 win = lastwin; in ex_hide()
2111 For the tiny version or when FEAT_WINDOWS is not defined: Firstwin and lastwin
15089 Problem: More comparisons between firstwin and lastwin.