Searched refs:abort (Results 1 - 20 of 20) sorted by relevance

/ast/src/cmd/dsslib/ip_t/
H A Divlib.h34 extern void abort _ARG_((void));
52 #define ASSERT(p) ((p) ? 0 : (abort(),0))
/ast/src/lib/libast/misc/
H A Ddebug.c35 abort();
H A Derror.c608 abort();
/ast/src/lib/libodelta/
H A Dsuftree.h54 #define ASSERT(p) if(!(p)) abort();
/ast/src/lib/libtk/compat/
H A Dstdlib.h25 extern void abort _ANSI_ARGS_((void));
/ast/src/lib/libvgraph/
H A Dkpvdebug.h7 extern void abort _ARG_((void));
21 abort();
/ast/src/lib/libtksh/tcl/
H A Dpanic.c107 abort();
/ast/src/lib/libvdelta/vd01/
H A Dvdelhdr01.h37 extern int abort();
39 #define ASSERT(p) ((p) ? 0 : abort())
/ast/src/cmd/mailx/
H A Dedit.c240 abort();
H A Dcollect.c109 longjmp(state.collect.abort, sig);
377 if ((sig = setjmp(state.collect.abort)) || (sig = setjmp(state.collect.work))) {
H A Dmisc.c120 abort();
H A Dmailx.h310 #define PANIC (1<<4) /* message and abort() */
683 jmp_buf abort; /* To end collection with error */ member in struct:__anon136::__anon137
/ast/src/lib/libvdelta/
H A Dvdelhdr.h37 extern int abort();
39 #define ASSERT(p) ((p) ? 0 : abort())
/ast/src/lib/libtk/library/
H A Dmsgbox.tcl62 {abort -width 6 -text Abort -under 0}
/ast/src/lib/libtk/generic/
H A DtkPack.c60 * abort that nested call. This happens, for
533 int abort; /* May get set to non-zero to abort this
558 masterPtr->abortPtr = &abort;
559 abort = 0;
773 if (abort) {
799 * happens, we'll be told to abort.
802 if (abort) {
529 int abort; /* May get set to non-zero to abort this local
H A DtkGrid.c179 * abort that nested call. This happens, for
1169 int abort;
1199 masterPtr->abortPtr = &abort;
1200 abort = 0;
1251 for (slavePtr = masterPtr->slavePtr; slavePtr != NULL && !abort;
1285 if (abort) {
1163 int abort; local
/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h123 #define VM_abort 0x0001 /* abort() on assertion failure */
144 #define ASSERT(p) ((p) ? 0 : (MESSAGE("Assertion failed"), ABORT() ? (abort(),0) : 0))
499 extern void abort _ARG_(( void ));
H A Dvmdebug.c93 abort();
/ast/src/lib/libast/sfio/
H A Dsfhdr.h539 #define ASSERT(p) ((p) ? 0 : (abort(),0) )
1226 extern void abort _ARG_((void));
/ast/src/cmd/ksh93/sh/
H A Djobs.c363 abort();

Completed in 230 milliseconds