tclPanic.c File Reference#include "tclInt.h"
Go to the source code of this file.
Function Documentation
void Tcl_Panic |
( |
CONST char * |
format, |
|
|
|
... | |
|
) |
| | |
Definition at line 125 of file tclPanic.c.
References Tcl_PanicVA().
Referenced by Tcl_AfterObjCmd(), Tcl_Alloc(), Tcl_AppendFormatToObj(), Tcl_AppendLimitedToObj(), Tcl_AppendStringsToObjVA(), Tcl_AppendUnicodeToObj(), Tcl_AttemptSetObjLength(), Tcl_BadChannelOption(), Tcl_Close(), Tcl_ConvertToType(), Tcl_CreateChannel(), Tcl_CreateInterp(), Tcl_CutChannel(), Tcl_DbCkalloc(), Tcl_DbCkrealloc(), Tcl_DbDecrRefCount(), Tcl_DbIncrRefCount(), Tcl_DbIsShared(), Tcl_DeleteHashEntry(), Tcl_DictObjNext(), Tcl_DictObjPut(), Tcl_DictObjPutKeyList(), Tcl_DictObjRemove(), Tcl_DictObjRemoveKeyList(), Tcl_EventuallyFree(), Tcl_Exit(), Tcl_ExprObj(), Tcl_Finalize(), Tcl_FinalizeNotifier(), Tcl_FSGetFileSystemForPath(), Tcl_GetBoolean(), Tcl_GetDouble(), Tcl_GetInt(), Tcl_GetsObj(), Tcl_GetString(), Tcl_GetStringFromObj(), Tcl_InitCustomHashTable(), Tcl_InitNotifier(), Tcl_LimitAddHandler(), Tcl_LimitGetGranularity(), Tcl_LimitRemoveHandler(), Tcl_LimitSetGranularity(), Tcl_ListObjAppendElement(), Tcl_ListObjAppendList(), Tcl_ListObjReplace(), Tcl_NewListObj(), Tcl_OpenObjCmd(), Tcl_PackageObjCmd(), Tcl_PushCallFrame(), Tcl_Realloc(), Tcl_RegisterChannel(), Tcl_RegisterConfig(), Tcl_SetBignumObj(), Tcl_SetBooleanObj(), Tcl_SetByteArrayLength(), Tcl_SetByteArrayObj(), Tcl_SetDoubleObj(), Tcl_SetIntObj(), Tcl_SetListObj(), Tcl_SetLongObj(), Tcl_SetObjLength(), Tcl_SetStringObj(), Tcl_SetWideIntObj(), Tcl_SocketObjCmd(), Tcl_SpliceChannel(), Tcl_SubstObj(), Tcl_SubstObjCmd(), Tcl_SwitchObjCmd(), Tcl_UpdateObjCmd(), TclBNInitBignumFromLong(), TclBNInitBignumFromWideUInt(), TclChanCreateObjCmd(), TclChanPostEventObjCmd(), TclCleanupLiteralTable(), TclCompEvalObj(), TclCompileCatchCmd(), TclCompileDictUpdateCmd(), TclCreateLiteral(), TclDisassembleByteCodeObj(), TclEvalObjvInternal(), TclExecuteByteCode(), TclFinalizeThreadAlloc(), TclFixupForwardJump(), TclGetLong(), TclGetNamespaceForQualName(), TclGetProcessGlobalValue(), TclGetSrcInfoForPc(), TclGlob(), TclHandleFree(), TclHandlePreserve(), TclHandleRelease(), TclIncrObj(), TclInfoFrame(), TclInitByteCodeObj(), TclInitCompiledLocals(), TclInitDoubleConversion(), TclInitLiteralTable(), TclInitSubsystems(), TclListObjSetElement(), TclMakeEnsemble(), TclObjInvoke(), TclParseNumber(), TclPathPart(), TclpGetDefaultStdChannel(), TclpOpenFileChannel(), TclPtrObjMakeUpvar(), TclRegisterLiteral(), TclSetAppContext(), TclSetBgErrorHandler(), TclSetByteCodeFromAny(), TclStackFree(), TclStackRealloc(), TclSubstTokens(), TclUnixWaitForFile(), and TclUpdateReturnInfo().
void Tcl_PanicVA |
( |
CONST char * |
format, |
|
|
va_list |
argList | |
|
) |
| | |
void Tcl_SetPanicProc |
( |
Tcl_PanicProc * |
proc |
) |
|
Generated on Wed Mar 12 12:18:33 2008 by
1.5.1
|