1/*
2 * tclStubInit.c --
3 *
4 *	This file contains the initializers for the Tcl stub vectors.
5 *
6 * Copyright (c) 1998-1999 by Scriptics Corporation.
7 *
8 * See the file "license.terms" for information on usage and redistribution
9 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
10 *
11 * RCS: @(#) $Id: tclStubInit.c,v 1.1 1999/05/07 18:50:59 aku Exp $
12 */
13
14#include "tclInt.h"
15#include "tclPort.h"
16
17/*
18 * Remove macros that will interfere with the definitions below.
19 */
20
21#undef Tcl_Alloc
22#undef Tcl_Free
23#undef Tcl_Realloc
24#undef Tcl_NewBooleanObj
25#undef Tcl_NewByteArrayObj
26#undef Tcl_NewDoubleObj
27#undef Tcl_NewIntObj
28#undef Tcl_NewListObj
29#undef Tcl_NewLongObj
30#undef Tcl_NewObj
31#undef Tcl_NewStringObj
32#undef Tcl_DumpActiveMemory
33#undef Tcl_ValidateAllMemory
34
35/*
36 * WARNING: The contents of this file is automatically generated by the
37 * tools/genStubs.tcl script. Any modifications to the function declarations
38 * below should be made in the generic/tcl.decls script.
39 */
40
41/* !BEGIN!: Do not edit below this line. */
42
43TclIntStubs tclIntStubs = {
44    TCL_STUB_MAGIC,
45    NULL,
46    TclAccess, /* 0 */
47    TclAccessDeleteProc, /* 1 */
48    TclAccessInsertProc, /* 2 */
49    TclAllocateFreeObjects, /* 3 */
50    NULL, /* 4 */
51    TclCleanupChildren, /* 5 */
52    TclCleanupCommand, /* 6 */
53    TclCopyAndCollapse, /* 7 */
54    TclCopyChannel, /* 8 */
55    TclCreatePipeline, /* 9 */
56    TclCreateProc, /* 10 */
57    TclDeleteCompiledLocalVars, /* 11 */
58    TclDeleteVars, /* 12 */
59    TclDoGlob, /* 13 */
60    TclDumpMemoryInfo, /* 14 */
61    NULL, /* 15 */
62    TclExprFloatError, /* 16 */
63    TclFileAttrsCmd, /* 17 */
64    TclFileCopyCmd, /* 18 */
65    TclFileDeleteCmd, /* 19 */
66    TclFileMakeDirsCmd, /* 20 */
67    TclFileRenameCmd, /* 21 */
68    TclFindElement, /* 22 */
69    TclFindProc, /* 23 */
70    TclFormatInt, /* 24 */
71    TclFreePackageInfo, /* 25 */
72    NULL, /* 26 */
73    TclGetDate, /* 27 */
74    TclpGetDefaultStdChannel, /* 28 */
75    TclGetElementOfIndexedArray, /* 29 */
76    NULL, /* 30 */
77    TclGetExtension, /* 31 */
78    TclGetFrame, /* 32 */
79    TclGetInterpProc, /* 33 */
80    TclGetIntForIndex, /* 34 */
81    TclGetIndexedScalar, /* 35 */
82    TclGetLong, /* 36 */
83    TclGetLoadedPackages, /* 37 */
84    TclGetNamespaceForQualName, /* 38 */
85    TclGetObjInterpProc, /* 39 */
86    TclGetOpenMode, /* 40 */
87    TclGetOriginalCommand, /* 41 */
88    TclpGetUserHome, /* 42 */
89    TclGlobalInvoke, /* 43 */
90    TclGuessPackageName, /* 44 */
91    TclHideUnsafeCommands, /* 45 */
92    TclInExit, /* 46 */
93    TclIncrElementOfIndexedArray, /* 47 */
94    TclIncrIndexedScalar, /* 48 */
95    TclIncrVar2, /* 49 */
96    TclInitCompiledLocals, /* 50 */
97    TclInterpInit, /* 51 */
98    TclInvoke, /* 52 */
99    TclInvokeObjectCommand, /* 53 */
100    TclInvokeStringCommand, /* 54 */
101    TclIsProc, /* 55 */
102    NULL, /* 56 */
103    NULL, /* 57 */
104    TclLookupVar, /* 58 */
105    TclpMatchFiles, /* 59 */
106    TclNeedSpace, /* 60 */
107    TclNewProcBodyObj, /* 61 */
108    TclObjCommandComplete, /* 62 */
109    TclObjInterpProc, /* 63 */
110    TclObjInvoke, /* 64 */
111    TclObjInvokeGlobal, /* 65 */
112    TclOpenFileChannelDeleteProc, /* 66 */
113    TclOpenFileChannelInsertProc, /* 67 */
114    TclpAccess, /* 68 */
115    TclpAlloc, /* 69 */
116    TclpCopyFile, /* 70 */
117    TclpCopyDirectory, /* 71 */
118    TclpCreateDirectory, /* 72 */
119    TclpDeleteFile, /* 73 */
120    TclpFree, /* 74 */
121    TclpGetClicks, /* 75 */
122    TclpGetSeconds, /* 76 */
123    TclpGetTime, /* 77 */
124    TclpGetTimeZone, /* 78 */
125    TclpListVolumes, /* 79 */
126    TclpOpenFileChannel, /* 80 */
127    TclpRealloc, /* 81 */
128    TclpRemoveDirectory, /* 82 */
129    TclpRenameFile, /* 83 */
130    NULL, /* 84 */
131    NULL, /* 85 */
132    NULL, /* 86 */
133    NULL, /* 87 */
134    TclPrecTraceProc, /* 88 */
135    TclPreventAliasLoop, /* 89 */
136    NULL, /* 90 */
137    TclProcCleanupProc, /* 91 */
138    TclProcCompileProc, /* 92 */
139    TclProcDeleteProc, /* 93 */
140    TclProcInterpProc, /* 94 */
141    TclpStat, /* 95 */
142    TclRenameCommand, /* 96 */
143    TclResetShadowedCmdRefs, /* 97 */
144    TclServiceIdle, /* 98 */
145    TclSetElementOfIndexedArray, /* 99 */
146    TclSetIndexedScalar, /* 100 */
147    TclSetPreInitScript, /* 101 */
148    TclSetupEnv, /* 102 */
149    TclSockGetPort, /* 103 */
150    TclSockMinimumBuffers, /* 104 */
151    TclStat, /* 105 */
152    TclStatDeleteProc, /* 106 */
153    TclStatInsertProc, /* 107 */
154    TclTeardownNamespace, /* 108 */
155    TclUpdateReturnInfo, /* 109 */
156    NULL, /* 110 */
157    Tcl_AddInterpResolvers, /* 111 */
158    Tcl_AppendExportList, /* 112 */
159    Tcl_CreateNamespace, /* 113 */
160    Tcl_DeleteNamespace, /* 114 */
161    Tcl_Export, /* 115 */
162    Tcl_FindCommand, /* 116 */
163    Tcl_FindNamespace, /* 117 */
164    Tcl_GetInterpResolvers, /* 118 */
165    Tcl_GetNamespaceResolvers, /* 119 */
166    Tcl_FindNamespaceVar, /* 120 */
167    Tcl_ForgetImport, /* 121 */
168    Tcl_GetCommandFromObj, /* 122 */
169    Tcl_GetCommandFullName, /* 123 */
170    Tcl_GetCurrentNamespace, /* 124 */
171    Tcl_GetGlobalNamespace, /* 125 */
172    Tcl_GetVariableFullName, /* 126 */
173    Tcl_Import, /* 127 */
174    Tcl_PopCallFrame, /* 128 */
175    Tcl_PushCallFrame, /* 129 */
176    Tcl_RemoveInterpResolvers, /* 130 */
177    Tcl_SetNamespaceResolvers, /* 131 */
178    TclpHasSockets, /* 132 */
179    TclpGetDate, /* 133 */
180    TclpStrftime, /* 134 */
181    TclpCheckStackSpace, /* 135 */
182    NULL, /* 136 */
183    TclpChdir, /* 137 */
184    TclGetEnv, /* 138 */
185    TclpLoadFile, /* 139 */
186    TclLooksLikeInt, /* 140 */
187    TclpGetCwd, /* 141 */
188};
189
190TclIntPlatStubs tclIntPlatStubs = {
191    TCL_STUB_MAGIC,
192    NULL,
193#if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
194    TclGetAndDetachPids, /* 0 */
195    TclpCloseFile, /* 1 */
196    TclpCreateCommandChannel, /* 2 */
197    TclpCreatePipe, /* 3 */
198    TclpCreateProcess, /* 4 */
199    NULL, /* 5 */
200    TclpMakeFile, /* 6 */
201    TclpOpenFile, /* 7 */
202    TclUnixWaitForFile, /* 8 */
203    TclpCreateTempFile, /* 9 */
204#endif /* UNIX */
205#ifdef __WIN32__
206    TclWinConvertError, /* 0 */
207    TclWinConvertWSAError, /* 1 */
208    TclWinGetServByName, /* 2 */
209    TclWinGetSockOpt, /* 3 */
210    TclWinGetTclInstance, /* 4 */
211    NULL, /* 5 */
212    TclWinNToHS, /* 6 */
213    TclWinSetSockOpt, /* 7 */
214    TclpGetPid, /* 8 */
215    TclWinGetPlatformId, /* 9 */
216    TclWinSynchSpawn, /* 10 */
217    TclGetAndDetachPids, /* 11 */
218    TclpCloseFile, /* 12 */
219    TclpCreateCommandChannel, /* 13 */
220    TclpCreatePipe, /* 14 */
221    TclpCreateProcess, /* 15 */
222    NULL, /* 16 */
223    NULL, /* 17 */
224    TclpMakeFile, /* 18 */
225    TclpOpenFile, /* 19 */
226    TclWinAddProcess, /* 20 */
227    TclpAsyncMark, /* 21 */
228    TclpCreateTempFile, /* 22 */
229    TclpGetTZName, /* 23 */
230    TclWinNoBackslash, /* 24 */
231#endif /* __WIN32__ */
232#ifdef MAC_TCL
233    TclpSysAlloc, /* 0 */
234    TclpSysFree, /* 1 */
235    TclpSysRealloc, /* 2 */
236    TclpExit, /* 3 */
237    FSpGetDefaultDir, /* 4 */
238    FSpSetDefaultDir, /* 5 */
239    FSpFindFolder, /* 6 */
240    GetGlobalMouse, /* 7 */
241    FSpGetDirectoryID, /* 8 */
242    FSpOpenResFileCompat, /* 9 */
243    FSpCreateResFileCompat, /* 10 */
244    FSpLocationFromPath, /* 11 */
245    FSpPathFromLocation, /* 12 */
246    TclMacExitHandler, /* 13 */
247    TclMacInitExitToShell, /* 14 */
248    TclMacInstallExitToShellPatch, /* 15 */
249    TclMacOSErrorToPosixError, /* 16 */
250    TclMacRemoveTimer, /* 17 */
251    TclMacStartTimer, /* 18 */
252    TclMacTimerExpired, /* 19 */
253    TclMacRegisterResourceFork, /* 20 */
254    TclMacUnRegisterResourceFork, /* 21 */
255    TclMacCreateEnv, /* 22 */
256    TclMacFOpenHack, /* 23 */
257    NULL, /* 24 */
258    TclMacChmod, /* 25 */
259#endif /* MAC_TCL */
260};
261
262TclPlatStubs tclPlatStubs = {
263    TCL_STUB_MAGIC,
264    NULL,
265#ifdef __WIN32__
266    Tcl_WinUtfToTChar, /* 0 */
267    Tcl_WinTCharToUtf, /* 1 */
268#endif /* __WIN32__ */
269#ifdef MAC_TCL
270    Tcl_MacSetEventProc, /* 0 */
271    Tcl_MacConvertTextResource, /* 1 */
272    Tcl_MacEvalResource, /* 2 */
273    Tcl_MacFindResource, /* 3 */
274    Tcl_GetOSTypeFromObj, /* 4 */
275    Tcl_SetOSTypeObj, /* 5 */
276    Tcl_NewOSTypeObj, /* 6 */
277    strncasecmp, /* 7 */
278    strcasecmp, /* 8 */
279#endif /* MAC_TCL */
280};
281
282static TclStubHooks tclStubHooks = {
283    &tclPlatStubs,
284    &tclIntStubs,
285    &tclIntPlatStubs
286};
287
288TclStubs tclStubs = {
289    TCL_STUB_MAGIC,
290    &tclStubHooks,
291    Tcl_PkgProvideEx, /* 0 */
292    Tcl_PkgRequireEx, /* 1 */
293    Tcl_Panic, /* 2 */
294    Tcl_Alloc, /* 3 */
295    Tcl_Free, /* 4 */
296    Tcl_Realloc, /* 5 */
297    Tcl_DbCkalloc, /* 6 */
298    Tcl_DbCkfree, /* 7 */
299    Tcl_DbCkrealloc, /* 8 */
300#if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
301    Tcl_CreateFileHandler, /* 9 */
302#endif /* UNIX */
303#ifdef __WIN32__
304    NULL, /* 9 */
305#endif /* __WIN32__ */
306#ifdef MAC_TCL
307    NULL, /* 9 */
308#endif /* MAC_TCL */
309#if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
310    Tcl_DeleteFileHandler, /* 10 */
311#endif /* UNIX */
312#ifdef __WIN32__
313    NULL, /* 10 */
314#endif /* __WIN32__ */
315#ifdef MAC_TCL
316    NULL, /* 10 */
317#endif /* MAC_TCL */
318    Tcl_SetTimer, /* 11 */
319    Tcl_Sleep, /* 12 */
320    Tcl_WaitForEvent, /* 13 */
321    Tcl_AppendAllObjTypes, /* 14 */
322    Tcl_AppendStringsToObj, /* 15 */
323    Tcl_AppendToObj, /* 16 */
324    Tcl_ConcatObj, /* 17 */
325    Tcl_ConvertToType, /* 18 */
326    Tcl_DbDecrRefCount, /* 19 */
327    Tcl_DbIncrRefCount, /* 20 */
328    Tcl_DbIsShared, /* 21 */
329    Tcl_DbNewBooleanObj, /* 22 */
330    Tcl_DbNewByteArrayObj, /* 23 */
331    Tcl_DbNewDoubleObj, /* 24 */
332    Tcl_DbNewListObj, /* 25 */
333    Tcl_DbNewLongObj, /* 26 */
334    Tcl_DbNewObj, /* 27 */
335    Tcl_DbNewStringObj, /* 28 */
336    Tcl_DuplicateObj, /* 29 */
337    TclFreeObj, /* 30 */
338    Tcl_GetBoolean, /* 31 */
339    Tcl_GetBooleanFromObj, /* 32 */
340    Tcl_GetByteArrayFromObj, /* 33 */
341    Tcl_GetDouble, /* 34 */
342    Tcl_GetDoubleFromObj, /* 35 */
343    Tcl_GetIndexFromObj, /* 36 */
344    Tcl_GetInt, /* 37 */
345    Tcl_GetIntFromObj, /* 38 */
346    Tcl_GetLongFromObj, /* 39 */
347    Tcl_GetObjType, /* 40 */
348    Tcl_GetStringFromObj, /* 41 */
349    Tcl_InvalidateStringRep, /* 42 */
350    Tcl_ListObjAppendList, /* 43 */
351    Tcl_ListObjAppendElement, /* 44 */
352    Tcl_ListObjGetElements, /* 45 */
353    Tcl_ListObjIndex, /* 46 */
354    Tcl_ListObjLength, /* 47 */
355    Tcl_ListObjReplace, /* 48 */
356    Tcl_NewBooleanObj, /* 49 */
357    Tcl_NewByteArrayObj, /* 50 */
358    Tcl_NewDoubleObj, /* 51 */
359    Tcl_NewIntObj, /* 52 */
360    Tcl_NewListObj, /* 53 */
361    Tcl_NewLongObj, /* 54 */
362    Tcl_NewObj, /* 55 */
363    Tcl_NewStringObj, /* 56 */
364    Tcl_SetBooleanObj, /* 57 */
365    Tcl_SetByteArrayLength, /* 58 */
366    Tcl_SetByteArrayObj, /* 59 */
367    Tcl_SetDoubleObj, /* 60 */
368    Tcl_SetIntObj, /* 61 */
369    Tcl_SetListObj, /* 62 */
370    Tcl_SetLongObj, /* 63 */
371    Tcl_SetObjLength, /* 64 */
372    Tcl_SetStringObj, /* 65 */
373    Tcl_AddErrorInfo, /* 66 */
374    Tcl_AddObjErrorInfo, /* 67 */
375    Tcl_AllowExceptions, /* 68 */
376    Tcl_AppendElement, /* 69 */
377    Tcl_AppendResult, /* 70 */
378    Tcl_AsyncCreate, /* 71 */
379    Tcl_AsyncDelete, /* 72 */
380    Tcl_AsyncInvoke, /* 73 */
381    Tcl_AsyncMark, /* 74 */
382    Tcl_AsyncReady, /* 75 */
383    Tcl_BackgroundError, /* 76 */
384    Tcl_Backslash, /* 77 */
385    Tcl_BadChannelOption, /* 78 */
386    Tcl_CallWhenDeleted, /* 79 */
387    Tcl_CancelIdleCall, /* 80 */
388    Tcl_Close, /* 81 */
389    Tcl_CommandComplete, /* 82 */
390    Tcl_Concat, /* 83 */
391    Tcl_ConvertElement, /* 84 */
392    Tcl_ConvertCountedElement, /* 85 */
393    Tcl_CreateAlias, /* 86 */
394    Tcl_CreateAliasObj, /* 87 */
395    Tcl_CreateChannel, /* 88 */
396    Tcl_CreateChannelHandler, /* 89 */
397    Tcl_CreateCloseHandler, /* 90 */
398    Tcl_CreateCommand, /* 91 */
399    Tcl_CreateEventSource, /* 92 */
400    Tcl_CreateExitHandler, /* 93 */
401    Tcl_CreateInterp, /* 94 */
402    Tcl_CreateMathFunc, /* 95 */
403    Tcl_CreateObjCommand, /* 96 */
404    Tcl_CreateSlave, /* 97 */
405    Tcl_CreateTimerHandler, /* 98 */
406    Tcl_CreateTrace, /* 99 */
407    Tcl_DeleteAssocData, /* 100 */
408    Tcl_DeleteChannelHandler, /* 101 */
409    Tcl_DeleteCloseHandler, /* 102 */
410    Tcl_DeleteCommand, /* 103 */
411    Tcl_DeleteCommandFromToken, /* 104 */
412    Tcl_DeleteEvents, /* 105 */
413    Tcl_DeleteEventSource, /* 106 */
414    Tcl_DeleteExitHandler, /* 107 */
415    Tcl_DeleteHashEntry, /* 108 */
416    Tcl_DeleteHashTable, /* 109 */
417    Tcl_DeleteInterp, /* 110 */
418    Tcl_DetachPids, /* 111 */
419    Tcl_DeleteTimerHandler, /* 112 */
420    Tcl_DeleteTrace, /* 113 */
421    Tcl_DontCallWhenDeleted, /* 114 */
422    Tcl_DoOneEvent, /* 115 */
423    Tcl_DoWhenIdle, /* 116 */
424    Tcl_DStringAppend, /* 117 */
425    Tcl_DStringAppendElement, /* 118 */
426    Tcl_DStringEndSublist, /* 119 */
427    Tcl_DStringFree, /* 120 */
428    Tcl_DStringGetResult, /* 121 */
429    Tcl_DStringInit, /* 122 */
430    Tcl_DStringResult, /* 123 */
431    Tcl_DStringSetLength, /* 124 */
432    Tcl_DStringStartSublist, /* 125 */
433    Tcl_Eof, /* 126 */
434    Tcl_ErrnoId, /* 127 */
435    Tcl_ErrnoMsg, /* 128 */
436    Tcl_Eval, /* 129 */
437    Tcl_EvalFile, /* 130 */
438    Tcl_EvalObj, /* 131 */
439    Tcl_EventuallyFree, /* 132 */
440    Tcl_Exit, /* 133 */
441    Tcl_ExposeCommand, /* 134 */
442    Tcl_ExprBoolean, /* 135 */
443    Tcl_ExprBooleanObj, /* 136 */
444    Tcl_ExprDouble, /* 137 */
445    Tcl_ExprDoubleObj, /* 138 */
446    Tcl_ExprLong, /* 139 */
447    Tcl_ExprLongObj, /* 140 */
448    Tcl_ExprObj, /* 141 */
449    Tcl_ExprString, /* 142 */
450    Tcl_Finalize, /* 143 */
451    Tcl_FindExecutable, /* 144 */
452    Tcl_FirstHashEntry, /* 145 */
453    Tcl_Flush, /* 146 */
454    Tcl_FreeResult, /* 147 */
455    Tcl_GetAlias, /* 148 */
456    Tcl_GetAliasObj, /* 149 */
457    Tcl_GetAssocData, /* 150 */
458    Tcl_GetChannel, /* 151 */
459    Tcl_GetChannelBufferSize, /* 152 */
460    Tcl_GetChannelHandle, /* 153 */
461    Tcl_GetChannelInstanceData, /* 154 */
462    Tcl_GetChannelMode, /* 155 */
463    Tcl_GetChannelName, /* 156 */
464    Tcl_GetChannelOption, /* 157 */
465    Tcl_GetChannelType, /* 158 */
466    Tcl_GetCommandInfo, /* 159 */
467    Tcl_GetCommandName, /* 160 */
468    Tcl_GetErrno, /* 161 */
469    Tcl_GetHostName, /* 162 */
470    Tcl_GetInterpPath, /* 163 */
471    Tcl_GetMaster, /* 164 */
472    Tcl_GetNameOfExecutable, /* 165 */
473    Tcl_GetObjResult, /* 166 */
474#if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
475    Tcl_GetOpenFile, /* 167 */
476#endif /* UNIX */
477#ifdef __WIN32__
478    NULL, /* 167 */
479#endif /* __WIN32__ */
480#ifdef MAC_TCL
481    NULL, /* 167 */
482#endif /* MAC_TCL */
483    Tcl_GetPathType, /* 168 */
484    Tcl_Gets, /* 169 */
485    Tcl_GetsObj, /* 170 */
486    Tcl_GetServiceMode, /* 171 */
487    Tcl_GetSlave, /* 172 */
488    Tcl_GetStdChannel, /* 173 */
489    Tcl_GetStringResult, /* 174 */
490    Tcl_GetVar, /* 175 */
491    Tcl_GetVar2, /* 176 */
492    Tcl_GlobalEval, /* 177 */
493    Tcl_GlobalEvalObj, /* 178 */
494    Tcl_HideCommand, /* 179 */
495    Tcl_Init, /* 180 */
496    Tcl_InitHashTable, /* 181 */
497    Tcl_InputBlocked, /* 182 */
498    Tcl_InputBuffered, /* 183 */
499    Tcl_InterpDeleted, /* 184 */
500    Tcl_IsSafe, /* 185 */
501    Tcl_JoinPath, /* 186 */
502    Tcl_LinkVar, /* 187 */
503    NULL, /* 188 */
504    Tcl_MakeFileChannel, /* 189 */
505    Tcl_MakeSafe, /* 190 */
506    Tcl_MakeTcpClientChannel, /* 191 */
507    Tcl_Merge, /* 192 */
508    Tcl_NextHashEntry, /* 193 */
509    Tcl_NotifyChannel, /* 194 */
510    Tcl_ObjGetVar2, /* 195 */
511    Tcl_ObjSetVar2, /* 196 */
512    Tcl_OpenCommandChannel, /* 197 */
513    Tcl_OpenFileChannel, /* 198 */
514    Tcl_OpenTcpClient, /* 199 */
515    Tcl_OpenTcpServer, /* 200 */
516    Tcl_Preserve, /* 201 */
517    Tcl_PrintDouble, /* 202 */
518    Tcl_PutEnv, /* 203 */
519    Tcl_PosixError, /* 204 */
520    Tcl_QueueEvent, /* 205 */
521    Tcl_Read, /* 206 */
522    Tcl_ReapDetachedProcs, /* 207 */
523    Tcl_RecordAndEval, /* 208 */
524    Tcl_RecordAndEvalObj, /* 209 */
525    Tcl_RegisterChannel, /* 210 */
526    Tcl_RegisterObjType, /* 211 */
527    Tcl_RegExpCompile, /* 212 */
528    Tcl_RegExpExec, /* 213 */
529    Tcl_RegExpMatch, /* 214 */
530    Tcl_RegExpRange, /* 215 */
531    Tcl_Release, /* 216 */
532    Tcl_ResetResult, /* 217 */
533    Tcl_ScanElement, /* 218 */
534    Tcl_ScanCountedElement, /* 219 */
535    Tcl_Seek, /* 220 */
536    Tcl_ServiceAll, /* 221 */
537    Tcl_ServiceEvent, /* 222 */
538    Tcl_SetAssocData, /* 223 */
539    Tcl_SetChannelBufferSize, /* 224 */
540    Tcl_SetChannelOption, /* 225 */
541    Tcl_SetCommandInfo, /* 226 */
542    Tcl_SetErrno, /* 227 */
543    Tcl_SetErrorCode, /* 228 */
544    Tcl_SetMaxBlockTime, /* 229 */
545    Tcl_SetPanicProc, /* 230 */
546    Tcl_SetRecursionLimit, /* 231 */
547    Tcl_SetResult, /* 232 */
548    Tcl_SetServiceMode, /* 233 */
549    Tcl_SetObjErrorCode, /* 234 */
550    Tcl_SetObjResult, /* 235 */
551    Tcl_SetStdChannel, /* 236 */
552    Tcl_SetVar, /* 237 */
553    Tcl_SetVar2, /* 238 */
554    Tcl_SignalId, /* 239 */
555    Tcl_SignalMsg, /* 240 */
556    Tcl_SourceRCFile, /* 241 */
557    Tcl_SplitList, /* 242 */
558    Tcl_SplitPath, /* 243 */
559    Tcl_StaticPackage, /* 244 */
560    Tcl_StringMatch, /* 245 */
561    Tcl_Tell, /* 246 */
562    Tcl_TraceVar, /* 247 */
563    Tcl_TraceVar2, /* 248 */
564    Tcl_TranslateFileName, /* 249 */
565    Tcl_Ungets, /* 250 */
566    Tcl_UnlinkVar, /* 251 */
567    Tcl_UnregisterChannel, /* 252 */
568    Tcl_UnsetVar, /* 253 */
569    Tcl_UnsetVar2, /* 254 */
570    Tcl_UntraceVar, /* 255 */
571    Tcl_UntraceVar2, /* 256 */
572    Tcl_UpdateLinkedVar, /* 257 */
573    Tcl_UpVar, /* 258 */
574    Tcl_UpVar2, /* 259 */
575    Tcl_VarEval, /* 260 */
576    Tcl_VarTraceInfo, /* 261 */
577    Tcl_VarTraceInfo2, /* 262 */
578    Tcl_Write, /* 263 */
579    Tcl_WrongNumArgs, /* 264 */
580    Tcl_DumpActiveMemory, /* 265 */
581    Tcl_ValidateAllMemory, /* 266 */
582    Tcl_AppendResultVA, /* 267 */
583    Tcl_AppendStringsToObjVA, /* 268 */
584    Tcl_HashStats, /* 269 */
585    Tcl_ParseVar, /* 270 */
586    Tcl_PkgPresent, /* 271 */
587    Tcl_PkgPresentEx, /* 272 */
588    Tcl_PkgProvide, /* 273 */
589    Tcl_PkgRequire, /* 274 */
590    Tcl_SetErrorCodeVA, /* 275 */
591    Tcl_VarEvalVA, /* 276 */
592    Tcl_WaitPid, /* 277 */
593    Tcl_PanicVA, /* 278 */
594    Tcl_GetVersion, /* 279 */
595    Tcl_InitMemory, /* 280 */
596    Tcl_ReplaceChannel, /* 281 */
597    Tcl_UndoReplaceChannel, /* 282 */
598    NULL, /* 283 */
599    NULL, /* 284 */
600    NULL, /* 285 */
601    Tcl_AppendObjToObj, /* 286 */
602    Tcl_CreateEncoding, /* 287 */
603    Tcl_CreateThreadExitHandler, /* 288 */
604    Tcl_DeleteThreadExitHandler, /* 289 */
605    Tcl_DiscardResult, /* 290 */
606    Tcl_EvalEx, /* 291 */
607    Tcl_EvalObjv, /* 292 */
608    Tcl_EvalObjEx, /* 293 */
609    Tcl_ExitThread, /* 294 */
610    Tcl_ExternalToUtf, /* 295 */
611    Tcl_ExternalToUtfDString, /* 296 */
612    Tcl_FinalizeThread, /* 297 */
613    Tcl_FinalizeNotifier, /* 298 */
614    Tcl_FreeEncoding, /* 299 */
615    Tcl_GetCurrentThread, /* 300 */
616    Tcl_GetEncoding, /* 301 */
617    Tcl_GetEncodingName, /* 302 */
618    Tcl_GetEncodingNames, /* 303 */
619    Tcl_GetIndexFromObjStruct, /* 304 */
620    Tcl_GetThreadData, /* 305 */
621    Tcl_GetVar2Ex, /* 306 */
622    Tcl_InitNotifier, /* 307 */
623    Tcl_MutexLock, /* 308 */
624    Tcl_MutexUnlock, /* 309 */
625    Tcl_ConditionNotify, /* 310 */
626    Tcl_ConditionWait, /* 311 */
627    Tcl_NumUtfChars, /* 312 */
628    Tcl_ReadChars, /* 313 */
629    Tcl_RestoreResult, /* 314 */
630    Tcl_SaveResult, /* 315 */
631    Tcl_SetSystemEncoding, /* 316 */
632    Tcl_SetVar2Ex, /* 317 */
633    Tcl_ThreadAlert, /* 318 */
634    Tcl_ThreadQueueEvent, /* 319 */
635    Tcl_UniCharAtIndex, /* 320 */
636    Tcl_UniCharToLower, /* 321 */
637    Tcl_UniCharToTitle, /* 322 */
638    Tcl_UniCharToUpper, /* 323 */
639    Tcl_UniCharToUtf, /* 324 */
640    Tcl_UtfAtIndex, /* 325 */
641    Tcl_UtfCharComplete, /* 326 */
642    Tcl_UtfBackslash, /* 327 */
643    Tcl_UtfFindFirst, /* 328 */
644    Tcl_UtfFindLast, /* 329 */
645    Tcl_UtfNext, /* 330 */
646    Tcl_UtfPrev, /* 331 */
647    Tcl_UtfToExternal, /* 332 */
648    Tcl_UtfToExternalDString, /* 333 */
649    Tcl_UtfToLower, /* 334 */
650    Tcl_UtfToTitle, /* 335 */
651    Tcl_UtfToUniChar, /* 336 */
652    Tcl_UtfToUpper, /* 337 */
653    Tcl_WriteChars, /* 338 */
654    Tcl_WriteObj, /* 339 */
655    Tcl_GetString, /* 340 */
656    Tcl_GetDefaultEncodingDir, /* 341 */
657    Tcl_SetDefaultEncodingDir, /* 342 */
658    Tcl_AlertNotifier, /* 343 */
659    Tcl_ServiceModeHook, /* 344 */
660    Tcl_UniCharIsAlnum, /* 345 */
661    Tcl_UniCharIsAlpha, /* 346 */
662    Tcl_UniCharIsDigit, /* 347 */
663    Tcl_UniCharIsLower, /* 348 */
664    Tcl_UniCharIsSpace, /* 349 */
665    Tcl_UniCharIsUpper, /* 350 */
666    Tcl_UniCharIsWordChar, /* 351 */
667    Tcl_UniCharLen, /* 352 */
668    Tcl_UniCharNcmp, /* 353 */
669    Tcl_UniCharToUtfDString, /* 354 */
670    Tcl_UtfToUniCharDString, /* 355 */
671    Tcl_GetRegExpFromObj, /* 356 */
672    Tcl_EvalTokens, /* 357 */
673    Tcl_FreeParse, /* 358 */
674    Tcl_LogCommandInfo, /* 359 */
675    Tcl_ParseBraces, /* 360 */
676    Tcl_ParseCommand, /* 361 */
677    Tcl_ParseExpr, /* 362 */
678    Tcl_ParseQuotedString, /* 363 */
679    Tcl_ParseVarName, /* 364 */
680    Tcl_GetCwd, /* 365 */
681    Tcl_Chdir, /* 366 */
682    Tcl_Access, /* 367 */
683    Tcl_Stat, /* 368 */
684};
685
686/* !END!: Do not edit above this line. */
687