Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A 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()
H A 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()
H A 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()
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_extern.c76 bool in_escape; member
289 if (ibe->in_escape) { in handle_msg()
340 if (ibe->in_escape) { in receive()
344 ibe->in_escape = false; in receive()
357 ibe->in_escape = true; in receive()
361 if (ibe->in_escape) { in receive()
363 ibe->in_escape = false; in receive()
/openbmc/qemu/hw/misc/
H A Daspeed_ibt.c270 if (ibt->in_escape) { in vm_handle_char()
288 ibt->in_escape = 0; in vm_handle_char()
296 ibt->in_escape = 1; in vm_handle_char()
301 if (ibt->in_escape) { in vm_handle_char()
302 ibt->in_escape = 0; in vm_handle_char()
444 ibt->in_escape = 0; in aspeed_ibt_write()
533 ibt->in_escape = 0; in aspeed_ibt_reset()
/openbmc/qemu/include/hw/misc/
H A Daspeed_ibt.h35 int in_escape; member