Lines Matching refs:lo
57 boty, sminy, smaxy, minx, maxx, lo, hi; in wnoutrefresh() local
130 lo = (doall || *bch == _REDRAW || *bch < minx) ? minx : *bch; in wnoutrefresh()
137 if (ISCBIT(wc[lo])) { in wnoutrefresh()
138 for (x = lo - 1; x >= minx; --x) in wnoutrefresh()
142 for (x = lo+1; x <= maxx; ++x) in wnoutrefresh()
148 lo = x; in wnoutrefresh()
153 for (x = hi; x >= lo; --x) in wnoutrefresh()
163 if (hi < lo) in wnoutrefresh()
168 if (ISMBIT(sc[lo + xorg])) in wnoutrefresh()
169 (void) _mbclrch(_virtscr, y + yorg, lo + xorg); in wnoutrefresh()
178 if (*sbch > lo+xorg) in wnoutrefresh()
179 *sbch = lo+xorg; in wnoutrefresh()
189 wc = *wcp + lo; in wnoutrefresh()
190 sc = *scp + lo + xorg; in wnoutrefresh()
192 (((hi - lo) + 1) * sizeof (chtype))); in wnoutrefresh()