Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doptiondefs.h148 #define PV_TS OPT_BUF(BV_TS) macro
2505 (char_u *)&p_ts, PV_TS,
H A Doption.c5517 case PV_TS: return (char_u *)&(curbuf->b_p_ts); in get_varp()