Searched refs:screenlineC (Results 1 – 1 of 1) sorted by relevance
2902 u8char_T *screenlineC[MAX_MCO]; // copy from ScreenLinesC[][] in redraw_asap() local2922 screenlineC[i] = LALLOC_MULT(u8char_T, rows * cols); in redraw_asap()2923 if (screenlineC[i] == NULL) in redraw_asap()2951 mch_memmove(screenlineC[i] + r * cols, in redraw_asap()2984 screenlineC[i] + r * cols, in redraw_asap()3003 vim_free(screenlineC[i]); in redraw_asap()