Searched refs:B_SYM (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/accessibility/speakup/ |
D | main.c | 80 {"symbols", "", B_SYM}, 208 B_CAPSYM, B_CAPSYM, B_SYM, B_SYM, B_SYM, B_SYM, B_SYM, /* 128-134 */ 209 B_SYM, /* 135 */ 210 B_SYM, B_SYM, B_SYM, B_SYM, B_SYM, B_SYM, B_SYM, /* 136-142 */ 212 B_CAPSYM, B_CAPSYM, B_SYM, B_CAPSYM, B_SYM, B_SYM, B_SYM, /* 144-150 */ 213 B_SYM, /* 151 */ 214 B_SYM, B_SYM, B_CAPSYM, B_CAPSYM, B_SYM, B_SYM, B_SYM, /*152-158 */ 215 B_SYM, /* 159 */ 216 WDLM, B_SYM, B_SYM, B_SYM, B_SYM, B_SYM, B_CAPSYM, /* 160-166 */ 217 B_SYM, /* 167 */ [all …]
|
D | speakup.h | 35 #define B_SYM 0x0800 macro 36 #define B_CAPSYM (B_CAP | B_SYM)
|
D | varhandlers.c | 86 value = B_SYM; in spk_chartab_get_value()
|
D | synth.c | 493 short spk_punc_masks[] = { 0, SOME, MOST, PUNC, PUNC | B_SYM };
|
D | kobjects.c | 64 else if (IS_TYPE(i, B_SYM)) in chars_chartab_show()
|