Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbuffer.c1518 if ((swb_flags & SWB_USEOPEN) && buf_jump_open_win(buf)) in do_buffer_ext()
1522 if ((swb_flags & SWB_USETAB) && buf_jump_open_tab(buf)) in do_buffer_ext()
2420 if (swb_flags & SWB_USEOPEN) in buflist_getfile()
2425 if (wp == NULL && (swb_flags & SWB_USETAB)) in buflist_getfile()
2430 if (wp == NULL && (swb_flags & (SWB_VSPLIT | SWB_SPLIT | SWB_NEWTAB)) in buflist_getfile()
2433 if (swb_flags & SWB_NEWTAB) in buflist_getfile()
2435 else if (win_split(0, (swb_flags & SWB_VSPLIT) ? WSP_VERT : 0) in buflist_getfile()
H A Dtag.c3446 if (postponed_split && (swb_flags & (SWB_USEOPEN | SWB_USETAB))) in jumpto_tag()
3454 if (swb_flags & SWB_USEOPEN) in jumpto_tag()
3459 if (wp == NULL && (swb_flags & SWB_USETAB)) in jumpto_tag()
H A Doption.h944 EXTERN unsigned swb_flags; variable
H A Dquickfix.c2962 swb_flags = 0; in qf_open_new_file_win()
3039 if ((swb_flags & SWB_USELAST) && win_valid(prevwin)) in qf_goto_win_with_qfl_file()
3096 if (!usable_win && (swb_flags & SWB_USETAB)) in qf_jump_to_usable_window()
3430 unsigned old_swb_flags = swb_flags; in qf_jump_newwin()
3511 swb_flags = old_swb_flags; in qf_jump_newwin()
H A Doptionstr.c1715 if (opt_strings_flags(p_swb, p_swb_values, &swb_flags, TRUE) != OK) in did_set_string_option()
H A Dnetbeans.c2259 if ((swb_flags & SWB_USETAB) && buf_jump_open_tab(buf) != NULL) in nb_set_curbuf()