Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dpcdisplay_chars.c43 static const u_char isomappings[128] = { variable
336 } else if ((uni < 256) && (isomappings[uni - 128] != NOTPRINTABLE)) { in pcdisplay_mapchar()
337 *index = isomappings[uni - 128]; in pcdisplay_mapchar()