Searched refs:yDst (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dcopywin.c60 int ySrc, yDst, which_copy, t; local
93 for (ySrc = minRowSrc, yDst = minRowDst; height-- > 0; ySrc++, yDst++) {
96 spDst = &_yDst[yDst][minColDst];
100 epDst = savepD = &_yDst[yDst][maxColDst];
137 (intptr_t)(spDst - *_yDst[yDst]));
141 (intptr_t)(epDst - *_yDst[yDst]));
156 (void) memcpy((char *)&_yDst[yDst][minColDst],
161 if (minColDst < Dstwin->_firstch[yDst])
163 Dstwin->_firstch[yDst]
[all...]

Completed in 14 milliseconds