Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c2535 case PV_STL: return &curwin->w_p_stl_flags; in insecure_flag()
5174 case PV_STL: in unset_global_local_option()
5251 case PV_STL: return (char_u *)&(curwin->w_p_stl); in get_varp_scope()
5348 case PV_STL: return *curwin->w_p_stl != NUL in get_varp()
H A Doptiondefs.h222 # define PV_STL OPT_BOTH(OPT_WIN(WV_STL)) macro
2449 (char_u *)&p_stl, PV_STL,