Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A 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()
H A Dspeakup.h99 extern const struct st_bits_data spk_punc_info[];
H A 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()
H A Dkobjects.c485 pb = (struct st_bits_data *)&spk_punc_info[var->value]; in punc_show()