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

/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslScripts/
H A DprotServe18 echo @@@@@@ ERROR from sslServer; aborting.
31 echo @@@@@@ ERROR from sslServer; aborting.
44 echo @@@@@@ ERROR from sslServer; aborting.
56 echo @@@@@@ ERROR from sslServer; aborting.
69 echo @@@@@@ ERROR from sslServer; aborting.
82 echo @@@@@@ ERROR from sslServer; aborting.
H A DauthExtern24 echo @@@@@@ expected one error from sslViewer, got $status, aborting.
33 echo @@@@@@ expected one error from sslViewer, got $status, aborting.
48 echo @@@@@@ expected one error from sslViewer, got $status, aborting.
67 echo @@@@@@ expected one error from sslViewer, got $status, aborting.
74 echo @@@@@@ expected one error from sslViewer, got $status, aborting.
H A DauthDoncio34 echo @@@@@@ expected one error from sslViewer, got $status, aborting.
41 echo @@@@@@ expected one error from sslViewer, got $status, aborting.
H A DauthServe35 echo @@@@@@ expected one error from sslServer; got $status; aborting.
47 echo @@@@@@ expected one error from sslServer; got $status; aborting.
/macosx-10.10/CPANInternal-159.1/Graph-0.94/
H A DMakefile.PL40 You do not have Scalar::Util::weaken, cannot continue, aborting.
/macosx-10.10/CPANInternal-159.1/Graph-0.96/
H A DMakefile.PL40 You do not have Scalar::Util::weaken, cannot continue, aborting.
/macosx-10.10/zsh-61/zsh/Src/
H A Dmakepro.awk6 aborting = 0
11 aborting = 1
36 aborting = 1
162 if(aborting)
/macosx-10.10/vim-55/src/proto/
H A Dex_eval.pro2 int aborting __ARGS((void));
/macosx-10.10/tidy-15.15/tidy/test/
H A Donetesta.cmd36 @echo ERROR: Can NOT locate [%INFILE%] ... aborting test ...
39 @echo ERROR: Can NOT locate [%INFILE%] ... aborting test ... >> ACCERR.TXT
/macosx-10.10/vim-55/runtime/indent/
H A Dxml.vim16 " [-- local settings (must come before aborting the script) --]
H A Dhtml.vim16 " [-- local settings (must come before aborting the script) --]
/macosx-10.10/vim-55/src/
H A Dbuffer.c219 || (aborting() && vim_strchr(p_cpo, CPO_INTMOD) != NULL)
230 if (aborting())
387 if (aborting()) /* autocmds may abort script processing */
425 if (aborting()) /* autocmds may abort script processing */
547 if (aborting()) /* autocmds may abort script processing */
718 * aborting() returns FALSE when closing a window. */
729 * new aborting error, interrupt, or uncaught exception. */
756 * aborting() returns FALSE when closing a buffer. */
774 * new aborting error, interrupt, or uncaught exception. */
782 * aborting() return
[all...]
H A Dex_eval.c77 * during execution of a function call from an expression: the aborting of the
85 * Return TRUE when immediately aborting on error, or when an interrupt
92 * cancellation of an expression evaluation after an aborting function call or
93 * due to a parsing error, aborting() always returns the same value.
96 aborting() function
124 return ((retcode == FAIL && trylevel != 0 && !emsg_silent) || aborting());
171 * reached. This ensures that aborting() returns the same value for all
175 * that was activated due to an aborting error, interrupt, or exception.
1431 * aborting error, an interrupt, or an exception, restoring
1433 * aborting stat
[all...]
H A Dfileio.c402 return aborting() ? FAIL : OK;
410 return aborting() ? FAIL : OK;
687 if (aborting()) /* autocmds may abort script processing */
811 if (aborting()) /* autocmds may abort script processing */
2677 if (aborting()) /* autocmds may abort script processing */
3407 || aborting()
3418 || aborting()
3421 /* An aborting error, interrupt or exception in the
3447 if (!aborting())
5159 if (aborting()) /* autocmd
[all...]
H A Dex_cmds.c1159 if (!aborting())
1234 if (!aborting())
2457 if (aborting()) /* autocmds may abort script processing */
2651 if (curbuf != was_curbuf || aborting())
2685 if (curbuf != was_curbuf || aborting())
3334 if (aborting()) /* autocmds may abort script processing */
3377 if (aborting()) /* autocmds may abort script processing */
3398 if (aborting()) /* autocmds may abort script processing */
3542 if (aborting()) /* autocmds may abort script processing */
3606 if (aborting()) /* autocmd
[all...]
H A Deval.c2218 if (len < 0 && !aborting())
2563 * aborting error, an interrupt, or an exception. */
2564 if (!aborting() && !quiet)
3410 /* Stop when immediately aborting on error, or when an interrupt
3414 if (aborting())
3975 * been cancelled due to an aborting error, an interrupt, or an
3978 if (!aborting())
5086 * aborting on error, or when an interrupt occurred or
5088 if (aborting())
8135 else if (!aborting())
[all...]
H A Dex_getln.c1139 if (aborting())
6261 if (aborting() && cmdwin_result != K_IGNORE)
H A Dex_cmds2.c2973 retval = aborting() ? FAIL : OK;
H A Dwindow.c2196 if (aborting())
4111 if (aborting())
H A Dex_docmd.c1288 * - no CTRL-C typed, no aborting error, no exception thrown or try
1438 * On an interrupt or an aborting error not converted to an exception,
7690 * aborting() returns FALSE when closing a window. */
7700 * discarded by a new aborting error, interrupt, or
7920 if (!aborting())
/macosx-10.10/postfix-255/postfix/conf/
H A Dpostfix-script175 $INFO aborting the Postfix mail system
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMirrorSet.cpp877 bool aborting = target->getMemberState() == kAppleRAIDMemberStateSpare; local
878 if (aborting) target->changeMemberState(kAppleRAIDMemberStateBroken);
882 if (aborting) {
/macosx-10.10/vim-55/src/testdir/
H A Dtest49.vim2011 asdf " aborting error, triggering error exception
6304 " discards the aborting error when $VIMNOERRTHROW is non-zero.
6660 elseif a:reason == "aborting error"
6707 call G("aborting error", 5)
8121 continue " discard an aborting error
8371 " Discard the aborting error or exception, and break the
8522 continue " discard an aborting error
8550 " Discard an aborting error:
9650 return caught " discard aborting error
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp4949 bool aborting = ((lastSleepReason == kIOPMSleepReasonIdle) local
4951 if (aborting) {
6100 bool aborting = ((lastSleepReason == kIOPMSleepReasonClamshell) local
6103 if (aborting) userActivityCount++;
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim4630 call netrw#ErrorMsg(s:ERROR,"command<".xcmd."> failed, aborting",54)
4781 call netrw#ErrorMsg(s:ERROR,"command<".g:netrw_localmovecmd."> failed, aborting",54)

Completed in 400 milliseconds