Home
last modified time | relevance | path

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

/linux-4.1.27/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()
298 in_escape = 0; in synth_flush()
Dspeakup_decpc.c148 static int in_escape, is_flushing; variable
314 in_escape = 0; in synth_flush()
417 in_escape = 1; in do_catch_up()
419 in_escape = 0; in do_catch_up()
421 if (!in_escape && strchr(",.!?;:", last)) in do_catch_up()
424 if (!in_escape) in do_catch_up()
440 if (!in_escape) in do_catch_up()