taglinefilesource code
vc_has_scrolled227arch/m68k/kernel/console.c#define has_scrolled  (vc_cons[currcons].d->vc_has_scrolled)
vc_has_scrolled52drivers/char/console_struct.hunsigned long  vc_has_scrolled : 1;  /* Info for unblank_screen */
vc_has_scrolled115drivers/char/console_struct.h#define has_scrolled  (vc_cons[currcons].d->vc_has_scrolled)
vc_has_scrolled66include/linux/console.hunsigned long  vc_has_scrolled : 1;  /* Info for unblank_screen */