Home
last modified time | relevance | path

Searched refs:interrupted (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/contrib/tcsh-6/
H A Dsh.print.c222 static int interrupted = 0; in flush() local
233 if (interrupted) { in flush()
234 interrupted = 0; in flush()
241 interrupted = 1; in flush()
310 interrupted = 0; in flush()
/dragonfly/games/rogue/
H A Dmove.c196 interrupted) { in multiple_move_rogue()
200 if ( (!interrupted) && passgo && (m == MOVE_FAILED) && in multiple_move_rogue()
213 while ((!interrupted) && (one_move_rogue((dirch + 32), 1) == MOVED)) in multiple_move_rogue()
216 if ( (!interrupted) && passgo && in multiple_move_rogue()
497 interrupted = 0; in rest()
500 if (interrupted) { in rest()
H A Dplay.c50 boolean interrupted = 0; variable
61 interrupted = 0; in play_level()
H A Dhit.c78 interrupted = 1; in mon_hit()
354 interrupted || (!(dungeon[row][col] & MONSTER))) { in fight()
H A Dtrap.c264 if (((shown == found) && (found > 0)) || interrupted) { in search()
H A Dmessage.c72 interrupted = 1; in message()
H A Drogue.h691 extern boolean interrupted;
/dragonfly/sys/dev/drm/include/linux/
H A Dwait.h115 bool interrupted = false; \
144 interrupted = true; \
160 else if (interrupted) \
/dragonfly/crypto/openssh/
H A Dsftp.c101 volatile sig_atomic_t interrupted = 0; variable
255 interrupted = 1; in cmd_interrupt()
263 interrupted = 1; in read_interrupt()
669 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in process_get()
876 for (n = 0; d[n] != NULL && !interrupted; n++) { in do_ls_dir()
980 if (interrupted) in do_globbed_ls()
1026 for (j = 0; j < nentries && !interrupted; j++) { in do_globbed_ls()
2280 interrupted = 0; in interactive_loop()
2294 if (interrupted) in interactive_loop()
2306 if (interrupted) in interactive_loop()
[all …]
H A Dsftp-client.c68 extern volatile sig_atomic_t interrupted;
727 for (; !interrupted;) { in do_lsreaddir()
823 } else if (interrupted && dir != NULL && *dir != NULL) { in do_lsreaddir()
1687 if (interrupted) { in do_download()
1907 for (i = 0; dir_entries[i] != NULL && !interrupted; i++) { in download_dir_internal()
2090 if (interrupted || status != SSH2_FX_OK) in do_upload()
2257 while (((dp = readdir(dirp)) != NULL) && !interrupted) { in upload_dir_internal()
2463 if (interrupted) { in do_crossload()
2587 if (read_error || write_error || interrupted) { in do_crossload()
2612 interrupted) in do_crossload()
[all …]
H A Dscp.c180 volatile sig_atomic_t interrupted = 0; variable
1537 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in sink_sftp()
1934 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
/dragonfly/games/atc/
H A DBUGS1 log restarts if interrupted
/dragonfly/contrib/ncurses/include/
H A DMKkey_defs.sh67 key_event kv1 str V1 KEY_EVENT + ----- We were interrupted by an event
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/
H A Derror_constants.h77 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/
H A Derror_constants.h77 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/dragonfly/sbin/hammer/
H A Dcmd_mirror.c97 int interrupted = 0; in hammer_cmd_mirror_read() local
356 interrupted = 1; in hammer_cmd_mirror_read()
371 if (interrupted == 0) { in hammer_cmd_mirror_read()
395 if (interrupted) { in hammer_cmd_mirror_read()
419 if (streaming && interrupted == 0) { in hammer_cmd_mirror_read()
/dragonfly/contrib/libpcap/
H A Dpcap-bpf.c161 u_int interrupted; member
361 if (pb->interrupted && p->opt.timeout) { in pcap_next_zbuf()
366 pb->interrupted = 0; in pcap_next_zbuf()
393 if (!pb->interrupted && p->opt.timeout) { in pcap_next_zbuf()
394 pb->interrupted = 1; in pcap_next_zbuf()
404 pb->interrupted = 0; in pcap_next_zbuf()
/dragonfly/usr.bin/dc/
H A Dbcode.c50 volatile sig_atomic_t interrupted; member
226 bmachine.interrupted = true; in sighandler()
1744 if (bmachine.interrupted) { in eval()
1750 bmachine.interrupted = false; in eval()
/dragonfly/sys/kern/
H A Duipc_syscalls.c568 int error, interrupted = 0; in kern_connect() local
605 interrupted = 1; in kern_connect()
612 if (!interrupted) in kern_connect()
/dragonfly/contrib/nvi2/cl/
H A DREADME.signal16 can they handle interrupted system calls, so the vi routines that
/dragonfly/games/cribbage/
H A Dcribbage.n117 does not score if it is interrupted by a go.
/dragonfly/etc/
H A Drc.subr1192 trap "echo 'Reboot interrupted'; exit 1" 3
1211 ( trap "echo 'Reboot interrupted'; exit 1" 3
/dragonfly/contrib/bmake/
H A Dbmake.cat1293 is not removed if bmake is interrupted.
1381 When bmake is interrupted, it normally removes any partially
1439 targets whose commands are interrupted during execution are
1456 If bmake is interrupted, the commands for this target are exe-
/dragonfly/contrib/less/
H A DNEWS223 * F command can be interrupted by ^X.
272 * Fix erroneous EOF calculation when F command is interrupted.
/dragonfly/contrib/libarchive/
H A DNEWS201 May 16, 2010: Fix ^T handling; don't exit on interrupted reads and writes

12