Searched refs:spk_chartab (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | speakup.h | 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[];
|
H A D | varhandlers.c | 285 spk_chartab[*cp] &= ~mask; in spk_set_mask_bits() 295 if (!(spk_chartab[*cp] & PUNC)) in spk_set_mask_bits() 297 } else if (spk_chartab[*cp] & B_NUM) { in spk_set_mask_bits() 308 spk_chartab[*cp] |= mask; in spk_set_mask_bits() 312 spk_chartab[*cp] &= ~mask; in spk_set_mask_bits()
|
H A D | kobjects.c | 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()
|
H A D | main.c | 190 u_short spk_chartab[256]; variable 1096 char_type = spk_chartab[ch]; in spkup_write() 1314 memcpy(spk_chartab, default_chartab, sizeof(default_chartab)); in spk_reset_default_chartab() 1321 short mask = pb_edit->mask, ch_type = spk_chartab[ch]; in edit_bits() 1332 spk_chartab[ch] ^= mask; in edit_bits() 1335 (spk_chartab[ch] & mask) ? spk_msg_get(MSG_ON) : in edit_bits()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | speakup.h | 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[];
|
H A D | varhandlers.c | 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()
|
H A D | kobjects.c | 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()
|
H A D | main.c | 190 u_short spk_chartab[256]; variable 1096 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()
|
Completed in 10 milliseconds