taglinefilesource code
scr_word1012drivers/char/console.cint scrw2glyph(unsigned short scr_word)
scr_word1015drivers/char/console.c? ((scr_word & 0x0800) >> 3) + (scr_word & 0x00ff)
scr_word1016drivers/char/console.c: scr_word & 0x00ff;
scr_word47drivers/char/selection.hextern int scrw2glyph(unsigned short scr_word);