Lines Matching refs:begns
374 color_attrx, maxi, endns, begns, wx_sav, multi_col;
379 begns = _BEGNS[wy];
382 if (!redraw && (_virtscr->_lastch[wy] == _BLANK) && (begns >= scrco))
547 begns >= wx) {
557 if ((x - (redraw ? 0 : begns)) > _COST(Clr_bol)) {
1145 short *begch, *endch, *begns;
1154 begns = _BEGNS + wy;
1156 for (; wy >= topy; --wy, --begch, --endch, --begns) {
1157 if (*endch == _BLANK || (*begch >= scrco && *begns >= scrco))
1179 short *begns, *begch;
1183 begns = _BEGNS + topy;
1184 for (; topy < boty; ++topy, ++begns, ++begch)
1185 if (*begns < scrco || *begch == _REDRAW)
1195 for (begns = _BEGNS + boty; boty < scrli; ++boty, ++begns)
1196 if (*begns < scrco)