tag | line | file | source code |
---|---|---|---|
orig_y | 26 | include/linux/tty.h | unsigned char orig_y; |
orig_y | 40 | include/linux/tty.h | #define ORIG_Y (screen_info.orig_y) |
orig_y | 1248 | kernel/chr_drv/console.c | int orig_y = ORIG_Y; |
orig_y | 1333 | kernel/chr_drv/console.c | gotoxy(currcons,orig_x,orig_y); |