tag | line | file | source code |
---|---|---|---|
bottom | 274 | kernel/chr_drv/console.c | max_y = bottom; |
bottom | 377 | kernel/chr_drv/console.c | if (y+1<bottom) { |
bottom | 382 | kernel/chr_drv/console.c | scrup(currcons,top,bottom); |
bottom | 393 | kernel/chr_drv/console.c | scrdown(currcons,top,bottom); |
bottom | 753 | kernel/chr_drv/console.c | scrdown(currcons,y,bottom); |
bottom | 772 | kernel/chr_drv/console.c | scrup(currcons,y,bottom); |
bottom | 852 | kernel/chr_drv/console.c | bottom = video_num_lines; |
bottom | 1143 | kernel/chr_drv/console.c | bottom=par[1]; |