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

/linux-4.4.14/drivers/staging/speakup/
H A Dspeakup_dectlk.c51 static int in_escape; variable
266 in_escape = 1; do_catch_up()
268 in_escape = 0; do_catch_up()
270 if (!in_escape && strchr(",.!?;:", last)) do_catch_up()
273 if (!in_escape) do_catch_up()
288 if (!in_escape) do_catch_up()
294 if (in_escape) synth_flush()
297 in_escape = 0; synth_flush()
H A Dspeakup_decext.c56 static int in_escape; variable
201 in_escape = 1; do_catch_up()
203 in_escape = 0; do_catch_up()
205 if (!in_escape && strchr(",.!?;:", last)) do_catch_up()
208 if (!in_escape) do_catch_up()
223 if (!in_escape) do_catch_up()
229 in_escape = 0; synth_flush()
H A Dspeakup_decpc.c149 static int in_escape, is_flushing; variable
315 in_escape = 0; synth_flush()
418 in_escape = 1; do_catch_up()
420 in_escape = 0; do_catch_up()
422 if (!in_escape && strchr(",.!?;:", last)) do_catch_up()
425 if (!in_escape) do_catch_up()
441 if (!in_escape) do_catch_up()

Completed in 106 milliseconds