Searched refs:killed (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dcgen.tcl571 set killed 0
573 if {$save && $killed && [$tree get $child rel]} {
579 set killed 0
582 set killed [expr {$killed || [$tree get $child kill]}]
628 set killed 0
631 if {$save && $killed && [$tree get $grandchild rel]} {
637 set killed 0
640 set killed [expr {$killed || [
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dserver.el182 Please note that only buffers are killed that still have a client,
183 i.e. buffers visited which \"emacsclient --no-wait\" are never killed in
558 ;; When the buffer is killed, inform the clients.
569 or nil. KILLED is t if we killed BUFFER (typically, because it was visiting
573 (killed nil)
602 ;; Notice whether server-done-hook killed the buffer.
604 (setq killed t)
608 (when (and (not killed)
612 (setq killed t)
615 (unless killed
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c1303 * to their desired, higher, jetsam priority when dirty (and are therefore killed later), and demoted to the low
1304 * priority idle band when clean (and killed earlier, protecting higher priority procesess).
1808 boolean_t killed = FALSE; local
1838 killed = memorystatus_do_kill(victim_p, kMemorystatusKilledIdleExit);
1842 return killed;
1907 boolean_t killed; local
1919 killed = memorystatus_kill_hiwat_proc(&errors);
1920 if (killed) {
1947 killed = memorystatus_kill_top_process(TRUE, cause, &priority, &errors);
1948 if (killed) {
2282 boolean_t killed; local
2319 boolean_t new_snapshot = FALSE, killed = FALSE; local
2490 boolean_t new_snapshot = FALSE, killed = FALSE; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-start.el117 or killed.
128 `gnus-read-active-file' is nil or `some', then the killed list is no
129 longer necessary, so you could safely set `gnus-save-killed-list' to nil.
187 (defconst gnus-level-killed 9
188 "Groups with this level are killed.")
244 (defcustom gnus-save-killed-list t
245 "*If non-nil, save the list of killed groups to the startup file.
285 for your decision; `gnus-subscribe-killed' kills all new groups;
294 (function-item gnus-subscribe-killed)
323 (function-item gnus-subscribe-killed)
[all...]
H A Dgnus-srvr.el97 (defvar gnus-server-killed-servers nil)
428 (push (assoc server gnus-server-alist) gnus-server-killed-servers)
429 (setq gnus-server-alist (delq (car gnus-server-killed-servers)
442 group gnus-level-killed 3)))))
446 "Yank the previously killed server."
448 (unless gnus-server-killed-servers
449 (error "No killed servers to be yanked"))
452 (killed (car gnus-server-killed-servers)))
454 (setq gnus-server-alist (nconc gnus-server-alist (list killed)))
[all...]
H A Dgnus.el2301 (variable-item gnus-killed-mark)
2311 gnus-killed-mark
2324 (variable-item gnus-killed-mark)
2616 (expirable . expire) (killed . killed)
2625 (killed range)
2681 gnus-killed-list gnus-zombie-list
2697 (defvar gnus-killed-list nil
2698 "List of killed newsgroups.")
2700 (defvar gnus-killed
[all...]
H A Dnnimap.el822 backend should be killed. (Not the nntp-server-buffer, though.) This
1196 ;; killed can't be stored (not list/range
1197 (setq cmdmarks (delq 'killed cmdmarks))
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DEngine.pm123 It defines how child processes are forked, checked and killed.
135 engine stops (typically when the main proxy process is killed).
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DEngine.pm123 It defines how child processes are forked, checked and killed.
135 engine stops (typically when the main proxy process is killed).
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DMessageQueue.h72 bool killed() const;
232 inline bool MessageQueue<DataType>::killed() const function in class:WTF::MessageQueue
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_rmx.c447 uint32_t killed; member in struct:rtqk_arg
518 ap->killed++;
577 log(LOG_DEBUG, "%s: found %u, killed %u\n", __func__,
578 arg.found, arg.killed);
588 ours = (arg.found - arg.killed);
601 arg.found = arg.killed = 0;
H A Din_arp.c511 uint32_t killed; member in struct:arptf_arg
577 ap->killed++;
603 log(LOG_DEBUG, "%s: found %u, aging %u, sticky %u, killed %u\n",
604 __func__, farg.found, farg.aging, farg.sticky, farg.killed);
628 log(LOG_DEBUG, "%s: found %u, aging %u, sticky %u, killed %u\n",
629 __func__, farg.found, farg.aging, farg.sticky, farg.killed);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6_rmx.c534 uint32_t killed; member in struct:rtqk_arg
609 ap->killed++;
668 log(LOG_DEBUG, "%s: found %u, killed %u\n", __func__,
669 arg.found, arg.killed);
679 ours = (arg.found - arg.killed);
692 arg.found = arg.killed = 0;
H A Dnd6.c732 uint32_t killed; member in struct:nd6svc_arg
943 ap->killed++;
967 ap->killed++;
1015 ap->killed++;
1054 ap->killed++;
1121 ap->killed++;
1219 ap->killed++;
1260 "sticky %u, killed %u\n", __func__, sarg.found, sarg.aging_lazy,
1261 sarg.aging, sarg.sticky, sarg.killed));
1281 "sticky %u, killed
[all...]
/macosx-10.10.1/shell_cmds-179/killall/
H A Dkillall.c216 int killed = 0; local
531 killed++;
543 if (killed == 0) {
/macosx-10.10.1/misc_cmds-33/calendar/calendars/
H A Dcalendar.history84 03/16 MyLai Massacre; 300 non-combatant villagers killed by US infantrymen
127 04/27 Magellan killed in Philippines, 1521
144 05/17 Six SLA members killed in televised gun fight, 1974
280 08/31 269 people killed after Korean Airlines 747 shot down by USSR, 1983
432 11/24 Lee Harvey Oswald killed by Jack Ruby, 1963
H A Dcalendar.music36 Bopper are killed in a plane crash outside Mason City, Iowa, 1959
226 12/08 John Lennon is shot and killed in New York City, 1980
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dkern_memorystatus.h121 uint32_t killed; member in struct:jetsam_snapshot_entry
230 #define P_MEMSTAT_FATAL_MEMLIMIT 0x00002000 /* cross this limit and the process is killed. Types: system-wide default task memory limit and per-task custom memory limit. */
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dsignals.c662 int i, killed = 0; local
672 killed++;
674 if (killed)
675 zwarn("warning: %d jobs SIGHUPed", killed);
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf_ioctl.c2765 int killed = 0; local
2791 killed++;
2793 if (killed)
3626 int killed = 0; local
3658 killed++;
3661 psk->psk_af = killed;
3672 int killed = 0; local
3723 killed++;
3726 psk->psk_af = killed;
4724 int killed local
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsplint.vim51 syn keyword splintGlobannot contained undef killed
66 syn keyword splintGlobState contained undef killed
H A Derlang.vim171 syn keyword erlangSignal badsig kill killed exit normal
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dgnus-refcard.tex205 9 & & killed \\
233 is read (killed, uninteresting), and have more or less the same effect.
339 A k & (C-c C-l) List all {\bf killed} groups.
471 S y & (C-y) {\bf Yank} the last killed group.\\
1196 y & {\bf Yank} the previously killed server.\\
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm804 does not normally return until the proxy is killed or otherwise
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/
H A DProxy.pm804 does not normally return until the proxy is killed or otherwise

Completed in 240 milliseconds

12