Searched refs:ONE_WINDOW (Results 1 – 13 of 13) sorted by relevance
284 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 …]
377 if (!ONE_WINDOW) in free_all_mem()
2419 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()
1042 if (ONE_WINDOW in do_arg_all()
4611 || wp != curwin || ONE_WINDOW) in fillchar_status()4673 int last_has_status = (p_ls == 2 || (p_ls == 1 && !ONE_WINDOW)); in comp_col()
710 #define ONE_WINDOW (firstwin == lastwin) macro
1392 && (!ONE_WINDOW || first_tabpage->tp_next != NULL)) in do_buffer_ext()5249 || (had_tab > 0 && wp != firstwin)) && !ONE_WINDOW in ex_buffer_all()
5696 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()
1899 if (ONE_WINDOW && !WIN_IS_POPUP(wp)) in win_update()
3381 if (!ONE_WINDOW) in set_num_option()3419 if (!ONE_WINDOW && curwin->w_width < p_wiw) in set_num_option()
3453 else if (!ONE_WINDOW) in ex_z()
3101 if ((ONE_WINDOW && bt_quickfix(curbuf)) || !usable_win || newwin) in qf_jump_to_usable_window()
15068 Solution: Define ONE_WINDOW and add #ifdef.15090 Solution: Use ONE_WINDOW for consistency. (Hirohito Higashi)