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