Searched refs:spk_chartab (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/speakup/
H A Dspeakup.h41 #define IS_WDLM(x) (spk_chartab[((u_char)x)]&B_WDLM)
42 #define IS_CHAR(x, type) (spk_chartab[((u_char)x)]&type)
43 #define IS_TYPE(x, type) ((spk_chartab[((u_char)x)]&type) == type)
104 extern u_short spk_chartab[];
H A Dvarhandlers.c280 spk_chartab[*cp] &= ~mask;
290 if (!(spk_chartab[*cp]&PUNC))
292 } else if (spk_chartab[*cp]&B_NUM)
302 spk_chartab[*cp] |= mask;
306 spk_chartab[*cp] &= ~mask;
H A Dkobjects.c200 if (charclass != spk_chartab[index]) {
201 spk_chartab[index] = charclass;
478 if (!(spk_chartab[i]&mask))
H A Dmain.c198 u_short spk_chartab[256]; variable
1082 char_type = spk_chartab[ch];
1282 memcpy(spk_chartab, default_chartab, sizeof(default_chartab));
1289 short mask = pb_edit->mask, ch_type = spk_chartab[ch];
1300 spk_chartab[ch] ^= mask;
1303 (spk_chartab[ch] & mask) ? spk_msg_get(MSG_ON) :

Completed in 22 milliseconds