taglinefilesource code
y_break274arch/m68k/console/fbcon.cint height, int width, u_int y_break);
y_break1406arch/m68k/console/fbcon.cu_int y_break;
y_break1417arch/m68k/console/fbcon.cy_break = p->vrows-p->yscroll;
y_break1418arch/m68k/console/fbcon.cif (sy < y_break && sy+height-1 >= y_break) {
y_break1419arch/m68k/console/fbcon.cu_int b = y_break-sy;
y_break1649arch/m68k/console/fbcon.cint height, int width, u_int y_break)
y_break1653arch/m68k/console/fbcon.cif (sy < y_break && sy+height > y_break) {
y_break1654arch/m68k/console/fbcon.cb = y_break-sy;
y_break1656arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy, sx, dy, dx, b, width, y_break);
y_break1657arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break);
y_break1659arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break);
y_break1660arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy, sx, dy, dx, b, width, y_break);
y_break1665arch/m68k/console/fbcon.cif (dy < y_break && dy+height > y_break) {
y_break1666arch/m68k/console/fbcon.cb = y_break-dy;
y_break1668arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy, sx, dy, dx, b, width, y_break);
y_break1669arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break);
y_break1671arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy+b, sx, dy+b, dx, height-b, width, y_break);
y_break1672arch/m68k/console/fbcon.cfbcon_bmove_rec(p, sy, sx, dy, dx, b, width, y_break);