Home
last modified time | relevance | path

Searched refs:b_help (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Dtag.c1681 help_save = curbuf->b_help; in find_tags()
1716 curbuf->b_help = TRUE; // will be restored later in find_tags()
1722 curbuf->b_help = FALSE; in find_tags()
1728 if (curbuf->b_help) in find_tags()
1824 if (curbuf->b_help) in find_tags()
2816 curbuf->b_help = help_save; in find_tags()
2881 if (curbuf->b_help) in get_tagfname()
3489 keep_help_flag = curbuf->b_help; in jumpto_tag()
3657 if (curbuf->b_help) in jumpto_tag()
3744 if ((p_tr || curbuf->b_help) in expand_tag_fname()
H A Dhelp.c61 if (eap->forceit && *arg == NUL && !curbuf->b_help) in ex_help()
642 curbuf->b_help = TRUE; in prepare_help_buffer()
H A Dbuffer.c1474 if (buf->b_help == curbuf->b_help && buf->b_p_bl) in do_buffer_ext()
1795 if (!buf->b_help) in enter_buffer()
1881 if (!curbuf->b_help && curwin->w_p_spell && *curwin->w_s->b_p_spl != NUL) in enter_buffer()
4703 if (wp->w_buffer->b_help) in build_stl_str_hl()
5608 return buf != NULL && buf->b_help; in bt_help()
H A Dmouse.c873 else if ((mod_mask & MOD_MASK_CTRL) || (curbuf->b_help in do_mouse()
1450 case MOUSE_HELP: if (c != MOUSE_RETURN && curbuf->b_help) in mouse_has()
H A Dfileio.c315 if ((shortmess(SHM_OVER) || curbuf->b_help) && p_verbose == 0) in readfile()
580 if ((check_readonly && file_readonly) || curbuf->b_help) in readfile()
805 else if (curbuf->b_help) in readfile()
H A Dsession.c913 && !(buf->b_help && !(ssop_flags & SSOP_HELP)) in makeopens()
H A Doption.c3385 if (pp == &p_hh && curbuf->b_help && curwin->w_height < p_hh) in set_num_option()
5873 dont_do_help = ((flags & BCO_NOHELP) && buf->b_help) in buf_copy_options()
6149 buf->b_help = FALSE; in buf_copy_options()
H A Doptionstr.c1807 curbuf->b_help = (curbuf->b_p_bt[0] == 'h'); in did_set_string_option()
H A Dmemline.c370 if (!buf->b_help && !B_SPELL(buf)) in ml_open()
4921 && !buf->b_help in findswapname()
H A Dstructs.h3079 int b_help; // TRUE for help file buffer (when set b_p_bt member
H A Dnormal.c3743 if (curbuf->b_help) in nv_ident()
3793 if (curbuf->b_help) in nv_ident()
H A Dfilepath.c2598 if (buf != NULL && buf->b_help) in home_replace()
H A Dex_cmds.c2892 if (!curbuf->b_help) in do_ecmd()