tag | line | file | source code |
---|---|---|---|
orig_y | 80 | arch/i386/boot/compressed/misc.c | unsigned char orig_y; |
orig_y | 184 | arch/i386/boot/compressed/misc.c | y = SCREEN_INFO.orig_y; |
orig_y | 206 | arch/i386/boot/compressed/misc.c | SCREEN_INFO.orig_y = y; |
orig_y | 1990 | drivers/char/console.c | int orig_y = ORIG_Y; |
orig_y | 2064 | drivers/char/console.c | gotoxy(currcons,orig_x,orig_y); |
orig_y | 43 | include/linux/tty.h | unsigned char orig_y; |
orig_y | 59 | include/linux/tty.h | #define ORIG_Y (screen_info.orig_y) |