Searched refs:dst_row (Results 1 – 1 of 1) sorted by relevance
80 NCURSES_SIZE_T dst_row, dst_col; in wnoutrefresh() local143 for (src_row = 0, dst_row = begy + win->_yoffset; in wnoutrefresh()144 src_row <= win->_maxy && dst_row <= newscr->_maxy; in wnoutrefresh()145 src_row++, dst_row++) { in wnoutrefresh()146 register struct ldat *nline = &newscr->_line[dst_row]; in wnoutrefresh()