Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Ddisplay.py67 def clear(self, interrupted): pass argument
94 self.progress_bar.clear(interrupted=False)
103 def clear(self, interrupted): argument
105 self.progress_bar.clear(interrupted)
H A DProgressBar.py204 def clear(self, interrupted): argument
205 if self.atIndex is not None and not interrupted:
278 def clear(self, interrupted): argument
283 if interrupted: # ^C creates extra line. Gobble it up!
H A Dmain.py215 interrupted = False
220 interrupted = True
227 display.clear(interrupted)
/netbsd-src/games/rogue/
H A Dmove.c200 interrupted) { in multiple_move_rogue()
204 if ( (!interrupted) && passgo && (m == MOVE_FAILED) && in multiple_move_rogue()
217 while ((!interrupted) && (one_move_rogue((dirch + 32), 1) == MOVED)) in multiple_move_rogue()
220 if ( (!interrupted) && passgo && in multiple_move_rogue()
504 interrupted = 0; in rest()
507 if (interrupted) { in rest()
H A Dplay.c58 boolean interrupted = 0; variable
69 interrupted = 0; in play_level()
H A Dhit.c86 interrupted = 1; in mon_hit()
373 interrupted || (!(dungeon[row][col] & MONSTER))) { in fight()
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Derrinfo_example.txt14 Xorg pollsys 4 interrupted system call
55 Xorg pollsys 4 147 interrupted system call
87 Xorg pollsys 4 47 interrupted system call
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Derrinfo_example.txt14 Xorg pollsys 4 interrupted system call
55 Xorg pollsys 4 147 interrupted system call
87 Xorg pollsys 4 47 interrupted system call
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrc.h51 interrupted = int(std::errc::interrupted), enumerator
/netbsd-src/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c1233 static void interrupted(int sig) in interrupted() function
1261 interrupted(0); in fatal_warning()
1459 signal(SIGINT, interrupted); in main()
1460 signal(SIGQUIT, interrupted); in main()
1462 signal(SIGTERM, interrupted); in main()
1464 signal(SIGHUP, interrupted); in main()
/netbsd-src/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_misc.c347 int interrupted = 0; variable
353 interrupted = 1; in myhandler()
382 interrupted = 0; in start_watchdog()
H A Dextern.h3 extern int interrupted;
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp.c90 volatile sig_atomic_t interrupted = 0; variable
242 interrupted = 1; in cmd_interrupt()
249 interrupted = 1; in read_interrupt()
669 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in process_get()
758 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in process_put()
884 for (n = 0; d[n] != NULL && !interrupted; n++) { in do_ls_dir()
997 if (interrupted) in do_globbed_ls()
1048 for (j = 0; j < nentries && !interrupted; j++) { in do_globbed_ls()
1642 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in parse_dispatch_command()
1746 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in parse_dispatch_command()
[all …]
H A Dsftp-client.c61 extern volatile sig_atomic_t interrupted;
725 for (; !interrupted;) { in sftp_lsreaddir()
821 } else if (interrupted && dir != NULL && *dir != NULL) { in sftp_lsreaddir()
1686 if (interrupted) { in sftp_download()
1808 if (!read_error && !write_error && !interrupted) { in sftp_download()
1817 if (inplace_flag || read_error || write_error || interrupted) { in sftp_download()
1819 (read_error || write_error || interrupted)) { in sftp_download()
1838 if (sftp_close(conn, handle, handle_len) != 0 || interrupted) in sftp_download()
1922 for (i = 0; dir_entries[i] != NULL && !interrupted; i++) { in download_dir_internal()
2113 if (interrupted || status != SSH2_FX_OK) in sftp_upload()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp280 if (interrupted) in add_char()
348 if (interrupted) { in add_node()
375 if (current_tab || interrupted || current_field in add_hyphen_indicator()
421 if (interrupted) in space_newline()
450 if (interrupted) in space()
483 if (interrupted) in set_font()
514 if (interrupted) in set_font()
526 if (interrupted) in set_family()
546 if (interrupted) in set_size()
566 if (interrupted) in set_char_height()
[all …]
/netbsd-src/games/atc/
H A DBUGS1 log restarts if interrupted
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__errc48 interrupted, // EINTR
145 interrupted = EINTR,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h71 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h71 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_loader_attic.txt18 ui process interrupted or cancelled
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h77 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h77 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h75 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h75 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h77 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator

1234567