Home | History | Annotate | Download | only in dist

Lines Matching defs:quit_pending

146 volatile sig_atomic_t quit_pending; /* Set non-zero to quit the loop. */
207 quit_pending = 1;
235 quit_pending = 1;
592 if (!channel_tty_open(ssh) || quit_pending) {
1210 quit_pending = 1;
1408 ssh_dispatch_run_fatal(ssh, DISPATCH_NONBLOCK, &quit_pending);
1518 quit_pending = 0;
1563 while (!quit_pending) {
1604 if (quit_pending)
1612 if (quit_pending)
1622 if (quit_pending)
2315 for (i = 0; !quit_pending && i < 3; i++) {
2321 else if (quit_pending || response == NULL ||
2330 if (quit_pending || i >= 3 || response == NULL)