Lines Matching refs:b_s
881 syntax_clear(&buf->b_s); // reset syntax info in buf_freeall()
985 ga_clear(&buf->b_s.b_langp); in free_buffer_stuff()
1810 curwin->w_s = &(curbuf->b_s); in enter_buffer()
2189 hash_init(&buf->b_s.b_keywtab); in buflist_new()
2190 hash_init(&buf->b_s.b_keywtab_ic); in buflist_new()
2309 clear_string_option(&buf->b_s.b_syn_isk); in free_buf_options()
2312 clear_string_option(&buf->b_s.b_p_spc); in free_buf_options()
2313 clear_string_option(&buf->b_s.b_p_spf); in free_buf_options()
2314 vim_regfree(buf->b_s.b_cap_prog); in free_buf_options()
2315 buf->b_s.b_cap_prog = NULL; in free_buf_options()
2316 clear_string_option(&buf->b_s.b_p_spl); in free_buf_options()
2317 clear_string_option(&buf->b_s.b_p_spo); in free_buf_options()