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

/drivers/staging/speakup/
H A Dmain.c1069 static u_char ch = '\0', old_ch = '\0'; local
1083 if (ch == old_ch && !(char_type & B_NUM)) {
1116 if (ch != old_ch)
1122 if (old_ch != ch)
1127 old_ch = ch;

Completed in 113 milliseconds