Searched refs:ret_diacr (Results 1 - 2 of 2) sorted by relevance

/drivers/s390/char/
H A Dkeyboard.c42 static unsigned char ret_diacr[NR_DEAD] = { variable
145 ascebc[ret_diacr[KVAL(keysym)]] = k;
172 ebcasc[k] = ret_diacr[KVAL(keysym)];
212 value = ret_diacr[value];
319 (type == KT_DEAD && ret_diacr[value] == '^')) {
/drivers/tty/vt/
H A Dkeyboard.c724 static const unsigned char ret_diacr[NR_DEAD] = {'`', '\'', '^', '~', '"', ',' }; local
726 k_deadunicode(vc, ret_diacr[value], up_flag);

Completed in 73 milliseconds