Home
last modified time | relevance | path

Searched refs:b_p_tc (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Doptionstr.c290 check_string_option(&buf->b_p_tc); in check_buf_options()
1992 p = curbuf->b_p_tc; in did_set_string_option()
H A Doption.c5116 clear_string_option(&buf->b_p_tc); in unset_global_local_option()
5229 case PV_TC: return (char_u *)&(curbuf->b_p_tc); in get_varp_scope()
5303 case PV_TC: return *curbuf->b_p_tc != NUL in get_varp()
5304 ? (char_u *)&(curbuf->b_p_tc) : p->var; in get_varp()
6085 buf->b_p_tc = empty_option; in buf_copy_options()
H A Dstructs.h2976 char_u *b_p_tc; // 'tagcase' local value member
H A Dbuffer.c2344 clear_string_option(&buf->b_p_tc); in free_buf_options()