Lines Matching refs:schar_T
798 if (ScreenLines[off_to] != (schar_T)c in screen_line()
2583 schar_T *new_ScreenLines; in screenalloc()
2586 schar_T *new_ScreenLines2 = NULL; in screenalloc()
2667 new_ScreenLines = LALLOC_MULT(schar_T, (Rows + 1) * Columns); in screenalloc()
2677 new_ScreenLines2 = LALLOC_MULT(schar_T, (Rows + 1) * Columns); in screenalloc()
2778 ' ', (size_t)Columns * sizeof(schar_T)); in screenalloc()
2790 0, (size_t)Columns * sizeof(schar_T)); in screenalloc()
2806 (size_t)len * sizeof(schar_T)); in screenalloc()
2822 (size_t)len * sizeof(schar_T)); in screenalloc()
3004 (void)vim_memset(ScreenLines + off, ' ', (size_t)width * sizeof(schar_T)); in lineclear()
3041 wp->w_width * sizeof(schar_T)); in linecopy()
3054 wp->w_width * sizeof(schar_T)); in linecopy()