Searched defs:bch (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwsyncdown.c52 short *wbch, *wech, *pbch, *pech, bch, ech, endx; local
72 if ((bch = *pbch - px) < 0)
73 bch = 0;
76 if (!(bch > endx || ech < 0)) {
77 if (*wbch > bch)
78 *wbch = bch;
H A Dwsyncup.c52 short *wbch, *wech, *pbch, *pech, bch, ech; local
76 bch = px + *wbch;
78 if (*pbch > bch)
79 *pbch = bch;
H A Dwnoutref.c53 short *bch, *ech, *sbch, *sech; local
109 bch = win->_firstch;
125 for (y = 0; y < boty; ++y, ++hash, ++bch, ++ech, ++sbch,
127 if (!doall && *bch == _INFINITY)
130 lo = (doall || *bch == _REDRAW || *bch < minx) ? minx : *bch;
131 hi = (doall || *bch == _REDRAW || *ech > maxx) ? maxx : *ech;
175 if (*bch == _REDRAW || *sbch == _REDRAW)
198 *bch
[all...]

Completed in 72 milliseconds