Home
last modified time | relevance | path

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

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