os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/generic/tclStubInit.c
Update contrib.
4 * This file contains the initializers for the Tcl stub vectors.
6 * Copyright (c) 1998-1999 by Scriptics Corporation.
8 * See the file "license.terms" for information on usage and redistribution
9 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
11 * RCS: @(#) $Id: tclStubInit.c,v 1.79.2.10 2006/09/22 01:26:23 andreas_kupries Exp $
18 * Remove macros that will interfere with the definitions below.
24 #undef Tcl_NewBooleanObj
25 #undef Tcl_NewByteArrayObj
26 #undef Tcl_NewDoubleObj
31 #undef Tcl_NewStringObj
32 #undef Tcl_DumpActiveMemory
33 #undef Tcl_ValidateAllMemory
34 #if TCL_PRESERVE_BINARY_COMPATABILITY
35 # undef Tcl_FindHashEntry
36 # undef Tcl_CreateHashEntry
40 * Keep a record of the original Notifier procedures, created in the
41 * same compilation unit as the stub tables so we can later do reliable,
42 * portable comparisons to see whether a Tcl_SetNotifier() call swapped
43 * new routines into the stub table.
46 Tcl_NotifierProcs tclOriginalNotifier = {
49 #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
50 Tcl_CreateFileHandler,
51 Tcl_DeleteFileHandler,
63 * WARNING: The contents of this file is automatically generated by the
64 * tools/genStubs.tcl script. Any modifications to the function declarations
65 * below should be made in the generic/tcl.decls script.
68 /* !BEGIN!: Do not edit below this line. */
70 TclIntStubs tclIntStubs = {
74 TclAccessDeleteProc, /* 1 */
75 TclAccessInsertProc, /* 2 */
76 TclAllocateFreeObjects, /* 3 */
78 #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
79 TclCleanupChildren, /* 5 */
82 TclCleanupChildren, /* 5 */
83 #endif /* __WIN32__ */
87 TclCleanupCommand, /* 6 */
88 TclCopyAndCollapse, /* 7 */
89 TclCopyChannel, /* 8 */
90 #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
91 TclCreatePipeline, /* 9 */
94 TclCreatePipeline, /* 9 */
95 #endif /* __WIN32__ */
99 TclCreateProc, /* 10 */
100 TclDeleteCompiledLocalVars, /* 11 */
101 TclDeleteVars, /* 12 */
103 TclDumpMemoryInfo, /* 14 */
105 TclExprFloatError, /* 16 */
111 TclFindElement, /* 22 */
112 TclFindProc, /* 23 */
113 TclFormatInt, /* 24 */
114 TclFreePackageInfo, /* 25 */
117 TclpGetDefaultStdChannel, /* 28 */
120 TclGetExtension, /* 31 */
121 TclGetFrame, /* 32 */
122 TclGetInterpProc, /* 33 */
123 TclGetIntForIndex, /* 34 */
126 TclGetLoadedPackages, /* 37 */
127 TclGetNamespaceForQualName, /* 38 */
128 TclGetObjInterpProc, /* 39 */
129 TclGetOpenMode, /* 40 */
130 TclGetOriginalCommand, /* 41 */
131 TclpGetUserHome, /* 42 */
132 TclGlobalInvoke, /* 43 */
133 TclGuessPackageName, /* 44 */
134 TclHideUnsafeCommands, /* 45 */
138 TclIncrVar2, /* 49 */
139 TclInitCompiledLocals, /* 50 */
140 TclInterpInit, /* 51 */
142 TclInvokeObjectCommand, /* 53 */
143 TclInvokeStringCommand, /* 54 */
147 TclLookupVar, /* 58 */
149 TclNeedSpace, /* 60 */
150 TclNewProcBodyObj, /* 61 */
151 TclObjCommandComplete, /* 62 */
152 TclObjInterpProc, /* 63 */
153 TclObjInvoke, /* 64 */
154 TclObjInvokeGlobal, /* 65 */
155 TclOpenFileChannelDeleteProc, /* 66 */
156 TclOpenFileChannelInsertProc, /* 67 */
164 TclpGetClicks, /* 75 */
165 TclpGetSeconds, /* 76 */
166 TclpGetTime, /* 77 */
167 TclpGetTimeZone, /* 78 */
170 TclpRealloc, /* 81 */
177 TclPrecTraceProc, /* 88 */
178 TclPreventAliasLoop, /* 89 */
180 TclProcCleanupProc, /* 91 */
181 TclProcCompileProc, /* 92 */
182 TclProcDeleteProc, /* 93 */
183 TclProcInterpProc, /* 94 */
185 TclRenameCommand, /* 96 */
186 TclResetShadowedCmdRefs, /* 97 */
187 TclServiceIdle, /* 98 */
190 TclSetPreInitScript, /* 101 */
191 TclSetupEnv, /* 102 */
192 TclSockGetPort, /* 103 */
193 #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
194 TclSockMinimumBuffers, /* 104 */
197 TclSockMinimumBuffers, /* 104 */
198 #endif /* __WIN32__ */
203 TclStatDeleteProc, /* 106 */
204 TclStatInsertProc, /* 107 */
205 TclTeardownNamespace, /* 108 */
206 TclUpdateReturnInfo, /* 109 */
208 Tcl_AddInterpResolvers, /* 111 */
209 Tcl_AppendExportList, /* 112 */
210 Tcl_CreateNamespace, /* 113 */
211 Tcl_DeleteNamespace, /* 114 */
212 Tcl_Export, /* 115 */
213 Tcl_FindCommand, /* 116 */
214 Tcl_FindNamespace, /* 117 */
215 Tcl_GetInterpResolvers, /* 118 */
216 Tcl_GetNamespaceResolvers, /* 119 */
217 Tcl_FindNamespaceVar, /* 120 */
218 Tcl_ForgetImport, /* 121 */
219 Tcl_GetCommandFromObj, /* 122 */
220 Tcl_GetCommandFullName, /* 123 */
221 Tcl_GetCurrentNamespace, /* 124 */
222 Tcl_GetGlobalNamespace, /* 125 */
223 Tcl_GetVariableFullName, /* 126 */
224 Tcl_Import, /* 127 */
225 Tcl_PopCallFrame, /* 128 */
226 Tcl_PushCallFrame, /* 129 */
227 Tcl_RemoveInterpResolvers, /* 130 */
228 Tcl_SetNamespaceResolvers, /* 131 */
229 TclpHasSockets, /* 132 */
230 TclpGetDate, /* 133 */
231 TclpStrftime, /* 134 */
232 TclpCheckStackSpace, /* 135 */
237 TclLooksLikeInt, /* 140 */
238 TclpGetCwd, /* 141 */
239 TclSetByteCodeFromAny, /* 142 */
240 TclAddLiteralObj, /* 143 */
241 TclHideLiteral, /* 144 */
242 TclGetAuxDataType, /* 145 */
243 TclHandleCreate, /* 146 */
244 TclHandleFree, /* 147 */
245 TclHandlePreserve, /* 148 */
246 TclHandleRelease, /* 149 */
247 TclRegAbout, /* 150 */
248 TclRegExpRangeUniChar, /* 151 */
249 TclSetLibraryPath, /* 152 */
250 TclGetLibraryPath, /* 153 */
253 TclRegError, /* 156 */
254 TclVarTraceExists, /* 157 */
255 TclSetStartupScriptFileName, /* 158 */
256 TclGetStartupScriptFileName, /* 159 */
258 TclChannelTransform, /* 161 */
259 TclChannelEventScriptInvoker, /* 162 */
260 TclGetInstructionTable, /* 163 */
261 TclExpandCodeArray, /* 164 */
262 TclpSetInitialEncodings, /* 165 */
263 TclListObjSetElement, /* 166 */
264 TclSetStartupScriptPath, /* 167 */
265 TclGetStartupScriptPath, /* 168 */
266 TclpUtfNcmp2, /* 169 */
267 TclCheckInterpTraces, /* 170 */
268 TclCheckExecutionTraces, /* 171 */
269 TclInThreadExit, /* 172 */
270 TclUniCharMatch, /* 173 */
279 TclpLocaltime, /* 182 */
280 TclpGmtime, /* 183 */
296 TclMatchIsTrivial, /* 199 */
299 TclIntPlatStubs tclIntPlatStubs = {
302 #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
303 TclGetAndDetachPids, /* 0 */
304 TclpCloseFile, /* 1 */
305 TclpCreateCommandChannel, /* 2 */
306 TclpCreatePipe, /* 3 */
307 TclpCreateProcess, /* 4 */
309 TclpMakeFile, /* 6 */
310 TclpOpenFile, /* 7 */
311 TclUnixWaitForFile, /* 8 */
312 TclpCreateTempFile, /* 9 */
313 TclpReaddir, /* 10 */
314 TclpLocaltime_unix, /* 11 */
315 TclpGmtime_unix, /* 12 */
316 TclpInetNtoa, /* 13 */
319 TclWinConvertError, /* 0 */
320 TclWinConvertWSAError, /* 1 */
321 TclWinGetServByName, /* 2 */
322 TclWinGetSockOpt, /* 3 */
323 TclWinGetTclInstance, /* 4 */
326 TclWinSetSockOpt, /* 7 */
328 TclWinGetPlatformId, /* 9 */
330 TclGetAndDetachPids, /* 11 */
331 TclpCloseFile, /* 12 */
332 TclpCreateCommandChannel, /* 13 */
333 TclpCreatePipe, /* 14 */
334 TclpCreateProcess, /* 15 */
337 TclpMakeFile, /* 18 */
338 TclpOpenFile, /* 19 */
339 TclWinAddProcess, /* 20 */
341 TclpCreateTempFile, /* 22 */
342 TclpGetTZName, /* 23 */
343 TclWinNoBackslash, /* 24 */
344 TclWinGetPlatform, /* 25 */
345 TclWinSetInterfaces, /* 26 */
346 TclWinFlushDirtyChannels, /* 27 */
347 TclWinResetInterfaces, /* 28 */
348 TclWinCPUID, /* 29 */
349 #endif /* __WIN32__ */
351 TclpSysAlloc, /* 0 */
353 TclpSysRealloc, /* 2 */
355 FSpGetDefaultDir, /* 4 */
356 FSpSetDefaultDir, /* 5 */
357 FSpFindFolder, /* 6 */
358 GetGlobalMouseTcl, /* 7 */
359 FSpGetDirectoryIDTcl, /* 8 */
360 FSpOpenResFileCompatTcl, /* 9 */
361 FSpCreateResFileCompatTcl, /* 10 */
362 FSpLocationFromPath, /* 11 */
363 FSpPathFromLocation, /* 12 */
364 TclMacExitHandler, /* 13 */
365 TclMacInitExitToShell, /* 14 */
366 TclMacInstallExitToShellPatch, /* 15 */
367 TclMacOSErrorToPosixError, /* 16 */
368 TclMacRemoveTimer, /* 17 */
369 TclMacStartTimer, /* 18 */
370 TclMacTimerExpired, /* 19 */
371 TclMacRegisterResourceFork, /* 20 */
372 TclMacUnRegisterResourceFork, /* 21 */
373 TclMacCreateEnv, /* 22 */
374 TclMacFOpenHack, /* 23 */
375 TclpGetTZName, /* 24 */
376 TclMacChmod, /* 25 */
377 FSpLLocationFromPath, /* 26 */
381 TclPlatStubs tclPlatStubs = {
385 Tcl_WinUtfToTChar, /* 0 */
386 Tcl_WinTCharToUtf, /* 1 */
387 #endif /* __WIN32__ */
389 Tcl_MacSetEventProc, /* 0 */
390 Tcl_MacConvertTextResource, /* 1 */
391 Tcl_MacEvalResource, /* 2 */
392 Tcl_MacFindResource, /* 3 */
393 Tcl_GetOSTypeFromObj, /* 4 */
394 Tcl_SetOSTypeObj, /* 5 */
395 Tcl_NewOSTypeObj, /* 6 */
400 Tcl_MacOSXOpenBundleResources, /* 0 */
401 Tcl_MacOSXOpenVersionedBundleResources, /* 1 */
402 #endif /* MAC_OSX_TCL */
405 static TclStubHooks tclStubHooks = {
411 TclStubs tclStubs = {
414 Tcl_PkgProvideEx, /* 0 */
415 Tcl_PkgRequireEx, /* 1 */
420 Tcl_DbCkalloc, /* 6 */
421 Tcl_DbCkfree, /* 7 */
422 Tcl_DbCkrealloc, /* 8 */
423 #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
424 Tcl_CreateFileHandler, /* 9 */
428 #endif /* __WIN32__ */
432 #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
433 Tcl_DeleteFileHandler, /* 10 */
437 #endif /* __WIN32__ */
441 Tcl_SetTimer, /* 11 */
443 Tcl_WaitForEvent, /* 13 */
444 Tcl_AppendAllObjTypes, /* 14 */
445 Tcl_AppendStringsToObj, /* 15 */
446 Tcl_AppendToObj, /* 16 */
447 Tcl_ConcatObj, /* 17 */
448 Tcl_ConvertToType, /* 18 */
449 Tcl_DbDecrRefCount, /* 19 */
450 Tcl_DbIncrRefCount, /* 20 */
451 Tcl_DbIsShared, /* 21 */
452 Tcl_DbNewBooleanObj, /* 22 */
453 Tcl_DbNewByteArrayObj, /* 23 */
454 Tcl_DbNewDoubleObj, /* 24 */
455 Tcl_DbNewListObj, /* 25 */
456 Tcl_DbNewLongObj, /* 26 */
457 Tcl_DbNewObj, /* 27 */
458 Tcl_DbNewStringObj, /* 28 */
459 Tcl_DuplicateObj, /* 29 */
461 Tcl_GetBoolean, /* 31 */
462 Tcl_GetBooleanFromObj, /* 32 */
463 Tcl_GetByteArrayFromObj, /* 33 */
464 Tcl_GetDouble, /* 34 */
465 Tcl_GetDoubleFromObj, /* 35 */
466 Tcl_GetIndexFromObj, /* 36 */
468 Tcl_GetIntFromObj, /* 38 */
469 Tcl_GetLongFromObj, /* 39 */
470 Tcl_GetObjType, /* 40 */
471 Tcl_GetStringFromObj, /* 41 */
472 Tcl_InvalidateStringRep, /* 42 */
473 Tcl_ListObjAppendList, /* 43 */
474 Tcl_ListObjAppendElement, /* 44 */
475 Tcl_ListObjGetElements, /* 45 */
476 Tcl_ListObjIndex, /* 46 */
477 Tcl_ListObjLength, /* 47 */
478 Tcl_ListObjReplace, /* 48 */
479 Tcl_NewBooleanObj, /* 49 */
480 Tcl_NewByteArrayObj, /* 50 */
481 Tcl_NewDoubleObj, /* 51 */
482 Tcl_NewIntObj, /* 52 */
483 Tcl_NewListObj, /* 53 */
484 Tcl_NewLongObj, /* 54 */
486 Tcl_NewStringObj, /* 56 */
487 Tcl_SetBooleanObj, /* 57 */
488 Tcl_SetByteArrayLength, /* 58 */
489 Tcl_SetByteArrayObj, /* 59 */
490 Tcl_SetDoubleObj, /* 60 */
491 Tcl_SetIntObj, /* 61 */
492 Tcl_SetListObj, /* 62 */
493 Tcl_SetLongObj, /* 63 */
494 Tcl_SetObjLength, /* 64 */
495 Tcl_SetStringObj, /* 65 */
496 Tcl_AddErrorInfo, /* 66 */
497 Tcl_AddObjErrorInfo, /* 67 */
498 Tcl_AllowExceptions, /* 68 */
499 Tcl_AppendElement, /* 69 */
500 Tcl_AppendResult, /* 70 */
501 Tcl_AsyncCreate, /* 71 */
502 Tcl_AsyncDelete, /* 72 */
503 Tcl_AsyncInvoke, /* 73 */
504 Tcl_AsyncMark, /* 74 */
505 Tcl_AsyncReady, /* 75 */
506 Tcl_BackgroundError, /* 76 */
507 Tcl_Backslash, /* 77 */
508 Tcl_BadChannelOption, /* 78 */
509 Tcl_CallWhenDeleted, /* 79 */
510 Tcl_CancelIdleCall, /* 80 */
512 Tcl_CommandComplete, /* 82 */
514 Tcl_ConvertElement, /* 84 */
515 Tcl_ConvertCountedElement, /* 85 */
516 Tcl_CreateAlias, /* 86 */
517 Tcl_CreateAliasObj, /* 87 */
518 Tcl_CreateChannel, /* 88 */
519 Tcl_CreateChannelHandler, /* 89 */
520 Tcl_CreateCloseHandler, /* 90 */
521 Tcl_CreateCommand, /* 91 */
522 Tcl_CreateEventSource, /* 92 */
523 Tcl_CreateExitHandler, /* 93 */
524 Tcl_CreateInterp, /* 94 */
525 Tcl_CreateMathFunc, /* 95 */
526 Tcl_CreateObjCommand, /* 96 */
527 Tcl_CreateSlave, /* 97 */
528 Tcl_CreateTimerHandler, /* 98 */
529 Tcl_CreateTrace, /* 99 */
530 Tcl_DeleteAssocData, /* 100 */
531 Tcl_DeleteChannelHandler, /* 101 */
532 Tcl_DeleteCloseHandler, /* 102 */
533 Tcl_DeleteCommand, /* 103 */
534 Tcl_DeleteCommandFromToken, /* 104 */
535 Tcl_DeleteEvents, /* 105 */
536 Tcl_DeleteEventSource, /* 106 */
537 Tcl_DeleteExitHandler, /* 107 */
538 Tcl_DeleteHashEntry, /* 108 */
539 Tcl_DeleteHashTable, /* 109 */
540 Tcl_DeleteInterp, /* 110 */
541 #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
542 Tcl_DetachPids, /* 111 */
545 Tcl_DetachPids, /* 111 */
546 #endif /* __WIN32__ */
550 Tcl_DeleteTimerHandler, /* 112 */
551 Tcl_DeleteTrace, /* 113 */
552 Tcl_DontCallWhenDeleted, /* 114 */
553 Tcl_DoOneEvent, /* 115 */
554 Tcl_DoWhenIdle, /* 116 */
555 Tcl_DStringAppend, /* 117 */
556 Tcl_DStringAppendElement, /* 118 */
557 Tcl_DStringEndSublist, /* 119 */
558 Tcl_DStringFree, /* 120 */
559 Tcl_DStringGetResult, /* 121 */
560 Tcl_DStringInit, /* 122 */
561 Tcl_DStringResult, /* 123 */
562 Tcl_DStringSetLength, /* 124 */
563 Tcl_DStringStartSublist, /* 125 */
565 Tcl_ErrnoId, /* 127 */
566 Tcl_ErrnoMsg, /* 128 */
568 Tcl_EvalFile, /* 130 */
569 Tcl_EvalObj, /* 131 */
570 Tcl_EventuallyFree, /* 132 */
572 Tcl_ExposeCommand, /* 134 */
573 Tcl_ExprBoolean, /* 135 */
574 Tcl_ExprBooleanObj, /* 136 */
575 Tcl_ExprDouble, /* 137 */
576 Tcl_ExprDoubleObj, /* 138 */
577 Tcl_ExprLong, /* 139 */
578 Tcl_ExprLongObj, /* 140 */
579 Tcl_ExprObj, /* 141 */
580 Tcl_ExprString, /* 142 */
581 Tcl_Finalize, /* 143 */
582 Tcl_FindExecutable, /* 144 */
583 Tcl_FirstHashEntry, /* 145 */
585 Tcl_FreeResult, /* 147 */
586 Tcl_GetAlias, /* 148 */
587 Tcl_GetAliasObj, /* 149 */
588 Tcl_GetAssocData, /* 150 */
589 Tcl_GetChannel, /* 151 */
590 Tcl_GetChannelBufferSize, /* 152 */
591 Tcl_GetChannelHandle, /* 153 */
592 Tcl_GetChannelInstanceData, /* 154 */
593 Tcl_GetChannelMode, /* 155 */
594 Tcl_GetChannelName, /* 156 */
595 Tcl_GetChannelOption, /* 157 */
596 Tcl_GetChannelType, /* 158 */
597 Tcl_GetCommandInfo, /* 159 */
598 Tcl_GetCommandName, /* 160 */
599 Tcl_GetErrno, /* 161 */
600 Tcl_GetHostName, /* 162 */
601 Tcl_GetInterpPath, /* 163 */
602 Tcl_GetMaster, /* 164 */
603 Tcl_GetNameOfExecutable, /* 165 */
604 Tcl_GetObjResult, /* 166 */
605 #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
606 Tcl_GetOpenFile, /* 167 */
610 #endif /* __WIN32__ */
614 Tcl_GetPathType, /* 168 */
616 Tcl_GetsObj, /* 170 */
617 Tcl_GetServiceMode, /* 171 */
618 Tcl_GetSlave, /* 172 */
619 Tcl_GetStdChannel, /* 173 */
620 Tcl_GetStringResult, /* 174 */
621 Tcl_GetVar, /* 175 */
622 Tcl_GetVar2, /* 176 */
623 Tcl_GlobalEval, /* 177 */
624 Tcl_GlobalEvalObj, /* 178 */
625 Tcl_HideCommand, /* 179 */
627 Tcl_InitHashTable, /* 181 */
628 Tcl_InputBlocked, /* 182 */
629 Tcl_InputBuffered, /* 183 */
630 Tcl_InterpDeleted, /* 184 */
631 Tcl_IsSafe, /* 185 */
632 Tcl_JoinPath, /* 186 */
633 Tcl_LinkVar, /* 187 */
635 Tcl_MakeFileChannel, /* 189 */
636 Tcl_MakeSafe, /* 190 */
637 Tcl_MakeTcpClientChannel, /* 191 */
639 Tcl_NextHashEntry, /* 193 */
640 Tcl_NotifyChannel, /* 194 */
641 Tcl_ObjGetVar2, /* 195 */
642 Tcl_ObjSetVar2, /* 196 */
643 #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
644 Tcl_OpenCommandChannel, /* 197 */
647 Tcl_OpenCommandChannel, /* 197 */
648 #endif /* __WIN32__ */
652 Tcl_OpenFileChannel, /* 198 */
653 Tcl_OpenTcpClient, /* 199 */
654 Tcl_OpenTcpServer, /* 200 */
655 Tcl_Preserve, /* 201 */
656 Tcl_PrintDouble, /* 202 */
657 Tcl_PutEnv, /* 203 */
658 Tcl_PosixError, /* 204 */
659 Tcl_QueueEvent, /* 205 */
661 #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
662 Tcl_ReapDetachedProcs, /* 207 */
665 Tcl_ReapDetachedProcs, /* 207 */
666 #endif /* __WIN32__ */
670 Tcl_RecordAndEval, /* 208 */
671 Tcl_RecordAndEvalObj, /* 209 */
672 Tcl_RegisterChannel, /* 210 */
673 Tcl_RegisterObjType, /* 211 */
674 Tcl_RegExpCompile, /* 212 */
675 Tcl_RegExpExec, /* 213 */
676 Tcl_RegExpMatch, /* 214 */
677 Tcl_RegExpRange, /* 215 */
678 Tcl_Release, /* 216 */
679 Tcl_ResetResult, /* 217 */
680 Tcl_ScanElement, /* 218 */
681 Tcl_ScanCountedElement, /* 219 */
682 Tcl_SeekOld, /* 220 */
683 Tcl_ServiceAll, /* 221 */
684 Tcl_ServiceEvent, /* 222 */
685 Tcl_SetAssocData, /* 223 */
686 Tcl_SetChannelBufferSize, /* 224 */
687 Tcl_SetChannelOption, /* 225 */
688 Tcl_SetCommandInfo, /* 226 */
689 Tcl_SetErrno, /* 227 */
690 Tcl_SetErrorCode, /* 228 */
691 Tcl_SetMaxBlockTime, /* 229 */
692 Tcl_SetPanicProc, /* 230 */
693 Tcl_SetRecursionLimit, /* 231 */
694 Tcl_SetResult, /* 232 */
695 Tcl_SetServiceMode, /* 233 */
696 Tcl_SetObjErrorCode, /* 234 */
697 Tcl_SetObjResult, /* 235 */
698 Tcl_SetStdChannel, /* 236 */
699 Tcl_SetVar, /* 237 */
700 Tcl_SetVar2, /* 238 */
701 Tcl_SignalId, /* 239 */
702 Tcl_SignalMsg, /* 240 */
703 Tcl_SourceRCFile, /* 241 */
704 Tcl_SplitList, /* 242 */
705 Tcl_SplitPath, /* 243 */
706 Tcl_StaticPackage, /* 244 */
707 Tcl_StringMatch, /* 245 */
708 Tcl_TellOld, /* 246 */
709 Tcl_TraceVar, /* 247 */
710 Tcl_TraceVar2, /* 248 */
711 Tcl_TranslateFileName, /* 249 */
712 Tcl_Ungets, /* 250 */
713 Tcl_UnlinkVar, /* 251 */
714 Tcl_UnregisterChannel, /* 252 */
715 Tcl_UnsetVar, /* 253 */
716 Tcl_UnsetVar2, /* 254 */
717 Tcl_UntraceVar, /* 255 */
718 Tcl_UntraceVar2, /* 256 */
719 Tcl_UpdateLinkedVar, /* 257 */
721 Tcl_UpVar2, /* 259 */
722 Tcl_VarEval, /* 260 */
723 Tcl_VarTraceInfo, /* 261 */
724 Tcl_VarTraceInfo2, /* 262 */
726 Tcl_WrongNumArgs, /* 264 */
727 Tcl_DumpActiveMemory, /* 265 */
728 Tcl_ValidateAllMemory, /* 266 */
729 Tcl_AppendResultVA, /* 267 */
730 Tcl_AppendStringsToObjVA, /* 268 */
731 Tcl_HashStats, /* 269 */
732 Tcl_ParseVar, /* 270 */
733 Tcl_PkgPresent, /* 271 */
734 Tcl_PkgPresentEx, /* 272 */
735 Tcl_PkgProvide, /* 273 */
736 Tcl_PkgRequire, /* 274 */
737 Tcl_SetErrorCodeVA, /* 275 */
738 Tcl_VarEvalVA, /* 276 */
739 Tcl_WaitPid, /* 277 */
740 Tcl_PanicVA, /* 278 */
741 Tcl_GetVersion, /* 279 */
742 Tcl_InitMemory, /* 280 */
743 Tcl_StackChannel, /* 281 */
744 Tcl_UnstackChannel, /* 282 */
745 Tcl_GetStackedChannel, /* 283 */
746 Tcl_SetMainLoop, /* 284 */
748 Tcl_AppendObjToObj, /* 286 */
749 Tcl_CreateEncoding, /* 287 */
750 Tcl_CreateThreadExitHandler, /* 288 */
751 Tcl_DeleteThreadExitHandler, /* 289 */
752 Tcl_DiscardResult, /* 290 */
753 Tcl_EvalEx, /* 291 */
754 Tcl_EvalObjv, /* 292 */
755 Tcl_EvalObjEx, /* 293 */
756 Tcl_ExitThread, /* 294 */
757 Tcl_ExternalToUtf, /* 295 */
758 Tcl_ExternalToUtfDString, /* 296 */
759 Tcl_FinalizeThread, /* 297 */
760 Tcl_FinalizeNotifier, /* 298 */
761 Tcl_FreeEncoding, /* 299 */
762 Tcl_GetCurrentThread, /* 300 */
763 Tcl_GetEncoding, /* 301 */
764 Tcl_GetEncodingName, /* 302 */
765 Tcl_GetEncodingNames, /* 303 */
766 Tcl_GetIndexFromObjStruct, /* 304 */
767 Tcl_GetThreadData, /* 305 */
768 Tcl_GetVar2Ex, /* 306 */
769 Tcl_InitNotifier, /* 307 */
770 Tcl_MutexLock, /* 308 */
771 Tcl_MutexUnlock, /* 309 */
772 Tcl_ConditionNotify, /* 310 */
773 Tcl_ConditionWait, /* 311 */
774 Tcl_NumUtfChars, /* 312 */
775 Tcl_ReadChars, /* 313 */
776 Tcl_RestoreResult, /* 314 */
777 Tcl_SaveResult, /* 315 */
778 Tcl_SetSystemEncoding, /* 316 */
779 Tcl_SetVar2Ex, /* 317 */
780 Tcl_ThreadAlert, /* 318 */
781 Tcl_ThreadQueueEvent, /* 319 */
782 Tcl_UniCharAtIndex, /* 320 */
783 Tcl_UniCharToLower, /* 321 */
784 Tcl_UniCharToTitle, /* 322 */
785 Tcl_UniCharToUpper, /* 323 */
786 Tcl_UniCharToUtf, /* 324 */
787 Tcl_UtfAtIndex, /* 325 */
788 Tcl_UtfCharComplete, /* 326 */
789 Tcl_UtfBackslash, /* 327 */
790 Tcl_UtfFindFirst, /* 328 */
791 Tcl_UtfFindLast, /* 329 */
792 Tcl_UtfNext, /* 330 */
793 Tcl_UtfPrev, /* 331 */
794 Tcl_UtfToExternal, /* 332 */
795 Tcl_UtfToExternalDString, /* 333 */
796 Tcl_UtfToLower, /* 334 */
797 Tcl_UtfToTitle, /* 335 */
798 Tcl_UtfToUniChar, /* 336 */
799 Tcl_UtfToUpper, /* 337 */
800 Tcl_WriteChars, /* 338 */
801 Tcl_WriteObj, /* 339 */
802 Tcl_GetString, /* 340 */
803 Tcl_GetDefaultEncodingDir, /* 341 */
804 Tcl_SetDefaultEncodingDir, /* 342 */
805 Tcl_AlertNotifier, /* 343 */
806 Tcl_ServiceModeHook, /* 344 */
807 Tcl_UniCharIsAlnum, /* 345 */
808 Tcl_UniCharIsAlpha, /* 346 */
809 Tcl_UniCharIsDigit, /* 347 */
810 Tcl_UniCharIsLower, /* 348 */
811 Tcl_UniCharIsSpace, /* 349 */
812 Tcl_UniCharIsUpper, /* 350 */
813 Tcl_UniCharIsWordChar, /* 351 */
814 Tcl_UniCharLen, /* 352 */
815 Tcl_UniCharNcmp, /* 353 */
816 Tcl_UniCharToUtfDString, /* 354 */
817 Tcl_UtfToUniCharDString, /* 355 */
818 Tcl_GetRegExpFromObj, /* 356 */
819 Tcl_EvalTokens, /* 357 */
820 Tcl_FreeParse, /* 358 */
821 Tcl_LogCommandInfo, /* 359 */
822 Tcl_ParseBraces, /* 360 */
823 Tcl_ParseCommand, /* 361 */
824 Tcl_ParseExpr, /* 362 */
825 Tcl_ParseQuotedString, /* 363 */
826 Tcl_ParseVarName, /* 364 */
827 Tcl_GetCwd, /* 365 */
829 Tcl_Access, /* 367 */
831 Tcl_UtfNcmp, /* 369 */
832 Tcl_UtfNcasecmp, /* 370 */
833 Tcl_StringCaseMatch, /* 371 */
834 Tcl_UniCharIsControl, /* 372 */
835 Tcl_UniCharIsGraph, /* 373 */
836 Tcl_UniCharIsPrint, /* 374 */
837 Tcl_UniCharIsPunct, /* 375 */
838 Tcl_RegExpExecObj, /* 376 */
839 Tcl_RegExpGetInfo, /* 377 */
840 Tcl_NewUnicodeObj, /* 378 */
841 Tcl_SetUnicodeObj, /* 379 */
842 Tcl_GetCharLength, /* 380 */
843 Tcl_GetUniChar, /* 381 */
844 Tcl_GetUnicode, /* 382 */
845 Tcl_GetRange, /* 383 */
846 Tcl_AppendUnicodeToObj, /* 384 */
847 Tcl_RegExpMatchObj, /* 385 */
848 Tcl_SetNotifier, /* 386 */
849 Tcl_GetAllocMutex, /* 387 */
850 Tcl_GetChannelNames, /* 388 */
851 Tcl_GetChannelNamesEx, /* 389 */
852 Tcl_ProcObjCmd, /* 390 */
853 Tcl_ConditionFinalize, /* 391 */
854 Tcl_MutexFinalize, /* 392 */
855 Tcl_CreateThread, /* 393 */
856 Tcl_ReadRaw, /* 394 */
857 Tcl_WriteRaw, /* 395 */
858 Tcl_GetTopChannel, /* 396 */
859 Tcl_ChannelBuffered, /* 397 */
860 Tcl_ChannelName, /* 398 */
861 Tcl_ChannelVersion, /* 399 */
862 Tcl_ChannelBlockModeProc, /* 400 */
863 Tcl_ChannelCloseProc, /* 401 */
864 Tcl_ChannelClose2Proc, /* 402 */
865 Tcl_ChannelInputProc, /* 403 */
866 Tcl_ChannelOutputProc, /* 404 */
867 Tcl_ChannelSeekProc, /* 405 */
868 Tcl_ChannelSetOptionProc, /* 406 */
869 Tcl_ChannelGetOptionProc, /* 407 */
870 Tcl_ChannelWatchProc, /* 408 */
871 Tcl_ChannelGetHandleProc, /* 409 */
872 Tcl_ChannelFlushProc, /* 410 */
873 Tcl_ChannelHandlerProc, /* 411 */
874 Tcl_JoinThread, /* 412 */
875 Tcl_IsChannelShared, /* 413 */
876 Tcl_IsChannelRegistered, /* 414 */
877 Tcl_CutChannel, /* 415 */
878 Tcl_SpliceChannel, /* 416 */
879 Tcl_ClearChannelHandlers, /* 417 */
880 Tcl_IsChannelExisting, /* 418 */
881 Tcl_UniCharNcasecmp, /* 419 */
882 Tcl_UniCharCaseMatch, /* 420 */
883 Tcl_FindHashEntry, /* 421 */
884 Tcl_CreateHashEntry, /* 422 */
885 Tcl_InitCustomHashTable, /* 423 */
886 Tcl_InitObjHashTable, /* 424 */
887 Tcl_CommandTraceInfo, /* 425 */
888 Tcl_TraceCommand, /* 426 */
889 Tcl_UntraceCommand, /* 427 */
890 Tcl_AttemptAlloc, /* 428 */
891 Tcl_AttemptDbCkalloc, /* 429 */
892 Tcl_AttemptRealloc, /* 430 */
893 Tcl_AttemptDbCkrealloc, /* 431 */
894 Tcl_AttemptSetObjLength, /* 432 */
895 Tcl_GetChannelThread, /* 433 */
896 Tcl_GetUnicodeFromObj, /* 434 */
897 Tcl_GetMathFuncInfo, /* 435 */
898 Tcl_ListMathFuncs, /* 436 */
899 Tcl_SubstObj, /* 437 */
900 Tcl_DetachChannel, /* 438 */
901 Tcl_IsStandardChannel, /* 439 */
902 Tcl_FSCopyFile, /* 440 */
903 Tcl_FSCopyDirectory, /* 441 */
904 Tcl_FSCreateDirectory, /* 442 */
905 Tcl_FSDeleteFile, /* 443 */
906 Tcl_FSLoadFile, /* 444 */
907 Tcl_FSMatchInDirectory, /* 445 */
908 Tcl_FSLink, /* 446 */
909 Tcl_FSRemoveDirectory, /* 447 */
910 Tcl_FSRenameFile, /* 448 */
911 Tcl_FSLstat, /* 449 */
912 Tcl_FSUtime, /* 450 */
913 Tcl_FSFileAttrsGet, /* 451 */
914 Tcl_FSFileAttrsSet, /* 452 */
915 Tcl_FSFileAttrStrings, /* 453 */
916 Tcl_FSStat, /* 454 */
917 Tcl_FSAccess, /* 455 */
918 Tcl_FSOpenFileChannel, /* 456 */
919 Tcl_FSGetCwd, /* 457 */
920 Tcl_FSChdir, /* 458 */
921 Tcl_FSConvertToPathType, /* 459 */
922 Tcl_FSJoinPath, /* 460 */
923 Tcl_FSSplitPath, /* 461 */
924 Tcl_FSEqualPaths, /* 462 */
925 Tcl_FSGetNormalizedPath, /* 463 */
926 Tcl_FSJoinToPath, /* 464 */
927 Tcl_FSGetInternalRep, /* 465 */
928 Tcl_FSGetTranslatedPath, /* 466 */
929 Tcl_FSEvalFile, /* 467 */
930 Tcl_FSNewNativePath, /* 468 */
931 Tcl_FSGetNativePath, /* 469 */
932 Tcl_FSFileSystemInfo, /* 470 */
933 Tcl_FSPathSeparator, /* 471 */
934 Tcl_FSListVolumes, /* 472 */
935 Tcl_FSRegister, /* 473 */
936 Tcl_FSUnregister, /* 474 */
937 Tcl_FSData, /* 475 */
938 Tcl_FSGetTranslatedStringPath, /* 476 */
939 Tcl_FSGetFileSystemForPath, /* 477 */
940 Tcl_FSGetPathType, /* 478 */
941 Tcl_OutputBuffered, /* 479 */
942 Tcl_FSMountsChanged, /* 480 */
943 Tcl_EvalTokensStandard, /* 481 */
944 Tcl_GetTime, /* 482 */
945 Tcl_CreateObjTrace, /* 483 */
946 Tcl_GetCommandInfoFromToken, /* 484 */
947 Tcl_SetCommandInfoFromToken, /* 485 */
948 Tcl_DbNewWideIntObj, /* 486 */
949 Tcl_GetWideIntFromObj, /* 487 */
950 Tcl_NewWideIntObj, /* 488 */
951 Tcl_SetWideIntObj, /* 489 */
952 Tcl_AllocStatBuf, /* 490 */
955 Tcl_ChannelWideSeekProc, /* 493 */
1016 Tcl_ChannelThreadActionProc, /* 554 */
1035 Tcl_PkgRequireProc, /* 573 */
1038 /* !END!: Do not edit above this line. */