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 |
Detailed Description
Definition at line 534 of file tclIntDecls.h.
Member Function Documentation
| int tclAccess TclIntStubs::_ANSI_ARGS_ |
( |
(CONST char *path, int mode) |
|
) |
|
| int tclAccessDeleteProc TclIntStubs::_ANSI_ARGS_ |
( |
(TclAccessProc_ *proc) |
|
) |
|
| int tclAccessInsertProc TclIntStubs::_ANSI_ARGS_ |
( |
(TclAccessProc_ *proc) |
|
) |
|
| void tclAllocateFreeObjects TclIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| int tclCleanupChildren TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int numPids, Tcl_Pid *pidPtr, Tcl_Channel errorChan) |
|
) |
|
| void tclCleanupCommand TclIntStubs::_ANSI_ARGS_ |
( |
(Command *cmdPtr) |
|
) |
|
| int tclCopyAndCollapse TclIntStubs::_ANSI_ARGS_ |
( |
(int count, CONST char *src, char *dst) |
|
) |
|
| int tclCopyChannel TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Channel inChan, Tcl_Channel outChan, int toRead, Tcl_Obj *cmdPtr) |
|
) |
|
| int tclCreatePipeline TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int argc, char **argv, Tcl_Pid **pidArrayPtr, TclFile *inPipePtr, TclFile *outPipePtr, TclFile *errFilePtr) |
|
) |
|
| int tclCreateProc TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Namespace *nsPtr, char *procName, Tcl_Obj *argsPtr, Tcl_Obj *bodyPtr, Proc **procPtrPtr) |
|
) |
|
| void tclDeleteCompiledLocalVars TclIntStubs::_ANSI_ARGS_ |
( |
(Interp *iPtr, CallFrame *framePtr) |
|
) |
|
| void tclDeleteVars TclIntStubs::_ANSI_ARGS_ |
( |
(Interp *iPtr, Tcl_HashTable *tablePtr) |
|
) |
|
| int tclDoGlob TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *separators, Tcl_DString *headPtr, char *tail, GlobTypeData *types) |
|
) |
|
| void tclDumpMemoryInfo TclIntStubs::_ANSI_ARGS_ |
( |
(FILE *outFile) |
|
) |
|
| void tclExprFloatError TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, double value) |
|
) |
|
| int tclFileAttrsCmd TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
) |
|
| int tclFileCopyCmd TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int argc, char **argv) |
|
) |
|
| int tclFileDeleteCmd TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int argc, char **argv) |
|
) |
|
| int tclFileMakeDirsCmd TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int argc, char **argv) |
|
) |
|
| int tclFileRenameCmd TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int argc, char **argv) |
|
) |
|
| int tclFindElement TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, CONST char *listStr, int listLength, CONST char **elementPtr, CONST char **nextPtr, int *sizePtr, int *bracePtr) |
|
) |
|
| Proc* tclFindProc TclIntStubs::_ANSI_ARGS_ |
( |
(Interp *iPtr, char *procName) |
|
) |
|
| int tclFormatInt TclIntStubs::_ANSI_ARGS_ |
( |
(char *buffer, long n) |
|
) |
|
| void tclFreePackageInfo TclIntStubs::_ANSI_ARGS_ |
( |
(Interp *iPtr) |
|
) |
|
| int tclGetDate TclIntStubs::_ANSI_ARGS_ |
( |
(char *p, unsigned long now, long zone, unsigned long *timePtr) |
|
) |
|
| Tcl_Channel tclpGetDefaultStdChannel TclIntStubs::_ANSI_ARGS_ |
( |
(int type) |
|
) |
|
| Tcl_Obj* tclGetElementOfIndexedArray TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int localIndex, Tcl_Obj *elemPtr, int leaveErrorMsg) |
|
) |
|
| char* tclGetExtension TclIntStubs::_ANSI_ARGS_ |
( |
(char *name) |
|
) |
|
| int tclGetFrame TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *str, CallFrame **framePtrPtr) |
|
) |
|
| TclCmdProcType tclGetInterpProc TclIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| int tclGetIntForIndex TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Obj *objPtr, int endValue, int *indexPtr) |
|
) |
|
| Tcl_Obj* tclGetIndexedScalar TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int localIndex, int leaveErrorMsg) |
|
) |
|
| int tclGetLong TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *str, long *longPtr) |
|
) |
|
| int tclGetLoadedPackages TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *targetName) |
|
) |
|
| TclObjCmdProcType tclGetObjInterpProc TclIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| int tclGetOpenMode TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *str, int *seekFlagPtr) |
|
) |
|
| Tcl_Command tclGetOriginalCommand TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Command command) |
|
) |
|
| char* tclpGetUserHome TclIntStubs::_ANSI_ARGS_ |
( |
(CONST char *name, Tcl_DString *bufferPtr) |
|
) |
|
| int tclGlobalInvoke TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int argc, char **argv, int flags) |
|
) |
|
| int tclGuessPackageName TclIntStubs::_ANSI_ARGS_ |
( |
(char *fileName, Tcl_DString *bufPtr) |
|
) |
|
| int tclHideUnsafeCommands TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp) |
|
) |
|
| int tclInExit TclIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| Tcl_Obj* tclIncrElementOfIndexedArray TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int localIndex, Tcl_Obj *elemPtr, long incrAmount) |
|
) |
|
| Tcl_Obj* tclIncrIndexedScalar TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int localIndex, long incrAmount) |
|
) |
|
| Tcl_Obj* tclIncrVar2 TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Obj *part1Ptr, Tcl_Obj *part2Ptr, long incrAmount, int part1NotParsed) |
|
) |
|
| int tclInterpInit TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp) |
|
) |
|
| int tclInvoke TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int argc, char **argv, int flags) |
|
) |
|
| int tclInvokeObjectCommand TclIntStubs::_ANSI_ARGS_ |
( |
(ClientData clientData, Tcl_Interp *interp, int argc, char **argv) |
|
) |
|
| int tclInvokeStringCommand TclIntStubs::_ANSI_ARGS_ |
( |
(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
) |
|
| Proc* tclIsProc TclIntStubs::_ANSI_ARGS_ |
( |
(Command *cmdPtr) |
|
) |
|
| Var* tclLookupVar TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *part1, char *part2, int flags, char *msg, int createPart1, int createPart2, Var **arrayPtrPtr) |
|
) |
|
| int tclpMatchFiles TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *separators, Tcl_DString *dirPtr, char *pattern, char *tail) |
|
) |
|
| int tclNeedSpace TclIntStubs::_ANSI_ARGS_ |
( |
(char *start, char *end) |
|
) |
|
| Tcl_Obj* tclNewProcBodyObj TclIntStubs::_ANSI_ARGS_ |
( |
(Proc *procPtr) |
|
) |
|
| int tclObjCommandComplete TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Obj *cmdPtr) |
|
) |
|
| int tclObjInterpProc TclIntStubs::_ANSI_ARGS_ |
( |
(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
|
) |
|
| int tclObjInvoke TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], int flags) |
|
) |
|
| int tclObjInvokeGlobal TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], int flags) |
|
) |
|
| int tclOpenFileChannelDeleteProc TclIntStubs::_ANSI_ARGS_ |
( |
(TclOpenFileChannelProc_ *proc) |
|
) |
|
| int tclOpenFileChannelInsertProc TclIntStubs::_ANSI_ARGS_ |
( |
(TclOpenFileChannelProc_ *proc) |
|
) |
|
| int tclpAccess TclIntStubs::_ANSI_ARGS_ |
( |
(CONST char *path, int mode) |
|
) |
|
| char* tclpAlloc TclIntStubs::_ANSI_ARGS_ |
( |
(unsigned int size) |
|
) |
|
| int tclpCopyFile TclIntStubs::_ANSI_ARGS_ |
( |
(CONST char *source, CONST char *dest) |
|
) |
|
| int tclpCopyDirectory TclIntStubs::_ANSI_ARGS_ |
( |
(CONST char *source, CONST char *dest, Tcl_DString *errorPtr) |
|
) |
|
| int tclpCreateDirectory TclIntStubs::_ANSI_ARGS_ |
( |
(CONST char *path) |
|
) |
|
| int tclpDeleteFile TclIntStubs::_ANSI_ARGS_ |
( |
(CONST char *path) |
|
) |
|
| void tclpFree TclIntStubs::_ANSI_ARGS_ |
( |
(char *ptr) |
|
) |
|
| unsigned long tclpGetClicks TclIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| unsigned long tclpGetSeconds TclIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| void tclpGetTime TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Time *time) |
|
) |
|
| int tclpGetTimeZone TclIntStubs::_ANSI_ARGS_ |
( |
(unsigned long time) |
|
) |
|
| int tclpListVolumes TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp) |
|
) |
|
| char* tclpRealloc TclIntStubs::_ANSI_ARGS_ |
( |
(char *ptr, unsigned int size) |
|
) |
|
| int tclpRemoveDirectory TclIntStubs::_ANSI_ARGS_ |
( |
(CONST char *path, int recursive, Tcl_DString *errorPtr) |
|
) |
|
| int tclpRenameFile TclIntStubs::_ANSI_ARGS_ |
( |
(CONST char *source, CONST char *dest) |
|
) |
|
| char* tclPrecTraceProc TclIntStubs::_ANSI_ARGS_ |
( |
(ClientData clientData, Tcl_Interp *interp, char *name1, char *name2, int flags) |
|
) |
|
| int tclPreventAliasLoop TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Interp *cmdInterp, Tcl_Command cmd) |
|
) |
|
| void tclProcCleanupProc TclIntStubs::_ANSI_ARGS_ |
( |
(Proc *procPtr) |
|
) |
|
| int tclProcCompileProc TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Proc *procPtr, Tcl_Obj *bodyPtr, Namespace *nsPtr, CONST char *description, CONST char *procName) |
|
) |
|
| void tclProcDeleteProc TclIntStubs::_ANSI_ARGS_ |
( |
(ClientData clientData) |
|
) |
|
| int tclProcInterpProc TclIntStubs::_ANSI_ARGS_ |
( |
(ClientData clientData, Tcl_Interp *interp, int argc, char **argv) |
|
) |
|
| int tclpStat TclIntStubs::_ANSI_ARGS_ |
( |
(CONST char *path, struct stat *buf) |
|
) |
|
| int tclRenameCommand TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *oldName, char *newName) |
|
) |
|
| void tclResetShadowedCmdRefs TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Command *newCmdPtr) |
|
) |
|
| int tclServiceIdle TclIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| Tcl_Obj* tclSetElementOfIndexedArray TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int localIndex, Tcl_Obj *elemPtr, Tcl_Obj *objPtr, int leaveErrorMsg) |
|
) |
|
| Tcl_Obj* tclSetIndexedScalar TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int localIndex, Tcl_Obj *objPtr, int leaveErrorMsg) |
|
) |
|
| char* tclSetPreInitScript TclIntStubs::_ANSI_ARGS_ |
( |
(char *string) |
|
) |
|
| void tclSetupEnv TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp) |
|
) |
|
| int tclSockGetPort TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *str, char *proto, int *portPtr) |
|
) |
|
| int tclSockMinimumBuffers TclIntStubs::_ANSI_ARGS_ |
( |
(int sock, int size) |
|
) |
|
| int tclStat TclIntStubs::_ANSI_ARGS_ |
( |
(CONST char *path, struct stat *buf) |
|
) |
|
| int tclStatDeleteProc TclIntStubs::_ANSI_ARGS_ |
( |
(TclStatProc_ *proc) |
|
) |
|
| int tclStatInsertProc TclIntStubs::_ANSI_ARGS_ |
( |
(TclStatProc_ *proc) |
|
) |
|
| void tclTeardownNamespace TclIntStubs::_ANSI_ARGS_ |
( |
(Namespace *nsPtr) |
|
) |
|
| int tclUpdateReturnInfo TclIntStubs::_ANSI_ARGS_ |
( |
(Interp *iPtr) |
|
) |
|
| void tcl_AddInterpResolvers TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *name, Tcl_ResolveCmdProc *cmdProc, Tcl_ResolveVarProc *varProc, Tcl_ResolveCompiledVarProc *compiledVarProc) |
|
) |
|
| int tcl_AppendExportList TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Namespace *nsPtr, Tcl_Obj *objPtr) |
|
) |
|
| Tcl_Namespace* tcl_CreateNamespace TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *name, ClientData clientData, Tcl_NamespaceDeleteProc *deleteProc) |
|
) |
|
| void tcl_DeleteNamespace TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Namespace *nsPtr) |
|
) |
|
| int tcl_Export TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Namespace *nsPtr, char *pattern, int resetListFirst) |
|
) |
|
| Tcl_Command tcl_FindCommand TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *name, Tcl_Namespace *contextNsPtr, int flags) |
|
) |
|
| Tcl_Namespace* tcl_FindNamespace 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) |
|
) |
|
| Tcl_Var tcl_FindNamespaceVar TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *name, Tcl_Namespace *contextNsPtr, int flags) |
|
) |
|
| int tcl_ForgetImport TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Namespace *nsPtr, char *pattern) |
|
) |
|
| Tcl_Command tcl_GetCommandFromObj TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Obj *objPtr) |
|
) |
|
| void tcl_GetCommandFullName TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Command command, Tcl_Obj *objPtr) |
|
) |
|
| Tcl_Namespace* tcl_GetCurrentNamespace TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp) |
|
) |
|
| Tcl_Namespace* tcl_GetGlobalNamespace TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp) |
|
) |
|
| void tcl_GetVariableFullName TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Var variable, Tcl_Obj *objPtr) |
|
) |
|
| int tcl_Import TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Namespace *nsPtr, char *pattern, int allowOverwrite) |
|
) |
|
| void tcl_PopCallFrame TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp) |
|
) |
|
| int tcl_PushCallFrame TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_CallFrame *framePtr, Tcl_Namespace *nsPtr, int isProcCallFrame) |
|
) |
|
| int tcl_RemoveInterpResolvers TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *name) |
|
) |
|
| void tcl_SetNamespaceResolvers TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Namespace *namespacePtr, Tcl_ResolveCmdProc *cmdProc, Tcl_ResolveVarProc *varProc, Tcl_ResolveCompiledVarProc *compiledVarProc) |
|
) |
|
| int tclpHasSockets TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp) |
|
) |
|
| struct tm* tclpGetDate TclIntStubs::_ANSI_ARGS_ |
( |
(TclpTime_t time, int useGMT) |
|
) |
|
| size_t tclpStrftime TclIntStubs::_ANSI_ARGS_ |
( |
(char *s, size_t maxsize, CONST char *format, CONST struct tm *t) |
|
) |
|
| int tclpCheckStackSpace TclIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| int tclpChdir TclIntStubs::_ANSI_ARGS_ |
( |
(CONST char *dirName) |
|
) |
|
| char* tclGetEnv TclIntStubs::_ANSI_ARGS_ |
( |
(CONST char *name, Tcl_DString *valuePtr) |
|
) |
|
| int tclpLoadFile TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *fileName, char *sym1, char *sym2, Tcl_PackageInitProc **proc1Ptr, Tcl_PackageInitProc **proc2Ptr, ClientData *clientDataPtr) |
|
) |
|
| int tclLooksLikeInt TclIntStubs::_ANSI_ARGS_ |
( |
(char *bytes, int length) |
|
) |
|
| char* tclpGetCwd TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_DString *cwdPtr) |
|
) |
|
| int tclSetByteCodeFromAny TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Obj *objPtr, CompileHookProc *hookProc, ClientData clientData) |
|
) |
|
| int tclAddLiteralObj TclIntStubs::_ANSI_ARGS_ |
( |
(struct CompileEnv *envPtr, Tcl_Obj *objPtr, LiteralEntry **litPtrPtr) |
|
) |
|
| void tclHideLiteral TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, struct CompileEnv *envPtr, int index) |
|
) |
|
| struct AuxDataType* tclGetAuxDataType TclIntStubs::_ANSI_ARGS_ |
( |
(char *typeName) |
|
) |
|
| TclHandle tclHandleCreate TclIntStubs::_ANSI_ARGS_ |
( |
(VOID *ptr) |
|
) |
|
| void tclHandleFree TclIntStubs::_ANSI_ARGS_ |
( |
(TclHandle handle) |
|
) |
|
| void tclHandleRelease TclIntStubs::_ANSI_ARGS_ |
( |
(TclHandle handle) |
|
) |
|
| int tclRegAbout TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_RegExp re) |
|
) |
|
| void tclRegExpRangeUniChar TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_RegExp re, int index, int *startPtr, int *endPtr) |
|
) |
|
| void tclSetLibraryPath TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Obj *pathPtr) |
|
) |
|
| Tcl_Obj* tclGetLibraryPath TclIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| void tclRegError TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *msg, int status) |
|
) |
|
| Var* tclVarTraceExists TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *varName) |
|
) |
|
| void tclSetStartupScriptFileName TclIntStubs::_ANSI_ARGS_ |
( |
(char *filename) |
|
) |
|
| char* tclGetStartupScriptFileName TclIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| int tclpMatchFilesTypes TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *separators, Tcl_DString *dirPtr, char *pattern, char *tail, GlobTypeData *types) |
|
) |
|
| int tclChannelTransform TclIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Channel chan, Tcl_Obj *cmdObjPtr) |
|
) |
|
| void tclChannelEventScriptInvoker TclIntStubs::_ANSI_ARGS_ |
( |
(ClientData clientData, int flags) |
|
) |
|
Member Data Documentation
The documentation for this struct was generated from the following file:
Generated on Mon Oct 23 15:05:50 2006 for OpenSees by 1.5.0
|