Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dvc_screen.c250 int attr, uni_mode, row, col, maxcol, viewed; in vcs_read() local
266 uni_mode = use_unicode(inode); in vcs_read()
277 if (uni_mode && (pos | count) & 3) in vcs_read()
319 if (uni_mode) { in vcs_read()
681 bool uni_mode = use_unicode(inode); in vcs_open() local
685 if (attr && uni_mode) in vcs_open()