Lines Matching defs:xorg
56 short y, x, xorg, yorg, scrli, scrco,
71 xorg = win->_begx;
77 ((x = win->_curx + xorg) >= 0) && (x < scrco)) {
104 if ((maxx = win->_maxx+xorg) > scrco)
106 maxx -= xorg + 1;
168 if (ISMBIT(sc[lo + xorg]))
169 (void) _mbclrch(_virtscr, y + yorg, lo + xorg);
170 if (ISMBIT(sc[hi + xorg]))
171 (void) _mbclrch(_virtscr, y + yorg, hi + xorg);
178 if (*sbch > lo+xorg)
179 *sbch = lo+xorg;
180 if (*sech < hi+xorg)
181 *sech = hi+xorg;
190 sc = *scp + lo + xorg;