Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/speakup/
Dvarhandlers.c279 short mask = spk_punc_info[which].mask; in spk_set_mask_bits()
282 for (cp = (u_char *)spk_punc_info[3].value; *cp; cp++) in spk_set_mask_bits()
287 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
839 spk_punc_mask = spk_punc_info[spk_reading_punc].mask; in say_from_to()
1931 pb_edit = &spk_punc_info[val]; in speakup_bits()
2364 for (i = 1; spk_punc_info[i].mask != 0; i++) in speakup_init()
Dkobjects.c481 pb = (struct st_bits_data *)&spk_punc_info[var->value]; in punc_show()