Searched defs:panic (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A Dpanic.c2 * panic.c --
4 * Source code for the "panic" library procedure for Tcl;
6 * an application-specific panic procedure.
14 * SCCS: @(#) panic.c 1.15 96/09/12 14:55:25
17 #define panic panicDummy macro
31 #undef panic macro
37 EXTERN void panic _ANSI_ARGS_((char *format, char *arg1,
45 * specific panic procedure.
56 * Replace the default panic behavior with the specified functiion.
78 * panic
91 panic(format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) function
[all...]
/ast/src/cmd/bzip/
H A Dbzip2.c125 #define panic bzpanic macro
260 void panic ( Char* );
358 panic ( "compress:unexpected error" );
361 panic ( "compress:end" );
405 if (bzerr != BZ_OK) panic ( "decompress:bzReadGetUnused" );
410 if (bzerr != BZ_OK) panic ( "decompress:bzReadGetUnused" );
452 panic ( "decompress:unexpected error" );
455 panic ( "decompress:end" );
492 if (bzerr != BZ_OK) panic ( "test:bzReadGetUnused" );
497 if (bzerr != BZ_OK) panic ( "tes
604 void panic ( Char* s ) function
[all...]

Completed in 20 milliseconds