HomeSort by: relevance | last modified time | path
    Searched refs:attrclr (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/x68k/dev/
itevar.h 140 #define attrclr(ip, sy, sx, h, w) \ macro
155 #define attrclr(ip, sy, sx, h, w) macro
236 #define attrclr(ip, sy, sx, h, w) macro
ite.c 606 attrclr(ip, 0, 0, ip->rows, ip->cols);
940 attrclr(ip, 0, 0, ip->rows, ip->cols);
964 attrclr(ip, ip->cury, ip->cols - n, 1, n);
981 attrclr(ip, ip->cury, ip->curx, 1, n);
995 attrclr(ip, y, x, 1, ip->cols - x);
1005 attrclr(ip, y, 0, 1, x);
1014 attrclr(ip, y, 0, 1, ip->cols);
1025 attrclr(ip, ip->cury, 0, ip->rows - ip->cury, ip->cols);
1036 attrclr(ip, 0, 0, ip->cury, ip->cols);
1045 attrclr(ip, 0, 0, ip->rows, ip->cols)
    [all...]
  /src/sys/arch/amiga/dev/
ite.c 1027 attrclr(ip, 0, 0, ip->rows, ip->cols);
1052 attrclr(ip, ip->cury, ip->cols - n, 1, n);
1068 attrclr(ip, ip->cury, ip->curx, 1, n);
1082 attrclr(ip, y, x, 1, ip->cols - x);
1092 attrclr(ip, y, 0, 1, x);
1101 attrclr(ip, y, 0, 1, ip->cols);
1114 attrclr(ip, ip->cury, 0, ip->rows - ip->cury, ip->cols);
1126 attrclr(ip, 0, 0, ip->cury, ip->cols);
1135 attrclr(ip, 0, 0, ip->rows, ip->cols);
1157 attrclr(ip, ip->bottom_margin - n + 1, 0, n, ip->cols)
    [all...]
itevar.h 182 #define attrclr(ip, sy, sx, h, w) macro
  /src/sys/arch/atari/dev/
ite.c 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)
    [all...]
itevar.h 175 #define attrclr(ip, sy, sx, h, w) macro

Completed in 42 milliseconds