Searched refs:minRowDst (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | copywin.c | 56 int minRowSrc, int minColSrc, int minRowDst, in copywin() argument 61 int height = (maxRowDst - minRowDst) + 1, in copywin() 93 for (ySrc = minRowSrc, yDst = minRowDst; height-- > 0; ySrc++, yDst++) { in copywin() 135 (void) _mbclrch(Dstwin, minRowDst, in copywin() 139 (void) _mbclrch(Dstwin, minRowDst, in copywin() 171 (*_y16update)(Dstwin, (maxRowDst - minRowDst) + 1, in copywin() 172 (maxColDst - minColDst) + 1, minRowDst, minColDst); in copywin()
|
H A D | llib-lcurses | 607 int minRowDst, int minColDst, int maxRowDst,
|