tag | line | file | source code |
bottom | 433 | drivers/char/console.c | bottom = video_num_lines; |
bottom | 501 | drivers/char/console.c | max_y = bottom; |
bottom | 683 | drivers/char/console.c | if (y+1 == bottom) |
bottom | 684 | drivers/char/console.c | scrup(currcons,top,bottom); |
bottom | 698 | drivers/char/console.c | scrdown(currcons,top,bottom); |
bottom | 1189 | drivers/char/console.c | scrdown(currcons,y,bottom); |
bottom | 1208 | drivers/char/console.c | scrup(currcons,y,bottom); |
bottom | 1289 | drivers/char/console.c | bottom = video_num_lines; |
bottom | 1744 | drivers/char/console.c | bottom=par[1]; |