char_type 1084 drivers/staging/speakup/main.c static u_short char_type, last_type; char_type 1097 drivers/staging/speakup/main.c char_type = spk_chartab[ch]; char_type 1099 drivers/staging/speakup/main.c char_type = ALPHA; char_type 1100 drivers/staging/speakup/main.c if (ch == old_ch && !(char_type & B_NUM)) { char_type 1116 drivers/staging/speakup/main.c } else if (char_type & B_ALPHA) { char_type 1120 drivers/staging/speakup/main.c } else if (char_type & B_NUM) { char_type 1123 drivers/staging/speakup/main.c } else if (char_type & spk_punc_mask) { char_type 1125 drivers/staging/speakup/main.c char_type &= ~PUNC; /* for dec nospell processing */ char_type 1126 drivers/staging/speakup/main.c } else if (char_type & SYNTH_OK) { char_type 1146 drivers/staging/speakup/main.c last_type = char_type;