Home | History | Annotate | Download | only in dev

Lines Matching refs:attrclr

1090 	attrclr(sc, 0, 0, sc->rows, sc->cols);
1115 attrclr(sc, sc->cury, sc->cols - n, 1, n);
1131 attrclr(sc, sc->cury, sc->curx, 1, n);
1145 attrclr(sc, y, x, 1, sc->cols - x);
1156 attrclr(sc, y, 0, 1, x);
1166 attrclr(sc, y, 0, 1, sc->cols);
1180 attrclr(sc, sc->cury, 0, sc->rows - sc->cury, sc->cols);
1192 attrclr(sc, 0, 0, sc->cury, sc->cols);
1202 attrclr(sc, 0, 0, sc->rows, sc->cols);
1226 attrclr(sc, sc->bottom_margin - n + 1, 0, n, sc->cols);
1248 attrclr(sc, sc->cury, 0, n, sc->cols);
1955 attrclr(sc, sc->cury, sc->curx + n, 1, 1);