Searched refs:new_ScreenAttrs (Results 1 – 1 of 1) sorted by relevance
2588 sattr_T *new_ScreenAttrs; in screenalloc() local2678 new_ScreenAttrs = LALLOC_MULT(sattr_T, (Rows + 1) * Columns); in screenalloc()2725 || new_ScreenAttrs == NULL in screenalloc()2750 VIM_CLEAR(new_ScreenAttrs); in screenalloc()2791 (void)vim_memset(new_ScreenAttrs + new_row * Columns, in screenalloc()2823 mch_memmove(new_ScreenAttrs + new_LineOffset[new_row], in screenalloc()2847 ScreenAttrs = new_ScreenAttrs; in screenalloc()