tag | line | file | source code |
---|---|---|---|
orig_y | 22 | arch/i386/boot/compressed/misc.c | unsigned char orig_y; |
orig_y | 134 | arch/i386/boot/compressed/misc.c | y = SCREEN_INFO.orig_y; |
orig_y | 156 | arch/i386/boot/compressed/misc.c | SCREEN_INFO.orig_y = y; |
orig_y | 1871 | drivers/char/console.c | int orig_y = ORIG_Y; |
orig_y | 1971 | drivers/char/console.c | gotoxy(currcons,orig_x,orig_y); |
orig_y | 38 | include/linux/tty.h | unsigned char orig_y; |
orig_y | 52 | include/linux/tty.h | #define ORIG_Y (screen_info.orig_y) |