Lines Matching refs:scrco

67 		scrco;		/* actual screen columns */
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 : 0;
318 for (x = 0; x < scrco; ++x, ++wcp, ++cp) {
341 cp = line + scrco - 1;
350 _virtscr->_curx = curx >= scrco ? scrco - 1 : curx;
382 if (!redraw && (_virtscr->_lastch[wy] == _BLANK) && (begns >= scrco))
392 lastx = scrco;
395 lastx = _virtscr->_lastch[wy] == _BLANK ? scrco :
425 for (; lastx < scrco; ++wp, ++sp, ++lastx)
432 blnkx = scrco;
441 for (sp = scp + blnkx + 1; blnkx < scrco - 1;
446 blnkx = scrco;
451 /* video_attrx = color_attrx = scrco; */
452 video_attrx = color_attrx = (lastx >= scrco) ? lastx - 1 :
475 if (video_attrx >= scrco)
477 if (color_marks && color_attrx >= scrco)
480 video_attrx == scrco - 1)
483 wy == scrli - 1 && color_attrx == scrco - 1)
493 endns < wx || (endns >= lastx && (scrco - lastx) > SLACK)) {
494 idcx = scrco;
501 for (idcx = scrco - 1, wp = wcp + idcx; idcx >= wx;
506 if (idcx >= scrco - SLACK)
507 idcx = scrco;
511 lastx = scrco;
514 if (idcx == scrco || !SP->ichok)
517 if (lastx == scrco)
518 maxi = scrco;
726 if (wx == scrco - x) {
761 for (wx = 0, scp = curscr->_y[wy]; wx < scrco; ++wx, ++scp)
766 if (wx == scrco)
769 wx = scrco - 1;
779 _CURHASH[wy] = _BEGNS[wy] < scrco ? _NOHASH : 0;
997 for (x += 1, s += 1; x < scrco; ++x, ++s)
1024 for (x += 1, s += 1; x < scrco; ++x, ++s)
1065 for (ix = wx + 1; ix < scrco; ++ix) {
1101 for (x = wx + 1; x < scrco; ++x) {
1120 for (x = wx + 1; x < scrco; ++x) {
1157 if (*endch == _BLANK || (*begch >= scrco && *begns >= scrco))
1161 ecp = wcp + scrco;
1185 if (*begns < scrco || *begch == _REDRAW)
1196 if (*begns < scrco)