Searched refs:scrco (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wrefresh.c | 65 scrco; /* actual screen columns */ variable 117 scrco = curscr->_maxx; in wrefresh() 171 nc = scrco / BITSPERBYTE - (scrco % in wrefresh() 177 *bnsch++ = scrco; in wrefresh() 213 if (*bnsch >= scrco) in wrefresh() 245 if (*bnsch < scrco) in wrefresh() 298 if (length < scrco) { in _shove() 300 line = (chtype *) malloc(scrco * sizeof (chtype)); in _shove() 301 length = line ? scrco : 0; in _shove() 315 for (x = 0; x < scrco; ++x, ++wcp, ++cp) { in _shove() [all …]
|
H A D | wnoutref.c | 54 short y, x, xorg, yorg, scrli, scrco, boty, sminy, smaxy, minx, in wnoutrefresh() local 66 scrco = curscr->_maxx; in wnoutrefresh() 75 ((x = win->_curx + xorg) >= 0) && (x < scrco)) { in wnoutrefresh() 102 if ((maxx = win->_maxx+xorg) > scrco) in wnoutrefresh() 103 maxx = scrco; in wnoutrefresh()
|
H A D | idlok.c | 48 #define scrco COLS macro 232 if (*begns < scrco) { in _do_idln() 284 if (*begns < scrco) { in _do_idln() 324 if (*begns < scrco) in _do_idln()
|