taglinefilesource code
scr_word1109drivers/char/console.cint scrw2glyph(unsigned short scr_word)
scr_word1112drivers/char/console.c? ((scr_word & 0x0800) >> 3) + (scr_word & 0x00ff)
scr_word1113drivers/char/console.c: scr_word & 0x00ff;
scr_word22drivers/char/selection.hextern int scrw2glyph(unsigned short scr_word);