tag | line | file | source code |
glyph | 24 | drivers/char/conmakehash.c | unsigned short glyph; /* Glyph code */ |
glyph | 82 | drivers/char/conmakehash.c | hashtable[i].glyph = fp; |
glyph | 177 | drivers/char/conmakehash.c | hashtable[i].glyph = 0; |
glyph | 335 | drivers/char/conmakehash.c | printf("{0x%04x,0x%02x}", hashtable[i].uc, hashtable[i].glyph); |
glyph | 351 | drivers/char/conmakehash.c | printf("{0x%04x,0x%02x}", hashtable[i].uc, hashtable[i].glyph); |
glyph | 167 | drivers/char/consolemap.c | int j, glyph; |
glyph | 182 | drivers/char/consolemap.c | if (q[glyph = conv_uni_to_pc(p[j])] < 32) |
glyph | 184 | drivers/char/consolemap.c | q[glyph] = j; |