Home
last modified time | relevance | path

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

/drivers/staging/speakup/
Dvarhandlers.c277 short mask = spk_punc_info[which].mask; in spk_set_mask_bits()
280 for (cp = (u_char *)spk_punc_info[3].value; *cp; cp++) in spk_set_mask_bits()
285 cp = spk_punc_info[which].value; in spk_set_mask_bits()
Dspeakup.h100 extern const struct st_bits_data spk_punc_info[];
Dmain.c79 const struct st_bits_data spk_punc_info[] = { variable
832 spk_punc_mask = spk_punc_info[spk_reading_punc].mask; in say_from_to()
1900 pb_edit = &spk_punc_info[val]; in speakup_bits()
2324 for (i = 1; spk_punc_info[i].mask != 0; i++) in speakup_init()
Dkobjects.c479 pb = (struct st_bits_data *) &spk_punc_info[var->value]; in punc_show()