Home
last modified time | relevance | path

Searched refs:minRowDst (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libcurses/screen/
H A Dcopywin.c56 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 Dllib-lcurses607 int minRowDst, int minColDst, int maxRowDst,