Searched refs:src_row (Results 1 – 1 of 1) sorted by relevance
82 int src_row, src_col; in wnoutrefresh() local160 for (src_row = 0, dst_row = begy + win->_yoffset; in wnoutrefresh()161 src_row <= win->_maxy && dst_row <= NewScreen(SP_PARM)->_maxy; in wnoutrefresh()162 src_row++, dst_row++) { in wnoutrefresh()164 struct ldat *oline = &win->_line[src_row]; in wnoutrefresh()285 if_USE_SCROLL_HINTS(oline->oldindex = src_row); in wnoutrefresh()