/src/sys/arch/amiga/dev/ |
ite_rh.c | 58 static void screen_down(struct ite_softc *, int, int, int); 165 screen_down (struct ite_softc *ip, int top, int bottom, int lines) function in typeref:typename:void 236 screen_down(ip, sy, ip->bottom_margin, count);
|
ite_rt.c | 66 static void screen_down(struct ite_softc *, int, int, int); 274 screen_down(struct ite_softc *ip, int top, int bottom, int lines) function in typeref:typename:void 456 screen_down(ip, sy, ip->bottom_margin, count);
|
ite_ul.c | 334 static void screen_down(struct ite_softc *ip, int top, int bottom, int lines) function in typeref:typename:void 343 printf("screen_down %d %d %d ->",top,bottom,lines); 431 screen_down (ip, sy, ip->bottom_margin, count);
|