Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/speakup/
Dspeakup_dectlk.c51 static int in_escape; variable
264 in_escape = 1; in do_catch_up()
266 in_escape = 0; in do_catch_up()
268 if (!in_escape && strchr(",.!?;:", last)) in do_catch_up()
271 if (!in_escape) in do_catch_up()
284 if (!in_escape) in do_catch_up()
290 if (in_escape) { in synth_flush()
294 in_escape = 0; in synth_flush()
Dspeakup_decext.c55 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()
220 if (!in_escape) in do_catch_up()
226 in_escape = 0; in synth_flush()
Dspeakup_decpc.c148 static int in_escape, is_flushing; variable
310 in_escape = 0; in synth_flush()
412 in_escape = 1; in do_catch_up()
414 in_escape = 0; in do_catch_up()
416 if (!in_escape && strchr(",.!?;:", last)) in do_catch_up()
419 if (!in_escape) in do_catch_up()
433 if (!in_escape) in do_catch_up()