Searched defs:ech (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | wsyncdown.c | 52 short *wbch, *wech, *pbch, *pech, bch, ech, endx; local 74 if ((ech = *pech - px) > endx) 75 ech = endx; 76 if (!(bch > endx || ech < 0)) { 79 if (*wech < ech) 80 *wech = ech;
|
H A D | wsyncup.c | 52 short *wbch, *wech, *pbch, *pech, bch, ech; local 77 ech = px + *wech; 80 if (*pech < ech) 81 *pech = ech;
|
H A D | wnoutref.c | 53 short *bch, *ech, *sbch, *sech; local 110 ech = win->_lastch; 125 for (y = 0; y < boty; ++y, ++hash, ++bch, ++ech, ++sbch, 131 hi = (doall || *bch == _REDRAW || *ech > maxx) ? maxx : *ech; 199 *ech = -1;
|
Completed in 341 milliseconds