/ast/src/lib/libtksh/tcl/ |
H A D | panic.c | 2 * 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...] |
H A D | tclUnixNotfy.c | 109 panic("Tcl_WatchFile: unexpected file type"); 113 panic("Tcl_WatchFile can't handle file id %d", fd); 174 panic("Tcl_FileReady: unexpected file type");
|
H A D | tclPreserve.c | 223 panic("Tcl_Release couldn't find reference for 0x%x", clientData); 264 panic("Tcl_EventuallyFree called twice for 0x%x\n", clientData);
|
H A D | tclUnixFile.c | 287 panic("Tcl_CloseFile: unexpected file type"); 333 panic("Tcl_ReadFile: unexpected file type"); 368 panic("Tcl_WriteFile: unexpected file type"); 402 panic("Tcl_SeekFile: unexpected file type");
|
H A D | tclInterp.c | 342 panic("MakeSafe: could not find master record"); 477 panic("CreatSlave: could not find master record"); 514 panic("CreateSlave: out of memory while creating a new interpreter"); 587 panic("CreateInterpObject: could not find master record"); 667 panic("DeleteInterpObject: could not find master record"); 944 panic("SlaveAliasHelper: could not find master record"); 1104 panic("DeleteAlias: did not find alias to be deleted"); 1165 panic("Tcl_GetInterpPath: could not find master record"); 1208 panic("GetTarget: could not find master record"); 1219 panic("GetTarge [all...] |
H A D | tclHash.c | 139 panic("malformed bucket chain in Tcl_DeleteHashEntry"); 803 * If panic returns (which it shouldn't) this procedure returns 807 * Generates a panic. 818 panic("called Tcl_FindHashEntry on deleted table"); 832 * If panic returns (which it shouldn't) this procedure returns 836 * Generates a panic. 850 panic("called Tcl_CreateHashEntry on deleted table");
|
/ast/src/lib/libtk/generic/ |
H A D | tkImgUtil.c | 49 panic("TkAlignImageData: Can't handle image depths greater than 1.");
|
H A D | tkCursor.c | 144 panic("cursor already registered in Tk_GetCursor"); 247 panic("cursor already registered in Tk_GetCursorFromData"); 340 panic("Tk_FreeCursor called before Tk_GetCursor"); 347 panic("Tk_FreeCursor received unknown cursor argument");
|
H A D | tkTextBTree.c | 561 panic("SplitSeg reached end of line!"); 852 panic("TkBTreeFindLine ran out of nodes"); 865 panic("TkBTreeFindLine ran out of lines"); 963 panic("TkBTreePreviousLine ran out of lines"); 1035 panic("TkBTreeLineIndex couldn't find line"); 1051 panic("TkBTreeLineIndex couldn't find node"); 1368 panic("ChangeNodeToggleCount: bad toggle count (%d) max (%d)", 1980 panic("TkBTreeNextTag found incorrect tag summary info."); 2195 panic("TkBTreePrevTag found incorrect tag summary info."); 2564 panic("TkBTreeChec [all...] |
H A D | tkBitmap.c | 234 panic("bitmap already registered in Tk_GetBitmap"); 328 panic("Tk_NameOfBitmap received unknown bitmap argument"); 376 panic("Tk_SizeOfBitmap received unknown bitmap argument"); 420 panic("Tk_FreeBitmap called before Tk_GetBitmap"); 427 panic("Tk_FreeBitmap received unknown bitmap argument");
|
H A D | tkGC.c | 282 panic("GC already registered in Tk_GetGC"); 322 panic("Tk_FreeGC called before Tk_GetGC"); 329 panic("Tk_FreeGC received unknown gc argument");
|
H A D | tkFont.c | 203 panic("XFontStruct already registered in Tk_GetFontStruct"); 283 panic("Tk_FreeFontStruct called before Tk_GetFontStruct"); 288 panic("Tk_FreeFontStruct received unknown font argument"); 534 panic("TkMeasureChars received unknown font argument"); 577 panic("Unknown type %d in TkMeasureChars", type); 687 panic("TkDisplayChars received unknown font argument"); 753 panic("Unknown type %d in TkDisplayChars", type);
|
H A D | tkColor.c | 412 panic("Tk_GCForColor called with bogus color"); 459 panic("Tk_FreeColor called with bogus color"); 575 panic("FindClosestColor couldn't lookup visual"); 605 panic("FindClosestColor ran out of colors");
|
H A D | tkError.c | 103 * it's an error: panic. 108 panic("Unknown display passed to Tk_CreateErrorHandler");
|
H A D | tkUtil.c | 215 panic("TkFindStateNum: no choices in lookup table");
|
H A D | tkVisual.c | 474 panic("unknown display passed to Tk_FreeColormap"); 534 panic("unknown display passed to Tk_PreserveColormap");
|
H A D | tkTextMark.c | 618 panic("MarkCheckProc: markPtr->body.mark.linePtr bogus"); 630 panic("MarkCheckProc couldn't find hash table entry for mark");
|
H A D | tkBind.c | 622 panic("TkBindInit: virtual events can't be supported"); 927 panic("Tk_DeleteBinding couldn't find object table entry"); 935 panic("Tk_DeleteBinding couldn't find on object list"); 953 panic("Tk_DeleteBinding couldn't find on hash chain"); 1119 panic("Tk_DeleteAllBindings couldn't find on hash chain"); 1368 panic("Tk_BindEvent: missing command"); 1733 panic("MatchPattern: badly constructed virtual event"); 2331 panic("CreateVirtualEvent: Tk_CreateBindingTable never called"); 2582 panic("DeleteVirtualEvent: couldn't find owner"); 2601 panic("Tk_DeleteVirtualEven [all...] |
H A D | tkEvent.c | 912 panic("Tk_QueueWindowEvent found unexpected delayed motion event"); 1040 panic("DelayedMotionProc found no delayed mouse motion event");
|
/ast/src/cmd/bzip/ |
H A D | bzip2.c | 125 #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...] |
/ast/src/lib/libtk/unix/ |
H A D | tkUnixPort.h | 146 extern void panic();
|
/ast/src/lib/libtksh/src/ |
H A D | basic.c | 510 panic("DeleteInterpProc called with active evals"); 519 panic("DeleteInterpProc called on interpreter not marked deleted");
|
H A D | tclIO.c | 641 panic("Tcl_Write: AUTO output translation mode not supported"); 643 panic("Tcl_Write: unknown output translation mode"); 723 panic("Tcl_Read: unknown output translation mode"); 956 panic("TclGetDefaultStdChannel: Unexpected channel type"); 1573 panic("Tcl_RegisterChannel: channel without name"); 1582 panic("Tcl_RegisterChannel: duplicate channel names"); 1699 panic("Tcl_CreateChannel: NULL channel name"); 1806 panic("Tcl_CreateChannel: NULL channel name"); 2394 panic("TclFlush, closed channel: queued output left"); 2443 panic("FlushChanne [all...] |
/ast/src/cmd/nmake/ |
H A D | Makefile | 52 edit immediate implicit internal interrupt metarule option panic \
|
/ast/src/lib/libtksh/ |
H A D | Makefile | 24 panic.c regexp.c tclHash.c tclGet.c tclAsync.c tclLink.c tclExpr.c \
|