Searched refs:suspend (Results 76 - 100 of 105) sorted by relevance

12345

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtf.vim93 syn keyword tfStatement suspend telnet test time toggle trig trigger unbind contained
H A Dzsh.vim117 \ source stat suspend test times trap true
H A Dpine.vim269 syn keyword pineOption enable-suspend
348 syn keyword pineOption use-subshell-for-suspend
H A Dtcsh.vim44 syn keyword tcshBuiltin nextgroup=tcshStatementEnd alloc bg break breaksw builtins bye case cd chdir complete continue default dirs echo echotc end endif endsw eval exec exit fg filetest foreach getspath getxvers glob goto hashstat history hup inlib jobs kill limit log login logout ls ls-F migrate newgrp nice nohup notify onintr popd printenv pushd rehash repeat rootnode sched setpath setspath settc setty setxvers shift source stop suspend switch telltc time umask uncomplete unhash universe unlimit ver wait warp watchlog where which
H A Dsh.vim453 syn keyword shStatement autoload bg false fc fg functions getopts hash history integer jobs let nohup printf r stop suspend times true type unalias whence
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Djobs.c707 job.suspend = (unsigned)my_stty.c_cc[VSUSP];
708 if(job.suspend == (unsigned char)CNSUSP)
792 if(possible && job.suspend==CNSUSP)
H A Djobs.c.orig707 job.suspend = (unsigned)my_stty.c_cc[VSUSP];
708 if(job.suspend == (unsigned char)CNSUSP)
792 if(possible && job.suspend==CNSUSP)
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLMediaElement.h453 virtual void suspend(ReasonForSuspension);
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLDocumentParser.cpp970 m_parserScheduler->suspend();
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebViewPrivate.h496 - (void)setMemoryCacheDelegateCallsEnabled:(BOOL)suspend;
562 @param paused YES to suspend animations, NO to resume animations.
/macosx-10.9.5/procmail-14/procmail/src/
H A Dmisc.c304 void suspend P((void)) function
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp4859 fb->suspend(false);
5213 fb->suspend(true);
5353 suspend(true);
5355 suspend(false);
5398 if (fg == mode) suspend(true);
5413 if (fg == mode) suspend(true);
5466 if (fg == mode) suspend(false);
7425 bool IOFramebuffer::suspend(bool now) function in class:IOFramebuffer
7446 TIMEEND(thisName, "exit suspend setupForCurrentConfig time: %qd ms\n");
7501 suspend(tru
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtask_policy.c403 task->requested_policy.t_sup_suspend = (info->suspend) ? 1 : 0;
574 info->suspend = 0;
583 info->suspend = task->requested_policy.t_sup_suspend;
788 /* Calculate suspend policy */
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dsurvival.tex285 \key{C-z} iconify (suspend) Emacs when running it under X or
H A Dfr-survival.tex288 \key{C-z} iconifie (suspend) Emacs lorsqu'il s'ex\'ecute sous X ou
H A Drefcard.tex285 \key{suspend Emacs (or iconify it under X)}{C-z}
H A Dvipcard.tex313 \key{suspend Emacs}{X Z {\rm or} :st}
H A DviperCard.tex329 \metax{suspend Emacs}{:st {\rm or} :su}
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c1327 suspend(void)
2565 zhelp[] = "suspend telnet",
2593 { "z", zhelp, (int (*)(int, char **))suspend, 0 },
1321 suspend(void) function
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketChannel.cpp234 void WebSocketChannel::suspend() function in class:WebCore::WebSocketChannel
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsLayer.cpp1239 m_animations.suspend(time);
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dnotifyd.c155 if (c->suspend_count > 0) fprintf(f, " suspend %d", c->suspend_count);
326 fprintf(f, "suspend %llu\n", call_statistics.suspend);
H A Dnotify_proc.c791 call_statistics.suspend++;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.cpp1897 // to instead suspend JavaScript execution.
1909 // suspend JS instead of doing a layout with inaccurate information.
4834 scriptRunner()->suspend();
4864 m_scriptedAnimationController->suspend();
5503 m_scriptedAnimationController->suspend();
/macosx-10.9.5/libauto-185.5/
H A DZone.cpp1712 thread->suspend();

Completed in 438 milliseconds

12345