Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c284 if (ONE_WINDOW && Prenum != 1) // just one window in do_window()
871 if (ONE_WINDOW && p_ls == 1 && oldwin->w_status_height == 0) in win_split_ins()
1627 if (ONE_WINDOW) // just one window in win_exchange()
1714 if (ONE_WINDOW) // nothing to do in win_rotate()
1794 if (ONE_WINDOW) in win_totop()
2291 for (wp = firstwin; wp != NULL && !ONE_WINDOW; ) in close_windows()
2379 if (ONE_WINDOW) in close_last_window_tabpage()
2879 if (tp == NULL ? ONE_WINDOW : tp->tp_firstwin == tp->tp_lastwin) in winframe_remove()
3040 if (tp == NULL ? ONE_WINDOW : tp->tp_firstwin == tp->tp_lastwin) in win_altframe()
3666 if (message && !ONE_WINDOW) in close_others()
[all …]
H A Dalloc.c377 if (!ONE_WINDOW) in free_all_mem()
H A Dmove.c2419 if (ONE_WINDOW && p_window > 0 && p_window < Rows - 1) in onepage()
2469 if (ONE_WINDOW && p_window > 0 && p_window < Rows - 1) in onepage()
H A Darglist.c1042 if (ONE_WINDOW in do_arg_all()
H A Dscreen.c4611 || wp != curwin || ONE_WINDOW) in fillchar_status()
4673 int last_has_status = (p_ls == 2 || (p_ls == 1 && !ONE_WINDOW)); in comp_col()
H A Dglobals.h710 #define ONE_WINDOW (firstwin == lastwin) macro
H A Dbuffer.c1392 && (!ONE_WINDOW || first_tabpage->tp_next != NULL)) in do_buffer_ext()
5249 || (had_tab > 0 && wp != firstwin)) && !ONE_WINDOW in ex_buffer_all()
H A Dex_docmd.c5696 if (only_one_window() && (ONE_WINDOW || eap->addr_count == 0)) in ex_quit()
6059 if (!ONE_WINDOW) in tabpage_close()
6061 if (ONE_WINDOW) in tabpage_close()
H A Ddrawscreen.c1899 if (ONE_WINDOW && !WIN_IS_POPUP(wp)) in win_update()
H A Doption.c3381 if (!ONE_WINDOW) in set_num_option()
3419 if (!ONE_WINDOW && curwin->w_width < p_wiw) in set_num_option()
H A Dex_cmds.c3453 else if (!ONE_WINDOW) in ex_z()
H A Dquickfix.c3101 if ((ONE_WINDOW && bt_quickfix(curbuf)) || !usable_win || newwin) in qf_jump_to_usable_window()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt15068 Solution: Define ONE_WINDOW and add #ifdef.
15090 Solution: Use ONE_WINDOW for consistency. (Hirohito Higashi)