Searched refs:spk_chartab (Results 1 – 4 of 4) sorted by relevance
39 #define IS_WDLM(x) (spk_chartab[((u_char)x)] & B_WDLM)40 #define IS_CHAR(x, type) (spk_chartab[((u_char)x)] & type)41 #define IS_TYPE(x, type) ((spk_chartab[((u_char)x)] & type) == type)103 extern u_short spk_chartab[];
283 spk_chartab[*cp] &= ~mask; in spk_set_mask_bits()293 if (!(spk_chartab[*cp] & PUNC)) in spk_set_mask_bits()295 } else if (spk_chartab[*cp] & B_NUM) { in spk_set_mask_bits()306 spk_chartab[*cp] |= mask; in spk_set_mask_bits()310 spk_chartab[*cp] &= ~mask; in spk_set_mask_bits()
201 if (charclass != spk_chartab[index]) { in chars_chartab_store()202 spk_chartab[index] = charclass; in chars_chartab_store()484 if (!(spk_chartab[i] & mask)) in punc_show()
190 u_short spk_chartab[256]; variable1096 char_type = spk_chartab[ch]; in spkup_write()1312 memcpy(spk_chartab, default_chartab, sizeof(default_chartab)); in spk_reset_default_chartab()1319 short mask = pb_edit->mask, ch_type = spk_chartab[ch]; in edit_bits()1330 spk_chartab[ch] ^= mask; in edit_bits()1333 (spk_chartab[ch] & mask) ? spk_msg_get(MSG_ON) : in edit_bits()