Searched refs:FA_ACUTE (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/kbtrans/ |
| H A D | kbtrans_keytables.c | 381 {FA_ACUTE, ' ', '\''}, /* apostrophe */ 382 {FA_ACUTE, 'A', 0xC1}, /* A with acute accent */ 383 {FA_ACUTE, 'E', 0xC9}, /* E with acute accent */ 384 {FA_ACUTE, 'I', 0xCD}, /* I with acute accent */ 385 {FA_ACUTE, 'O', 0xD3}, /* O with acute accent */ 386 {FA_ACUTE, 'U', 0xDA}, /* U with acute accent */ 387 {FA_ACUTE, 'a', 0xE1}, /* a with acute accent */ 388 {FA_ACUTE, 'e', 0xE9}, /* e with acute accent */ 389 {FA_ACUTE, 'i', 0xED}, /* i with acute accent */ 390 {FA_ACUTE, 'o', 0xF3}, /* o with acute accent */ [all …]
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | keytables.c | 858 {FA_ACUTE, 'A', 0xC1}, /* A with acute accent */ 859 {FA_ACUTE, 'E', 0xC9}, /* E with acute accent */ 860 {FA_ACUTE, 'I', 0xCD}, /* I with acute accent */ 861 {FA_ACUTE, 'O', 0xD3}, /* O with acute accent */ 862 {FA_ACUTE, 'U', 0xDA}, /* U with acute accent */ 863 {FA_ACUTE, 'a', 0xE1}, /* a with acute accent */ 864 {FA_ACUTE, 'e', 0xE9}, /* e with acute accent */ 865 {FA_ACUTE, 'i', 0xED}, /* i with acute accent */ 866 {FA_ACUTE, 'o', 0xF3}, /* o with acute accent */ 867 {FA_ACUTE, 'u', 0xFA}, /* u with acute accent */ [all …]
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | kbd.h | 401 #define FA_ACUTE SPECIAL(0x4, 0x4) /* acute accent */ macro
|
| /illumos-gate/usr/src/cmd/loadkeys/ |
| H A D | loadkeys.y | 675 { "fa_acute", CONSTANT, FA_ACUTE },
|