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

/linux-4.4.14/drivers/staging/speakup/
H A Dspeakup.h41 #define IS_WDLM(x) (spk_chartab[((u_char)x)]&B_WDLM)
42 #define IS_CHAR(x, type) (spk_chartab[((u_char)x)]&type)
43 #define IS_TYPE(x, type) ((spk_chartab[((u_char)x)]&type) == type)
104 extern u_short spk_chartab[];
H A Dvarhandlers.c281 spk_chartab[*cp] &= ~mask; spk_set_mask_bits()
291 if (!(spk_chartab[*cp] & PUNC)) spk_set_mask_bits()
293 } else if (spk_chartab[*cp]&B_NUM) spk_set_mask_bits()
303 spk_chartab[*cp] |= mask; spk_set_mask_bits()
307 spk_chartab[*cp] &= ~mask; spk_set_mask_bits()
H A Dmain.c200 u_short spk_chartab[256]; variable
1086 char_type = spk_chartab[ch]; spkup_write()
1288 memcpy(spk_chartab, default_chartab, sizeof(default_chartab)); spk_reset_default_chartab()
1295 short mask = pb_edit->mask, ch_type = spk_chartab[ch]; edit_bits()
1306 spk_chartab[ch] ^= mask; edit_bits()
1309 (spk_chartab[ch] & mask) ? spk_msg_get(MSG_ON) : edit_bits()
H A Dkobjects.c200 if (charclass != spk_chartab[index]) { chars_chartab_store()
201 spk_chartab[index] = charclass; chars_chartab_store()
479 if (!(spk_chartab[i]&mask)) punc_show()

Completed in 97 milliseconds