Lines Matching refs:u8char_T
1464 if (ScreenLinesC[i][off] != (u8char_T)u8cc[i]) in screen_comp_differs()
1617 (u8char_T)(c < 0x80 && u8cc[0] == 0 ? 0 : u8c) in screen_puts_len()
2584 u8char_T *new_ScreenLinesUC = NULL; in screenalloc()
2585 u8char_T *new_ScreenLinesC[MAX_MCO]; in screenalloc()
2668 vim_memset(new_ScreenLinesC, 0, sizeof(u8char_T *) * MAX_MCO); in screenalloc()
2671 new_ScreenLinesUC = LALLOC_MULT(u8char_T, (Rows + 1) * Columns); in screenalloc()
2673 new_ScreenLinesC[i] = LALLOC_CLEAR_MULT(u8char_T, in screenalloc()
2782 0, (size_t)Columns * sizeof(u8char_T)); in screenalloc()
2786 0, (size_t)Columns * sizeof(u8char_T)); in screenalloc()
2812 (size_t)len * sizeof(u8char_T)); in screenalloc()
2817 (size_t)len * sizeof(u8char_T)); in screenalloc()
3007 (size_t)width * sizeof(u8char_T)); in lineclear()
3047 wp->w_width * sizeof(u8char_T)); in linecopy()
3050 wp->w_width * sizeof(u8char_T)); in linecopy()