Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dwindow.pro48 win_T *buf_jump_open_tab(buf_T *buf);
/vim-8.2.3635/src/
H A Dbuffer.c1522 if ((swb_flags & SWB_USETAB) && buf_jump_open_tab(buf)) in do_buffer_ext()
2426 wp = buf_jump_open_tab(buf); in buflist_getfile()
H A Dnetbeans.c2259 if ((swb_flags & SWB_USETAB) && buf_jump_open_tab(buf) != NULL) in nb_set_curbuf()
H A Dtag.c3460 wp = buf_jump_open_tab(existing_buf); in jumpto_tag()
H A Dwindow.c4924 buf_jump_open_tab(buf_T *buf) in buf_jump_open_tab() function