Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c5096 case PV_EP: in unset_global_local_option()
5224 case PV_EP: return (char_u *)&(curbuf->b_p_ep); in get_varp_scope()
5293 case PV_EP: return *curbuf->b_p_ep != NUL in get_varp()
H A Doptiondefs.h69 #define PV_EP OPT_BOTH(OPT_BUF(BV_EP)) macro
902 (char_u *)&p_ep, PV_EP,