Lines Matching refs:hi
55 maxx, lo, hi; in wnoutrefresh() local
129 hi = (doall || *bch == _REDRAW || *ech > maxx) ? maxx : *ech; in wnoutrefresh()
148 if (ISMBIT(wc[hi])) { in wnoutrefresh()
151 for (x = hi; x >= lo; --x) in wnoutrefresh()
157 hi = (x+w) <= maxx+1 ? x+w-1 : x; in wnoutrefresh()
161 if (hi < lo) in wnoutrefresh()
168 if (ISMBIT(sc[hi + xorg])) in wnoutrefresh()
169 (void) _mbclrch(_virtscr, y + yorg, hi + xorg); in wnoutrefresh()
178 if (*sech < hi+xorg) in wnoutrefresh()
179 *sech = hi+xorg; in wnoutrefresh()
190 (((hi - lo) + 1) * sizeof (chtype))); in wnoutrefresh()