Lines Matching refs:quit_pending
154 volatile sig_atomic_t quit_pending; /* Set non-zero to quit the loop. */ variable
240 quit_pending = 1; in signal_handler()
708 quit_pending = 1; in client_wait_until_can_do_something()
777 quit_pending = 1; in client_process_net_input()
797 quit_pending = 1; in client_process_net_input()
1142 quit_pending = 1; in process_escapes()
1407 quit_pending = 1; in client_process_output()
1428 quit_pending = 1; in client_process_output()
1452 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, active_state); in client_process_buffered_input_packets()
1568 quit_pending = 0; in client_loop()
1614 while (!quit_pending) { in client_loop()
1652 if (quit_pending) in client_loop()
1663 if (quit_pending) in client_loop()
1673 if (quit_pending) in client_loop()
1835 quit_pending = 1; in client_input_exit_status()
2289 for (i = 0; !quit_pending && i < 3; i++) { in update_known_hosts()
2295 else if (quit_pending || response == NULL || in update_known_hosts()
2304 if (quit_pending || i >= 3 || response == NULL) in update_known_hosts()