Lines Matching defs:unicode
261 static void notify_write(struct vc_data *vc, unsigned int unicode)
263 struct vt_notifier_param param = { .vc = vc, .c = unicode };
316 * Code to manage unicode-based screen buffers
496 * Called from vcs_read() to make sure unicode screen retrieval is possible.
497 * This will initialize the unicode screen buffer if not already done.
526 * unicode content will be available after a complete screen refresh.
543 * Called from vcs_read() to get the unicode data from the screen.
569 * the screen glyphs until the unicode screen buffer does
596 * Make sure our unicode screen translates into the same glyphs
2655 * @vc_utf_char is the being-constructed unicode character.