Searched refs:bch (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | wsyncdown.c | 52 short *wbch, *wech, *pbch, *pech, bch, ech, endx; in wsyncdown() local 72 if ((bch = *pbch - px) < 0) in wsyncdown() 73 bch = 0; in wsyncdown() 76 if (!(bch > endx || ech < 0)) { in wsyncdown() 77 if (*wbch > bch) in wsyncdown() 78 *wbch = bch; in wsyncdown()
|
H A D | wnoutref.c | 53 short *bch, *ech, *sbch, *sech; in wnoutrefresh() local 109 bch = win->_firstch; in wnoutrefresh() 125 for (y = 0; y < boty; ++y, ++hash, ++bch, ++ech, ++sbch, in wnoutrefresh() 127 if (!doall && *bch == _INFINITY) in wnoutrefresh() 130 lo = (doall || *bch == _REDRAW || *bch < minx) ? minx : *bch; in wnoutrefresh() 131 hi = (doall || *bch == _REDRAW || *ech > maxx) ? maxx : *ech; in wnoutrefresh() 175 if (*bch == _REDRAW || *sbch == _REDRAW) in wnoutrefresh() 198 *bch = _INFINITY; in wnoutrefresh()
|
H A D | wsyncup.c | 52 short *wbch, *wech, *pbch, *pech, bch, ech; in wsyncup() local 76 bch = px + *wbch; in wsyncup() 78 if (*pbch > bch) in wsyncup() 79 *pbch = bch; in wsyncup()
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 19262 # apple, bch, daleblit, nucterm, ttywilliams, nuterminal, nu24, bnu,
|
H A D | terminfo.src | 21478 # apple, bch, daleblit, nucterm, ttywilliams, nuterminal, nu24, bnu,
|