Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c5136 case PV_TSR: in unset_global_local_option()
5237 case PV_TSR: return (char_u *)&(curbuf->b_p_tsr); in get_varp_scope()
5319 case PV_TSR: return *curbuf->b_p_tsr != NUL in get_varp()
H A Doptiondefs.h58 #define PV_TSR OPT_BOTH(OPT_BUF(BV_TSR)) macro
2633 (char_u *)&p_tsr, PV_TSR,