Searched refs:in_escape (Results 1 – 6 of 6) sorted by relevance
39 static int in_escape; variable200 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()
37 static int in_escape; variable276 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()
134 static int in_escape, is_flushing; variable316 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()
76 bool in_escape; member289 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()
270 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()
35 int in_escape; member