Lines Matching defs:epDst
65 *spSrc, *spDst, *epSrc, *epDst, *savepS,
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 += t, epSrc += t;
114 epDst -= 1, epSrc -= 1;
115 if (epDst < spDst)
123 for (; epSrc >= spSrc; --epSrc, --epDst)
128 epSrc += t, epDst += t;
130 epSrc -= 1, epDst -= 1;
138 if (ISCBIT(*epDst))
141 (intptr_t)(epDst - *_yDst[yDst]));
143 numcopied = (chtype) (epDst - spDst + 1);