tag | line | file | source code |
---|---|---|---|
bottom | 280 | kernel/chr_drv/console.c | max_y = bottom; |
bottom | 383 | kernel/chr_drv/console.c | if (y+1<bottom) { |
bottom | 388 | kernel/chr_drv/console.c | scrup(currcons,top,bottom); |
bottom | 399 | kernel/chr_drv/console.c | scrdown(currcons,top,bottom); |
bottom | 750 | kernel/chr_drv/console.c | scrdown(currcons,y,bottom); |
bottom | 769 | kernel/chr_drv/console.c | scrup(currcons,y,bottom); |
bottom | 849 | kernel/chr_drv/console.c | bottom = video_num_lines; |
bottom | 1142 | kernel/chr_drv/console.c | bottom=par[1]; |