Home
last modified time | relevance | path

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

12345678

/netbsd/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/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/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrc.h51 interrupted = int(std::errc::interrupted), enumerator
/netbsd/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/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/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/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/crypto/external/bsd/openssh/dist/
H A Dsftp.c89 volatile sig_atomic_t interrupted = 0; variable
239 interrupted = 1; in cmd_interrupt()
246 interrupted = 1; in read_interrupt()
652 for (i = 0; g.gl_pathv[i] && !interrupted; i++) { in process_get()
863 for (n = 0; d[n] != NULL && !interrupted; n++) { in do_ls_dir()
976 if (interrupted) in do_globbed_ls()
1027 for (j = 0; j < nentries && !interrupted; j++) { in do_globbed_ls()
2294 interrupted = 0; in interactive_loop()
2308 if (interrupted) in interactive_loop()
2316 if (interrupted) in interactive_loop()
[all …]
H A Dsftp-client.c60 extern volatile sig_atomic_t interrupted;
720 for (; !interrupted;) { in do_lsreaddir()
816 } else if (interrupted && dir != NULL && *dir != NULL) { in do_lsreaddir()
1680 if (interrupted) { in do_download()
1896 for (i = 0; dir_entries[i] != NULL && !interrupted; i++) { in download_dir_internal()
2079 if (interrupted || status != SSH2_FX_OK) in do_upload()
2245 while (((dp = readdir(dirp)) != NULL) && !interrupted) { in upload_dir_internal()
2451 if (interrupted) { in do_crossload()
2575 if (read_error || write_error || interrupted) { in do_crossload()
2600 interrupted) in do_crossload()
[all …]
/netbsd/external/gpl2/groff/dist/src/roff/troff/
H A Denv.cpp280 if (interrupted) in add_char()
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()
576 if (interrupted) in set_char_slant()
633 interrupted(0), in environment()
[all …]
/netbsd/games/atc/
H A DBUGS1 log restarts if interrupted
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A D__errc48 interrupted, // EINTR
145 interrupted = EINTR,
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h71 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/netbsd/crypto/external/bsd/openssl/dist/engines/
H A De_loader_attic.txt18 ui process interrupted or cancelled
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h71 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h77 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h77 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h77 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h75 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h75 interrupted = EINTR, in _GLIBCXX_VISIBILITY() enumerator

12345678