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)104 extern u_short spk_chartab[];
284 spk_chartab[*cp] &= ~mask; in spk_set_mask_bits()294 if (!(spk_chartab[*cp] & PUNC)) in spk_set_mask_bits()296 } else if (spk_chartab[*cp] & B_NUM) { in spk_set_mask_bits()307 spk_chartab[*cp] |= mask; in spk_set_mask_bits()311 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()
190 u_short spk_chartab[256]; variable1097 char_type = spk_chartab[ch]; in spkup_write()1315 memcpy(spk_chartab, default_chartab, sizeof(default_chartab)); in spk_reset_default_chartab()1322 short mask = pb_edit->mask, ch_type = spk_chartab[ch]; in edit_bits()1333 spk_chartab[ch] ^= mask; in edit_bits()1336 (spk_chartab[ch] & mask) ? spk_msg_get(MSG_ON) : in edit_bits()