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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dcopywin.c65 *spSrc, *spDst, *epSrc, *epDst, *savepS, local
100 epDst = savepD = &_yDst[yDst][maxColDst];
102 for (; spDst <= epDst; spSrc++, spDst++)
105 if (spDst > epDst)
107 for (; epDst >= spDst; --epDst, --epSrc)
108 if (!ISCBIT(*epDst))
110 t = _curs_scrwidth[TYPE(RBYTE(*epDst))] - 1;
111 if (epDst+t <= savepD)
112 epDst
[all...]

Completed in 14 milliseconds