Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup.h40 #define IS_CHAR(x, type) (spk_chartab[((u_char)x)] & type) macro
H A Dmain.c428 if (ch < 0x100 && IS_CHAR(ch, B_CAP)) { in speak_char()
433 if (ch < 0x100 && IS_CHAR(ch, B_CAP)) in speak_char()
443 if (IS_CHAR(ch, B_CAP)) { in speak_char()
505 if (ch < 0x100 && IS_CHAR(ch, B_NUM)) in say_phonetic_char()
717 if (ch < 0x100 && IS_CHAR(ch, B_CAP)) { in spell_word()