Home
last modified time | relevance | path

Searched refs:SWB_USETAB (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Doption.h947 #define SWB_USETAB 0x002 macro
H A Dtag.c3446 if (postponed_split && (swb_flags & (SWB_USEOPEN | SWB_USETAB))) in jumpto_tag()
3459 if (wp == NULL && (swb_flags & SWB_USETAB)) in jumpto_tag()
H A Dbuffer.c1522 if ((swb_flags & SWB_USETAB) && buf_jump_open_tab(buf)) in do_buffer_ext()
2425 if (wp == NULL && (swb_flags & SWB_USETAB)) in buflist_getfile()
H A Dnetbeans.c2259 if ((swb_flags & SWB_USETAB) && buf_jump_open_tab(buf) != NULL) in nb_set_curbuf()
H A Dquickfix.c3096 if (!usable_win && (swb_flags & SWB_USETAB)) in qf_jump_to_usable_window()