Home
last modified time | relevance | path

Searched refs:PUNC (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/accessibility/speakup/
Dmain.c76 {"all", "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", PUNC},
196 WDLM, A_PUNC, PUNC, PUNC, PUNC, PUNC, PUNC, A_PUNC, /* !"#$%&' */
197 PUNC, PUNC, PUNC, PUNC, A_PUNC, A_PUNC, A_PUNC, PUNC, /* ()*+, -./ */
199 NUM, NUM, A_PUNC, PUNC, PUNC, PUNC, PUNC, A_PUNC, /* 89:;<=>? */
200 PUNC, A_CAP, A_CAP, A_CAP, A_CAP, A_CAP, A_CAP, A_CAP, /* @ABCDEFG */
203 A_CAP, A_CAP, A_CAP, PUNC, PUNC, PUNC, PUNC, PUNC, /* XYZ[\]^_ */
204 PUNC, ALPHA, ALPHA, ALPHA, ALPHA, ALPHA, ALPHA, ALPHA, /* `abcdefg */
207 ALPHA, ALPHA, ALPHA, PUNC, PUNC, PUNC, PUNC, 0, /* xyz{|}~ */
597 spk_punc_mask = PUNC; in say_word()
1115 if ((synth_flags & SF_DEC) && (last_type & PUNC)) in spkup_write()
[all …]
Dvarhandlers.c78 value = PUNC; in spk_chartab_get_value()
299 if (mask < PUNC) { in spk_set_mask_bits()
300 if (!(spk_chartab[*cp] & PUNC)) in spk_set_mask_bits()
Dspeakup.h27 #define PUNC 0x0040 macro
Dsynth.c493 short spk_punc_masks[] = { 0, SOME, MOST, PUNC, PUNC | B_SYM };
Dkobjects.c54 else if (IS_TYPE(i, PUNC)) in chars_chartab_show()