Home
last modified time | relevance | path

Searched refs:b_p_bh (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dbuffer.c516 if (buf->b_p_bh[0] == 'd') // 'bufhidden' == "delete" in close_buffer()
521 else if (buf->b_p_bh[0] == 'w') // 'bufhidden' == "wipe" in close_buffer()
527 else if (buf->b_p_bh[0] == 'u') // 'bufhidden' == "unload" in close_buffer()
551 else if (buf->b_p_bh[0] == 'h' && !del_buf) in close_buffer()
2055 clear_string_option(&buf->b_p_bh); in buflist_new()
2252 clear_string_option(&buf->b_p_bh); in free_buf_options()
5685 switch (buf->b_p_bh[0]) in buf_hide()
H A Doptionstr.c207 check_string_option(&buf->b_p_bh); in check_buf_options()
1791 if (check_opt_strings(curbuf->b_p_bh, p_bufhidden_values, FALSE) != OK) in did_set_string_option()
H A Dpopupmenu.c840 && curbuf->b_p_bh[0] == 'w') in pum_set_selected()
H A Dquickfix.c6247 || buf->b_p_bh[0] == 'u' // "unload" in vgr_process_files()
6248 || buf->b_p_bh[0] == 'w' // "wipe" in vgr_process_files()
6249 || buf->b_p_bh[0] == 'd') // "delete" in vgr_process_files()
H A Dstructs.h2851 char_u *b_p_bh; // 'bufhidden' member
H A Doption.c5430 case PV_BH: return (char_u *)&(curbuf->b_p_bh); in get_varp()
5903 buf->b_p_bh = empty_option; in buf_copy_options()