Searched refs:buf_jump_open_tab (Results 1 – 5 of 5) sorted by relevance
48 win_T *buf_jump_open_tab(buf_T *buf);
1522 if ((swb_flags & SWB_USETAB) && buf_jump_open_tab(buf)) in do_buffer_ext()2426 wp = buf_jump_open_tab(buf); in buflist_getfile()
2259 if ((swb_flags & SWB_USETAB) && buf_jump_open_tab(buf) != NULL) in nb_set_curbuf()
3460 wp = buf_jump_open_tab(existing_buf); in jumpto_tag()
4924 buf_jump_open_tab(buf_T *buf) in buf_jump_open_tab() function