Home
last modified time | relevance | path

Searched refs:PV_TC (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Doption.c5115 case PV_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()
H A Doptiondefs.h147 #define PV_TC OPT_BOTH(OPT_BUF(BV_TC)) macro
2516 (char_u *)&p_tc, PV_TC,