Searched refs:old_row (Results 1 – 5 of 5) sorted by relevance
508 int old_row = old_rows - 1; in resize_buffer() local512 while(new_row >= 0 && old_row >= 0) { in resize_buffer()514 new_buffer[new_row * new_cols + col] = old_buffer[old_row * old_cols + col]; in resize_buffer()518 old_row--; in resize_buffer()521 if(new_row < 0 && old_row >= 0 && in resize_buffer()531 if(old_row >= 0 && bufidx == BUFIDX_PRIMARY) { in resize_buffer()534 for(row = 0; row <= old_row; row++) in resize_buffer()537 statefields->pos.row -= (old_row + 1); in resize_buffer()
2576 int new_row, old_row; in screenalloc() local2793 old_row = new_row + (screen_Rows - Rows); in screenalloc()2794 if (old_row >= 0 && ScreenLines != NULL) in screenalloc()2805 ScreenLines + LineOffset[old_row], in screenalloc()2811 ScreenLinesUC + LineOffset[old_row], in screenalloc()2816 ScreenLinesC[i] + LineOffset[old_row], in screenalloc()2821 ScreenLines2 + LineOffset[old_row], in screenalloc()2824 ScreenAttrs + LineOffset[old_row], in screenalloc()
3135 int old_row; in redrawcmd_preedit() local3139 old_row = msg_row; in redrawcmd_preedit()3181 msg_row = old_row; in redrawcmd_preedit()
2735 int old_row, old_col; in gui_redraw_block() local2755 old_row = gui.row; in gui_redraw_block()2885 gui.row = old_row; in gui_redraw_block()
5685 int old_row = gui.row; in _OnImeNotify() local5695 gui.row = old_row; in _OnImeNotify()