tag | line | file | source code |
---|---|---|---|
orig_y | 21 | include/linux/tty.h | unsigned char orig_y; |
orig_y | 35 | include/linux/tty.h | #define ORIG_Y (screen_info.orig_y) |
orig_y | 1247 | kernel/chr_drv/console.c | int orig_y = ORIG_Y; |
orig_y | 1331 | kernel/chr_drv/console.c | gotoxy(currcons,orig_x,orig_y); |
orig_y | 19 | zBoot/misc.c | unsigned char orig_y; |