ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

TclIntStubs Struct Reference

#include <tclIntDecls.h>

List of all members.

Public Member Functions

int tclAccess _ANSI_ARGS_ ((CONST char *path, int mode))
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, char **argv, Tcl_Pid **pidArrayPtr, TclFile *inPipePtr, TclFile *outPipePtr, TclFile *errFilePtr))
int tclCreateProc _ANSI_ARGS_ ((Tcl_Interp *interp, Namespace *nsPtr, 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, GlobTypeData *types))
void tclDumpMemoryInfo _ANSI_ARGS_ ((FILE *outFile))
void tclExprFloatError _ANSI_ARGS_ ((Tcl_Interp *interp, double value))
int tclFileAttrsCmd _ANSI_ARGS_ ((Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]))
int tclFileCopyCmd _ANSI_ARGS_ ((Tcl_Interp *interp, int argc, char **argv))
int tclFileDeleteCmd _ANSI_ARGS_ ((Tcl_Interp *interp, int argc, char **argv))
int tclFileMakeDirsCmd _ANSI_ARGS_ ((Tcl_Interp *interp, int argc, char **argv))
int tclFileRenameCmd _ANSI_ARGS_ ((Tcl_Interp *interp, int argc, char **argv))
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, 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))
Tcl_Obj *tclGetElementOfIndexedArray _ANSI_ARGS_ ((Tcl_Interp *interp, int localIndex, Tcl_Obj *elemPtr, int leaveErrorMsg))
char *tclGetExtension _ANSI_ARGS_ ((char *name))
int tclGetFrame _ANSI_ARGS_ ((Tcl_Interp *interp, char *str, CallFrame **framePtrPtr))
TclCmdProcType tclGetInterpProc _ANSI_ARGS_ ((void))
int tclGetIntForIndex _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Obj *objPtr, int endValue, int *indexPtr))
Tcl_Obj *tclGetIndexedScalar _ANSI_ARGS_ ((Tcl_Interp *interp, int localIndex, int leaveErrorMsg))
int tclGetLong _ANSI_ARGS_ ((Tcl_Interp *interp, char *str, long *longPtr))
int tclGetLoadedPackages _ANSI_ARGS_ ((Tcl_Interp *interp, char *targetName))
int tclGetNamespaceForQualName _ANSI_ARGS_ ((Tcl_Interp *interp, char *qualName, Namespace *cxtNsPtr, int flags, Namespace **nsPtrPtr, Namespace **altNsPtrPtr, Namespace **actualCxtPtrPtr, char **simpleNamePtr))
TclObjCmdProcType tclGetObjInterpProc _ANSI_ARGS_ ((void))
int tclGetOpenMode _ANSI_ARGS_ ((Tcl_Interp *interp, 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, char **argv, int flags))
int tclGuessPackageName _ANSI_ARGS_ ((char *fileName, Tcl_DString *bufPtr))
int tclHideUnsafeCommands _ANSI_ARGS_ ((Tcl_Interp *interp))
int tclInExit _ANSI_ARGS_ ((void))
Tcl_Obj *tclIncrElementOfIndexedArray _ANSI_ARGS_ ((Tcl_Interp *interp, int localIndex, Tcl_Obj *elemPtr, long incrAmount))
Tcl_Obj *tclIncrIndexedScalar _ANSI_ARGS_ ((Tcl_Interp *interp, int localIndex, long incrAmount))
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, char **argv, int flags))
int tclInvokeObjectCommand _ANSI_ARGS_ ((ClientData clientData, Tcl_Interp *interp, int argc, 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, char *part1, char *part2, int flags, char *msg, int createPart1, int createPart2, Var **arrayPtrPtr))
int tclpMatchFiles _ANSI_ARGS_ ((Tcl_Interp *interp, char *separators, Tcl_DString *dirPtr, char *pattern, char *tail))
int tclNeedSpace _ANSI_ARGS_ ((char *start, 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))
int tclpAccess _ANSI_ARGS_ ((CONST char *path, int mode))
char *tclpAlloc _ANSI_ARGS_ ((unsigned int size))
int tclpCopyFile _ANSI_ARGS_ ((CONST char *source, CONST char *dest))
int tclpCopyDirectory _ANSI_ARGS_ ((CONST char *source, CONST char *dest, Tcl_DString *errorPtr))
int tclpCreateDirectory _ANSI_ARGS_ ((CONST char *path))
int tclpDeleteFile _ANSI_ARGS_ ((CONST char *path))
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))
int tclpListVolumes _ANSI_ARGS_ ((Tcl_Interp *interp))
Tcl_Channel tclpOpenFileChannel _ANSI_ARGS_ ((Tcl_Interp *interp, char *fileName, char *modeString, int permissions))
char *tclpRealloc _ANSI_ARGS_ ((char *ptr, unsigned int size))
int tclpRemoveDirectory _ANSI_ARGS_ ((CONST char *path, int recursive, Tcl_DString *errorPtr))
int tclpRenameFile _ANSI_ARGS_ ((CONST char *source, CONST char *dest))
char *tclPrecTraceProc _ANSI_ARGS_ ((ClientData clientData, Tcl_Interp *interp, char *name1, 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, char **argv))
int tclpStat _ANSI_ARGS_ ((CONST char *path, struct stat *buf))
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))
Tcl_Obj *tclSetElementOfIndexedArray _ANSI_ARGS_ ((Tcl_Interp *interp, int localIndex, Tcl_Obj *elemPtr, Tcl_Obj *objPtr, int leaveErrorMsg))
Tcl_Obj *tclSetIndexedScalar _ANSI_ARGS_ ((Tcl_Interp *interp, int localIndex, Tcl_Obj *objPtr, int leaveErrorMsg))
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 tclStat _ANSI_ARGS_ ((CONST char *path, struct stat *buf))
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, 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, 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, char *pattern, int resetListFirst))
Tcl_Command tcl_FindCommand _ANSI_ARGS_ ((Tcl_Interp *interp, char *name, Tcl_Namespace *contextNsPtr, int flags))
Tcl_Namespace *tcl_FindNamespace _ANSI_ARGS_ ((Tcl_Interp *interp, char *name, Tcl_Namespace *contextNsPtr, int flags))
int tcl_GetInterpResolvers _ANSI_ARGS_ ((Tcl_Interp *interp, 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, char *name, Tcl_Namespace *contextNsPtr, int flags))
int tcl_ForgetImport _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Namespace *nsPtr, 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, 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, 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 tclpCheckStackSpace _ANSI_ARGS_ ((void))
int tclpChdir _ANSI_ARGS_ ((CONST char *dirName))
char *tclGetEnv _ANSI_ARGS_ ((CONST char *name, Tcl_DString *valuePtr))
int tclpLoadFile _ANSI_ARGS_ ((Tcl_Interp *interp, char *fileName, char *sym1, char *sym2, Tcl_PackageInitProc **proc1Ptr, Tcl_PackageInitProc **proc2Ptr, ClientData *clientDataPtr))
int tclLooksLikeInt _ANSI_ARGS_ ((char *bytes, int length))
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, char *msg, int status))
Var *tclVarTraceExists _ANSI_ARGS_ ((Tcl_Interp *interp, char *varName))
void tclSetStartupScriptFileName _ANSI_ARGS_ ((char *filename))
char *tclGetStartupScriptFileName _ANSI_ARGS_ ((void))
int tclpMatchFilesTypes _ANSI_ARGS_ ((Tcl_Interp *interp, char *separators, Tcl_DString *dirPtr, char *pattern, char *tail, GlobTypeData *types))
int tclChannelTransform _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Channel chan, Tcl_Obj *cmdObjPtr))
void tclChannelEventScriptInvoker _ANSI_ARGS_ ((ClientData clientData, int flags))

Public Attributes

int magic
TclIntStubHooks * hooks
void * reserved4
void * reserved15
void * reserved26
void * reserved30
void * reserved56
void * reserved57
void * reserved84
void * reserved85
void * reserved86
void * reserved87
void * reserved90
void * reserved110
void * reserved136
void * reserved154
void * reserved155


Member Function Documentation

void tclChannelEventScriptInvoker TclIntStubs::_ANSI_ARGS_ (ClientData clientData, int flags  
 

int tclChannelTransform TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Channel chan, Tcl_Obj *cmdObjPtr)   
 

int tclpMatchFilesTypes TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *separators, Tcl_DString *dirPtr, char *pattern, char *tail, GlobTypeData *types)   
 

char* tclGetStartupScriptFileName TclIntStubs::_ANSI_ARGS_ (void)   
 

void tclSetStartupScriptFileName TclIntStubs::_ANSI_ARGS_ (char *filename)   
 

Var* tclVarTraceExists TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *varName)   
 

void tclRegError TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *msg, int status)   
 

Tcl_Obj* tclGetLibraryPath TclIntStubs::_ANSI_ARGS_ (void)   
 

void tclSetLibraryPath TclIntStubs::_ANSI_ARGS_ (Tcl_Obj *pathPtr)   
 

void tclRegExpRangeUniChar TclIntStubs::_ANSI_ARGS_ (Tcl_RegExp re, int index, int *startPtr, int *endPtr)   
 

int tclRegAbout TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_RegExp re)   
 

void tclHandleRelease TclIntStubs::_ANSI_ARGS_ (TclHandle handle)   
 

TclHandle tclHandlePreserve TclIntStubs::_ANSI_ARGS_ (TclHandle handle)   
 

void tclHandleFree TclIntStubs::_ANSI_ARGS_ (TclHandle handle)   
 

TclHandle tclHandleCreate TclIntStubs::_ANSI_ARGS_ (VOID *ptr)   
 

struct AuxDataType* tclGetAuxDataType TclIntStubs::_ANSI_ARGS_ (char *typeName)   
 

void tclHideLiteral TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, struct CompileEnv *envPtr, int index)   
 

int tclAddLiteralObj TclIntStubs::_ANSI_ARGS_ (struct CompileEnv *envPtr, Tcl_Obj *objPtr, LiteralEntry **litPtrPtr)   
 

int tclSetByteCodeFromAny TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Obj *objPtr, CompileHookProc *hookProc, ClientData clientData  
 

char* tclpGetCwd TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_DString *cwdPtr)   
 

int tclLooksLikeInt TclIntStubs::_ANSI_ARGS_ (char *bytes, int length  
 

int tclpLoadFile TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *fileName, char *sym1, char *sym2, Tcl_PackageInitProc **proc1Ptr, Tcl_PackageInitProc **proc2Ptr, ClientData *clientDataPtr)   
 

char* tclGetEnv TclIntStubs::_ANSI_ARGS_ (CONST char *name, Tcl_DString *valuePtr)   
 

int tclpChdir TclIntStubs::_ANSI_ARGS_ (CONST char *dirName)   
 

int tclpCheckStackSpace TclIntStubs::_ANSI_ARGS_ (void)   
 

size_t tclpStrftime TclIntStubs::_ANSI_ARGS_ (char *s, size_t maxsize, CONST char *format, CONST struct tm *t)   
 

struct tm* tclpGetDate TclIntStubs::_ANSI_ARGS_ (TclpTime_t time, int useGMT)   
 

int tclpHasSockets TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp  
 

void tcl_SetNamespaceResolvers TclIntStubs::_ANSI_ARGS_ (Tcl_Namespace *namespacePtr, Tcl_ResolveCmdProc *cmdProc, Tcl_ResolveVarProc *varProc, Tcl_ResolveCompiledVarProc *compiledVarProc)   
 

int tcl_RemoveInterpResolvers TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *name)   
 

int tcl_PushCallFrame TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_CallFrame *framePtr, Tcl_Namespace *nsPtr, int isProcCallFrame)   
 

void tcl_PopCallFrame TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp  
 

int tcl_Import TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Namespace *nsPtr, char *pattern, int allowOverwrite)   
 

void tcl_GetVariableFullName TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Var variable, Tcl_Obj *objPtr  
 

Tcl_Namespace* tcl_GetGlobalNamespace TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp  
 

Tcl_Namespace* tcl_GetCurrentNamespace TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp  
 

void tcl_GetCommandFullName TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Command command, Tcl_Obj *objPtr  
 

Tcl_Command tcl_GetCommandFromObj TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Obj *objPtr  
 

int tcl_ForgetImport TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Namespace *nsPtr, char *pattern)   
 

Tcl_Var tcl_FindNamespaceVar TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *name, Tcl_Namespace *contextNsPtr, int flags  
 

int tcl_GetNamespaceResolvers TclIntStubs::_ANSI_ARGS_ (Tcl_Namespace *namespacePtr, Tcl_ResolverInfo *resInfo)   
 

int tcl_GetInterpResolvers TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *name, Tcl_ResolverInfo *resInfo)   
 

Tcl_Namespace* tcl_FindNamespace TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *name, Tcl_Namespace *contextNsPtr, int flags  
 

Tcl_Command tcl_FindCommand TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *name, Tcl_Namespace *contextNsPtr, int flags  
 

int tcl_Export TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Namespace *nsPtr, char *pattern, int resetListFirst)   
 

void tcl_DeleteNamespace TclIntStubs::_ANSI_ARGS_ (Tcl_Namespace *nsPtr)   
 

Tcl_Namespace* tcl_CreateNamespace TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *name, ClientData clientData, Tcl_NamespaceDeleteProc *deleteProc)   
 

int tcl_AppendExportList TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Namespace *nsPtr, Tcl_Obj *objPtr  
 

void tcl_AddInterpResolvers TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *name, Tcl_ResolveCmdProc *cmdProc, Tcl_ResolveVarProc *varProc, Tcl_ResolveCompiledVarProc *compiledVarProc)   
 

int tclUpdateReturnInfo TclIntStubs::_ANSI_ARGS_ (Interp *iPtr)   
 

void tclTeardownNamespace TclIntStubs::_ANSI_ARGS_ (Namespace *nsPtr)   
 

int tclStatInsertProc TclIntStubs::_ANSI_ARGS_ (TclStatProc_ *proc  
 

int tclStatDeleteProc TclIntStubs::_ANSI_ARGS_ (TclStatProc_ *proc  
 

int tclStat TclIntStubs::_ANSI_ARGS_ (CONST char *path, struct stat *buf  
 

int tclSockMinimumBuffers TclIntStubs::_ANSI_ARGS_ (int sock, int size)   
 

int tclSockGetPort TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *str, char *proto, int *portPtr)   
 

void tclSetupEnv TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp  
 

char* tclSetPreInitScript TclIntStubs::_ANSI_ARGS_ (char *string)   
 

Tcl_Obj* tclSetIndexedScalar TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int localIndex, Tcl_Obj *objPtr, int leaveErrorMsg)   
 

Tcl_Obj* tclSetElementOfIndexedArray TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int localIndex, Tcl_Obj *elemPtr, Tcl_Obj *objPtr, int leaveErrorMsg)   
 

int tclServiceIdle TclIntStubs::_ANSI_ARGS_ (void)   
 

void tclResetShadowedCmdRefs TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Command *newCmdPtr)   
 

int tclRenameCommand TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *oldName, char *newName)   
 

int tclpStat TclIntStubs::_ANSI_ARGS_ (CONST char *path, struct stat *buf  
 

int tclProcInterpProc TclIntStubs::_ANSI_ARGS_ (ClientData clientData, Tcl_Interp *interp, int argc, char **argv  
 

void tclProcDeleteProc TclIntStubs::_ANSI_ARGS_ (ClientData clientData  
 

int tclProcCompileProc TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Proc *procPtr, Tcl_Obj *bodyPtr, Namespace *nsPtr, CONST char *description, CONST char *procName)   
 

void tclProcCleanupProc TclIntStubs::_ANSI_ARGS_ (Proc *procPtr)   
 

int tclPreventAliasLoop TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Interp *cmdInterp, Tcl_Command cmd)   
 

char* tclPrecTraceProc TclIntStubs::_ANSI_ARGS_ (ClientData clientData, Tcl_Interp *interp, char *name1, char *name2, int flags  
 

int tclpRenameFile TclIntStubs::_ANSI_ARGS_ (CONST char *source, CONST char *dest)   
 

int tclpRemoveDirectory TclIntStubs::_ANSI_ARGS_ (CONST char *path, int recursive, Tcl_DString *errorPtr)   
 

char* tclpRealloc TclIntStubs::_ANSI_ARGS_ (char *ptr, unsigned int size)   
 

Tcl_Channel tclpOpenFileChannel TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *fileName, char *modeString, int permissions  
 

int tclpListVolumes TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp  
 

int tclpGetTimeZone TclIntStubs::_ANSI_ARGS_ (unsigned long time)   
 

void tclpGetTime TclIntStubs::_ANSI_ARGS_ (Tcl_Time *time)   
 

unsigned long tclpGetSeconds TclIntStubs::_ANSI_ARGS_ (void)   
 

unsigned long tclpGetClicks TclIntStubs::_ANSI_ARGS_ (void)   
 

void tclpFree TclIntStubs::_ANSI_ARGS_ (char *ptr)   
 

int tclpDeleteFile TclIntStubs::_ANSI_ARGS_ (CONST char *path)   
 

int tclpCreateDirectory TclIntStubs::_ANSI_ARGS_ (CONST char *path)   
 

int tclpCopyDirectory TclIntStubs::_ANSI_ARGS_ (CONST char *source, CONST char *dest, Tcl_DString *errorPtr)   
 

int tclpCopyFile TclIntStubs::_ANSI_ARGS_ (CONST char *source, CONST char *dest)   
 

char* tclpAlloc TclIntStubs::_ANSI_ARGS_ (unsigned int size)   
 

int tclpAccess TclIntStubs::_ANSI_ARGS_ (CONST char *path, int mode  
 

int tclOpenFileChannelInsertProc TclIntStubs::_ANSI_ARGS_ (TclOpenFileChannelProc_ *proc  
 

int tclOpenFileChannelDeleteProc TclIntStubs::_ANSI_ARGS_ (TclOpenFileChannelProc_ *proc  
 

int tclObjInvokeGlobal TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], int flags  
 

int tclObjInvoke TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], int flags  
 

int tclObjInterpProc TclIntStubs::_ANSI_ARGS_ (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])   
 

int tclObjCommandComplete TclIntStubs::_ANSI_ARGS_ (Tcl_Obj *cmdPtr)   
 

Tcl_Obj* tclNewProcBodyObj TclIntStubs::_ANSI_ARGS_ (Proc *procPtr)   
 

int tclNeedSpace TclIntStubs::_ANSI_ARGS_ (char *start, char *end)   
 

int tclpMatchFiles TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *separators, Tcl_DString *dirPtr, char *pattern, char *tail  
 

Var* tclLookupVar TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *part1, char *part2, int flags, char *msg, int createPart1, int createPart2, Var **arrayPtrPtr)   
 

Proc* tclIsProc TclIntStubs::_ANSI_ARGS_ (Command *cmdPtr)   
 

int tclInvokeStringCommand TclIntStubs::_ANSI_ARGS_ (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])   
 

int tclInvokeObjectCommand TclIntStubs::_ANSI_ARGS_ (ClientData clientData, Tcl_Interp *interp, int argc, char **argv  
 

int tclInvoke TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int argc, char **argv, int flags  
 

int tclInterpInit TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp  
 

void tclInitCompiledLocals TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, CallFrame *framePtr, Namespace *nsPtr)   
 

Tcl_Obj* tclIncrVar2 TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Obj *part1Ptr, Tcl_Obj *part2Ptr, long incrAmount, int part1NotParsed)   
 

Tcl_Obj* tclIncrIndexedScalar TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int localIndex, long incrAmount)   
 

Tcl_Obj* tclIncrElementOfIndexedArray TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int localIndex, Tcl_Obj *elemPtr, long incrAmount)   
 

int tclInExit TclIntStubs::_ANSI_ARGS_ (void)   
 

int tclHideUnsafeCommands TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp  
 

int tclGuessPackageName TclIntStubs::_ANSI_ARGS_ (char *fileName, Tcl_DString *bufPtr)   
 

int tclGlobalInvoke TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int argc, char **argv, int flags  
 

char* tclpGetUserHome TclIntStubs::_ANSI_ARGS_ (CONST char *name, Tcl_DString *bufferPtr)   
 

Tcl_Command tclGetOriginalCommand TclIntStubs::_ANSI_ARGS_ (Tcl_Command command  
 

int tclGetOpenMode TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *str, int *seekFlagPtr)   
 

TclObjCmdProcType tclGetObjInterpProc TclIntStubs::_ANSI_ARGS_ (void)   
 

int tclGetNamespaceForQualName TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *qualName, Namespace *cxtNsPtr, int flags, Namespace **nsPtrPtr, Namespace **altNsPtrPtr, Namespace **actualCxtPtrPtr, char **simpleNamePtr)   
 

int tclGetLoadedPackages TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *targetName)   
 

int tclGetLong TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *str, long *longPtr)   
 

Tcl_Obj* tclGetIndexedScalar TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int localIndex, int leaveErrorMsg)   
 

int tclGetIntForIndex TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Obj *objPtr, int endValue, int *indexPtr)   
 

TclCmdProcType tclGetInterpProc TclIntStubs::_ANSI_ARGS_ (void)   
 

int tclGetFrame TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *str, CallFrame **framePtrPtr)   
 

char* tclGetExtension TclIntStubs::_ANSI_ARGS_ (char *name)   
 

Tcl_Obj* tclGetElementOfIndexedArray TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int localIndex, Tcl_Obj *elemPtr, int leaveErrorMsg)   
 

Tcl_Channel tclpGetDefaultStdChannel TclIntStubs::_ANSI_ARGS_ (int type)   
 

int tclGetDate TclIntStubs::_ANSI_ARGS_ (char *p, unsigned long now, long zone, unsigned long *timePtr)   
 

void tclFreePackageInfo TclIntStubs::_ANSI_ARGS_ (Interp *iPtr)   
 

int tclFormatInt TclIntStubs::_ANSI_ARGS_ (char *buffer, long n  
 

Proc* tclFindProc TclIntStubs::_ANSI_ARGS_ (Interp *iPtr, char *procName)   
 

int tclFindElement TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, CONST char *listStr, int listLength, CONST char **elementPtr, CONST char **nextPtr, int *sizePtr, int *bracePtr)   
 

int tclFileRenameCmd TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int argc, char **argv  
 

int tclFileMakeDirsCmd TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int argc, char **argv  
 

int tclFileDeleteCmd TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int argc, char **argv  
 

int tclFileCopyCmd TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int argc, char **argv  
 

int tclFileAttrsCmd TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])   
 

void tclExprFloatError TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, double value  
 

void tclDumpMemoryInfo TclIntStubs::_ANSI_ARGS_ (FILE *outFile)   
 

int tclDoGlob TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, char *separators, Tcl_DString *headPtr, char *tail, GlobTypeData *types)   
 

void tclDeleteVars TclIntStubs::_ANSI_ARGS_ (Interp *iPtr, Tcl_HashTable *tablePtr)   
 

void tclDeleteCompiledLocalVars TclIntStubs::_ANSI_ARGS_ (Interp *iPtr, CallFrame *framePtr)   
 

int tclCreateProc TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Namespace *nsPtr, char *procName, Tcl_Obj *argsPtr, Tcl_Obj *bodyPtr, Proc **procPtrPtr)   
 

int tclCreatePipeline TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int argc, char **argv, Tcl_Pid **pidArrayPtr, TclFile *inPipePtr, TclFile *outPipePtr, TclFile *errFilePtr)   
 

int tclCopyChannel TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Channel inChan, Tcl_Channel outChan, int toRead, Tcl_Obj *cmdPtr)   
 

int tclCopyAndCollapse TclIntStubs::_ANSI_ARGS_ (int count, CONST char *src, char *dst  
 

void tclCleanupCommand TclIntStubs::_ANSI_ARGS_ (Command *cmdPtr)   
 

int tclCleanupChildren TclIntStubs::_ANSI_ARGS_ (Tcl_Interp *interp, int numPids, Tcl_Pid *pidPtr, Tcl_Channel errorChan)   
 

void tclAllocateFreeObjects TclIntStubs::_ANSI_ARGS_ (void)   
 

int tclAccessInsertProc TclIntStubs::_ANSI_ARGS_ (TclAccessProc_ *proc  
 

int tclAccessDeleteProc TclIntStubs::_ANSI_ARGS_ (TclAccessProc_ *proc  
 

int tclAccess TclIntStubs::_ANSI_ARGS_ (CONST char *path, int mode  
 


Member Data Documentation

struct TclIntStubHooks* TclIntStubs::hooks
 

int TclIntStubs::magic
 

void* TclIntStubs::reserved110
 

void* TclIntStubs::reserved136
 

void* TclIntStubs::reserved15
 

void* TclIntStubs::reserved154
 

void* TclIntStubs::reserved155
 

void* TclIntStubs::reserved26
 

void* TclIntStubs::reserved30
 

void* TclIntStubs::reserved4
 

void* TclIntStubs::reserved56
 

void* TclIntStubs::reserved57
 

void* TclIntStubs::reserved84
 

void* TclIntStubs::reserved85
 

void* TclIntStubs::reserved86
 

void* TclIntStubs::reserved87
 

void* TclIntStubs::reserved90
 


The documentation for this struct was generated from the following file:
This document is generated by doxygen.