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

/drivers/staging/speakup/
H A Dvarhandlers.c276 short mask = spk_punc_info[which].mask;
279 for (cp = (u_char *)spk_punc_info[3].value; *cp; cp++)
284 cp = spk_punc_info[which].value;
H A Dspeakup.h100 extern const struct st_bits_data spk_punc_info[];
H A Dmain.c83 const struct st_bits_data spk_punc_info[] = { variable in typeref:struct:st_bits_data
825 spk_punc_mask = spk_punc_info[spk_reading_punc].mask;
1886 pb_edit = &spk_punc_info[val];
2307 for (i = 1; spk_punc_info[i].mask != 0; i++)
H A Dkobjects.c475 pb = (struct st_bits_data *) &spk_punc_info[var->value];

Completed in 50 milliseconds