Lines Matching refs:hi
57 boty, sminy, smaxy, minx, maxx, lo, hi; in wnoutrefresh() local
131 hi = (doall || *bch == _REDRAW || *ech > maxx) ? maxx : *ech; in wnoutrefresh()
150 if (ISMBIT(wc[hi])) { in wnoutrefresh()
153 for (x = hi; x >= lo; --x) in wnoutrefresh()
159 hi = (x+w) <= maxx+1 ? x+w-1 : x; in wnoutrefresh()
163 if (hi < lo) in wnoutrefresh()
170 if (ISMBIT(sc[hi + xorg])) in wnoutrefresh()
171 (void) _mbclrch(_virtscr, y + yorg, hi + xorg); in wnoutrefresh()
180 if (*sech < hi+xorg) in wnoutrefresh()
181 *sech = hi+xorg; in wnoutrefresh()
192 (((hi - lo) + 1) * sizeof (chtype))); in wnoutrefresh()