Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/speakup/
Dspeakup.h40 #define IS_CHAR(x, type) (spk_chartab[((u_char)x)] & type) macro
Dmain.c431 if (ch < 0x100 && IS_CHAR(ch, B_CAP)) { in speak_char()
436 if (ch < 0x100 && IS_CHAR(ch, B_CAP)) in speak_char()
446 if (IS_CHAR(ch, B_CAP)) { in speak_char()
508 if (ch < 0x100 && IS_CHAR(ch, B_NUM)) in say_phonetic_char()
718 if (ch < 0x100 && IS_CHAR(ch, B_CAP)) { in spell_word()