Searched refs:minRowDst (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | copywin.c | 54 int minRowSrc, int minColSrc, int minRowDst, in copywin() argument 59 int height = (maxRowDst - minRowDst) + 1, in copywin() 91 for (ySrc = minRowSrc, yDst = minRowDst; height-- > 0; ySrc++, yDst++) { in copywin() 133 (void) _mbclrch(Dstwin, minRowDst, in copywin() 137 (void) _mbclrch(Dstwin, minRowDst, in copywin() 169 (*_y16update)(Dstwin, (maxRowDst - minRowDst) + 1, in copywin() 170 (maxColDst - minColDst) + 1, minRowDst, minColDst); in copywin()
|