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[];
286 spk_chartab[*cp] &= ~mask; in spk_set_mask_bits()296 if (!(spk_chartab[*cp] & PUNC)) in spk_set_mask_bits()298 } else if (spk_chartab[*cp] & B_NUM) { in spk_set_mask_bits()309 spk_chartab[*cp] |= mask; in spk_set_mask_bits()313 spk_chartab[*cp] &= ~mask; in spk_set_mask_bits()
205 if (charclass != spk_chartab[index]) { in chars_chartab_store()206 spk_chartab[index] = charclass; in chars_chartab_store()488 if (!(spk_chartab[i] & mask)) in punc_show()
189 u_short spk_chartab[256]; variable1095 char_type = spk_chartab[ch]; in spkup_write()1313 memcpy(spk_chartab, default_chartab, sizeof(default_chartab)); in spk_reset_default_chartab()1320 short mask = pb_edit->mask, ch_type = spk_chartab[ch]; in edit_bits()1331 spk_chartab[ch] ^= mask; in edit_bits()1334 (spk_chartab[ch] & mask) ? spk_msg_get(MSG_ON) : in edit_bits()