Home
last modified time | relevance | path

Searched refs:spk_punc_info (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/accessibility/speakup/
Dvarhandlers.c286 short mask = spk_punc_info[which].mask; in spk_set_mask_bits()
289 for (cp = (u_char *)spk_punc_info[3].value; *cp; cp++) in spk_set_mask_bits()
294 cp = spk_punc_info[which].value; in spk_set_mask_bits()
Dspeakup.h99 extern const struct st_bits_data spk_punc_info[];
Dmain.c72 const struct st_bits_data spk_punc_info[] = { variable
837 spk_punc_mask = spk_punc_info[spk_reading_punc].mask; in say_from_to()
1931 pb_edit = &spk_punc_info[val]; in speakup_bits()
2367 for (i = 1; spk_punc_info[i].mask != 0; i++) in speakup_init()
Dkobjects.c485 pb = (struct st_bits_data *)&spk_punc_info[var->value]; in punc_show()