Searched refs:b_p_bt (Results 1 – 4 of 4) sorted by relevance
2056 clear_string_option(&buf->b_p_bt); in buflist_new()2253 clear_string_option(&buf->b_p_bt); in free_buf_options()5617 return buf != NULL && buf->b_p_bt[0] == 'p' && buf->b_p_bt[1] == 'r'; in bt_prompt()5627 && buf->b_p_bt[0] == 'p' && buf->b_p_bt[1] == 'o'; in bt_popup()5637 return buf != NULL && ((buf->b_p_bt[0] == 'n' && buf->b_p_bt[2] == 'f') in bt_nofilename()5638 || buf->b_p_bt[0] == 'a' in bt_nofilename()5639 || buf->b_p_bt[0] == 't' in bt_nofilename()5640 || buf->b_p_bt[0] == 'p'); in bt_nofilename()5649 return buf != NULL && buf->b_p_bt[0] == 'n' && buf->b_p_bt[2] == 'f'; in bt_nofile()5660 || buf->b_p_bt[0] == 't' in bt_dontwrite()[all …]
208 check_string_option(&buf->b_p_bt); in check_buf_options()1798 if (check_opt_strings(curbuf->b_p_bt, p_buftype_values, FALSE) != OK) in did_set_string_option()1807 curbuf->b_help = (curbuf->b_p_bt[0] == 'h'); in did_set_string_option()
5431 case PV_BT: return (char_u *)&(curbuf->b_p_bt); in get_varp()5904 buf->b_p_bt = empty_option; in buf_copy_options()6150 if (buf->b_p_bt[0] == 'h') in buf_copy_options()6151 clear_string_option(&buf->b_p_bt); in buf_copy_options()
2852 char_u *b_p_bt; // 'buftype' member