Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c116 static int quit_pending; /* Set to non-zero to quit the client loop. */ variable
184 quit_pending = 1; in signal_handler()
556 quit_pending = 1; in client_wait_until_can_do_something()
624 quit_pending = 1; in client_process_net_input()
641 quit_pending = 1; in client_process_net_input()
793 quit_pending = 1; in process_escapes()
1011 quit_pending = 1; in client_process_output()
1029 quit_pending = 1; in client_process_output()
1054 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, compat20 ? xxx_kex : NULL); in client_process_buffered_input_packets()
1122 quit_pending = 0; in client_loop()
[all …]