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

/drivers/staging/speakup/
H A Dmain.c1070 static u_short char_type, last_type; local
1082 char_type = spk_chartab[ch];
1083 if (ch == old_ch && !(char_type & B_NUM)) {
1099 } else if (char_type & B_ALPHA) {
1103 } else if (char_type & B_NUM) {
1106 } else if (char_type & spk_punc_mask) {
1108 char_type &= ~PUNC; /* for dec nospell processing */
1109 } else if (char_type & SYNTH_OK) {
1128 last_type = char_type;

Completed in 30 milliseconds