/netbsd-src/sys/arch/x68k/dev/ |
H A D | ite.c | 91 #define SUBR_CLEAR(ip,sy,sx,h,w) ip->isw->ite_clear(ip,sy,sx,h,w) macro 605 SUBR_CLEAR(ip, 0, 0, ip->rows, ip->cols); in ite_cnfilter() 994 SUBR_CLEAR(ip, y, x, 1, ip->cols - x); in ite_clrtobol() 1004 SUBR_CLEAR(ip, y, 0, 1, x); in ite_clrline() 1013 SUBR_CLEAR(ip, y, 0, 1, ip->cols); in ite_clrtoeos() 1023 SUBR_CLEAR(ip, ip->cury + 1, 0, 1035 SUBR_CLEAR(ip, 0, 0, ip->cury, ip->cols); in ite_clrscreen() 1044 SUBR_CLEAR(ip, 0, 0, ip->rows, ip->cols); in ite_dnline() 1065 SUBR_CLEAR(ip, ip->bottom_margin - n + 1, 0, n, ip->cols); in ite_inline() 1089 SUBR_CLEAR(i [all...] |
/netbsd-src/sys/arch/amiga/dev/ |
H A D | ite.c | 92 #define SUBR_CLEAR(ip,sy,sx,h,w) (ip)->grf->g_iteclear(ip,sy,sx,h,w) macro 1081 SUBR_CLEAR(ip, y, x, 1, ip->cols - x); in ite_clrtoeol() 1091 SUBR_CLEAR(ip, y, 0, 1, x); in ite_clrtobol() 1100 SUBR_CLEAR(ip, y, 0, 1, ip->cols); in ite_clrline() 1113 SUBR_CLEAR(ip, ip->cury + 1, 0, ip->rows - 1 - ip->cury, ip->cols); in ite_clrtoeos() 1125 SUBR_CLEAR(ip, 0, 0, ip->cury, ip->cols); in ite_clrtobos() 1134 SUBR_CLEAR(ip, 0, 0, ip->rows, ip->cols); in ite_clrscreen() 1156 SUBR_CLEAR(ip, ip->bottom_margin - n + 1, 0, n, ip->cols); in ite_dnline() 1176 SUBR_CLEAR(ip, ip->cury, 0, n, ip->cols); in ite_inline()
|
/netbsd-src/sys/arch/atari/dev/ |
H A D | ite.c | 88 #define SUBR_CLEAR(sc,sy,sx,h,w) (sc)->grf->g_iteclear(sc,sy,sx,h,w) macro 1144 SUBR_CLEAR(sc, y, x, 1, sc->cols - x); in ite_clrtoeol() 1155 SUBR_CLEAR(sc, y, 0, 1, x); in ite_clrtobol() 1165 SUBR_CLEAR(sc, y, 0, 1, sc->cols); in ite_clrline() 1178 SUBR_CLEAR(sc, sc->cury + 1, 0, in ite_clrtoeos() 1191 SUBR_CLEAR(sc, 0, 0, sc->cury, sc->cols); in ite_clrtobos() 1201 SUBR_CLEAR(sc, 0, 0, sc->rows, sc->cols); in ite_clrscreen() 1225 SUBR_CLEAR(sc, sc->bottom_margin - n + 1, 0, n, sc->cols); in ite_dnline() 1247 SUBR_CLEAR(sc, sc->cury, 0, n, sc->cols); in ite_inline()
|