Searched refs:screenline2 (Results 1 – 1 of 1) sorted by relevance
2903 schar_T *screenline2 = NULL; // copy from ScreenLines2[] in redraw_asap() local2929 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()