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)105 extern u_short spk_chartab[];
291 spk_chartab[*cp] &= ~mask; in spk_set_mask_bits()301 if (!(spk_chartab[*cp] & PUNC)) in spk_set_mask_bits()303 } else if (spk_chartab[*cp] & B_NUM) { in spk_set_mask_bits()314 spk_chartab[*cp] |= mask; in spk_set_mask_bits()318 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()485 if (!(spk_chartab[i] & mask)) in punc_show()
190 u_short spk_chartab[256]; variable1096 char_type = spk_chartab[ch]; in spkup_write()1323 memcpy(spk_chartab, default_chartab, sizeof(default_chartab)); in spk_reset_default_chartab()1330 short mask = pb_edit->mask, ch_type = spk_chartab[ch]; in edit_bits()1341 spk_chartab[ch] ^= mask; in edit_bits()1344 (spk_chartab[ch] & mask) ? spk_msg_get(MSG_ON) : in edit_bits()