Home
last modified time | relevance | path

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

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