Lines Matching refs:quit_pending
143 volatile sig_atomic_t quit_pending; /* Set non-zero to quit the loop. */ variable
201 quit_pending = 1; in quit_message()
231 quit_pending = 1; in signal_handler()
588 if (!channel_tty_open(ssh) || quit_pending) { in obfuscate_keystroke_timing()
1204 quit_pending = 1; in process_escapes()
1402 ssh_dispatch_run_fatal(ssh, DISPATCH_NONBLOCK, &quit_pending); in client_process_buffered_input_packets()
1509 quit_pending = 0; in client_loop()
1559 while (!quit_pending) { in client_loop()
1600 if (quit_pending) in client_loop()
1608 if (quit_pending) in client_loop()
1618 if (quit_pending) in client_loop()
2301 for (i = 0; !quit_pending && i < 3; i++) { in update_known_hosts()
2307 else if (quit_pending || response == NULL || in update_known_hosts()
2316 if (quit_pending || i >= 3 || response == NULL) in update_known_hosts()