Home
last modified time | relevance | path

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

/Linux-v5.10/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
258 in_escape = 1; in do_catch_up()
260 in_escape = 0; in do_catch_up()
262 if (!in_escape && strchr(",.!?;:", last)) in do_catch_up()
265 if (!in_escape) in do_catch_up()
281 if (!in_escape) in do_catch_up()
287 if (in_escape) in synth_flush()
290 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()