Home
last modified time | relevance | path

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

/drivers/accessibility/speakup/
Dspeakup_decext.c39 static int in_escape; variable
191 in_escape = 1; in do_catch_up()
193 in_escape = 0; in do_catch_up()
195 if (!in_escape && strchr(",.!?;:", last)) in do_catch_up()
198 if (!in_escape) in do_catch_up()
214 if (!in_escape) in do_catch_up()
220 in_escape = 0; in synth_flush()
Dspeakup_dectlk.c37 static int in_escape; variable
259 in_escape = 1; in do_catch_up()
261 in_escape = 0; in do_catch_up()
263 if (!in_escape && strchr(",.!?;:", last)) in do_catch_up()
266 if (!in_escape) in do_catch_up()
282 if (!in_escape) in do_catch_up()
288 if (in_escape) in synth_flush()
291 in_escape = 0; in synth_flush()
Dspeakup_decpc.c134 static int in_escape, is_flushing; variable
305 in_escape = 0; in synth_flush()
409 in_escape = 1; in do_catch_up()
411 in_escape = 0; in do_catch_up()
413 if (!in_escape && strchr(",.!?;:", last)) in do_catch_up()
416 if (!in_escape) in do_catch_up()
432 if (!in_escape) in do_catch_up()