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