Symbol: FA_ACUTE
usr/src/cmd/loadkeys/loadkeys.y
675
{ "fa_acute", CONSTANT, FA_ACUTE },
usr/src/uts/common/io/kbtrans/kbtrans_keytables.c
381
{FA_ACUTE, ' ', '\''}, /* apostrophe */
usr/src/uts/common/io/kbtrans/kbtrans_keytables.c
382
{FA_ACUTE, 'A', 0xC1}, /* A with acute accent */
usr/src/uts/common/io/kbtrans/kbtrans_keytables.c
383
{FA_ACUTE, 'E', 0xC9}, /* E with acute accent */
usr/src/uts/common/io/kbtrans/kbtrans_keytables.c
384
{FA_ACUTE, 'I', 0xCD}, /* I with acute accent */
usr/src/uts/common/io/kbtrans/kbtrans_keytables.c
385
{FA_ACUTE, 'O', 0xD3}, /* O with acute accent */
usr/src/uts/common/io/kbtrans/kbtrans_keytables.c
386
{FA_ACUTE, 'U', 0xDA}, /* U with acute accent */
usr/src/uts/common/io/kbtrans/kbtrans_keytables.c
387
{FA_ACUTE, 'a', 0xE1}, /* a with acute accent */
usr/src/uts/common/io/kbtrans/kbtrans_keytables.c
388
{FA_ACUTE, 'e', 0xE9}, /* e with acute accent */
usr/src/uts/common/io/kbtrans/kbtrans_keytables.c
389
{FA_ACUTE, 'i', 0xED}, /* i with acute accent */
usr/src/uts/common/io/kbtrans/kbtrans_keytables.c
390
{FA_ACUTE, 'o', 0xF3}, /* o with acute accent */
usr/src/uts/common/io/kbtrans/kbtrans_keytables.c
391
{FA_ACUTE, 'u', 0xFA}, /* u with acute accent */
usr/src/uts/common/io/kbtrans/kbtrans_keytables.c
392
{FA_ACUTE, 'y', 0xFD}, /* y with acute accent */
usr/src/uts/common/io/keytables.c
858
{FA_ACUTE, 'A', 0xC1}, /* A with acute accent */
usr/src/uts/common/io/keytables.c
859
{FA_ACUTE, 'E', 0xC9}, /* E with acute accent */
usr/src/uts/common/io/keytables.c
860
{FA_ACUTE, 'I', 0xCD}, /* I with acute accent */
usr/src/uts/common/io/keytables.c
861
{FA_ACUTE, 'O', 0xD3}, /* O with acute accent */
usr/src/uts/common/io/keytables.c
862
{FA_ACUTE, 'U', 0xDA}, /* U with acute accent */
usr/src/uts/common/io/keytables.c
863
{FA_ACUTE, 'a', 0xE1}, /* a with acute accent */
usr/src/uts/common/io/keytables.c
864
{FA_ACUTE, 'e', 0xE9}, /* e with acute accent */
usr/src/uts/common/io/keytables.c
865
{FA_ACUTE, 'i', 0xED}, /* i with acute accent */
usr/src/uts/common/io/keytables.c
866
{FA_ACUTE, 'o', 0xF3}, /* o with acute accent */
usr/src/uts/common/io/keytables.c
867
{FA_ACUTE, 'u', 0xFA}, /* u with acute accent */
usr/src/uts/common/io/keytables.c
868
{FA_ACUTE, 'y', 0xFD}, /* y with acute accent */