Home
last modified time | relevance | path

Searched refs:buf_jump_open_win (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dwindow.pro47 win_T *buf_jump_open_win(buf_T *buf);
/vim-8.2.3635/src/
H A Dbuffer.c1518 if ((swb_flags & SWB_USEOPEN) && buf_jump_open_win(buf)) in do_buffer_ext()
2421 wp = buf_jump_open_win(buf); in buflist_getfile()
H A Dsign.c1260 if (buf_jump_open_win(buf) != NULL) in sign_jump()
H A Dwindow.c4903 buf_jump_open_win(buf_T *buf) in buf_jump_open_win() function
4926 win_T *wp = buf_jump_open_win(buf); in buf_jump_open_tab()
H A Dnetbeans.c2257 if (buf_jump_open_win(buf) != NULL) in nb_set_curbuf()
H A Dtag.c3455 wp = buf_jump_open_win(existing_buf); in jumpto_tag()
H A Dterminal.c5337 win_T *wp = buf_jump_open_win(opt.jo_bufnr_buf); in term_load_dump()