Lines Matching refs:quit_pending
152 volatile sig_atomic_t quit_pending; /* Set non-zero to quit the loop. */ variable
240 quit_pending = 1; in signal_handler()
674 quit_pending = 1; in client_wait_until_can_do_something()
743 quit_pending = 1; in client_process_net_input()
763 quit_pending = 1; in client_process_net_input()
1108 quit_pending = 1; in process_escapes()
1373 quit_pending = 1; in client_process_output()
1394 quit_pending = 1; in client_process_output()
1418 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, active_state); in client_process_buffered_input_packets()
1503 quit_pending = 0; in client_loop()
1549 while (!quit_pending) { in client_loop()
1582 if (quit_pending) in client_loop()
1593 if (quit_pending) in client_loop()
1612 if (quit_pending) in client_loop()
1782 quit_pending = 1; in client_input_exit_status()
2203 for (i = 0; !quit_pending && i < 3; i++) { in update_known_hosts()
2209 else if (quit_pending || response == NULL || in update_known_hosts()
2218 if (quit_pending || i >= 3 || response == NULL) in update_known_hosts()