Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/speakup/
Dspeakup.h20 #define B_CAP 0x0004 macro
36 #define B_CAPSYM (B_CAP | B_SYM)
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()
718 if (ch < 0x100 && IS_CHAR(ch, B_CAP)) { in spell_word()