Home
last modified time | relevance | path

Searched refs:glyph (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/tty/vt/
A Dconsolemap.c201 int j, glyph; in set_inverse_transl() local
216 if (glyph >= 0 && glyph < MAX_GLYPH && q[glyph] < 32) { in set_inverse_transl()
218 q[glyph] = j; in set_inverse_transl()
226 int i, j, k, glyph; in set_inverse_trans_unicode() local
249 glyph = p2[k]; in set_inverse_trans_unicode()
250 if (glyph >= 0 && glyph < MAX_GLYPH in set_inverse_trans_unicode()
251 && q[glyph] < 32) in set_inverse_trans_unicode()
275 if (glyph < 0 || glyph >= MAX_GLYPH) in inverse_translate()
280 return glyph; in inverse_translate()
283 return glyph; in inverse_translate()
[all …]
A Dvt.c533 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_check() local
534 line[x] = inverse_translate(vc, glyph, true); in vc_uniscr_check()
577 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_copy_line() local
578 *uni_buf++ = inverse_translate(vc, glyph, true); in vc_uniscr_copy_line()
604 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_debug_check() local
611 if (tc != glyph) in vc_uniscr_debug_check()
614 __func__, x, y, glyph, tc); in vc_uniscr_debug_check()
/linux/include/linux/
A Dconsolemap.h20 extern u16 inverse_translate(const struct vc_data *conp, int glyph,
28 #define inverse_translate(conp, glyph, uni) ((uint16_t)glyph) argument
/linux/drivers/accessibility/braille/
A Dbraille_console.c132 u16 glyph = screen_glyph(vc, in vc_refresh() local
134 buf[i] = inverse_translate(vc, glyph, 1); in vc_refresh()
/linux/Documentation/admin-guide/
A Dunicode.rst122 Several glyph forms for the Klingon alphabet have been proposed.
A Ddevices.txt176 0 = /dev/vcs Current vc text (glyph) contents
177 1 = /dev/vcs1 tty1 text (glyph) contents
179 63 = /dev/vcs63 tty63 text (glyph) contents
184 128 = /dev/vcsa Current vc text/attribute (glyph) contents
185 129 = /dev/vcsa1 tty1 text/attribute (glyph) contents
187 191 = /dev/vcsa63 tty63 text/attribute (glyph) contents

Completed in 18 milliseconds