Searched defs:minRowDst (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | copywin.c | 56 int minRowSrc, int minColSrc, int minRowDst, 61 int height = (maxRowDst - minRowDst) + 1, 93 for (ySrc = minRowSrc, yDst = minRowDst; height-- > 0; ySrc++, yDst++) { 135 (void) _mbclrch(Dstwin, minRowDst, 139 (void) _mbclrch(Dstwin, minRowDst, 171 (*_y16update)(Dstwin, (maxRowDst - minRowDst) + 1, 172 (maxColDst - minColDst) + 1, minRowDst, minColDst); 55 copywin(WINDOW *Srcwin, WINDOW *Dstwin, int minRowSrc, int minColSrc, int minRowDst, int minColDst, int maxRowDst, int maxColDst, int over_lay) argument
|
Completed in 49 milliseconds