Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doptiondefs.h55 #define PV_COM OPT_BUF(BV_COM) macro
648 (char_u *)&p_com, PV_COM,
H A Doption.c5442 case PV_COM: return (char_u *)&(curbuf->b_p_com); in get_varp()