Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c1236 win_T *ewp; in win_redr_custom() local
1315 ewp = wp == NULL ? curwin : wp; in win_redr_custom()
1316 p_crb_save = ewp->w_p_crb; in win_redr_custom()
1317 ewp->w_p_crb = FALSE; in win_redr_custom()
1322 width = build_stl_str_hl(ewp, buf, sizeof(buf), in win_redr_custom()
1326 ewp->w_p_crb = p_crb_save; in win_redr_custom()