sl@0: /* sl@0: * tclStubInit.c -- sl@0: * sl@0: * This file contains the initializers for the Tcl stub vectors. sl@0: * sl@0: * Copyright (c) 1998-1999 by Scriptics Corporation. sl@0: * sl@0: * See the file "license.terms" for information on usage and redistribution sl@0: * of this file, and for a DISCLAIMER OF ALL WARRANTIES. sl@0: * sl@0: * RCS: @(#) $Id: tclStubInit.c,v 1.79.2.10 2006/09/22 01:26:23 andreas_kupries Exp $ sl@0: */ sl@0: sl@0: #include "tclInt.h" sl@0: #include "tclPort.h" sl@0: sl@0: /* sl@0: * Remove macros that will interfere with the definitions below. sl@0: */ sl@0: sl@0: #undef Tcl_Alloc sl@0: #undef Tcl_Free sl@0: #undef Tcl_Realloc sl@0: #undef Tcl_NewBooleanObj sl@0: #undef Tcl_NewByteArrayObj sl@0: #undef Tcl_NewDoubleObj sl@0: #undef Tcl_NewIntObj sl@0: #undef Tcl_NewListObj sl@0: #undef Tcl_NewLongObj sl@0: #undef Tcl_NewObj sl@0: #undef Tcl_NewStringObj sl@0: #undef Tcl_DumpActiveMemory sl@0: #undef Tcl_ValidateAllMemory sl@0: #if TCL_PRESERVE_BINARY_COMPATABILITY sl@0: # undef Tcl_FindHashEntry sl@0: # undef Tcl_CreateHashEntry sl@0: #endif sl@0: sl@0: /* sl@0: * Keep a record of the original Notifier procedures, created in the sl@0: * same compilation unit as the stub tables so we can later do reliable, sl@0: * portable comparisons to see whether a Tcl_SetNotifier() call swapped sl@0: * new routines into the stub table. sl@0: */ sl@0: sl@0: Tcl_NotifierProcs tclOriginalNotifier = { sl@0: Tcl_SetTimer, sl@0: Tcl_WaitForEvent, sl@0: #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */ sl@0: Tcl_CreateFileHandler, sl@0: Tcl_DeleteFileHandler, sl@0: #else sl@0: NULL, sl@0: NULL, sl@0: #endif sl@0: NULL, sl@0: NULL, sl@0: NULL, sl@0: NULL sl@0: }; sl@0: sl@0: /* sl@0: * WARNING: The contents of this file is automatically generated by the sl@0: * tools/genStubs.tcl script. Any modifications to the function declarations sl@0: * below should be made in the generic/tcl.decls script. sl@0: */ sl@0: sl@0: /* !BEGIN!: Do not edit below this line. */ sl@0: sl@0: TclIntStubs tclIntStubs = { sl@0: TCL_STUB_MAGIC, sl@0: NULL, sl@0: NULL, /* 0 */ sl@0: TclAccessDeleteProc, /* 1 */ sl@0: TclAccessInsertProc, /* 2 */ sl@0: TclAllocateFreeObjects, /* 3 */ sl@0: NULL, /* 4 */ sl@0: #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */ sl@0: TclCleanupChildren, /* 5 */ sl@0: #endif /* UNIX */ sl@0: #ifdef __WIN32__ sl@0: TclCleanupChildren, /* 5 */ sl@0: #endif /* __WIN32__ */ sl@0: #ifdef MAC_TCL sl@0: NULL, /* 5 */ sl@0: #endif /* MAC_TCL */ sl@0: TclCleanupCommand, /* 6 */ sl@0: TclCopyAndCollapse, /* 7 */ sl@0: TclCopyChannel, /* 8 */ sl@0: #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */ sl@0: TclCreatePipeline, /* 9 */ sl@0: #endif /* UNIX */ sl@0: #ifdef __WIN32__ sl@0: TclCreatePipeline, /* 9 */ sl@0: #endif /* __WIN32__ */ sl@0: #ifdef MAC_TCL sl@0: NULL, /* 9 */ sl@0: #endif /* MAC_TCL */ sl@0: TclCreateProc, /* 10 */ sl@0: TclDeleteCompiledLocalVars, /* 11 */ sl@0: TclDeleteVars, /* 12 */ sl@0: TclDoGlob, /* 13 */ sl@0: TclDumpMemoryInfo, /* 14 */ sl@0: NULL, /* 15 */ sl@0: TclExprFloatError, /* 16 */ sl@0: NULL, /* 17 */ sl@0: NULL, /* 18 */ sl@0: NULL, /* 19 */ sl@0: NULL, /* 20 */ sl@0: NULL, /* 21 */ sl@0: TclFindElement, /* 22 */ sl@0: TclFindProc, /* 23 */ sl@0: TclFormatInt, /* 24 */ sl@0: TclFreePackageInfo, /* 25 */ sl@0: NULL, /* 26 */ sl@0: TclGetDate, /* 27 */ sl@0: TclpGetDefaultStdChannel, /* 28 */ sl@0: NULL, /* 29 */ sl@0: NULL, /* 30 */ sl@0: TclGetExtension, /* 31 */ sl@0: TclGetFrame, /* 32 */ sl@0: TclGetInterpProc, /* 33 */ sl@0: TclGetIntForIndex, /* 34 */ sl@0: NULL, /* 35 */ sl@0: TclGetLong, /* 36 */ sl@0: TclGetLoadedPackages, /* 37 */ sl@0: TclGetNamespaceForQualName, /* 38 */ sl@0: TclGetObjInterpProc, /* 39 */ sl@0: TclGetOpenMode, /* 40 */ sl@0: TclGetOriginalCommand, /* 41 */ sl@0: TclpGetUserHome, /* 42 */ sl@0: TclGlobalInvoke, /* 43 */ sl@0: TclGuessPackageName, /* 44 */ sl@0: TclHideUnsafeCommands, /* 45 */ sl@0: TclInExit, /* 46 */ sl@0: NULL, /* 47 */ sl@0: NULL, /* 48 */ sl@0: TclIncrVar2, /* 49 */ sl@0: TclInitCompiledLocals, /* 50 */ sl@0: TclInterpInit, /* 51 */ sl@0: TclInvoke, /* 52 */ sl@0: TclInvokeObjectCommand, /* 53 */ sl@0: TclInvokeStringCommand, /* 54 */ sl@0: TclIsProc, /* 55 */ sl@0: NULL, /* 56 */ sl@0: NULL, /* 57 */ sl@0: TclLookupVar, /* 58 */ sl@0: NULL, /* 59 */ sl@0: TclNeedSpace, /* 60 */ sl@0: TclNewProcBodyObj, /* 61 */ sl@0: TclObjCommandComplete, /* 62 */ sl@0: TclObjInterpProc, /* 63 */ sl@0: TclObjInvoke, /* 64 */ sl@0: TclObjInvokeGlobal, /* 65 */ sl@0: TclOpenFileChannelDeleteProc, /* 66 */ sl@0: TclOpenFileChannelInsertProc, /* 67 */ sl@0: NULL, /* 68 */ sl@0: TclpAlloc, /* 69 */ sl@0: NULL, /* 70 */ sl@0: NULL, /* 71 */ sl@0: NULL, /* 72 */ sl@0: NULL, /* 73 */ sl@0: TclpFree, /* 74 */ sl@0: TclpGetClicks, /* 75 */ sl@0: TclpGetSeconds, /* 76 */ sl@0: TclpGetTime, /* 77 */ sl@0: TclpGetTimeZone, /* 78 */ sl@0: NULL, /* 79 */ sl@0: NULL, /* 80 */ sl@0: TclpRealloc, /* 81 */ sl@0: NULL, /* 82 */ sl@0: NULL, /* 83 */ sl@0: NULL, /* 84 */ sl@0: NULL, /* 85 */ sl@0: NULL, /* 86 */ sl@0: NULL, /* 87 */ sl@0: TclPrecTraceProc, /* 88 */ sl@0: TclPreventAliasLoop, /* 89 */ sl@0: NULL, /* 90 */ sl@0: TclProcCleanupProc, /* 91 */ sl@0: TclProcCompileProc, /* 92 */ sl@0: TclProcDeleteProc, /* 93 */ sl@0: TclProcInterpProc, /* 94 */ sl@0: NULL, /* 95 */ sl@0: TclRenameCommand, /* 96 */ sl@0: TclResetShadowedCmdRefs, /* 97 */ sl@0: TclServiceIdle, /* 98 */ sl@0: NULL, /* 99 */ sl@0: NULL, /* 100 */ sl@0: TclSetPreInitScript, /* 101 */ sl@0: TclSetupEnv, /* 102 */ sl@0: TclSockGetPort, /* 103 */ sl@0: #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */ sl@0: TclSockMinimumBuffers, /* 104 */ sl@0: #endif /* UNIX */ sl@0: #ifdef __WIN32__ sl@0: TclSockMinimumBuffers, /* 104 */ sl@0: #endif /* __WIN32__ */ sl@0: #ifdef MAC_TCL sl@0: NULL, /* 104 */ sl@0: #endif /* MAC_TCL */ sl@0: NULL, /* 105 */ sl@0: TclStatDeleteProc, /* 106 */ sl@0: TclStatInsertProc, /* 107 */ sl@0: TclTeardownNamespace, /* 108 */ sl@0: TclUpdateReturnInfo, /* 109 */ sl@0: NULL, /* 110 */ sl@0: Tcl_AddInterpResolvers, /* 111 */ sl@0: Tcl_AppendExportList, /* 112 */ sl@0: Tcl_CreateNamespace, /* 113 */ sl@0: Tcl_DeleteNamespace, /* 114 */ sl@0: Tcl_Export, /* 115 */ sl@0: Tcl_FindCommand, /* 116 */ sl@0: Tcl_FindNamespace, /* 117 */ sl@0: Tcl_GetInterpResolvers, /* 118 */ sl@0: Tcl_GetNamespaceResolvers, /* 119 */ sl@0: Tcl_FindNamespaceVar, /* 120 */ sl@0: Tcl_ForgetImport, /* 121 */ sl@0: Tcl_GetCommandFromObj, /* 122 */ sl@0: Tcl_GetCommandFullName, /* 123 */ sl@0: Tcl_GetCurrentNamespace, /* 124 */ sl@0: Tcl_GetGlobalNamespace, /* 125 */ sl@0: Tcl_GetVariableFullName, /* 126 */ sl@0: Tcl_Import, /* 127 */ sl@0: Tcl_PopCallFrame, /* 128 */ sl@0: Tcl_PushCallFrame, /* 129 */ sl@0: Tcl_RemoveInterpResolvers, /* 130 */ sl@0: Tcl_SetNamespaceResolvers, /* 131 */ sl@0: TclpHasSockets, /* 132 */ sl@0: TclpGetDate, /* 133 */ sl@0: TclpStrftime, /* 134 */ sl@0: TclpCheckStackSpace, /* 135 */ sl@0: NULL, /* 136 */ sl@0: NULL, /* 137 */ sl@0: TclGetEnv, /* 138 */ sl@0: NULL, /* 139 */ sl@0: TclLooksLikeInt, /* 140 */ sl@0: TclpGetCwd, /* 141 */ sl@0: TclSetByteCodeFromAny, /* 142 */ sl@0: TclAddLiteralObj, /* 143 */ sl@0: TclHideLiteral, /* 144 */ sl@0: TclGetAuxDataType, /* 145 */ sl@0: TclHandleCreate, /* 146 */ sl@0: TclHandleFree, /* 147 */ sl@0: TclHandlePreserve, /* 148 */ sl@0: TclHandleRelease, /* 149 */ sl@0: TclRegAbout, /* 150 */ sl@0: TclRegExpRangeUniChar, /* 151 */ sl@0: TclSetLibraryPath, /* 152 */ sl@0: TclGetLibraryPath, /* 153 */ sl@0: NULL, /* 154 */ sl@0: NULL, /* 155 */ sl@0: TclRegError, /* 156 */ sl@0: TclVarTraceExists, /* 157 */ sl@0: TclSetStartupScriptFileName, /* 158 */ sl@0: TclGetStartupScriptFileName, /* 159 */ sl@0: NULL, /* 160 */ sl@0: TclChannelTransform, /* 161 */ sl@0: TclChannelEventScriptInvoker, /* 162 */ sl@0: TclGetInstructionTable, /* 163 */ sl@0: TclExpandCodeArray, /* 164 */ sl@0: TclpSetInitialEncodings, /* 165 */ sl@0: TclListObjSetElement, /* 166 */ sl@0: TclSetStartupScriptPath, /* 167 */ sl@0: TclGetStartupScriptPath, /* 168 */ sl@0: TclpUtfNcmp2, /* 169 */ sl@0: TclCheckInterpTraces, /* 170 */ sl@0: TclCheckExecutionTraces, /* 171 */ sl@0: TclInThreadExit, /* 172 */ sl@0: TclUniCharMatch, /* 173 */ sl@0: NULL, /* 174 */ sl@0: NULL, /* 175 */ sl@0: NULL, /* 176 */ sl@0: NULL, /* 177 */ sl@0: NULL, /* 178 */ sl@0: NULL, /* 179 */ sl@0: NULL, /* 180 */ sl@0: NULL, /* 181 */ sl@0: TclpLocaltime, /* 182 */ sl@0: TclpGmtime, /* 183 */ sl@0: NULL, /* 184 */ sl@0: NULL, /* 185 */ sl@0: NULL, /* 186 */ sl@0: NULL, /* 187 */ sl@0: NULL, /* 188 */ sl@0: NULL, /* 189 */ sl@0: NULL, /* 190 */ sl@0: NULL, /* 191 */ sl@0: NULL, /* 192 */ sl@0: NULL, /* 193 */ sl@0: NULL, /* 194 */ sl@0: NULL, /* 195 */ sl@0: NULL, /* 196 */ sl@0: NULL, /* 197 */ sl@0: NULL, /* 198 */ sl@0: TclMatchIsTrivial, /* 199 */ sl@0: }; sl@0: sl@0: TclIntPlatStubs tclIntPlatStubs = { sl@0: TCL_STUB_MAGIC, sl@0: NULL, sl@0: #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */ sl@0: TclGetAndDetachPids, /* 0 */ sl@0: TclpCloseFile, /* 1 */ sl@0: TclpCreateCommandChannel, /* 2 */ sl@0: TclpCreatePipe, /* 3 */ sl@0: TclpCreateProcess, /* 4 */ sl@0: NULL, /* 5 */ sl@0: TclpMakeFile, /* 6 */ sl@0: TclpOpenFile, /* 7 */ sl@0: TclUnixWaitForFile, /* 8 */ sl@0: TclpCreateTempFile, /* 9 */ sl@0: TclpReaddir, /* 10 */ sl@0: TclpLocaltime_unix, /* 11 */ sl@0: TclpGmtime_unix, /* 12 */ sl@0: TclpInetNtoa, /* 13 */ sl@0: #endif /* UNIX */ sl@0: #ifdef __WIN32__ sl@0: TclWinConvertError, /* 0 */ sl@0: TclWinConvertWSAError, /* 1 */ sl@0: TclWinGetServByName, /* 2 */ sl@0: TclWinGetSockOpt, /* 3 */ sl@0: TclWinGetTclInstance, /* 4 */ sl@0: NULL, /* 5 */ sl@0: TclWinNToHS, /* 6 */ sl@0: TclWinSetSockOpt, /* 7 */ sl@0: TclpGetPid, /* 8 */ sl@0: TclWinGetPlatformId, /* 9 */ sl@0: NULL, /* 10 */ sl@0: TclGetAndDetachPids, /* 11 */ sl@0: TclpCloseFile, /* 12 */ sl@0: TclpCreateCommandChannel, /* 13 */ sl@0: TclpCreatePipe, /* 14 */ sl@0: TclpCreateProcess, /* 15 */ sl@0: NULL, /* 16 */ sl@0: NULL, /* 17 */ sl@0: TclpMakeFile, /* 18 */ sl@0: TclpOpenFile, /* 19 */ sl@0: TclWinAddProcess, /* 20 */ sl@0: NULL, /* 21 */ sl@0: TclpCreateTempFile, /* 22 */ sl@0: TclpGetTZName, /* 23 */ sl@0: TclWinNoBackslash, /* 24 */ sl@0: TclWinGetPlatform, /* 25 */ sl@0: TclWinSetInterfaces, /* 26 */ sl@0: TclWinFlushDirtyChannels, /* 27 */ sl@0: TclWinResetInterfaces, /* 28 */ sl@0: TclWinCPUID, /* 29 */ sl@0: #endif /* __WIN32__ */ sl@0: #ifdef MAC_TCL sl@0: TclpSysAlloc, /* 0 */ sl@0: TclpSysFree, /* 1 */ sl@0: TclpSysRealloc, /* 2 */ sl@0: TclpExit, /* 3 */ sl@0: FSpGetDefaultDir, /* 4 */ sl@0: FSpSetDefaultDir, /* 5 */ sl@0: FSpFindFolder, /* 6 */ sl@0: GetGlobalMouseTcl, /* 7 */ sl@0: FSpGetDirectoryIDTcl, /* 8 */ sl@0: FSpOpenResFileCompatTcl, /* 9 */ sl@0: FSpCreateResFileCompatTcl, /* 10 */ sl@0: FSpLocationFromPath, /* 11 */ sl@0: FSpPathFromLocation, /* 12 */ sl@0: TclMacExitHandler, /* 13 */ sl@0: TclMacInitExitToShell, /* 14 */ sl@0: TclMacInstallExitToShellPatch, /* 15 */ sl@0: TclMacOSErrorToPosixError, /* 16 */ sl@0: TclMacRemoveTimer, /* 17 */ sl@0: TclMacStartTimer, /* 18 */ sl@0: TclMacTimerExpired, /* 19 */ sl@0: TclMacRegisterResourceFork, /* 20 */ sl@0: TclMacUnRegisterResourceFork, /* 21 */ sl@0: TclMacCreateEnv, /* 22 */ sl@0: TclMacFOpenHack, /* 23 */ sl@0: TclpGetTZName, /* 24 */ sl@0: TclMacChmod, /* 25 */ sl@0: FSpLLocationFromPath, /* 26 */ sl@0: #endif /* MAC_TCL */ sl@0: }; sl@0: sl@0: TclPlatStubs tclPlatStubs = { sl@0: TCL_STUB_MAGIC, sl@0: NULL, sl@0: #ifdef __WIN32__ sl@0: Tcl_WinUtfToTChar, /* 0 */ sl@0: Tcl_WinTCharToUtf, /* 1 */ sl@0: #endif /* __WIN32__ */ sl@0: #ifdef MAC_TCL sl@0: Tcl_MacSetEventProc, /* 0 */ sl@0: Tcl_MacConvertTextResource, /* 1 */ sl@0: Tcl_MacEvalResource, /* 2 */ sl@0: Tcl_MacFindResource, /* 3 */ sl@0: Tcl_GetOSTypeFromObj, /* 4 */ sl@0: Tcl_SetOSTypeObj, /* 5 */ sl@0: Tcl_NewOSTypeObj, /* 6 */ sl@0: strncasecmp, /* 7 */ sl@0: strcasecmp, /* 8 */ sl@0: #endif /* MAC_TCL */ sl@0: #ifdef MAC_OSX_TCL sl@0: Tcl_MacOSXOpenBundleResources, /* 0 */ sl@0: Tcl_MacOSXOpenVersionedBundleResources, /* 1 */ sl@0: #endif /* MAC_OSX_TCL */ sl@0: }; sl@0: sl@0: static TclStubHooks tclStubHooks = { sl@0: &tclPlatStubs, sl@0: &tclIntStubs, sl@0: &tclIntPlatStubs sl@0: }; sl@0: sl@0: TclStubs tclStubs = { sl@0: TCL_STUB_MAGIC, sl@0: &tclStubHooks, sl@0: Tcl_PkgProvideEx, /* 0 */ sl@0: Tcl_PkgRequireEx, /* 1 */ sl@0: Tcl_Panic, /* 2 */ sl@0: Tcl_Alloc, /* 3 */ sl@0: Tcl_Free, /* 4 */ sl@0: Tcl_Realloc, /* 5 */ sl@0: Tcl_DbCkalloc, /* 6 */ sl@0: Tcl_DbCkfree, /* 7 */ sl@0: Tcl_DbCkrealloc, /* 8 */ sl@0: #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */ sl@0: Tcl_CreateFileHandler, /* 9 */ sl@0: #endif /* UNIX */ sl@0: #ifdef __WIN32__ sl@0: NULL, /* 9 */ sl@0: #endif /* __WIN32__ */ sl@0: #ifdef MAC_TCL sl@0: NULL, /* 9 */ sl@0: #endif /* MAC_TCL */ sl@0: #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */ sl@0: Tcl_DeleteFileHandler, /* 10 */ sl@0: #endif /* UNIX */ sl@0: #ifdef __WIN32__ sl@0: NULL, /* 10 */ sl@0: #endif /* __WIN32__ */ sl@0: #ifdef MAC_TCL sl@0: NULL, /* 10 */ sl@0: #endif /* MAC_TCL */ sl@0: Tcl_SetTimer, /* 11 */ sl@0: Tcl_Sleep, /* 12 */ sl@0: Tcl_WaitForEvent, /* 13 */ sl@0: Tcl_AppendAllObjTypes, /* 14 */ sl@0: Tcl_AppendStringsToObj, /* 15 */ sl@0: Tcl_AppendToObj, /* 16 */ sl@0: Tcl_ConcatObj, /* 17 */ sl@0: Tcl_ConvertToType, /* 18 */ sl@0: Tcl_DbDecrRefCount, /* 19 */ sl@0: Tcl_DbIncrRefCount, /* 20 */ sl@0: Tcl_DbIsShared, /* 21 */ sl@0: Tcl_DbNewBooleanObj, /* 22 */ sl@0: Tcl_DbNewByteArrayObj, /* 23 */ sl@0: Tcl_DbNewDoubleObj, /* 24 */ sl@0: Tcl_DbNewListObj, /* 25 */ sl@0: Tcl_DbNewLongObj, /* 26 */ sl@0: Tcl_DbNewObj, /* 27 */ sl@0: Tcl_DbNewStringObj, /* 28 */ sl@0: Tcl_DuplicateObj, /* 29 */ sl@0: TclFreeObj, /* 30 */ sl@0: Tcl_GetBoolean, /* 31 */ sl@0: Tcl_GetBooleanFromObj, /* 32 */ sl@0: Tcl_GetByteArrayFromObj, /* 33 */ sl@0: Tcl_GetDouble, /* 34 */ sl@0: Tcl_GetDoubleFromObj, /* 35 */ sl@0: Tcl_GetIndexFromObj, /* 36 */ sl@0: Tcl_GetInt, /* 37 */ sl@0: Tcl_GetIntFromObj, /* 38 */ sl@0: Tcl_GetLongFromObj, /* 39 */ sl@0: Tcl_GetObjType, /* 40 */ sl@0: Tcl_GetStringFromObj, /* 41 */ sl@0: Tcl_InvalidateStringRep, /* 42 */ sl@0: Tcl_ListObjAppendList, /* 43 */ sl@0: Tcl_ListObjAppendElement, /* 44 */ sl@0: Tcl_ListObjGetElements, /* 45 */ sl@0: Tcl_ListObjIndex, /* 46 */ sl@0: Tcl_ListObjLength, /* 47 */ sl@0: Tcl_ListObjReplace, /* 48 */ sl@0: Tcl_NewBooleanObj, /* 49 */ sl@0: Tcl_NewByteArrayObj, /* 50 */ sl@0: Tcl_NewDoubleObj, /* 51 */ sl@0: Tcl_NewIntObj, /* 52 */ sl@0: Tcl_NewListObj, /* 53 */ sl@0: Tcl_NewLongObj, /* 54 */ sl@0: Tcl_NewObj, /* 55 */ sl@0: Tcl_NewStringObj, /* 56 */ sl@0: Tcl_SetBooleanObj, /* 57 */ sl@0: Tcl_SetByteArrayLength, /* 58 */ sl@0: Tcl_SetByteArrayObj, /* 59 */ sl@0: Tcl_SetDoubleObj, /* 60 */ sl@0: Tcl_SetIntObj, /* 61 */ sl@0: Tcl_SetListObj, /* 62 */ sl@0: Tcl_SetLongObj, /* 63 */ sl@0: Tcl_SetObjLength, /* 64 */ sl@0: Tcl_SetStringObj, /* 65 */ sl@0: Tcl_AddErrorInfo, /* 66 */ sl@0: Tcl_AddObjErrorInfo, /* 67 */ sl@0: Tcl_AllowExceptions, /* 68 */ sl@0: Tcl_AppendElement, /* 69 */ sl@0: Tcl_AppendResult, /* 70 */ sl@0: Tcl_AsyncCreate, /* 71 */ sl@0: Tcl_AsyncDelete, /* 72 */ sl@0: Tcl_AsyncInvoke, /* 73 */ sl@0: Tcl_AsyncMark, /* 74 */ sl@0: Tcl_AsyncReady, /* 75 */ sl@0: Tcl_BackgroundError, /* 76 */ sl@0: Tcl_Backslash, /* 77 */ sl@0: Tcl_BadChannelOption, /* 78 */ sl@0: Tcl_CallWhenDeleted, /* 79 */ sl@0: Tcl_CancelIdleCall, /* 80 */ sl@0: Tcl_Close, /* 81 */ sl@0: Tcl_CommandComplete, /* 82 */ sl@0: Tcl_Concat, /* 83 */ sl@0: Tcl_ConvertElement, /* 84 */ sl@0: Tcl_ConvertCountedElement, /* 85 */ sl@0: Tcl_CreateAlias, /* 86 */ sl@0: Tcl_CreateAliasObj, /* 87 */ sl@0: Tcl_CreateChannel, /* 88 */ sl@0: Tcl_CreateChannelHandler, /* 89 */ sl@0: Tcl_CreateCloseHandler, /* 90 */ sl@0: Tcl_CreateCommand, /* 91 */ sl@0: Tcl_CreateEventSource, /* 92 */ sl@0: Tcl_CreateExitHandler, /* 93 */ sl@0: Tcl_CreateInterp, /* 94 */ sl@0: Tcl_CreateMathFunc, /* 95 */ sl@0: Tcl_CreateObjCommand, /* 96 */ sl@0: Tcl_CreateSlave, /* 97 */ sl@0: Tcl_CreateTimerHandler, /* 98 */ sl@0: Tcl_CreateTrace, /* 99 */ sl@0: Tcl_DeleteAssocData, /* 100 */ sl@0: Tcl_DeleteChannelHandler, /* 101 */ sl@0: Tcl_DeleteCloseHandler, /* 102 */ sl@0: Tcl_DeleteCommand, /* 103 */ sl@0: Tcl_DeleteCommandFromToken, /* 104 */ sl@0: Tcl_DeleteEvents, /* 105 */ sl@0: Tcl_DeleteEventSource, /* 106 */ sl@0: Tcl_DeleteExitHandler, /* 107 */ sl@0: Tcl_DeleteHashEntry, /* 108 */ sl@0: Tcl_DeleteHashTable, /* 109 */ sl@0: Tcl_DeleteInterp, /* 110 */ sl@0: #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */ sl@0: Tcl_DetachPids, /* 111 */ sl@0: #endif /* UNIX */ sl@0: #ifdef __WIN32__ sl@0: Tcl_DetachPids, /* 111 */ sl@0: #endif /* __WIN32__ */ sl@0: #ifdef MAC_TCL sl@0: NULL, /* 111 */ sl@0: #endif /* MAC_TCL */ sl@0: Tcl_DeleteTimerHandler, /* 112 */ sl@0: Tcl_DeleteTrace, /* 113 */ sl@0: Tcl_DontCallWhenDeleted, /* 114 */ sl@0: Tcl_DoOneEvent, /* 115 */ sl@0: Tcl_DoWhenIdle, /* 116 */ sl@0: Tcl_DStringAppend, /* 117 */ sl@0: Tcl_DStringAppendElement, /* 118 */ sl@0: Tcl_DStringEndSublist, /* 119 */ sl@0: Tcl_DStringFree, /* 120 */ sl@0: Tcl_DStringGetResult, /* 121 */ sl@0: Tcl_DStringInit, /* 122 */ sl@0: Tcl_DStringResult, /* 123 */ sl@0: Tcl_DStringSetLength, /* 124 */ sl@0: Tcl_DStringStartSublist, /* 125 */ sl@0: Tcl_Eof, /* 126 */ sl@0: Tcl_ErrnoId, /* 127 */ sl@0: Tcl_ErrnoMsg, /* 128 */ sl@0: Tcl_Eval, /* 129 */ sl@0: Tcl_EvalFile, /* 130 */ sl@0: Tcl_EvalObj, /* 131 */ sl@0: Tcl_EventuallyFree, /* 132 */ sl@0: Tcl_Exit, /* 133 */ sl@0: Tcl_ExposeCommand, /* 134 */ sl@0: Tcl_ExprBoolean, /* 135 */ sl@0: Tcl_ExprBooleanObj, /* 136 */ sl@0: Tcl_ExprDouble, /* 137 */ sl@0: Tcl_ExprDoubleObj, /* 138 */ sl@0: Tcl_ExprLong, /* 139 */ sl@0: Tcl_ExprLongObj, /* 140 */ sl@0: Tcl_ExprObj, /* 141 */ sl@0: Tcl_ExprString, /* 142 */ sl@0: Tcl_Finalize, /* 143 */ sl@0: Tcl_FindExecutable, /* 144 */ sl@0: Tcl_FirstHashEntry, /* 145 */ sl@0: Tcl_Flush, /* 146 */ sl@0: Tcl_FreeResult, /* 147 */ sl@0: Tcl_GetAlias, /* 148 */ sl@0: Tcl_GetAliasObj, /* 149 */ sl@0: Tcl_GetAssocData, /* 150 */ sl@0: Tcl_GetChannel, /* 151 */ sl@0: Tcl_GetChannelBufferSize, /* 152 */ sl@0: Tcl_GetChannelHandle, /* 153 */ sl@0: Tcl_GetChannelInstanceData, /* 154 */ sl@0: Tcl_GetChannelMode, /* 155 */ sl@0: Tcl_GetChannelName, /* 156 */ sl@0: Tcl_GetChannelOption, /* 157 */ sl@0: Tcl_GetChannelType, /* 158 */ sl@0: Tcl_GetCommandInfo, /* 159 */ sl@0: Tcl_GetCommandName, /* 160 */ sl@0: Tcl_GetErrno, /* 161 */ sl@0: Tcl_GetHostName, /* 162 */ sl@0: Tcl_GetInterpPath, /* 163 */ sl@0: Tcl_GetMaster, /* 164 */ sl@0: Tcl_GetNameOfExecutable, /* 165 */ sl@0: Tcl_GetObjResult, /* 166 */ sl@0: #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */ sl@0: Tcl_GetOpenFile, /* 167 */ sl@0: #endif /* UNIX */ sl@0: #ifdef __WIN32__ sl@0: NULL, /* 167 */ sl@0: #endif /* __WIN32__ */ sl@0: #ifdef MAC_TCL sl@0: NULL, /* 167 */ sl@0: #endif /* MAC_TCL */ sl@0: Tcl_GetPathType, /* 168 */ sl@0: Tcl_Gets, /* 169 */ sl@0: Tcl_GetsObj, /* 170 */ sl@0: Tcl_GetServiceMode, /* 171 */ sl@0: Tcl_GetSlave, /* 172 */ sl@0: Tcl_GetStdChannel, /* 173 */ sl@0: Tcl_GetStringResult, /* 174 */ sl@0: Tcl_GetVar, /* 175 */ sl@0: Tcl_GetVar2, /* 176 */ sl@0: Tcl_GlobalEval, /* 177 */ sl@0: Tcl_GlobalEvalObj, /* 178 */ sl@0: Tcl_HideCommand, /* 179 */ sl@0: Tcl_Init, /* 180 */ sl@0: Tcl_InitHashTable, /* 181 */ sl@0: Tcl_InputBlocked, /* 182 */ sl@0: Tcl_InputBuffered, /* 183 */ sl@0: Tcl_InterpDeleted, /* 184 */ sl@0: Tcl_IsSafe, /* 185 */ sl@0: Tcl_JoinPath, /* 186 */ sl@0: Tcl_LinkVar, /* 187 */ sl@0: NULL, /* 188 */ sl@0: Tcl_MakeFileChannel, /* 189 */ sl@0: Tcl_MakeSafe, /* 190 */ sl@0: Tcl_MakeTcpClientChannel, /* 191 */ sl@0: Tcl_Merge, /* 192 */ sl@0: Tcl_NextHashEntry, /* 193 */ sl@0: Tcl_NotifyChannel, /* 194 */ sl@0: Tcl_ObjGetVar2, /* 195 */ sl@0: Tcl_ObjSetVar2, /* 196 */ sl@0: #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */ sl@0: Tcl_OpenCommandChannel, /* 197 */ sl@0: #endif /* UNIX */ sl@0: #ifdef __WIN32__ sl@0: Tcl_OpenCommandChannel, /* 197 */ sl@0: #endif /* __WIN32__ */ sl@0: #ifdef MAC_TCL sl@0: NULL, /* 197 */ sl@0: #endif /* MAC_TCL */ sl@0: Tcl_OpenFileChannel, /* 198 */ sl@0: Tcl_OpenTcpClient, /* 199 */ sl@0: Tcl_OpenTcpServer, /* 200 */ sl@0: Tcl_Preserve, /* 201 */ sl@0: Tcl_PrintDouble, /* 202 */ sl@0: Tcl_PutEnv, /* 203 */ sl@0: Tcl_PosixError, /* 204 */ sl@0: Tcl_QueueEvent, /* 205 */ sl@0: Tcl_Read, /* 206 */ sl@0: #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */ sl@0: Tcl_ReapDetachedProcs, /* 207 */ sl@0: #endif /* UNIX */ sl@0: #ifdef __WIN32__ sl@0: Tcl_ReapDetachedProcs, /* 207 */ sl@0: #endif /* __WIN32__ */ sl@0: #ifdef MAC_TCL sl@0: NULL, /* 207 */ sl@0: #endif /* MAC_TCL */ sl@0: Tcl_RecordAndEval, /* 208 */ sl@0: Tcl_RecordAndEvalObj, /* 209 */ sl@0: Tcl_RegisterChannel, /* 210 */ sl@0: Tcl_RegisterObjType, /* 211 */ sl@0: Tcl_RegExpCompile, /* 212 */ sl@0: Tcl_RegExpExec, /* 213 */ sl@0: Tcl_RegExpMatch, /* 214 */ sl@0: Tcl_RegExpRange, /* 215 */ sl@0: Tcl_Release, /* 216 */ sl@0: Tcl_ResetResult, /* 217 */ sl@0: Tcl_ScanElement, /* 218 */ sl@0: Tcl_ScanCountedElement, /* 219 */ sl@0: Tcl_SeekOld, /* 220 */ sl@0: Tcl_ServiceAll, /* 221 */ sl@0: Tcl_ServiceEvent, /* 222 */ sl@0: Tcl_SetAssocData, /* 223 */ sl@0: Tcl_SetChannelBufferSize, /* 224 */ sl@0: Tcl_SetChannelOption, /* 225 */ sl@0: Tcl_SetCommandInfo, /* 226 */ sl@0: Tcl_SetErrno, /* 227 */ sl@0: Tcl_SetErrorCode, /* 228 */ sl@0: Tcl_SetMaxBlockTime, /* 229 */ sl@0: Tcl_SetPanicProc, /* 230 */ sl@0: Tcl_SetRecursionLimit, /* 231 */ sl@0: Tcl_SetResult, /* 232 */ sl@0: Tcl_SetServiceMode, /* 233 */ sl@0: Tcl_SetObjErrorCode, /* 234 */ sl@0: Tcl_SetObjResult, /* 235 */ sl@0: Tcl_SetStdChannel, /* 236 */ sl@0: Tcl_SetVar, /* 237 */ sl@0: Tcl_SetVar2, /* 238 */ sl@0: Tcl_SignalId, /* 239 */ sl@0: Tcl_SignalMsg, /* 240 */ sl@0: Tcl_SourceRCFile, /* 241 */ sl@0: Tcl_SplitList, /* 242 */ sl@0: Tcl_SplitPath, /* 243 */ sl@0: Tcl_StaticPackage, /* 244 */ sl@0: Tcl_StringMatch, /* 245 */ sl@0: Tcl_TellOld, /* 246 */ sl@0: Tcl_TraceVar, /* 247 */ sl@0: Tcl_TraceVar2, /* 248 */ sl@0: Tcl_TranslateFileName, /* 249 */ sl@0: Tcl_Ungets, /* 250 */ sl@0: Tcl_UnlinkVar, /* 251 */ sl@0: Tcl_UnregisterChannel, /* 252 */ sl@0: Tcl_UnsetVar, /* 253 */ sl@0: Tcl_UnsetVar2, /* 254 */ sl@0: Tcl_UntraceVar, /* 255 */ sl@0: Tcl_UntraceVar2, /* 256 */ sl@0: Tcl_UpdateLinkedVar, /* 257 */ sl@0: Tcl_UpVar, /* 258 */ sl@0: Tcl_UpVar2, /* 259 */ sl@0: Tcl_VarEval, /* 260 */ sl@0: Tcl_VarTraceInfo, /* 261 */ sl@0: Tcl_VarTraceInfo2, /* 262 */ sl@0: Tcl_Write, /* 263 */ sl@0: Tcl_WrongNumArgs, /* 264 */ sl@0: Tcl_DumpActiveMemory, /* 265 */ sl@0: Tcl_ValidateAllMemory, /* 266 */ sl@0: Tcl_AppendResultVA, /* 267 */ sl@0: Tcl_AppendStringsToObjVA, /* 268 */ sl@0: Tcl_HashStats, /* 269 */ sl@0: Tcl_ParseVar, /* 270 */ sl@0: Tcl_PkgPresent, /* 271 */ sl@0: Tcl_PkgPresentEx, /* 272 */ sl@0: Tcl_PkgProvide, /* 273 */ sl@0: Tcl_PkgRequire, /* 274 */ sl@0: Tcl_SetErrorCodeVA, /* 275 */ sl@0: Tcl_VarEvalVA, /* 276 */ sl@0: Tcl_WaitPid, /* 277 */ sl@0: Tcl_PanicVA, /* 278 */ sl@0: Tcl_GetVersion, /* 279 */ sl@0: Tcl_InitMemory, /* 280 */ sl@0: Tcl_StackChannel, /* 281 */ sl@0: Tcl_UnstackChannel, /* 282 */ sl@0: Tcl_GetStackedChannel, /* 283 */ sl@0: Tcl_SetMainLoop, /* 284 */ sl@0: NULL, /* 285 */ sl@0: Tcl_AppendObjToObj, /* 286 */ sl@0: Tcl_CreateEncoding, /* 287 */ sl@0: Tcl_CreateThreadExitHandler, /* 288 */ sl@0: Tcl_DeleteThreadExitHandler, /* 289 */ sl@0: Tcl_DiscardResult, /* 290 */ sl@0: Tcl_EvalEx, /* 291 */ sl@0: Tcl_EvalObjv, /* 292 */ sl@0: Tcl_EvalObjEx, /* 293 */ sl@0: Tcl_ExitThread, /* 294 */ sl@0: Tcl_ExternalToUtf, /* 295 */ sl@0: Tcl_ExternalToUtfDString, /* 296 */ sl@0: Tcl_FinalizeThread, /* 297 */ sl@0: Tcl_FinalizeNotifier, /* 298 */ sl@0: Tcl_FreeEncoding, /* 299 */ sl@0: Tcl_GetCurrentThread, /* 300 */ sl@0: Tcl_GetEncoding, /* 301 */ sl@0: Tcl_GetEncodingName, /* 302 */ sl@0: Tcl_GetEncodingNames, /* 303 */ sl@0: Tcl_GetIndexFromObjStruct, /* 304 */ sl@0: Tcl_GetThreadData, /* 305 */ sl@0: Tcl_GetVar2Ex, /* 306 */ sl@0: Tcl_InitNotifier, /* 307 */ sl@0: Tcl_MutexLock, /* 308 */ sl@0: Tcl_MutexUnlock, /* 309 */ sl@0: Tcl_ConditionNotify, /* 310 */ sl@0: Tcl_ConditionWait, /* 311 */ sl@0: Tcl_NumUtfChars, /* 312 */ sl@0: Tcl_ReadChars, /* 313 */ sl@0: Tcl_RestoreResult, /* 314 */ sl@0: Tcl_SaveResult, /* 315 */ sl@0: Tcl_SetSystemEncoding, /* 316 */ sl@0: Tcl_SetVar2Ex, /* 317 */ sl@0: Tcl_ThreadAlert, /* 318 */ sl@0: Tcl_ThreadQueueEvent, /* 319 */ sl@0: Tcl_UniCharAtIndex, /* 320 */ sl@0: Tcl_UniCharToLower, /* 321 */ sl@0: Tcl_UniCharToTitle, /* 322 */ sl@0: Tcl_UniCharToUpper, /* 323 */ sl@0: Tcl_UniCharToUtf, /* 324 */ sl@0: Tcl_UtfAtIndex, /* 325 */ sl@0: Tcl_UtfCharComplete, /* 326 */ sl@0: Tcl_UtfBackslash, /* 327 */ sl@0: Tcl_UtfFindFirst, /* 328 */ sl@0: Tcl_UtfFindLast, /* 329 */ sl@0: Tcl_UtfNext, /* 330 */ sl@0: Tcl_UtfPrev, /* 331 */ sl@0: Tcl_UtfToExternal, /* 332 */ sl@0: Tcl_UtfToExternalDString, /* 333 */ sl@0: Tcl_UtfToLower, /* 334 */ sl@0: Tcl_UtfToTitle, /* 335 */ sl@0: Tcl_UtfToUniChar, /* 336 */ sl@0: Tcl_UtfToUpper, /* 337 */ sl@0: Tcl_WriteChars, /* 338 */ sl@0: Tcl_WriteObj, /* 339 */ sl@0: Tcl_GetString, /* 340 */ sl@0: Tcl_GetDefaultEncodingDir, /* 341 */ sl@0: Tcl_SetDefaultEncodingDir, /* 342 */ sl@0: Tcl_AlertNotifier, /* 343 */ sl@0: Tcl_ServiceModeHook, /* 344 */ sl@0: Tcl_UniCharIsAlnum, /* 345 */ sl@0: Tcl_UniCharIsAlpha, /* 346 */ sl@0: Tcl_UniCharIsDigit, /* 347 */ sl@0: Tcl_UniCharIsLower, /* 348 */ sl@0: Tcl_UniCharIsSpace, /* 349 */ sl@0: Tcl_UniCharIsUpper, /* 350 */ sl@0: Tcl_UniCharIsWordChar, /* 351 */ sl@0: Tcl_UniCharLen, /* 352 */ sl@0: Tcl_UniCharNcmp, /* 353 */ sl@0: Tcl_UniCharToUtfDString, /* 354 */ sl@0: Tcl_UtfToUniCharDString, /* 355 */ sl@0: Tcl_GetRegExpFromObj, /* 356 */ sl@0: Tcl_EvalTokens, /* 357 */ sl@0: Tcl_FreeParse, /* 358 */ sl@0: Tcl_LogCommandInfo, /* 359 */ sl@0: Tcl_ParseBraces, /* 360 */ sl@0: Tcl_ParseCommand, /* 361 */ sl@0: Tcl_ParseExpr, /* 362 */ sl@0: Tcl_ParseQuotedString, /* 363 */ sl@0: Tcl_ParseVarName, /* 364 */ sl@0: Tcl_GetCwd, /* 365 */ sl@0: Tcl_Chdir, /* 366 */ sl@0: Tcl_Access, /* 367 */ sl@0: Tcl_Stat, /* 368 */ sl@0: Tcl_UtfNcmp, /* 369 */ sl@0: Tcl_UtfNcasecmp, /* 370 */ sl@0: Tcl_StringCaseMatch, /* 371 */ sl@0: Tcl_UniCharIsControl, /* 372 */ sl@0: Tcl_UniCharIsGraph, /* 373 */ sl@0: Tcl_UniCharIsPrint, /* 374 */ sl@0: Tcl_UniCharIsPunct, /* 375 */ sl@0: Tcl_RegExpExecObj, /* 376 */ sl@0: Tcl_RegExpGetInfo, /* 377 */ sl@0: Tcl_NewUnicodeObj, /* 378 */ sl@0: Tcl_SetUnicodeObj, /* 379 */ sl@0: Tcl_GetCharLength, /* 380 */ sl@0: Tcl_GetUniChar, /* 381 */ sl@0: Tcl_GetUnicode, /* 382 */ sl@0: Tcl_GetRange, /* 383 */ sl@0: Tcl_AppendUnicodeToObj, /* 384 */ sl@0: Tcl_RegExpMatchObj, /* 385 */ sl@0: Tcl_SetNotifier, /* 386 */ sl@0: Tcl_GetAllocMutex, /* 387 */ sl@0: Tcl_GetChannelNames, /* 388 */ sl@0: Tcl_GetChannelNamesEx, /* 389 */ sl@0: Tcl_ProcObjCmd, /* 390 */ sl@0: Tcl_ConditionFinalize, /* 391 */ sl@0: Tcl_MutexFinalize, /* 392 */ sl@0: Tcl_CreateThread, /* 393 */ sl@0: Tcl_ReadRaw, /* 394 */ sl@0: Tcl_WriteRaw, /* 395 */ sl@0: Tcl_GetTopChannel, /* 396 */ sl@0: Tcl_ChannelBuffered, /* 397 */ sl@0: Tcl_ChannelName, /* 398 */ sl@0: Tcl_ChannelVersion, /* 399 */ sl@0: Tcl_ChannelBlockModeProc, /* 400 */ sl@0: Tcl_ChannelCloseProc, /* 401 */ sl@0: Tcl_ChannelClose2Proc, /* 402 */ sl@0: Tcl_ChannelInputProc, /* 403 */ sl@0: Tcl_ChannelOutputProc, /* 404 */ sl@0: Tcl_ChannelSeekProc, /* 405 */ sl@0: Tcl_ChannelSetOptionProc, /* 406 */ sl@0: Tcl_ChannelGetOptionProc, /* 407 */ sl@0: Tcl_ChannelWatchProc, /* 408 */ sl@0: Tcl_ChannelGetHandleProc, /* 409 */ sl@0: Tcl_ChannelFlushProc, /* 410 */ sl@0: Tcl_ChannelHandlerProc, /* 411 */ sl@0: Tcl_JoinThread, /* 412 */ sl@0: Tcl_IsChannelShared, /* 413 */ sl@0: Tcl_IsChannelRegistered, /* 414 */ sl@0: Tcl_CutChannel, /* 415 */ sl@0: Tcl_SpliceChannel, /* 416 */ sl@0: Tcl_ClearChannelHandlers, /* 417 */ sl@0: Tcl_IsChannelExisting, /* 418 */ sl@0: Tcl_UniCharNcasecmp, /* 419 */ sl@0: Tcl_UniCharCaseMatch, /* 420 */ sl@0: Tcl_FindHashEntry, /* 421 */ sl@0: Tcl_CreateHashEntry, /* 422 */ sl@0: Tcl_InitCustomHashTable, /* 423 */ sl@0: Tcl_InitObjHashTable, /* 424 */ sl@0: Tcl_CommandTraceInfo, /* 425 */ sl@0: Tcl_TraceCommand, /* 426 */ sl@0: Tcl_UntraceCommand, /* 427 */ sl@0: Tcl_AttemptAlloc, /* 428 */ sl@0: Tcl_AttemptDbCkalloc, /* 429 */ sl@0: Tcl_AttemptRealloc, /* 430 */ sl@0: Tcl_AttemptDbCkrealloc, /* 431 */ sl@0: Tcl_AttemptSetObjLength, /* 432 */ sl@0: Tcl_GetChannelThread, /* 433 */ sl@0: Tcl_GetUnicodeFromObj, /* 434 */ sl@0: Tcl_GetMathFuncInfo, /* 435 */ sl@0: Tcl_ListMathFuncs, /* 436 */ sl@0: Tcl_SubstObj, /* 437 */ sl@0: Tcl_DetachChannel, /* 438 */ sl@0: Tcl_IsStandardChannel, /* 439 */ sl@0: Tcl_FSCopyFile, /* 440 */ sl@0: Tcl_FSCopyDirectory, /* 441 */ sl@0: Tcl_FSCreateDirectory, /* 442 */ sl@0: Tcl_FSDeleteFile, /* 443 */ sl@0: Tcl_FSLoadFile, /* 444 */ sl@0: Tcl_FSMatchInDirectory, /* 445 */ sl@0: Tcl_FSLink, /* 446 */ sl@0: Tcl_FSRemoveDirectory, /* 447 */ sl@0: Tcl_FSRenameFile, /* 448 */ sl@0: Tcl_FSLstat, /* 449 */ sl@0: Tcl_FSUtime, /* 450 */ sl@0: Tcl_FSFileAttrsGet, /* 451 */ sl@0: Tcl_FSFileAttrsSet, /* 452 */ sl@0: Tcl_FSFileAttrStrings, /* 453 */ sl@0: Tcl_FSStat, /* 454 */ sl@0: Tcl_FSAccess, /* 455 */ sl@0: Tcl_FSOpenFileChannel, /* 456 */ sl@0: Tcl_FSGetCwd, /* 457 */ sl@0: Tcl_FSChdir, /* 458 */ sl@0: Tcl_FSConvertToPathType, /* 459 */ sl@0: Tcl_FSJoinPath, /* 460 */ sl@0: Tcl_FSSplitPath, /* 461 */ sl@0: Tcl_FSEqualPaths, /* 462 */ sl@0: Tcl_FSGetNormalizedPath, /* 463 */ sl@0: Tcl_FSJoinToPath, /* 464 */ sl@0: Tcl_FSGetInternalRep, /* 465 */ sl@0: Tcl_FSGetTranslatedPath, /* 466 */ sl@0: Tcl_FSEvalFile, /* 467 */ sl@0: Tcl_FSNewNativePath, /* 468 */ sl@0: Tcl_FSGetNativePath, /* 469 */ sl@0: Tcl_FSFileSystemInfo, /* 470 */ sl@0: Tcl_FSPathSeparator, /* 471 */ sl@0: Tcl_FSListVolumes, /* 472 */ sl@0: Tcl_FSRegister, /* 473 */ sl@0: Tcl_FSUnregister, /* 474 */ sl@0: Tcl_FSData, /* 475 */ sl@0: Tcl_FSGetTranslatedStringPath, /* 476 */ sl@0: Tcl_FSGetFileSystemForPath, /* 477 */ sl@0: Tcl_FSGetPathType, /* 478 */ sl@0: Tcl_OutputBuffered, /* 479 */ sl@0: Tcl_FSMountsChanged, /* 480 */ sl@0: Tcl_EvalTokensStandard, /* 481 */ sl@0: Tcl_GetTime, /* 482 */ sl@0: Tcl_CreateObjTrace, /* 483 */ sl@0: Tcl_GetCommandInfoFromToken, /* 484 */ sl@0: Tcl_SetCommandInfoFromToken, /* 485 */ sl@0: Tcl_DbNewWideIntObj, /* 486 */ sl@0: Tcl_GetWideIntFromObj, /* 487 */ sl@0: Tcl_NewWideIntObj, /* 488 */ sl@0: Tcl_SetWideIntObj, /* 489 */ sl@0: Tcl_AllocStatBuf, /* 490 */ sl@0: Tcl_Seek, /* 491 */ sl@0: Tcl_Tell, /* 492 */ sl@0: Tcl_ChannelWideSeekProc, /* 493 */ sl@0: NULL, /* 494 */ sl@0: NULL, /* 495 */ sl@0: NULL, /* 496 */ sl@0: NULL, /* 497 */ sl@0: NULL, /* 498 */ sl@0: NULL, /* 499 */ sl@0: NULL, /* 500 */ sl@0: NULL, /* 501 */ sl@0: NULL, /* 502 */ sl@0: NULL, /* 503 */ sl@0: NULL, /* 504 */ sl@0: NULL, /* 505 */ sl@0: NULL, /* 506 */ sl@0: NULL, /* 507 */ sl@0: NULL, /* 508 */ sl@0: NULL, /* 509 */ sl@0: NULL, /* 510 */ sl@0: NULL, /* 511 */ sl@0: NULL, /* 512 */ sl@0: NULL, /* 513 */ sl@0: NULL, /* 514 */ sl@0: NULL, /* 515 */ sl@0: NULL, /* 516 */ sl@0: NULL, /* 517 */ sl@0: NULL, /* 518 */ sl@0: NULL, /* 519 */ sl@0: NULL, /* 520 */ sl@0: NULL, /* 521 */ sl@0: NULL, /* 522 */ sl@0: NULL, /* 523 */ sl@0: NULL, /* 524 */ sl@0: NULL, /* 525 */ sl@0: NULL, /* 526 */ sl@0: NULL, /* 527 */ sl@0: NULL, /* 528 */ sl@0: NULL, /* 529 */ sl@0: NULL, /* 530 */ sl@0: NULL, /* 531 */ sl@0: NULL, /* 532 */ sl@0: NULL, /* 533 */ sl@0: NULL, /* 534 */ sl@0: NULL, /* 535 */ sl@0: NULL, /* 536 */ sl@0: NULL, /* 537 */ sl@0: NULL, /* 538 */ sl@0: NULL, /* 539 */ sl@0: NULL, /* 540 */ sl@0: NULL, /* 541 */ sl@0: NULL, /* 542 */ sl@0: NULL, /* 543 */ sl@0: NULL, /* 544 */ sl@0: NULL, /* 545 */ sl@0: NULL, /* 546 */ sl@0: NULL, /* 547 */ sl@0: NULL, /* 548 */ sl@0: NULL, /* 549 */ sl@0: NULL, /* 550 */ sl@0: NULL, /* 551 */ sl@0: NULL, /* 552 */ sl@0: NULL, /* 553 */ sl@0: Tcl_ChannelThreadActionProc, /* 554 */ sl@0: NULL, /* 555 */ sl@0: NULL, /* 556 */ sl@0: NULL, /* 557 */ sl@0: NULL, /* 558 */ sl@0: NULL, /* 559 */ sl@0: NULL, /* 560 */ sl@0: NULL, /* 561 */ sl@0: NULL, /* 562 */ sl@0: NULL, /* 563 */ sl@0: NULL, /* 564 */ sl@0: NULL, /* 565 */ sl@0: NULL, /* 566 */ sl@0: NULL, /* 567 */ sl@0: NULL, /* 568 */ sl@0: NULL, /* 569 */ sl@0: NULL, /* 570 */ sl@0: NULL, /* 571 */ sl@0: NULL, /* 572 */ sl@0: Tcl_PkgRequireProc, /* 573 */ sl@0: }; sl@0: sl@0: /* !END!: Do not edit above this line. */