Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/vt/
H A Dvc_screen.c374 bool viewed, attr, uni_mode; in vcs_read() local
387 uni_mode = use_unicode(inode); in vcs_read()
394 if (uni_mode && (pos | count) & 3) in vcs_read()
416 size = vcs_size(vc, attr, uni_mode); in vcs_read()
435 if (uni_mode) { in vcs_read()
756 bool uni_mode = use_unicode(inode); in vcs_open() local
760 if (attr && uni_mode) in vcs_open()