Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c1934 int do_ME_fg = FALSE, do_ME_bg = FALSE; in screen_stop_highlight() local
1970 ? !(do_ME_fg = TRUE) : (do_ME_fg = FALSE) in screen_stop_highlight()
1988 if (do_ME_fg && do_ME_bg) in screen_stop_highlight()
1993 if (!do_ME && do_ME_fg) in screen_stop_highlight()
2002 do_ME = do_ME_fg | do_ME_bg; in screen_stop_highlight()