Searched refs:scrco (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c67 scrco; /* actual screen columns */ variable
119 scrco = curscr->_maxx;
173 nc = scrco / BITSPERBYTE - (scrco %
179 *bnsch++ = scrco;
215 if (*bnsch >= scrco)
247 if (*bnsch < scrco)
300 if (length < scrco) {
303 line = (chtype *) malloc(scrco * sizeof (chtype));
304 length = line ? scrco
[all...]
H A Dwnoutref.c56 short y, x, xorg, yorg, scrli, scrco, local
68 scrco = curscr->_maxx;
77 ((x = win->_curx + xorg) >= 0) && (x < scrco)) {
104 if ((maxx = win->_maxx+xorg) > scrco)
105 maxx = scrco;
H A Didlok.c50 #define scrco COLS macro
234 if (*begns < scrco) {
286 if (*begns < scrco) {
326 if (*begns < scrco)

Completed in 59 milliseconds