Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c2903 schar_T *screenline2 = NULL; // copy from ScreenLines2[] in redraw_asap() local
2929 screenline2 = LALLOC_MULT(schar_T, rows * cols); in redraw_asap()
2930 if (screenline2 == NULL) in redraw_asap()
2956 mch_memmove(screenline2 + r * cols, in redraw_asap()
2989 screenline2 + r * cols, in redraw_asap()
3006 vim_free(screenline2); in redraw_asap()