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