Home
last modified time | relevance | path

Searched refs:bt_help (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dhelp.c126 if (!bt_help(curwin->w_buffer) || cmdmod.cmod_tab != 0) in ex_help()
132 if (bt_help(wp->w_buffer)) in ex_help()
214 if (bt_help(win->w_buffer)) in ex_helpclose()
H A Dsession.c157 if (bt_help(wp->w_buffer)) in ses_do_win()
446 && (bt_normal(wp->w_buffer) || bt_help(wp->w_buffer))) in put_view()
766 && !bt_help(wp->w_buffer) in makeopens()
H A Ddrawscreen.c458 if (bt_help(wp->w_buffer) in win_redr_status()
465 if (bt_help(wp->w_buffer)) in win_redr_status()
H A Dwindow.c2517 if (bt_help(win->w_buffer)) in win_close()
6648 && (!((bt_help(wp->w_buffer) && !bt_help(curbuf)) in only_one_window()
H A Dquickfix.c2829 if (bt_help(wp->w_buffer)) in qf_find_help_win()
3299 if (qf_ptr->qf_type == 1 && (!bt_help(curwin->w_buffer) in qf_jump_open_window()
8007 if (bt_help(curwin->w_buffer)) in hgr_get_ll()
8291 if (!bt_help(curwin->w_buffer) || curwin->w_llist == qi) in ex_helpgrep()
H A Dbuffer.c269 if (bt_help(curbuf)) in open_buffer()
5606 bt_help(buf_T *buf) in bt_help() function
H A Dtag.c3486 keep_help_flag = bt_help(curwin_save->w_buffer); in jumpto_tag()
/vim-8.2.3635/src/proto/
H A Dbuffer.pro60 int bt_help(buf_T *buf);