tag | line | file | source code |
---|---|---|---|
bottom | 273 | kernel/chr_drv/console.c | max_y = bottom; |
bottom | 376 | kernel/chr_drv/console.c | if (y+1<bottom) { |
bottom | 381 | kernel/chr_drv/console.c | scrup(currcons,top,bottom); |
bottom | 392 | kernel/chr_drv/console.c | scrdown(currcons,top,bottom); |
bottom | 752 | kernel/chr_drv/console.c | scrdown(currcons,y,bottom); |
bottom | 771 | kernel/chr_drv/console.c | scrup(currcons,y,bottom); |
bottom | 851 | kernel/chr_drv/console.c | bottom = video_num_lines; |
bottom | 1142 | kernel/chr_drv/console.c | bottom=par[1]; |