Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accessibility/speakup/
Dvarhandlers.c287 short mask = spk_punc_info[which].mask; in spk_set_mask_bits()
290 for (cp = (u_char *)spk_punc_info[3].value; *cp; cp++) in spk_set_mask_bits()
295 cp = spk_punc_info[which].value; in spk_set_mask_bits()
Dspeakup.h101 extern const struct st_bits_data spk_punc_info[];
Dmain.c73 const struct st_bits_data spk_punc_info[] = { variable
838 spk_punc_mask = spk_punc_info[spk_reading_punc].mask; in say_from_to()
1945 pb_edit = &spk_punc_info[val]; in speakup_bits()
2381 for (i = 1; spk_punc_info[i].mask != 0; i++) in speakup_init()
Dkobjects.c482 pb = (struct st_bits_data *)&spk_punc_info[var->value]; in punc_show()