|
Public Member Functions |
int tclAccessDeleteProc | _ANSI_ARGS_ ((TclAccessProc_ *proc)) |
int tclAccessInsertProc | _ANSI_ARGS_ ((TclAccessProc_ *proc)) |
void tclAllocateFreeObjects | _ANSI_ARGS_ ((void)) |
int tclCleanupChildren | _ANSI_ARGS_ ((Tcl_Interp *interp, int numPids, Tcl_Pid *pidPtr, Tcl_Channel errorChan)) |
void tclCleanupCommand | _ANSI_ARGS_ ((Command *cmdPtr)) |
int tclCopyAndCollapse | _ANSI_ARGS_ ((int count, CONST char *src, char *dst)) |
int tclCopyChannel | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Channel inChan, Tcl_Channel outChan, int toRead, Tcl_Obj *cmdPtr)) |
int tclCreatePipeline | _ANSI_ARGS_ ((Tcl_Interp *interp, int argc, CONST char **argv, Tcl_Pid **pidArrayPtr, TclFile *inPipePtr, TclFile *outPipePtr, TclFile *errFilePtr)) |
int tclCreateProc | _ANSI_ARGS_ ((Tcl_Interp *interp, Namespace *nsPtr, CONST char *procName, Tcl_Obj *argsPtr, Tcl_Obj *bodyPtr, Proc **procPtrPtr)) |
void tclDeleteCompiledLocalVars | _ANSI_ARGS_ ((Interp *iPtr, CallFrame *framePtr)) |
void tclDeleteVars | _ANSI_ARGS_ ((Interp *iPtr, Tcl_HashTable *tablePtr)) |
int tclDoGlob | _ANSI_ARGS_ ((Tcl_Interp *interp, char *separators, Tcl_DString *headPtr, char *tail, Tcl_GlobTypeData *types)) |
void tclDumpMemoryInfo | _ANSI_ARGS_ ((FILE *outFile)) |
void tclExprFloatError | _ANSI_ARGS_ ((Tcl_Interp *interp, double value)) |
int tclFindElement | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *listStr, int listLength, CONST char **elementPtr, CONST char **nextPtr, int *sizePtr, int *bracePtr)) |
Proc *tclFindProc | _ANSI_ARGS_ ((Interp *iPtr, CONST char *procName)) |
int tclFormatInt | _ANSI_ARGS_ ((char *buffer, long n)) |
void tclFreePackageInfo | _ANSI_ARGS_ ((Interp *iPtr)) |
int tclGetDate | _ANSI_ARGS_ ((char *p, unsigned long now, long zone, unsigned long *timePtr)) |
Tcl_Channel tclpGetDefaultStdChannel | _ANSI_ARGS_ ((int type)) |
char *tclGetExtension | _ANSI_ARGS_ ((char *name)) |
int tclGetFrame | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *str, CallFrame **framePtrPtr)) |
TclCmdProcType tclGetInterpProc | _ANSI_ARGS_ ((void)) |
int tclGetIntForIndex | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Obj *objPtr, int endValue, int *indexPtr)) |
int tclGetLong | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *str, long *longPtr)) |
int tclGetLoadedPackages | _ANSI_ARGS_ ((Tcl_Interp *interp, char *targetName)) |
int tclGetNamespaceForQualName | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *qualName, Namespace *cxtNsPtr, int flags, Namespace **nsPtrPtr, Namespace **altNsPtrPtr, Namespace **actualCxtPtrPtr, CONST char **simpleNamePtr)) |
TclObjCmdProcType tclGetObjInterpProc | _ANSI_ARGS_ ((void)) |
int tclGetOpenMode | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *str, int *seekFlagPtr)) |
Tcl_Command tclGetOriginalCommand | _ANSI_ARGS_ ((Tcl_Command command)) |
char *tclpGetUserHome | _ANSI_ARGS_ ((CONST char *name, Tcl_DString *bufferPtr)) |
int tclGlobalInvoke | _ANSI_ARGS_ ((Tcl_Interp *interp, int argc, CONST84 char **argv, int flags)) |
int tclGuessPackageName | _ANSI_ARGS_ ((CONST char *fileName, Tcl_DString *bufPtr)) |
int tclHideUnsafeCommands | _ANSI_ARGS_ ((Tcl_Interp *interp)) |
int tclInExit | _ANSI_ARGS_ ((void)) |
Tcl_Obj *tclIncrVar2 | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Obj *part1Ptr, Tcl_Obj *part2Ptr, long incrAmount, int part1NotParsed)) |
void tclInitCompiledLocals | _ANSI_ARGS_ ((Tcl_Interp *interp, CallFrame *framePtr, Namespace *nsPtr)) |
int tclInterpInit | _ANSI_ARGS_ ((Tcl_Interp *interp)) |
int tclInvoke | _ANSI_ARGS_ ((Tcl_Interp *interp, int argc, CONST84 char **argv, int flags)) |
int tclInvokeObjectCommand | _ANSI_ARGS_ ((ClientData clientData, Tcl_Interp *interp, int argc, CONST84 char **argv)) |
int tclInvokeStringCommand | _ANSI_ARGS_ ((ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])) |
Proc *tclIsProc | _ANSI_ARGS_ ((Command *cmdPtr)) |
Var *tclLookupVar | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *part1, CONST char *part2, int flags, CONST char *msg, int createPart1, int createPart2, Var **arrayPtrPtr)) |
int tclNeedSpace | _ANSI_ARGS_ ((CONST char *start, CONST char *end)) |
Tcl_Obj *tclNewProcBodyObj | _ANSI_ARGS_ ((Proc *procPtr)) |
int tclObjCommandComplete | _ANSI_ARGS_ ((Tcl_Obj *cmdPtr)) |
int tclObjInterpProc | _ANSI_ARGS_ ((ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])) |
int tclObjInvoke | _ANSI_ARGS_ ((Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], int flags)) |
int tclObjInvokeGlobal | _ANSI_ARGS_ ((Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], int flags)) |
int tclOpenFileChannelDeleteProc | _ANSI_ARGS_ ((TclOpenFileChannelProc_ *proc)) |
int tclOpenFileChannelInsertProc | _ANSI_ARGS_ ((TclOpenFileChannelProc_ *proc)) |
char *tclpAlloc | _ANSI_ARGS_ ((unsigned int size)) |
void tclpFree | _ANSI_ARGS_ ((char *ptr)) |
unsigned long tclpGetClicks | _ANSI_ARGS_ ((void)) |
unsigned long tclpGetSeconds | _ANSI_ARGS_ ((void)) |
void tclpGetTime | _ANSI_ARGS_ ((Tcl_Time *time)) |
int tclpGetTimeZone | _ANSI_ARGS_ ((unsigned long time)) |
char *tclpRealloc | _ANSI_ARGS_ ((char *ptr, unsigned int size)) |
char *tclPrecTraceProc | _ANSI_ARGS_ ((ClientData clientData, Tcl_Interp *interp, CONST char *name1, CONST char *name2, int flags)) |
int tclPreventAliasLoop | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Interp *cmdInterp, Tcl_Command cmd)) |
void tclProcCleanupProc | _ANSI_ARGS_ ((Proc *procPtr)) |
int tclProcCompileProc | _ANSI_ARGS_ ((Tcl_Interp *interp, Proc *procPtr, Tcl_Obj *bodyPtr, Namespace *nsPtr, CONST char *description, CONST char *procName)) |
void tclProcDeleteProc | _ANSI_ARGS_ ((ClientData clientData)) |
int tclProcInterpProc | _ANSI_ARGS_ ((ClientData clientData, Tcl_Interp *interp, int argc, CONST84 char **argv)) |
int tclRenameCommand | _ANSI_ARGS_ ((Tcl_Interp *interp, char *oldName, char *newName)) |
void tclResetShadowedCmdRefs | _ANSI_ARGS_ ((Tcl_Interp *interp, Command *newCmdPtr)) |
int tclServiceIdle | _ANSI_ARGS_ ((void)) |
char *tclSetPreInitScript | _ANSI_ARGS_ ((char *string)) |
void tclSetupEnv | _ANSI_ARGS_ ((Tcl_Interp *interp)) |
int tclSockGetPort | _ANSI_ARGS_ ((Tcl_Interp *interp, char *str, char *proto, int *portPtr)) |
int tclSockMinimumBuffers | _ANSI_ARGS_ ((int sock, int size)) |
int tclStatDeleteProc | _ANSI_ARGS_ ((TclStatProc_ *proc)) |
int tclStatInsertProc | _ANSI_ARGS_ ((TclStatProc_ *proc)) |
void tclTeardownNamespace | _ANSI_ARGS_ ((Namespace *nsPtr)) |
int tclUpdateReturnInfo | _ANSI_ARGS_ ((Interp *iPtr)) |
void tcl_AddInterpResolvers | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *name, Tcl_ResolveCmdProc *cmdProc, Tcl_ResolveVarProc *varProc, Tcl_ResolveCompiledVarProc *compiledVarProc)) |
int tcl_AppendExportList | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Namespace *nsPtr, Tcl_Obj *objPtr)) |
Tcl_Namespace *tcl_CreateNamespace | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *name, ClientData clientData, Tcl_NamespaceDeleteProc *deleteProc)) |
void tcl_DeleteNamespace | _ANSI_ARGS_ ((Tcl_Namespace *nsPtr)) |
int tcl_Export | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Namespace *nsPtr, CONST char *pattern, int resetListFirst)) |
Tcl_Command tcl_FindCommand | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *name, Tcl_Namespace *contextNsPtr, int flags)) |
Tcl_Namespace *tcl_FindNamespace | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *name, Tcl_Namespace *contextNsPtr, int flags)) |
int tcl_GetInterpResolvers | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *name, Tcl_ResolverInfo *resInfo)) |
int tcl_GetNamespaceResolvers | _ANSI_ARGS_ ((Tcl_Namespace *namespacePtr, Tcl_ResolverInfo *resInfo)) |
Tcl_Var tcl_FindNamespaceVar | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *name, Tcl_Namespace *contextNsPtr, int flags)) |
int tcl_ForgetImport | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Namespace *nsPtr, CONST char *pattern)) |
Tcl_Command tcl_GetCommandFromObj | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Obj *objPtr)) |
void tcl_GetCommandFullName | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Command command, Tcl_Obj *objPtr)) |
Tcl_Namespace *tcl_GetCurrentNamespace | _ANSI_ARGS_ ((Tcl_Interp *interp)) |
Tcl_Namespace *tcl_GetGlobalNamespace | _ANSI_ARGS_ ((Tcl_Interp *interp)) |
void tcl_GetVariableFullName | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Var variable, Tcl_Obj *objPtr)) |
int tcl_Import | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Namespace *nsPtr, CONST char *pattern, int allowOverwrite)) |
void tcl_PopCallFrame | _ANSI_ARGS_ ((Tcl_Interp *interp)) |
int tcl_PushCallFrame | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_CallFrame *framePtr, Tcl_Namespace *nsPtr, int isProcCallFrame)) |
int tcl_RemoveInterpResolvers | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *name)) |
void tcl_SetNamespaceResolvers | _ANSI_ARGS_ ((Tcl_Namespace *namespacePtr, Tcl_ResolveCmdProc *cmdProc, Tcl_ResolveVarProc *varProc, Tcl_ResolveCompiledVarProc *compiledVarProc)) |
int tclpHasSockets | _ANSI_ARGS_ ((Tcl_Interp *interp)) |
tm *tclpGetDate | _ANSI_ARGS_ ((TclpTime_t time, int useGMT)) |
size_t tclpStrftime | _ANSI_ARGS_ ((char *s, size_t maxsize, CONST char *format, CONST struct tm *t, int useGMT)) |
int tclpCheckStackSpace | _ANSI_ARGS_ ((void)) |
CONST84_RETURN char *tclGetEnv | _ANSI_ARGS_ ((CONST char *name, Tcl_DString *valuePtr)) |
int tclLooksLikeInt | _ANSI_ARGS_ ((CONST char *bytes, int length)) |
CONST84_RETURN char *tclpGetCwd | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_DString *cwdPtr)) |
int tclSetByteCodeFromAny | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Obj *objPtr, CompileHookProc *hookProc, ClientData clientData)) |
int tclAddLiteralObj | _ANSI_ARGS_ ((struct CompileEnv *envPtr, Tcl_Obj *objPtr, LiteralEntry **litPtrPtr)) |
void tclHideLiteral | _ANSI_ARGS_ ((Tcl_Interp *interp, struct CompileEnv *envPtr, int index)) |
AuxDataType *tclGetAuxDataType | _ANSI_ARGS_ ((char *typeName)) |
TclHandle tclHandleCreate | _ANSI_ARGS_ ((VOID *ptr)) |
void tclHandleFree | _ANSI_ARGS_ ((TclHandle handle)) |
TclHandle tclHandlePreserve | _ANSI_ARGS_ ((TclHandle handle)) |
void tclHandleRelease | _ANSI_ARGS_ ((TclHandle handle)) |
int tclRegAbout | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_RegExp re)) |
void tclRegExpRangeUniChar | _ANSI_ARGS_ ((Tcl_RegExp re, int index, int *startPtr, int *endPtr)) |
void tclSetLibraryPath | _ANSI_ARGS_ ((Tcl_Obj *pathPtr)) |
Tcl_Obj *tclGetLibraryPath | _ANSI_ARGS_ ((void)) |
void tclRegError | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *msg, int status)) |
Var *tclVarTraceExists | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *varName)) |
void tclSetStartupScriptFileName | _ANSI_ARGS_ ((CONST char *filename)) |
CONST84_RETURN char *tclGetStartupScriptFileName | _ANSI_ARGS_ ((void)) |
int tclChannelTransform | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Channel chan, Tcl_Obj *cmdObjPtr)) |
void tclChannelEventScriptInvoker | _ANSI_ARGS_ ((ClientData clientData, int flags)) |
void *tclGetInstructionTable | _ANSI_ARGS_ ((void)) |
void tclExpandCodeArray | _ANSI_ARGS_ ((void *envPtr)) |
void tclpSetInitialEncodings | _ANSI_ARGS_ ((void)) |
int tclListObjSetElement | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Obj *listPtr, int index, Tcl_Obj *valuePtr)) |
void tclSetStartupScriptPath | _ANSI_ARGS_ ((Tcl_Obj *pathPtr)) |
Tcl_Obj *tclGetStartupScriptPath | _ANSI_ARGS_ ((void)) |
int tclpUtfNcmp2 | _ANSI_ARGS_ ((CONST char *s1, CONST char *s2, unsigned long n)) |
int tclCheckInterpTraces | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *command, int numChars, Command *cmdPtr, int result, int traceFlags, int objc, Tcl_Obj *CONST objv[])) |
int tclCheckExecutionTraces | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *command, int numChars, Command *cmdPtr, int result, int traceFlags, int objc, Tcl_Obj *CONST objv[])) |
int tclInThreadExit | _ANSI_ARGS_ ((void)) |
int tclUniCharMatch | _ANSI_ARGS_ ((CONST Tcl_UniChar *string, int strLen, CONST Tcl_UniChar *pattern, int ptnLen, int nocase)) |
Data Fields |
int | magic |
TclIntStubHooks * | hooks |
void * | reserved0 |
void * | reserved4 |
void * | reserved15 |
void * | reserved17 |
void * | reserved18 |
void * | reserved19 |
void * | reserved20 |
void * | reserved21 |
void * | reserved26 |
void * | reserved29 |
void * | reserved30 |
void * | reserved35 |
void * | reserved47 |
void * | reserved48 |
void * | reserved56 |
void * | reserved57 |
void * | reserved59 |
void * | reserved68 |
void * | reserved70 |
void * | reserved71 |
void * | reserved72 |
void * | reserved73 |
void * | reserved79 |
void * | reserved80 |
void * | reserved82 |
void * | reserved83 |
void * | reserved84 |
void * | reserved85 |
void * | reserved86 |
void * | reserved87 |
void * | reserved90 |
void * | reserved95 |
void * | reserved99 |
void * | reserved100 |
void * | reserved105 |
void * | reserved110 |
void * | reserved136 |
void * | reserved137 |
void * | reserved139 |
void * | reserved154 |
void * | reserved155 |
void * | reserved160 |