Home
last modified time | relevance | path

Searched refs:last_char (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/accessibility/speakup/
H A Dspeakup_decext.c24 static volatile unsigned char last_char; variable
28 last_char = ch; in read_buff_add()
33 return last_char == 0x13; in synth_full()
/linux/include/video/
H A Dsticore.h230 u16 last_char; member
/linux/drivers/video/console/
H A Dsticon.c181 new_font->last_char = op->charcount - 1; in sticon_set_font()