Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/accessibility/speakup/
Dspeakup_decext.c39 static int in_escape; variable
200 in_escape = 1; in do_catch_up()
202 in_escape = 0; in do_catch_up()
204 if (!in_escape && strchr(",.!?;:", last)) in do_catch_up()
207 if (!in_escape) in do_catch_up()
223 if (!in_escape) in do_catch_up()
229 in_escape = 0; in synth_flush()
Dspeakup_dectlk.c37 static int in_escape; variable
276 in_escape = 1; in do_catch_up()
278 in_escape = 0; in do_catch_up()
280 if (!in_escape && strchr(",.!?;:", last)) in do_catch_up()
283 if (!in_escape) in do_catch_up()
299 if (!in_escape) in do_catch_up()
305 if (in_escape) in synth_flush()
308 in_escape = 0; in synth_flush()
Dspeakup_decpc.c134 static int in_escape, is_flushing; variable
316 in_escape = 0; in synth_flush()
420 in_escape = 1; in do_catch_up()
422 in_escape = 0; in do_catch_up()
424 if (!in_escape && strchr(",.!?;:", last)) in do_catch_up()
427 if (!in_escape) in do_catch_up()
443 if (!in_escape) in do_catch_up()