Searched refs:new_LineOffset (Results 1 – 1 of 1) sorted by relevance
2589 unsigned *new_LineOffset; in screenalloc() local2679 new_LineOffset = LALLOC_MULT(unsigned, Rows); in screenalloc()2726 || new_LineOffset == NULL in screenalloc()2751 VIM_CLEAR(new_LineOffset); in screenalloc()2766 new_LineOffset[new_row] = new_row * Columns; in screenalloc()2804 mch_memmove(new_ScreenLines + new_LineOffset[new_row], in screenalloc()2810 mch_memmove(new_ScreenLinesUC + new_LineOffset[new_row], in screenalloc()2815 + new_LineOffset[new_row], in screenalloc()2820 mch_memmove(new_ScreenLines2 + new_LineOffset[new_row], in screenalloc()2823 mch_memmove(new_ScreenAttrs + new_LineOffset[new_row], in screenalloc()[all …]