Searched defs:xorg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwnoutref.c56 short y, x, xorg, yorg, scrli, scrco, local
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)
[all...]

Completed in 550 milliseconds