- int (*tcl_GetWideIntFromObj) _ANSI_ARGS_((Tcl_Interp * interp, Tcl_Obj * objPtr, Tcl_WideInt * widePtr)); /* 487 */
- Tcl_Obj * (*tcl_NewWideIntObj) _ANSI_ARGS_((Tcl_WideInt wideValue)); /* 488 */
- void (*tcl_SetWideIntObj) _ANSI_ARGS_((Tcl_Obj * objPtr, Tcl_WideInt wideValue)); /* 489 */
- Tcl_StatBuf * (*tcl_AllocStatBuf) _ANSI_ARGS_((void)); /* 490 */
- Tcl_WideInt (*tcl_Seek) _ANSI_ARGS_((Tcl_Channel chan, Tcl_WideInt offset, int mode)); /* 491 */
- Tcl_WideInt (*tcl_Tell) _ANSI_ARGS_((Tcl_Channel chan)); /* 492 */
- Tcl_DriverWideSeekProc * (*tcl_ChannelWideSeekProc) _ANSI_ARGS_((Tcl_ChannelType * chanTypePtr)); /* 493 */
- void *reserved494;
- void *reserved495;
- void *reserved496;
- void *reserved497;
- void *reserved498;
- void *reserved499;
- void *reserved500;
- void *reserved501;
- void *reserved502;
- void *reserved503;
- void *reserved504;
- void *reserved505;
- void *reserved506;
- void *reserved507;
- void *reserved508;
- void *reserved509;
- void *reserved510;
- void *reserved511;
- void *reserved512;
- void *reserved513;
- void *reserved514;
- void *reserved515;
- void *reserved516;
- void *reserved517;
- void *reserved518;
- void *reserved519;
- void *reserved520;
- void *reserved521;
- void *reserved522;
- void *reserved523;
- void *reserved524;
- void *reserved525;
- void *reserved526;
- void *reserved527;
- void *reserved528;
- void *reserved529;
- void *reserved530;
- void *reserved531;
- void *reserved532;
- void *reserved533;
- void *reserved534;
- void *reserved535;
- void *reserved536;
- void *reserved537;
- void *reserved538;
- void *reserved539;
- void *reserved540;
- void *reserved541;
- void *reserved542;
- void *reserved543;
- void *reserved544;
- void *reserved545;
- void *reserved546;
- void *reserved547;
- void *reserved548;
- void *reserved549;
- void *reserved550;
- void *reserved551;
- void *reserved552;
- void *reserved553;
- Tcl_DriverThreadActionProc * (*tcl_ChannelThreadActionProc) _ANSI_ARGS_((Tcl_ChannelType * chanTypePtr)); /* 554 */
- void *reserved555;
- void *reserved556;
- void *reserved557;
- void *reserved558;
- void *reserved559;
- void *reserved560;
- void *reserved561;
- void *reserved562;
- void *reserved563;
- void *reserved564;
- void *reserved565;
- void *reserved566;
- void *reserved567;
- void *reserved568;
- void *reserved569;
- void *reserved570;
- void *reserved571;
- void *reserved572;
- int (*tcl_PkgRequireProc) _ANSI_ARGS_((Tcl_Interp * interp, CONST char * name, int objc, Tcl_Obj *CONST objv[], ClientData * clientDataPtr)); /* 573 */
- } TclStubs;
- #ifdef __cplusplus
- extern "C" {
- #endif
- extern TclStubs *tclStubsPtr;
- #ifdef __cplusplus
- }
- #endif
- #if defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS)
- /*
- * Inline function declarations:
- */
- #ifndef Tcl_PkgProvideEx
- #define Tcl_PkgProvideEx
- (tclStubsPtr->tcl_PkgProvideEx) /* 0 */
- #endif
- #ifndef Tcl_PkgRequireEx
- #define Tcl_PkgRequireEx
- (tclStubsPtr->tcl_PkgRequireEx) /* 1 */
- #endif
- #ifndef Tcl_Panic
- #define Tcl_Panic
- (tclStubsPtr->tcl_Panic) /* 2 */
- #endif
- #ifndef Tcl_Alloc
- #define Tcl_Alloc
- (tclStubsPtr->tcl_Alloc) /* 3 */
- #endif
- #ifndef Tcl_Free
- #define Tcl_Free
- (tclStubsPtr->tcl_Free) /* 4 */
- #endif
- #ifndef Tcl_Realloc
- #define Tcl_Realloc
- (tclStubsPtr->tcl_Realloc) /* 5 */
- #endif
- #ifndef Tcl_DbCkalloc
- #define Tcl_DbCkalloc
- (tclStubsPtr->tcl_DbCkalloc) /* 6 */
- #endif
- #ifndef Tcl_DbCkfree
- #define Tcl_DbCkfree
- (tclStubsPtr->tcl_DbCkfree) /* 7 */
- #endif
- #ifndef Tcl_DbCkrealloc
- #define Tcl_DbCkrealloc
- (tclStubsPtr->tcl_DbCkrealloc) /* 8 */
- #endif
- #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
- #ifndef Tcl_CreateFileHandler
- #define Tcl_CreateFileHandler
- (tclStubsPtr->tcl_CreateFileHandler) /* 9 */
- #endif
- #endif /* UNIX */
- #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
- #ifndef Tcl_DeleteFileHandler
- #define Tcl_DeleteFileHandler
- (tclStubsPtr->tcl_DeleteFileHandler) /* 10 */
- #endif
- #endif /* UNIX */
- #ifndef Tcl_SetTimer
- #define Tcl_SetTimer
- (tclStubsPtr->tcl_SetTimer) /* 11 */
- #endif
- #ifndef Tcl_Sleep
- #define Tcl_Sleep
- (tclStubsPtr->tcl_Sleep) /* 12 */
- #endif
- #ifndef Tcl_WaitForEvent
- #define Tcl_WaitForEvent
- (tclStubsPtr->tcl_WaitForEvent) /* 13 */
- #endif
- #ifndef Tcl_AppendAllObjTypes
- #define Tcl_AppendAllObjTypes
- (tclStubsPtr->tcl_AppendAllObjTypes) /* 14 */
- #endif
- #ifndef Tcl_AppendStringsToObj
- #define Tcl_AppendStringsToObj
- (tclStubsPtr->tcl_AppendStringsToObj) /* 15 */
- #endif
- #ifndef Tcl_AppendToObj
- #define Tcl_AppendToObj
- (tclStubsPtr->tcl_AppendToObj) /* 16 */
- #endif
- #ifndef Tcl_ConcatObj
- #define Tcl_ConcatObj
- (tclStubsPtr->tcl_ConcatObj) /* 17 */
- #endif
- #ifndef Tcl_ConvertToType
- #define Tcl_ConvertToType
- (tclStubsPtr->tcl_ConvertToType) /* 18 */
- #endif
- #ifndef Tcl_DbDecrRefCount
- #define Tcl_DbDecrRefCount
- (tclStubsPtr->tcl_DbDecrRefCount) /* 19 */
- #endif
- #ifndef Tcl_DbIncrRefCount
- #define Tcl_DbIncrRefCount
- (tclStubsPtr->tcl_DbIncrRefCount) /* 20 */
- #endif
- #ifndef Tcl_DbIsShared
- #define Tcl_DbIsShared
- (tclStubsPtr->tcl_DbIsShared) /* 21 */
- #endif
- #ifndef Tcl_DbNewBooleanObj
- #define Tcl_DbNewBooleanObj
- (tclStubsPtr->tcl_DbNewBooleanObj) /* 22 */
- #endif
- #ifndef Tcl_DbNewByteArrayObj
- #define Tcl_DbNewByteArrayObj
- (tclStubsPtr->tcl_DbNewByteArrayObj) /* 23 */
- #endif
- #ifndef Tcl_DbNewDoubleObj
- #define Tcl_DbNewDoubleObj
- (tclStubsPtr->tcl_DbNewDoubleObj) /* 24 */
- #endif
- #ifndef Tcl_DbNewListObj
- #define Tcl_DbNewListObj
- (tclStubsPtr->tcl_DbNewListObj) /* 25 */
- #endif
- #ifndef Tcl_DbNewLongObj
- #define Tcl_DbNewLongObj
- (tclStubsPtr->tcl_DbNewLongObj) /* 26 */
- #endif
- #ifndef Tcl_DbNewObj
- #define Tcl_DbNewObj
- (tclStubsPtr->tcl_DbNewObj) /* 27 */
- #endif
- #ifndef Tcl_DbNewStringObj
- #define Tcl_DbNewStringObj
- (tclStubsPtr->tcl_DbNewStringObj) /* 28 */
- #endif
- #ifndef Tcl_DuplicateObj
- #define Tcl_DuplicateObj
- (tclStubsPtr->tcl_DuplicateObj) /* 29 */
- #endif
- #ifndef TclFreeObj
- #define TclFreeObj
- (tclStubsPtr->tclFreeObj) /* 30 */
- #endif
- #ifndef Tcl_GetBoolean
- #define Tcl_GetBoolean
- (tclStubsPtr->tcl_GetBoolean) /* 31 */
- #endif
- #ifndef Tcl_GetBooleanFromObj
- #define Tcl_GetBooleanFromObj
- (tclStubsPtr->tcl_GetBooleanFromObj) /* 32 */
- #endif
- #ifndef Tcl_GetByteArrayFromObj
- #define Tcl_GetByteArrayFromObj
- (tclStubsPtr->tcl_GetByteArrayFromObj) /* 33 */
- #endif
- #ifndef Tcl_GetDouble
- #define Tcl_GetDouble
- (tclStubsPtr->tcl_GetDouble) /* 34 */
- #endif
- #ifndef Tcl_GetDoubleFromObj
- #define Tcl_GetDoubleFromObj
- (tclStubsPtr->tcl_GetDoubleFromObj) /* 35 */
- #endif
- #ifndef Tcl_GetIndexFromObj
- #define Tcl_GetIndexFromObj
- (tclStubsPtr->tcl_GetIndexFromObj) /* 36 */
- #endif
- #ifndef Tcl_GetInt
- #define Tcl_GetInt
- (tclStubsPtr->tcl_GetInt) /* 37 */
- #endif
- #ifndef Tcl_GetIntFromObj
- #define Tcl_GetIntFromObj
- (tclStubsPtr->tcl_GetIntFromObj) /* 38 */
- #endif
- #ifndef Tcl_GetLongFromObj
- #define Tcl_GetLongFromObj
- (tclStubsPtr->tcl_GetLongFromObj) /* 39 */
- #endif
- #ifndef Tcl_GetObjType
- #define Tcl_GetObjType
- (tclStubsPtr->tcl_GetObjType) /* 40 */
- #endif
- #ifndef Tcl_GetStringFromObj
- #define Tcl_GetStringFromObj
- (tclStubsPtr->tcl_GetStringFromObj) /* 41 */
- #endif
- #ifndef Tcl_InvalidateStringRep
- #define Tcl_InvalidateStringRep
- (tclStubsPtr->tcl_InvalidateStringRep) /* 42 */
- #endif
- #ifndef Tcl_ListObjAppendList
- #define Tcl_ListObjAppendList
- (tclStubsPtr->tcl_ListObjAppendList) /* 43 */
- #endif
- #ifndef Tcl_ListObjAppendElement
- #define Tcl_ListObjAppendElement
- (tclStubsPtr->tcl_ListObjAppendElement) /* 44 */
- #endif
- #ifndef Tcl_ListObjGetElements
- #define Tcl_ListObjGetElements
- (tclStubsPtr->tcl_ListObjGetElements) /* 45 */
- #endif
- #ifndef Tcl_ListObjIndex
- #define Tcl_ListObjIndex
- (tclStubsPtr->tcl_ListObjIndex) /* 46 */
- #endif
- #ifndef Tcl_ListObjLength
- #define Tcl_ListObjLength
- (tclStubsPtr->tcl_ListObjLength) /* 47 */
- #endif
- #ifndef Tcl_ListObjReplace
- #define Tcl_ListObjReplace
- (tclStubsPtr->tcl_ListObjReplace) /* 48 */
- #endif
- #ifndef Tcl_NewBooleanObj
- #define Tcl_NewBooleanObj
- (tclStubsPtr->tcl_NewBooleanObj) /* 49 */
- #endif
- #ifndef Tcl_NewByteArrayObj
- #define Tcl_NewByteArrayObj
- (tclStubsPtr->tcl_NewByteArrayObj) /* 50 */
- #endif
- #ifndef Tcl_NewDoubleObj
- #define Tcl_NewDoubleObj
- (tclStubsPtr->tcl_NewDoubleObj) /* 51 */
- #endif
- #ifndef Tcl_NewIntObj
- #define Tcl_NewIntObj
- (tclStubsPtr->tcl_NewIntObj) /* 52 */
- #endif
- #ifndef Tcl_NewListObj
- #define Tcl_NewListObj
- (tclStubsPtr->tcl_NewListObj) /* 53 */
- #endif
- #ifndef Tcl_NewLongObj
- #define Tcl_NewLongObj
- (tclStubsPtr->tcl_NewLongObj) /* 54 */
- #endif
- #ifndef Tcl_NewObj
- #define Tcl_NewObj
- (tclStubsPtr->tcl_NewObj) /* 55 */
- #endif
- #ifndef Tcl_NewStringObj
- #define Tcl_NewStringObj
- (tclStubsPtr->tcl_NewStringObj) /* 56 */
- #endif
- #ifndef Tcl_SetBooleanObj
- #define Tcl_SetBooleanObj
- (tclStubsPtr->tcl_SetBooleanObj) /* 57 */
- #endif
- #ifndef Tcl_SetByteArrayLength
- #define Tcl_SetByteArrayLength
- (tclStubsPtr->tcl_SetByteArrayLength) /* 58 */
- #endif
- #ifndef Tcl_SetByteArrayObj
- #define Tcl_SetByteArrayObj
- (tclStubsPtr->tcl_SetByteArrayObj) /* 59 */
- #endif
- #ifndef Tcl_SetDoubleObj
- #define Tcl_SetDoubleObj
- (tclStubsPtr->tcl_SetDoubleObj) /* 60 */
- #endif
- #ifndef Tcl_SetIntObj
- #define Tcl_SetIntObj
- (tclStubsPtr->tcl_SetIntObj) /* 61 */
- #endif
- #ifndef Tcl_SetListObj
- #define Tcl_SetListObj
- (tclStubsPtr->tcl_SetListObj) /* 62 */
- #endif
- #ifndef Tcl_SetLongObj
- #define Tcl_SetLongObj
- (tclStubsPtr->tcl_SetLongObj) /* 63 */
- #endif
- #ifndef Tcl_SetObjLength
- #define Tcl_SetObjLength
- (tclStubsPtr->tcl_SetObjLength) /* 64 */
- #endif
- #ifndef Tcl_SetStringObj
- #define Tcl_SetStringObj
- (tclStubsPtr->tcl_SetStringObj) /* 65 */
- #endif
- #ifndef Tcl_AddErrorInfo
- #define Tcl_AddErrorInfo
- (tclStubsPtr->tcl_AddErrorInfo) /* 66 */
- #endif
- #ifndef Tcl_AddObjErrorInfo
- #define Tcl_AddObjErrorInfo
- (tclStubsPtr->tcl_AddObjErrorInfo) /* 67 */
- #endif
- #ifndef Tcl_AllowExceptions
- #define Tcl_AllowExceptions
- (tclStubsPtr->tcl_AllowExceptions) /* 68 */
- #endif
- #ifndef Tcl_AppendElement
- #define Tcl_AppendElement
- (tclStubsPtr->tcl_AppendElement) /* 69 */
- #endif
- #ifndef Tcl_AppendResult
- #define Tcl_AppendResult
- (tclStubsPtr->tcl_AppendResult) /* 70 */
- #endif
- #ifndef Tcl_AsyncCreate
- #define Tcl_AsyncCreate
- (tclStubsPtr->tcl_AsyncCreate) /* 71 */
- #endif
- #ifndef Tcl_AsyncDelete
- #define Tcl_AsyncDelete
- (tclStubsPtr->tcl_AsyncDelete) /* 72 */
- #endif
- #ifndef Tcl_AsyncInvoke
- #define Tcl_AsyncInvoke
- (tclStubsPtr->tcl_AsyncInvoke) /* 73 */
- #endif
- #ifndef Tcl_AsyncMark
- #define Tcl_AsyncMark
- (tclStubsPtr->tcl_AsyncMark) /* 74 */
- #endif
- #ifndef Tcl_AsyncReady
- #define Tcl_AsyncReady
- (tclStubsPtr->tcl_AsyncReady) /* 75 */
- #endif
- #ifndef Tcl_BackgroundError
- #define Tcl_BackgroundError
- (tclStubsPtr->tcl_BackgroundError) /* 76 */
- #endif
- #ifndef Tcl_Backslash
- #define Tcl_Backslash
- (tclStubsPtr->tcl_Backslash) /* 77 */
- #endif
- #ifndef Tcl_BadChannelOption
- #define Tcl_BadChannelOption
- (tclStubsPtr->tcl_BadChannelOption) /* 78 */
- #endif
- #ifndef Tcl_CallWhenDeleted
- #define Tcl_CallWhenDeleted
- (tclStubsPtr->tcl_CallWhenDeleted) /* 79 */
- #endif
- #ifndef Tcl_CancelIdleCall
- #define Tcl_CancelIdleCall
- (tclStubsPtr->tcl_CancelIdleCall) /* 80 */
- #endif
- #ifndef Tcl_Close
- #define Tcl_Close
- (tclStubsPtr->tcl_Close) /* 81 */
- #endif
- #ifndef Tcl_CommandComplete
- #define Tcl_CommandComplete
- (tclStubsPtr->tcl_CommandComplete) /* 82 */
- #endif
- #ifndef Tcl_Concat
- #define Tcl_Concat
- (tclStubsPtr->tcl_Concat) /* 83 */
- #endif
- #ifndef Tcl_ConvertElement
- #define Tcl_ConvertElement
- (tclStubsPtr->tcl_ConvertElement) /* 84 */
- #endif
- #ifndef Tcl_ConvertCountedElement
- #define Tcl_ConvertCountedElement
- (tclStubsPtr->tcl_ConvertCountedElement) /* 85 */
- #endif
- #ifndef Tcl_CreateAlias
- #define Tcl_CreateAlias
- (tclStubsPtr->tcl_CreateAlias) /* 86 */
- #endif
- #ifndef Tcl_CreateAliasObj
- #define Tcl_CreateAliasObj
- (tclStubsPtr->tcl_CreateAliasObj) /* 87 */
- #endif
- #ifndef Tcl_CreateChannel
- #define Tcl_CreateChannel
- (tclStubsPtr->tcl_CreateChannel) /* 88 */
- #endif
- #ifndef Tcl_CreateChannelHandler
- #define Tcl_CreateChannelHandler
- (tclStubsPtr->tcl_CreateChannelHandler) /* 89 */
- #endif
- #ifndef Tcl_CreateCloseHandler
- #define Tcl_CreateCloseHandler
- (tclStubsPtr->tcl_CreateCloseHandler) /* 90 */
- #endif
- #ifndef Tcl_CreateCommand
- #define Tcl_CreateCommand
- (tclStubsPtr->tcl_CreateCommand) /* 91 */
- #endif
- #ifndef Tcl_CreateEventSource
- #define Tcl_CreateEventSource
- (tclStubsPtr->tcl_CreateEventSource) /* 92 */
- #endif
- #ifndef Tcl_CreateExitHandler
- #define Tcl_CreateExitHandler
- (tclStubsPtr->tcl_CreateExitHandler) /* 93 */
- #endif
- #ifndef Tcl_CreateInterp
- #define Tcl_CreateInterp
- (tclStubsPtr->tcl_CreateInterp) /* 94 */
- #endif
- #ifndef Tcl_CreateMathFunc
- #define Tcl_CreateMathFunc
- (tclStubsPtr->tcl_CreateMathFunc) /* 95 */
- #endif
- #ifndef Tcl_CreateObjCommand
- #define Tcl_CreateObjCommand
- (tclStubsPtr->tcl_CreateObjCommand) /* 96 */
- #endif
- #ifndef Tcl_CreateSlave
- #define Tcl_CreateSlave
- (tclStubsPtr->tcl_CreateSlave) /* 97 */
- #endif
- #ifndef Tcl_CreateTimerHandler
- #define Tcl_CreateTimerHandler
- (tclStubsPtr->tcl_CreateTimerHandler) /* 98 */
- #endif
- #ifndef Tcl_CreateTrace
- #define Tcl_CreateTrace
- (tclStubsPtr->tcl_CreateTrace) /* 99 */
- #endif
- #ifndef Tcl_DeleteAssocData
- #define Tcl_DeleteAssocData
- (tclStubsPtr->tcl_DeleteAssocData) /* 100 */
- #endif
- #ifndef Tcl_DeleteChannelHandler
- #define Tcl_DeleteChannelHandler
- (tclStubsPtr->tcl_DeleteChannelHandler) /* 101 */
- #endif
- #ifndef Tcl_DeleteCloseHandler
- #define Tcl_DeleteCloseHandler
- (tclStubsPtr->tcl_DeleteCloseHandler) /* 102 */
- #endif
- #ifndef Tcl_DeleteCommand
- #define Tcl_DeleteCommand
- (tclStubsPtr->tcl_DeleteCommand) /* 103 */
- #endif
- #ifndef Tcl_DeleteCommandFromToken
- #define Tcl_DeleteCommandFromToken
- (tclStubsPtr->tcl_DeleteCommandFromToken) /* 104 */
- #endif
- #ifndef Tcl_DeleteEvents
- #define Tcl_DeleteEvents
- (tclStubsPtr->tcl_DeleteEvents) /* 105 */
- #endif
- #ifndef Tcl_DeleteEventSource
- #define Tcl_DeleteEventSource
- (tclStubsPtr->tcl_DeleteEventSource) /* 106 */
- #endif
- #ifndef Tcl_DeleteExitHandler
- #define Tcl_DeleteExitHandler
- (tclStubsPtr->tcl_DeleteExitHandler) /* 107 */
- #endif
- #ifndef Tcl_DeleteHashEntry
- #define Tcl_DeleteHashEntry
- (tclStubsPtr->tcl_DeleteHashEntry) /* 108 */
- #endif
- #ifndef Tcl_DeleteHashTable
- #define Tcl_DeleteHashTable
- (tclStubsPtr->tcl_DeleteHashTable) /* 109 */
- #endif
- #ifndef Tcl_DeleteInterp
- #define Tcl_DeleteInterp
- (tclStubsPtr->tcl_DeleteInterp) /* 110 */
- #endif
- #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
- #ifndef Tcl_DetachPids
- #define Tcl_DetachPids
- (tclStubsPtr->tcl_DetachPids) /* 111 */
- #endif
- #endif /* UNIX */
- #ifdef __WIN32__
- #ifndef Tcl_DetachPids
- #define Tcl_DetachPids
- (tclStubsPtr->tcl_DetachPids) /* 111 */
- #endif
- #endif /* __WIN32__ */
- #ifndef Tcl_DeleteTimerHandler
- #define Tcl_DeleteTimerHandler
- (tclStubsPtr->tcl_DeleteTimerHandler) /* 112 */
- #endif
- #ifndef Tcl_DeleteTrace
- #define Tcl_DeleteTrace
- (tclStubsPtr->tcl_DeleteTrace) /* 113 */
- #endif
- #ifndef Tcl_DontCallWhenDeleted
- #define Tcl_DontCallWhenDeleted
- (tclStubsPtr->tcl_DontCallWhenDeleted) /* 114 */
- #endif
- #ifndef Tcl_DoOneEvent
- #define Tcl_DoOneEvent
- (tclStubsPtr->tcl_DoOneEvent) /* 115 */
- #endif
- #ifndef Tcl_DoWhenIdle
- #define Tcl_DoWhenIdle
- (tclStubsPtr->tcl_DoWhenIdle) /* 116 */
- #endif
- #ifndef Tcl_DStringAppend
- #define Tcl_DStringAppend
- (tclStubsPtr->tcl_DStringAppend) /* 117 */
- #endif
- #ifndef Tcl_DStringAppendElement
- #define Tcl_DStringAppendElement
- (tclStubsPtr->tcl_DStringAppendElement) /* 118 */
- #endif
- #ifndef Tcl_DStringEndSublist
- #define Tcl_DStringEndSublist
- (tclStubsPtr->tcl_DStringEndSublist) /* 119 */
- #endif
- #ifndef Tcl_DStringFree
- #define Tcl_DStringFree
- (tclStubsPtr->tcl_DStringFree) /* 120 */
- #endif
- #ifndef Tcl_DStringGetResult
- #define Tcl_DStringGetResult
- (tclStubsPtr->tcl_DStringGetResult) /* 121 */
- #endif
- #ifndef Tcl_DStringInit
- #define Tcl_DStringInit
- (tclStubsPtr->tcl_DStringInit) /* 122 */
- #endif
- #ifndef Tcl_DStringResult
- #define Tcl_DStringResult
- (tclStubsPtr->tcl_DStringResult) /* 123 */
- #endif
- #ifndef Tcl_DStringSetLength
- #define Tcl_DStringSetLength
- (tclStubsPtr->tcl_DStringSetLength) /* 124 */
- #endif
- #ifndef Tcl_DStringStartSublist
- #define Tcl_DStringStartSublist
- (tclStubsPtr->tcl_DStringStartSublist) /* 125 */
- #endif
- #ifndef Tcl_Eof
- #define Tcl_Eof
- (tclStubsPtr->tcl_Eof) /* 126 */
- #endif
- #ifndef Tcl_ErrnoId
- #define Tcl_ErrnoId
- (tclStubsPtr->tcl_ErrnoId) /* 127 */
- #endif
- #ifndef Tcl_ErrnoMsg
- #define Tcl_ErrnoMsg
- (tclStubsPtr->tcl_ErrnoMsg) /* 128 */
- #endif
- #ifndef Tcl_Eval
- #define Tcl_Eval
- (tclStubsPtr->tcl_Eval) /* 129 */
- #endif
- #ifndef Tcl_EvalFile
- #define Tcl_EvalFile
- (tclStubsPtr->tcl_EvalFile) /* 130 */
- #endif
- #ifndef Tcl_EvalObj
- #define Tcl_EvalObj
- (tclStubsPtr->tcl_EvalObj) /* 131 */
- #endif
- #ifndef Tcl_EventuallyFree
- #define Tcl_EventuallyFree
- (tclStubsPtr->tcl_EventuallyFree) /* 132 */
- #endif
- #ifndef Tcl_Exit
- #define Tcl_Exit
- (tclStubsPtr->tcl_Exit) /* 133 */
- #endif
- #ifndef Tcl_ExposeCommand
- #define Tcl_ExposeCommand
- (tclStubsPtr->tcl_ExposeCommand) /* 134 */
- #endif
- #ifndef Tcl_ExprBoolean
- #define Tcl_ExprBoolean
- (tclStubsPtr->tcl_ExprBoolean) /* 135 */
- #endif
- #ifndef Tcl_ExprBooleanObj
- #define Tcl_ExprBooleanObj
- (tclStubsPtr->tcl_ExprBooleanObj) /* 136 */
- #endif
- #ifndef Tcl_ExprDouble
- #define Tcl_ExprDouble
- (tclStubsPtr->tcl_ExprDouble) /* 137 */
- #endif
- #ifndef Tcl_ExprDoubleObj
- #define Tcl_ExprDoubleObj
- (tclStubsPtr->tcl_ExprDoubleObj) /* 138 */
- #endif
- #ifndef Tcl_ExprLong
- #define Tcl_ExprLong
- (tclStubsPtr->tcl_ExprLong) /* 139 */
- #endif
- #ifndef Tcl_ExprLongObj
- #define Tcl_ExprLongObj
- (tclStubsPtr->tcl_ExprLongObj) /* 140 */
- #endif
- #ifndef Tcl_ExprObj
- #define Tcl_ExprObj
- (tclStubsPtr->tcl_ExprObj) /* 141 */
- #endif
- #ifndef Tcl_ExprString
- #define Tcl_ExprString
- (tclStubsPtr->tcl_ExprString) /* 142 */
- #endif
- #ifndef Tcl_Finalize
- #define Tcl_Finalize
- (tclStubsPtr->tcl_Finalize) /* 143 */
- #endif
- #ifndef Tcl_FindExecutable
- #define Tcl_FindExecutable
- (tclStubsPtr->tcl_FindExecutable) /* 144 */
- #endif
- #ifndef Tcl_FirstHashEntry
- #define Tcl_FirstHashEntry
- (tclStubsPtr->tcl_FirstHashEntry) /* 145 */
- #endif
- #ifndef Tcl_Flush
- #define Tcl_Flush
- (tclStubsPtr->tcl_Flush) /* 146 */
- #endif
- #ifndef Tcl_FreeResult
- #define Tcl_FreeResult
- (tclStubsPtr->tcl_FreeResult) /* 147 */
- #endif
- #ifndef Tcl_GetAlias
- #define Tcl_GetAlias
- (tclStubsPtr->tcl_GetAlias) /* 148 */
- #endif
- #ifndef Tcl_GetAliasObj
- #define Tcl_GetAliasObj
- (tclStubsPtr->tcl_GetAliasObj) /* 149 */
- #endif
- #ifndef Tcl_GetAssocData
- #define Tcl_GetAssocData
- (tclStubsPtr->tcl_GetAssocData) /* 150 */
- #endif
- #ifndef Tcl_GetChannel
- #define Tcl_GetChannel
- (tclStubsPtr->tcl_GetChannel) /* 151 */
- #endif
- #ifndef Tcl_GetChannelBufferSize
- #define Tcl_GetChannelBufferSize
- (tclStubsPtr->tcl_GetChannelBufferSize) /* 152 */
- #endif
- #ifndef Tcl_GetChannelHandle
- #define Tcl_GetChannelHandle
- (tclStubsPtr->tcl_GetChannelHandle) /* 153 */
- #endif
- #ifndef Tcl_GetChannelInstanceData
- #define Tcl_GetChannelInstanceData
- (tclStubsPtr->tcl_GetChannelInstanceData) /* 154 */
- #endif
- #ifndef Tcl_GetChannelMode
- #define Tcl_GetChannelMode
- (tclStubsPtr->tcl_GetChannelMode) /* 155 */
- #endif
- #ifndef Tcl_GetChannelName
- #define Tcl_GetChannelName
- (tclStubsPtr->tcl_GetChannelName) /* 156 */
- #endif
- #ifndef Tcl_GetChannelOption
- #define Tcl_GetChannelOption
- (tclStubsPtr->tcl_GetChannelOption) /* 157 */
- #endif
- #ifndef Tcl_GetChannelType
- #define Tcl_GetChannelType
- (tclStubsPtr->tcl_GetChannelType) /* 158 */
- #endif
- #ifndef Tcl_GetCommandInfo
- #define Tcl_GetCommandInfo
- (tclStubsPtr->tcl_GetCommandInfo) /* 159 */
- #endif
- #ifndef Tcl_GetCommandName
- #define Tcl_GetCommandName
- (tclStubsPtr->tcl_GetCommandName) /* 160 */
- #endif
- #ifndef Tcl_GetErrno
- #define Tcl_GetErrno
- (tclStubsPtr->tcl_GetErrno) /* 161 */
- #endif
- #ifndef Tcl_GetHostName
- #define Tcl_GetHostName
- (tclStubsPtr->tcl_GetHostName) /* 162 */
- #endif
- #ifndef Tcl_GetInterpPath
- #define Tcl_GetInterpPath
- (tclStubsPtr->tcl_GetInterpPath) /* 163 */
- #endif
- #ifndef Tcl_GetMaster
- #define Tcl_GetMaster
- (tclStubsPtr->tcl_GetMaster) /* 164 */
- #endif
- #ifndef Tcl_GetNameOfExecutable
- #define Tcl_GetNameOfExecutable
- (tclStubsPtr->tcl_GetNameOfExecutable) /* 165 */
- #endif
- #ifndef Tcl_GetObjResult
- #define Tcl_GetObjResult
- (tclStubsPtr->tcl_GetObjResult) /* 166 */
- #endif
- #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
- #ifndef Tcl_GetOpenFile
- #define Tcl_GetOpenFile
- (tclStubsPtr->tcl_GetOpenFile) /* 167 */
- #endif
- #endif /* UNIX */
- #ifndef Tcl_GetPathType
- #define Tcl_GetPathType
- (tclStubsPtr->tcl_GetPathType) /* 168 */
- #endif
- #ifndef Tcl_Gets
- #define Tcl_Gets
- (tclStubsPtr->tcl_Gets) /* 169 */
- #endif
- #ifndef Tcl_GetsObj
- #define Tcl_GetsObj
- (tclStubsPtr->tcl_GetsObj) /* 170 */
- #endif
- #ifndef Tcl_GetServiceMode
- #define Tcl_GetServiceMode
- (tclStubsPtr->tcl_GetServiceMode) /* 171 */
- #endif
- #ifndef Tcl_GetSlave
- #define Tcl_GetSlave
- (tclStubsPtr->tcl_GetSlave) /* 172 */
- #endif
- #ifndef Tcl_GetStdChannel
- #define Tcl_GetStdChannel
- (tclStubsPtr->tcl_GetStdChannel) /* 173 */
- #endif
- #ifndef Tcl_GetStringResult
- #define Tcl_GetStringResult
- (tclStubsPtr->tcl_GetStringResult) /* 174 */
- #endif
- #ifndef Tcl_GetVar
- #define Tcl_GetVar
- (tclStubsPtr->tcl_GetVar) /* 175 */
- #endif
- #ifndef Tcl_GetVar2
- #define Tcl_GetVar2
- (tclStubsPtr->tcl_GetVar2) /* 176 */
- #endif
- #ifndef Tcl_GlobalEval
- #define Tcl_GlobalEval
- (tclStubsPtr->tcl_GlobalEval) /* 177 */
- #endif
- #ifndef Tcl_GlobalEvalObj
- #define Tcl_GlobalEvalObj
- (tclStubsPtr->tcl_GlobalEvalObj) /* 178 */
- #endif
- #ifndef Tcl_HideCommand
- #define Tcl_HideCommand
- (tclStubsPtr->tcl_HideCommand) /* 179 */
- #endif
- #ifndef Tcl_Init
- #define Tcl_Init
- (tclStubsPtr->tcl_Init) /* 180 */
- #endif
- #ifndef Tcl_InitHashTable
- #define Tcl_InitHashTable
- (tclStubsPtr->tcl_InitHashTable) /* 181 */
- #endif
- #ifndef Tcl_InputBlocked
- #define Tcl_InputBlocked
- (tclStubsPtr->tcl_InputBlocked) /* 182 */
- #endif
- #ifndef Tcl_InputBuffered
- #define Tcl_InputBuffered
- (tclStubsPtr->tcl_InputBuffered) /* 183 */
- #endif
- #ifndef Tcl_InterpDeleted
- #define Tcl_InterpDeleted
- (tclStubsPtr->tcl_InterpDeleted) /* 184 */
- #endif
- #ifndef Tcl_IsSafe
- #define Tcl_IsSafe
- (tclStubsPtr->tcl_IsSafe) /* 185 */
- #endif
- #ifndef Tcl_JoinPath
- #define Tcl_JoinPath
- (tclStubsPtr->tcl_JoinPath) /* 186 */
- #endif
- #ifndef Tcl_LinkVar
- #define Tcl_LinkVar
- (tclStubsPtr->tcl_LinkVar) /* 187 */
- #endif
- /* Slot 188 is reserved */
- #ifndef Tcl_MakeFileChannel
- #define Tcl_MakeFileChannel
- (tclStubsPtr->tcl_MakeFileChannel) /* 189 */
- #endif
- #ifndef Tcl_MakeSafe
- #define Tcl_MakeSafe
- (tclStubsPtr->tcl_MakeSafe) /* 190 */
- #endif
- #ifndef Tcl_MakeTcpClientChannel
- #define Tcl_MakeTcpClientChannel
- (tclStubsPtr->tcl_MakeTcpClientChannel) /* 191 */
- #endif
- #ifndef Tcl_Merge
- #define Tcl_Merge
- (tclStubsPtr->tcl_Merge) /* 192 */
- #endif
- #ifndef Tcl_NextHashEntry
- #define Tcl_NextHashEntry
- (tclStubsPtr->tcl_NextHashEntry) /* 193 */
- #endif
- #ifndef Tcl_NotifyChannel
- #define Tcl_NotifyChannel
- (tclStubsPtr->tcl_NotifyChannel) /* 194 */
- #endif
- #ifndef Tcl_ObjGetVar2
- #define Tcl_ObjGetVar2
- (tclStubsPtr->tcl_ObjGetVar2) /* 195 */
- #endif
- #ifndef Tcl_ObjSetVar2
- #define Tcl_ObjSetVar2
- (tclStubsPtr->tcl_ObjSetVar2) /* 196 */
- #endif
- #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
- #ifndef Tcl_OpenCommandChannel
- #define Tcl_OpenCommandChannel
- (tclStubsPtr->tcl_OpenCommandChannel) /* 197 */
- #endif
- #endif /* UNIX */
- #ifdef __WIN32__
- #ifndef Tcl_OpenCommandChannel
- #define Tcl_OpenCommandChannel
- (tclStubsPtr->tcl_OpenCommandChannel) /* 197 */
- #endif
- #endif /* __WIN32__ */
- #ifndef Tcl_OpenFileChannel
- #define Tcl_OpenFileChannel
- (tclStubsPtr->tcl_OpenFileChannel) /* 198 */
- #endif
- #ifndef Tcl_OpenTcpClient
- #define Tcl_OpenTcpClient
- (tclStubsPtr->tcl_OpenTcpClient) /* 199 */
- #endif
- #ifndef Tcl_OpenTcpServer
- #define Tcl_OpenTcpServer
- (tclStubsPtr->tcl_OpenTcpServer) /* 200 */
- #endif
- #ifndef Tcl_Preserve
- #define Tcl_Preserve
- (tclStubsPtr->tcl_Preserve) /* 201 */
- #endif
- #ifndef Tcl_PrintDouble
- #define Tcl_PrintDouble
- (tclStubsPtr->tcl_PrintDouble) /* 202 */
- #endif
- #ifndef Tcl_PutEnv
- #define Tcl_PutEnv
- (tclStubsPtr->tcl_PutEnv) /* 203 */
- #endif
- #ifndef Tcl_PosixError
- #define Tcl_PosixError
- (tclStubsPtr->tcl_PosixError) /* 204 */
- #endif
- #ifndef Tcl_QueueEvent
- #define Tcl_QueueEvent
- (tclStubsPtr->tcl_QueueEvent) /* 205 */
- #endif
- #ifndef Tcl_Read
- #define Tcl_Read
- (tclStubsPtr->tcl_Read) /* 206 */
- #endif
- #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */
- #ifndef Tcl_ReapDetachedProcs
- #define Tcl_ReapDetachedProcs
- (tclStubsPtr->tcl_ReapDetachedProcs) /* 207 */
- #endif
- #endif /* UNIX */
- #ifdef __WIN32__
- #ifndef Tcl_ReapDetachedProcs
- #define Tcl_ReapDetachedProcs
- (tclStubsPtr->tcl_ReapDetachedProcs) /* 207 */
- #endif
- #endif /* __WIN32__ */
- #ifndef Tcl_RecordAndEval
- #define Tcl_RecordAndEval
- (tclStubsPtr->tcl_RecordAndEval) /* 208 */
- #endif
- #ifndef Tcl_RecordAndEvalObj
- #define Tcl_RecordAndEvalObj
- (tclStubsPtr->tcl_RecordAndEvalObj) /* 209 */
- #endif
- #ifndef Tcl_RegisterChannel
- #define Tcl_RegisterChannel
- (tclStubsPtr->tcl_RegisterChannel) /* 210 */
- #endif
- #ifndef Tcl_RegisterObjType
- #define Tcl_RegisterObjType
- (tclStubsPtr->tcl_RegisterObjType) /* 211 */
- #endif
- #ifndef Tcl_RegExpCompile
- #define Tcl_RegExpCompile
- (tclStubsPtr->tcl_RegExpCompile) /* 212 */
- #endif
- #ifndef Tcl_RegExpExec
- #define Tcl_RegExpExec
- (tclStubsPtr->tcl_RegExpExec) /* 213 */
- #endif
- #ifndef Tcl_RegExpMatch
- #define Tcl_RegExpMatch
- (tclStubsPtr->tcl_RegExpMatch) /* 214 */
- #endif
- #ifndef Tcl_RegExpRange
- #define Tcl_RegExpRange
- (tclStubsPtr->tcl_RegExpRange) /* 215 */
- #endif
- #ifndef Tcl_Release
- #define Tcl_Release
- (tclStubsPtr->tcl_Release) /* 216 */
- #endif
- #ifndef Tcl_ResetResult
- #define Tcl_ResetResult
- (tclStubsPtr->tcl_ResetResult) /* 217 */
- #endif
- #ifndef Tcl_ScanElement
- #define Tcl_ScanElement
- (tclStubsPtr->tcl_ScanElement) /* 218 */
- #endif
- #ifndef Tcl_ScanCountedElement
- #define Tcl_ScanCountedElement
- (tclStubsPtr->tcl_ScanCountedElement) /* 219 */
- #endif
- #ifndef Tcl_SeekOld
- #define Tcl_SeekOld
- (tclStubsPtr->tcl_SeekOld) /* 220 */
- #endif
- #ifndef Tcl_ServiceAll
- #define Tcl_ServiceAll
- (tclStubsPtr->tcl_ServiceAll) /* 221 */
- #endif
- #ifndef Tcl_ServiceEvent
- #define Tcl_ServiceEvent
- (tclStubsPtr->tcl_ServiceEvent) /* 222 */
- #endif
- #ifndef Tcl_SetAssocData
- #define Tcl_SetAssocData
- (tclStubsPtr->tcl_SetAssocData) /* 223 */
- #endif
- #ifndef Tcl_SetChannelBufferSize
- #define Tcl_SetChannelBufferSize
- (tclStubsPtr->tcl_SetChannelBufferSize) /* 224 */
- #endif
- #ifndef Tcl_SetChannelOption
- #define Tcl_SetChannelOption
- (tclStubsPtr->tcl_SetChannelOption) /* 225 */
- #endif
- #ifndef Tcl_SetCommandInfo
- #define Tcl_SetCommandInfo
- (tclStubsPtr->tcl_SetCommandInfo) /* 226 */
- #endif
- #ifndef Tcl_SetErrno
- #define Tcl_SetErrno
- (tclStubsPtr->tcl_SetErrno) /* 227 */
- #endif
- #ifndef Tcl_SetErrorCode
- #define Tcl_SetErrorCode
- (tclStubsPtr->tcl_SetErrorCode) /* 228 */
- #endif
- #ifndef Tcl_SetMaxBlockTime
- #define Tcl_SetMaxBlockTime
- (tclStubsPtr->tcl_SetMaxBlockTime) /* 229 */
- #endif
- #ifndef Tcl_SetPanicProc
- #define Tcl_SetPanicProc
- (tclStubsPtr->tcl_SetPanicProc) /* 230 */
- #endif
- #ifndef Tcl_SetRecursionLimit
- #define Tcl_SetRecursionLimit
- (tclStubsPtr->tcl_SetRecursionLimit) /* 231 */
- #endif
- #ifndef Tcl_SetResult
- #define Tcl_SetResult
- (tclStubsPtr->tcl_SetResult) /* 232 */
- #endif
- #ifndef Tcl_SetServiceMode
- #define Tcl_SetServiceMode
- (tclStubsPtr->tcl_SetServiceMode) /* 233 */
- #endif
- #ifndef Tcl_SetObjErrorCode
- #define Tcl_SetObjErrorCode
- (tclStubsPtr->tcl_SetObjErrorCode) /* 234 */
- #endif
- #ifndef Tcl_SetObjResult
- #define Tcl_SetObjResult
- (tclStubsPtr->tcl_SetObjResult) /* 235 */
- #endif
- #ifndef Tcl_SetStdChannel
- #define Tcl_SetStdChannel
- (tclStubsPtr->tcl_SetStdChannel) /* 236 */
- #endif
- #ifndef Tcl_SetVar
- #define Tcl_SetVar
- (tclStubsPtr->tcl_SetVar) /* 237 */
- #endif
- #ifndef Tcl_SetVar2
- #define Tcl_SetVar2
- (tclStubsPtr->tcl_SetVar2) /* 238 */
- #endif
- #ifndef Tcl_SignalId
- #define Tcl_SignalId
- (tclStubsPtr->tcl_SignalId) /* 239 */
- #endif
- #ifndef Tcl_SignalMsg
- #define Tcl_SignalMsg
- (tclStubsPtr->tcl_SignalMsg) /* 240 */
- #endif
- #ifndef Tcl_SourceRCFile
- #define Tcl_SourceRCFile
- (tclStubsPtr->tcl_SourceRCFile) /* 241 */
- #endif
- #ifndef Tcl_SplitList
- #define Tcl_SplitList
- (tclStubsPtr->tcl_SplitList) /* 242 */
- #endif
- #ifndef Tcl_SplitPath
- #define Tcl_SplitPath
- (tclStubsPtr->tcl_SplitPath) /* 243 */
- #endif
- #ifndef Tcl_StaticPackage
- #define Tcl_StaticPackage
- (tclStubsPtr->tcl_StaticPackage) /* 244 */
- #endif
- #ifndef Tcl_StringMatch
- #define Tcl_StringMatch
- (tclStubsPtr->tcl_StringMatch) /* 245 */
- #endif
- #ifndef Tcl_TellOld
- #define Tcl_TellOld
- (tclStubsPtr->tcl_TellOld) /* 246 */
- #endif
- #ifndef Tcl_TraceVar
- #define Tcl_TraceVar
- (tclStubsPtr->tcl_TraceVar) /* 247 */
- #endif
- #ifndef Tcl_TraceVar2
- #define Tcl_TraceVar2
- (tclStubsPtr->tcl_TraceVar2) /* 248 */
- #endif
- #ifndef Tcl_TranslateFileName
- #define Tcl_TranslateFileName
- (tclStubsPtr->tcl_TranslateFileName) /* 249 */
- #endif
- #ifndef Tcl_Ungets
- #define Tcl_Ungets
- (tclStubsPtr->tcl_Ungets) /* 250 */
- #endif
- #ifndef Tcl_UnlinkVar
- #define Tcl_UnlinkVar
- (tclStubsPtr->tcl_UnlinkVar) /* 251 */
- #endif
- #ifndef Tcl_UnregisterChannel
- #define Tcl_UnregisterChannel
- (tclStubsPtr->tcl_UnregisterChannel) /* 252 */
- #endif
- #ifndef Tcl_UnsetVar
- #define Tcl_UnsetVar
- (tclStubsPtr->tcl_UnsetVar) /* 253 */
- #endif
- #ifndef Tcl_UnsetVar2
- #define Tcl_UnsetVar2
- (tclStubsPtr->tcl_UnsetVar2) /* 254 */
- #endif
- #ifndef Tcl_UntraceVar
- #define Tcl_UntraceVar
- (tclStubsPtr->tcl_UntraceVar) /* 255 */
- #endif
- #ifndef Tcl_UntraceVar2
- #define Tcl_UntraceVar2
- (tclStubsPtr->tcl_UntraceVar2) /* 256 */
- #endif
- #ifndef Tcl_UpdateLinkedVar
- #define Tcl_UpdateLinkedVar
- (tclStubsPtr->tcl_UpdateLinkedVar) /* 257 */
- #endif
- #ifndef Tcl_UpVar
- #define Tcl_UpVar
- (tclStubsPtr->tcl_UpVar) /* 258 */
- #endif
- #ifndef Tcl_UpVar2
- #define Tcl_UpVar2
- (tclStubsPtr->tcl_UpVar2) /* 259 */
- #endif
- #ifndef Tcl_VarEval
- #define Tcl_VarEval
- (tclStubsPtr->tcl_VarEval) /* 260 */
- #endif
- #ifndef Tcl_VarTraceInfo
- #define Tcl_VarTraceInfo
- (tclStubsPtr->tcl_VarTraceInfo) /* 261 */
- #endif
- #ifndef Tcl_VarTraceInfo2
- #define Tcl_VarTraceInfo2
- (tclStubsPtr->tcl_VarTraceInfo2) /* 262 */
- #endif
- #ifndef Tcl_Write
- #define Tcl_Write
- (tclStubsPtr->tcl_Write) /* 263 */
- #endif
- #ifndef Tcl_WrongNumArgs
- #define Tcl_WrongNumArgs
- (tclStubsPtr->tcl_WrongNumArgs) /* 264 */
- #endif
- #ifndef Tcl_DumpActiveMemory
- #define Tcl_DumpActiveMemory
- (tclStubsPtr->tcl_DumpActiveMemory) /* 265 */
- #endif
- #ifndef Tcl_ValidateAllMemory
- #define Tcl_ValidateAllMemory
- (tclStubsPtr->tcl_ValidateAllMemory) /* 266 */
- #endif
- #ifndef Tcl_AppendResultVA
- #define Tcl_AppendResultVA
- (tclStubsPtr->tcl_AppendResultVA) /* 267 */
- #endif
- #ifndef Tcl_AppendStringsToObjVA
- #define Tcl_AppendStringsToObjVA
- (tclStubsPtr->tcl_AppendStringsToObjVA) /* 268 */
- #endif
- #ifndef Tcl_HashStats
- #define Tcl_HashStats
- (tclStubsPtr->tcl_HashStats) /* 269 */
- #endif
- #ifndef Tcl_ParseVar
- #define Tcl_ParseVar
- (tclStubsPtr->tcl_ParseVar) /* 270 */
- #endif
- #ifndef Tcl_PkgPresent
- #define Tcl_PkgPresent
- (tclStubsPtr->tcl_PkgPresent) /* 271 */
- #endif
- #ifndef Tcl_PkgPresentEx
- #define Tcl_PkgPresentEx
- (tclStubsPtr->tcl_PkgPresentEx) /* 272 */
- #endif
- #ifndef Tcl_PkgProvide
- #define Tcl_PkgProvide
- (tclStubsPtr->tcl_PkgProvide) /* 273 */
- #endif
- #ifndef Tcl_PkgRequire
- #define Tcl_PkgRequire
- (tclStubsPtr->tcl_PkgRequire) /* 274 */
- #endif
- #ifndef Tcl_SetErrorCodeVA
- #define Tcl_SetErrorCodeVA
- (tclStubsPtr->tcl_SetErrorCodeVA) /* 275 */
- #endif
- #ifndef Tcl_VarEvalVA
- #define Tcl_VarEvalVA
- (tclStubsPtr->tcl_VarEvalVA) /* 276 */
- #endif
- #ifndef Tcl_WaitPid
- #define Tcl_WaitPid
- (tclStubsPtr->tcl_WaitPid) /* 277 */
- #endif
- #ifndef Tcl_PanicVA
- #define Tcl_PanicVA
- (tclStubsPtr->tcl_PanicVA) /* 278 */
- #endif
- #ifndef Tcl_GetVersion
- #define Tcl_GetVersion
- (tclStubsPtr->tcl_GetVersion) /* 279 */
- #endif
- #ifndef Tcl_InitMemory
- #define Tcl_InitMemory
- (tclStubsPtr->tcl_InitMemory) /* 280 */
- #endif
- #ifndef Tcl_StackChannel
- #define Tcl_StackChannel
- (tclStubsPtr->tcl_StackChannel) /* 281 */
- #endif
- #ifndef Tcl_UnstackChannel
- #define Tcl_UnstackChannel
- (tclStubsPtr->tcl_UnstackChannel) /* 282 */
- #endif
- #ifndef Tcl_GetStackedChannel
- #define Tcl_GetStackedChannel
- (tclStubsPtr->tcl_GetStackedChannel) /* 283 */
- #endif
- #ifndef Tcl_SetMainLoop
- #define Tcl_SetMainLoop
- (tclStubsPtr->tcl_SetMainLoop) /* 284 */
- #endif
- /* Slot 285 is reserved */
- #ifndef Tcl_AppendObjToObj
- #define Tcl_AppendObjToObj
- (tclStubsPtr->tcl_AppendObjToObj) /* 286 */
- #endif
- #ifndef Tcl_CreateEncoding
- #define Tcl_CreateEncoding
- (tclStubsPtr->tcl_CreateEncoding) /* 287 */
- #endif
- #ifndef Tcl_CreateThreadExitHandler
- #define Tcl_CreateThreadExitHandler
- (tclStubsPtr->tcl_CreateThreadExitHandler) /* 288 */
- #endif
- #ifndef Tcl_DeleteThreadExitHandler
- #define Tcl_DeleteThreadExitHandler
- (tclStubsPtr->tcl_DeleteThreadExitHandler) /* 289 */
- #endif
- #ifndef Tcl_DiscardResult
- #define Tcl_DiscardResult
- (tclStubsPtr->tcl_DiscardResult) /* 290 */
- #endif
- #ifndef Tcl_EvalEx
- #define Tcl_EvalEx
- (tclStubsPtr->tcl_EvalEx) /* 291 */
- #endif
- #ifndef Tcl_EvalObjv
- #define Tcl_EvalObjv
- (tclStubsPtr->tcl_EvalObjv) /* 292 */
- #endif
- #ifndef Tcl_EvalObjEx
- #define Tcl_EvalObjEx
- (tclStubsPtr->tcl_EvalObjEx) /* 293 */
- #endif
- #ifndef Tcl_ExitThread
- #define Tcl_ExitThread
- (tclStubsPtr->tcl_ExitThread) /* 294 */
- #endif
- #ifndef Tcl_ExternalToUtf
- #define Tcl_ExternalToUtf
- (tclStubsPtr->tcl_ExternalToUtf) /* 295 */
- #endif
- #ifndef Tcl_ExternalToUtfDString
- #define Tcl_ExternalToUtfDString
- (tclStubsPtr->tcl_ExternalToUtfDString) /* 296 */
- #endif
- #ifndef Tcl_FinalizeThread
- #define Tcl_FinalizeThread
- (tclStubsPtr->tcl_FinalizeThread) /* 297 */
- #endif
- #ifndef Tcl_FinalizeNotifier
- #define Tcl_FinalizeNotifier
- (tclStubsPtr->tcl_FinalizeNotifier) /* 298 */
- #endif
- #ifndef Tcl_FreeEncoding
- #define Tcl_FreeEncoding
- (tclStubsPtr->tcl_FreeEncoding) /* 299 */
- #endif
- #ifndef Tcl_GetCurrentThread
- #define Tcl_GetCurrentThread
- (tclStubsPtr->tcl_GetCurrentThread) /* 300 */
- #endif
- #ifndef Tcl_GetEncoding
- #define Tcl_GetEncoding
- (tclStubsPtr->tcl_GetEncoding) /* 301 */
- #endif
- #ifndef Tcl_GetEncodingName
- #define Tcl_GetEncodingName
- (tclStubsPtr->tcl_GetEncodingName) /* 302 */
- #endif
- #ifndef Tcl_GetEncodingNames
- #define Tcl_GetEncodingNames
- (tclStubsPtr->tcl_GetEncodingNames) /* 303 */
- #endif
- #ifndef Tcl_GetIndexFromObjStruct
- #define Tcl_GetIndexFromObjStruct
- (tclStubsPtr->tcl_GetIndexFromObjStruct) /* 304 */
- #endif
- #ifndef Tcl_GetThreadData
- #define Tcl_GetThreadData
- (tclStubsPtr->tcl_GetThreadData) /* 305 */
- #endif
- #ifndef Tcl_GetVar2Ex
- #define Tcl_GetVar2Ex
- (tclStubsPtr->tcl_GetVar2Ex) /* 306 */
- #endif
- #ifndef Tcl_InitNotifier
- #define Tcl_InitNotifier
- (tclStubsPtr->tcl_InitNotifier) /* 307 */
- #endif
- #ifndef Tcl_MutexLock
- #define Tcl_MutexLock
- (tclStubsPtr->tcl_MutexLock) /* 308 */
- #endif
- #ifndef Tcl_MutexUnlock
- #define Tcl_MutexUnlock
- (tclStubsPtr->tcl_MutexUnlock) /* 309 */
- #endif
- #ifndef Tcl_ConditionNotify
- #define Tcl_ConditionNotify
- (tclStubsPtr->tcl_ConditionNotify) /* 310 */
- #endif
- #ifndef Tcl_ConditionWait
- #define Tcl_ConditionWait
- (tclStubsPtr->tcl_ConditionWait) /* 311 */
- #endif
- #ifndef Tcl_NumUtfChars
- #define Tcl_NumUtfChars
- (tclStubsPtr->tcl_NumUtfChars) /* 312 */
- #endif
- #ifndef Tcl_ReadChars
- #define Tcl_ReadChars
- (tclStubsPtr->tcl_ReadChars) /* 313 */
- #endif
- #ifndef Tcl_RestoreResult
- #define Tcl_RestoreResult
- (tclStubsPtr->tcl_RestoreResult) /* 314 */
- #endif
- #ifndef Tcl_SaveResult
- #define Tcl_SaveResult
- (tclStubsPtr->tcl_SaveResult) /* 315 */
- #endif
- #ifndef Tcl_SetSystemEncoding
- #define Tcl_SetSystemEncoding
- (tclStubsPtr->tcl_SetSystemEncoding) /* 316 */
- #endif
- #ifndef Tcl_SetVar2Ex
- #define Tcl_SetVar2Ex
- (tclStubsPtr->tcl_SetVar2Ex) /* 317 */
- #endif
- #ifndef Tcl_ThreadAlert
- #define Tcl_ThreadAlert
- (tclStubsPtr->tcl_ThreadAlert) /* 318 */
- #endif
- #ifndef Tcl_ThreadQueueEvent
- #define Tcl_ThreadQueueEvent
- (tclStubsPtr->tcl_ThreadQueueEvent) /* 319 */
- #endif
- #ifndef Tcl_UniCharAtIndex
- #define Tcl_UniCharAtIndex
- (tclStubsPtr->tcl_UniCharAtIndex) /* 320 */
- #endif
- #ifndef Tcl_UniCharToLower
- #define Tcl_UniCharToLower
- (tclStubsPtr->tcl_UniCharToLower) /* 321 */
- #endif
- #ifndef Tcl_UniCharToTitle
- #define Tcl_UniCharToTitle
- (tclStubsPtr->tcl_UniCharToTitle) /* 322 */
- #endif
- #ifndef Tcl_UniCharToUpper
- #define Tcl_UniCharToUpper
- (tclStubsPtr->tcl_UniCharToUpper) /* 323 */
- #endif
- #ifndef Tcl_UniCharToUtf
- #define Tcl_UniCharToUtf
- (tclStubsPtr->tcl_UniCharToUtf) /* 324 */
- #endif
- #ifndef Tcl_UtfAtIndex
- #define Tcl_UtfAtIndex
- (tclStubsPtr->tcl_UtfAtIndex) /* 325 */
- #endif
- #ifndef Tcl_UtfCharComplete
- #define Tcl_UtfCharComplete
- (tclStubsPtr->tcl_UtfCharComplete) /* 326 */
- #endif
- #ifndef Tcl_UtfBackslash
- #define Tcl_UtfBackslash
- (tclStubsPtr->tcl_UtfBackslash) /* 327 */
- #endif
- #ifndef Tcl_UtfFindFirst
- #define Tcl_UtfFindFirst
- (tclStubsPtr->tcl_UtfFindFirst) /* 328 */
- #endif
- #ifndef Tcl_UtfFindLast
- #define Tcl_UtfFindLast
- (tclStubsPtr->tcl_UtfFindLast) /* 329 */
- #endif
- #ifndef Tcl_UtfNext
- #define Tcl_UtfNext
- (tclStubsPtr->tcl_UtfNext) /* 330 */
- #endif
- #ifndef Tcl_UtfPrev
- #define Tcl_UtfPrev
- (tclStubsPtr->tcl_UtfPrev) /* 331 */
- #endif
- #ifndef Tcl_UtfToExternal
- #define Tcl_UtfToExternal
- (tclStubsPtr->tcl_UtfToExternal) /* 332 */
- #endif
- #ifndef Tcl_UtfToExternalDString
- #define Tcl_UtfToExternalDString
- (tclStubsPtr->tcl_UtfToExternalDString) /* 333 */
- #endif
- #ifndef Tcl_UtfToLower
- #define Tcl_UtfToLower
- (tclStubsPtr->tcl_UtfToLower) /* 334 */
- #endif
- #ifndef Tcl_UtfToTitle
- #define Tcl_UtfToTitle
- (tclStubsPtr->tcl_UtfToTitle) /* 335 */
- #endif
- #ifndef Tcl_UtfToUniChar
- #define Tcl_UtfToUniChar
- (tclStubsPtr->tcl_UtfToUniChar) /* 336 */
- #endif
- #ifndef Tcl_UtfToUpper
- #define Tcl_UtfToUpper
- (tclStubsPtr->tcl_UtfToUpper) /* 337 */
- #endif
- #ifndef Tcl_WriteChars
- #define Tcl_WriteChars
- (tclStubsPtr->tcl_WriteChars) /* 338 */
- #endif
- #ifndef Tcl_WriteObj
- #define Tcl_WriteObj
- (tclStubsPtr->tcl_WriteObj) /* 339 */
- #endif
- #ifndef Tcl_GetString
- #define Tcl_GetString
- (tclStubsPtr->tcl_GetString) /* 340 */
- #endif
- #ifndef Tcl_GetDefaultEncodingDir
- #define Tcl_GetDefaultEncodingDir
- (tclStubsPtr->tcl_GetDefaultEncodingDir) /* 341 */
- #endif
- #ifndef Tcl_SetDefaultEncodingDir
- #define Tcl_SetDefaultEncodingDir
- (tclStubsPtr->tcl_SetDefaultEncodingDir) /* 342 */
- #endif
- #ifndef Tcl_AlertNotifier
- #define Tcl_AlertNotifier
- (tclStubsPtr->tcl_AlertNotifier) /* 343 */
- #endif
- #ifndef Tcl_ServiceModeHook
- #define Tcl_ServiceModeHook
- (tclStubsPtr->tcl_ServiceModeHook) /* 344 */
- #endif
- #ifndef Tcl_UniCharIsAlnum
- #define Tcl_UniCharIsAlnum
- (tclStubsPtr->tcl_UniCharIsAlnum) /* 345 */
- #endif
- #ifndef Tcl_UniCharIsAlpha
- #define Tcl_UniCharIsAlpha
- (tclStubsPtr->tcl_UniCharIsAlpha) /* 346 */
- #endif
- #ifndef Tcl_UniCharIsDigit
- #define Tcl_UniCharIsDigit
- (tclStubsPtr->tcl_UniCharIsDigit) /* 347 */
- #endif
- #ifndef Tcl_UniCharIsLower
- #define Tcl_UniCharIsLower
- (tclStubsPtr->tcl_UniCharIsLower) /* 348 */
- #endif
- #ifndef Tcl_UniCharIsSpace
- #define Tcl_UniCharIsSpace
- (tclStubsPtr->tcl_UniCharIsSpace) /* 349 */
- #endif
- #ifndef Tcl_UniCharIsUpper
- #define Tcl_UniCharIsUpper
- (tclStubsPtr->tcl_UniCharIsUpper) /* 350 */
- #endif
- #ifndef Tcl_UniCharIsWordChar
- #define Tcl_UniCharIsWordChar
- (tclStubsPtr->tcl_UniCharIsWordChar) /* 351 */
- #endif
- #ifndef Tcl_UniCharLen
- #define Tcl_UniCharLen
- (tclStubsPtr->tcl_UniCharLen) /* 352 */
- #endif
- #ifndef Tcl_UniCharNcmp
- #define Tcl_UniCharNcmp
- (tclStubsPtr->tcl_UniCharNcmp) /* 353 */
- #endif
- #ifndef Tcl_UniCharToUtfDString
- #define Tcl_UniCharToUtfDString
- (tclStubsPtr->tcl_UniCharToUtfDString) /* 354 */
- #endif
- #ifndef Tcl_UtfToUniCharDString
- #define Tcl_UtfToUniCharDString
- (tclStubsPtr->tcl_UtfToUniCharDString) /* 355 */
- #endif
- #ifndef Tcl_GetRegExpFromObj
- #define Tcl_GetRegExpFromObj
- (tclStubsPtr->tcl_GetRegExpFromObj) /* 356 */
- #endif
- #ifndef Tcl_EvalTokens
- #define Tcl_EvalTokens
- (tclStubsPtr->tcl_EvalTokens) /* 357 */
- #endif
- #ifndef Tcl_FreeParse
- #define Tcl_FreeParse
- (tclStubsPtr->tcl_FreeParse) /* 358 */
- #endif
- #ifndef Tcl_LogCommandInfo
- #define Tcl_LogCommandInfo
- (tclStubsPtr->tcl_LogCommandInfo) /* 359 */
- #endif
- #ifndef Tcl_ParseBraces
- #define Tcl_ParseBraces
- (tclStubsPtr->tcl_ParseBraces) /* 360 */
- #endif
- #ifndef Tcl_ParseCommand
- #define Tcl_ParseCommand
- (tclStubsPtr->tcl_ParseCommand) /* 361 */
- #endif
- #ifndef Tcl_ParseExpr
- #define Tcl_ParseExpr
- (tclStubsPtr->tcl_ParseExpr) /* 362 */
- #endif
- #ifndef Tcl_ParseQuotedString
- #define Tcl_ParseQuotedString
- (tclStubsPtr->tcl_ParseQuotedString) /* 363 */
- #endif
- #ifndef Tcl_ParseVarName
- #define Tcl_ParseVarName
- (tclStubsPtr->tcl_ParseVarName) /* 364 */
- #endif
- #ifndef Tcl_GetCwd
- #define Tcl_GetCwd
- (tclStubsPtr->tcl_GetCwd) /* 365 */
- #endif
- #ifndef Tcl_Chdir
- #define Tcl_Chdir
- (tclStubsPtr->tcl_Chdir) /* 366 */
- #endif
- #ifndef Tcl_Access
- #define Tcl_Access
- (tclStubsPtr->tcl_Access) /* 367 */
- #endif
- #ifndef Tcl_Stat
- #define Tcl_Stat
- (tclStubsPtr->tcl_Stat) /* 368 */
- #endif
- #ifndef Tcl_UtfNcmp
- #define Tcl_UtfNcmp
- (tclStubsPtr->tcl_UtfNcmp) /* 369 */
- #endif
- #ifndef Tcl_UtfNcasecmp
- #define Tcl_UtfNcasecmp
- (tclStubsPtr->tcl_UtfNcasecmp) /* 370 */
- #endif
- #ifndef Tcl_StringCaseMatch
- #define Tcl_StringCaseMatch
- (tclStubsPtr->tcl_StringCaseMatch) /* 371 */
- #endif
- #ifndef Tcl_UniCharIsControl
- #define Tcl_UniCharIsControl
- (tclStubsPtr->tcl_UniCharIsControl) /* 372 */
- #endif
- #ifndef Tcl_UniCharIsGraph
- #define Tcl_UniCharIsGraph
- (tclStubsPtr->tcl_UniCharIsGraph) /* 373 */
- #endif
- #ifndef Tcl_UniCharIsPrint
- #define Tcl_UniCharIsPrint
- (tclStubsPtr->tcl_UniCharIsPrint) /* 374 */
- #endif
- #ifndef Tcl_UniCharIsPunct
- #define Tcl_UniCharIsPunct
- (tclStubsPtr->tcl_UniCharIsPunct) /* 375 */
- #endif
- #ifndef Tcl_RegExpExecObj
- #define Tcl_RegExpExecObj
- (tclStubsPtr->tcl_RegExpExecObj) /* 376 */
- #endif
- #ifndef Tcl_RegExpGetInfo
- #define Tcl_RegExpGetInfo
- (tclStubsPtr->tcl_RegExpGetInfo) /* 377 */
- #endif
- #ifndef Tcl_NewUnicodeObj
- #define Tcl_NewUnicodeObj
- (tclStubsPtr->tcl_NewUnicodeObj) /* 378 */
- #endif
- #ifndef Tcl_SetUnicodeObj
- #define Tcl_SetUnicodeObj
- (tclStubsPtr->tcl_SetUnicodeObj) /* 379 */
- #endif
- #ifndef Tcl_GetCharLength
- #define Tcl_GetCharLength
- (tclStubsPtr->tcl_GetCharLength) /* 380 */
- #endif
- #ifndef Tcl_GetUniChar
- #define Tcl_GetUniChar
- (tclStubsPtr->tcl_GetUniChar) /* 381 */
- #endif
- #ifndef Tcl_GetUnicode
- #define Tcl_GetUnicode
- (tclStubsPtr->tcl_GetUnicode) /* 382 */
- #endif
- #ifndef Tcl_GetRange
- #define Tcl_GetRange
- (tclStubsPtr->tcl_GetRange) /* 383 */
- #endif
- #ifndef Tcl_AppendUnicodeToObj
- #define Tcl_AppendUnicodeToObj
- (tclStubsPtr->tcl_AppendUnicodeToObj) /* 384 */
- #endif
- #ifndef Tcl_RegExpMatchObj
- #define Tcl_RegExpMatchObj
- (tclStubsPtr->tcl_RegExpMatchObj) /* 385 */
- #endif
- #ifndef Tcl_SetNotifier
- #define Tcl_SetNotifier
- (tclStubsPtr->tcl_SetNotifier) /* 386 */
- #endif
- #ifndef Tcl_GetAllocMutex
- #define Tcl_GetAllocMutex
- (tclStubsPtr->tcl_GetAllocMutex) /* 387 */
- #endif
- #ifndef Tcl_GetChannelNames
- #define Tcl_GetChannelNames
- (tclStubsPtr->tcl_GetChannelNames) /* 388 */
- #endif
- #ifndef Tcl_GetChannelNamesEx
- #define Tcl_GetChannelNamesEx
- (tclStubsPtr->tcl_GetChannelNamesEx) /* 389 */
- #endif
- #ifndef Tcl_ProcObjCmd
- #define Tcl_ProcObjCmd
- (tclStubsPtr->tcl_ProcObjCmd) /* 390 */
- #endif
- #ifndef Tcl_ConditionFinalize
- #define Tcl_ConditionFinalize
- (tclStubsPtr->tcl_ConditionFinalize) /* 391 */
- #endif
- #ifndef Tcl_MutexFinalize
- #define Tcl_MutexFinalize
- (tclStubsPtr->tcl_MutexFinalize) /* 392 */
- #endif
- #ifndef Tcl_CreateThread
- #define Tcl_CreateThread
- (tclStubsPtr->tcl_CreateThread) /* 393 */
- #endif
- #ifndef Tcl_ReadRaw
- #define Tcl_ReadRaw
- (tclStubsPtr->tcl_ReadRaw) /* 394 */
- #endif
- #ifndef Tcl_WriteRaw
- #define Tcl_WriteRaw
- (tclStubsPtr->tcl_WriteRaw) /* 395 */
- #endif
- #ifndef Tcl_GetTopChannel
- #define Tcl_GetTopChannel
- (tclStubsPtr->tcl_GetTopChannel) /* 396 */
- #endif
- #ifndef Tcl_ChannelBuffered
- #define Tcl_ChannelBuffered
- (tclStubsPtr->tcl_ChannelBuffered) /* 397 */
- #endif
- #ifndef Tcl_ChannelName
- #define Tcl_ChannelName
- (tclStubsPtr->tcl_ChannelName) /* 398 */
- #endif
- #ifndef Tcl_ChannelVersion
- #define Tcl_ChannelVersion
- (tclStubsPtr->tcl_ChannelVersion) /* 399 */
- #endif
- #ifndef Tcl_ChannelBlockModeProc
- #define Tcl_ChannelBlockModeProc
- (tclStubsPtr->tcl_ChannelBlockModeProc) /* 400 */
- #endif
- #ifndef Tcl_ChannelCloseProc
- #define Tcl_ChannelCloseProc
- (tclStubsPtr->tcl_ChannelCloseProc) /* 401 */
- #endif
- #ifndef Tcl_ChannelClose2Proc
- #define Tcl_ChannelClose2Proc
- (tclStubsPtr->tcl_ChannelClose2Proc) /* 402 */
- #endif
- #ifndef Tcl_ChannelInputProc
- #define Tcl_ChannelInputProc
- (tclStubsPtr->tcl_ChannelInputProc) /* 403 */
- #endif
- #ifndef Tcl_ChannelOutputProc
- #define Tcl_ChannelOutputProc
- (tclStubsPtr->tcl_ChannelOutputProc) /* 404 */
- #endif
- #ifndef Tcl_ChannelSeekProc
- #define Tcl_ChannelSeekProc
- (tclStubsPtr->tcl_ChannelSeekProc) /* 405 */
- #endif
- #ifndef Tcl_ChannelSetOptionProc
- #define Tcl_ChannelSetOptionProc
- (tclStubsPtr->tcl_ChannelSetOptionProc) /* 406 */
- #endif
- #ifndef Tcl_ChannelGetOptionProc
- #define Tcl_ChannelGetOptionProc
- (tclStubsPtr->tcl_ChannelGetOptionProc) /* 407 */
- #endif
- #ifndef Tcl_ChannelWatchProc
- #define Tcl_ChannelWatchProc
- (tclStubsPtr->tcl_ChannelWatchProc) /* 408 */
- #endif
- #ifndef Tcl_ChannelGetHandleProc
- #define Tcl_ChannelGetHandleProc
- (tclStubsPtr->tcl_ChannelGetHandleProc) /* 409 */
- #endif
- #ifndef Tcl_ChannelFlushProc
- #define Tcl_ChannelFlushProc
- (tclStubsPtr->tcl_ChannelFlushProc) /* 410 */
- #endif
- #ifndef Tcl_ChannelHandlerProc
- #define Tcl_ChannelHandlerProc
- (tclStubsPtr->tcl_ChannelHandlerProc) /* 411 */
- #endif
- #ifndef Tcl_JoinThread
- #define Tcl_JoinThread
- (tclStubsPtr->tcl_JoinThread) /* 412 */
- #endif
- #ifndef Tcl_IsChannelShared
- #define Tcl_IsChannelShared
- (tclStubsPtr->tcl_IsChannelShared) /* 413 */
- #endif
- #ifndef Tcl_IsChannelRegistered
- #define Tcl_IsChannelRegistered
- (tclStubsPtr->tcl_IsChannelRegistered) /* 414 */
- #endif
- #ifndef Tcl_CutChannel
- #define Tcl_CutChannel
- (tclStubsPtr->tcl_CutChannel) /* 415 */
- #endif
- #ifndef Tcl_SpliceChannel
- #define Tcl_SpliceChannel
- (tclStubsPtr->tcl_SpliceChannel) /* 416 */
- #endif
- #ifndef Tcl_ClearChannelHandlers
- #define Tcl_ClearChannelHandlers
- (tclStubsPtr->tcl_ClearChannelHandlers) /* 417 */
- #endif
- #ifndef Tcl_IsChannelExisting
- #define Tcl_IsChannelExisting
- (tclStubsPtr->tcl_IsChannelExisting) /* 418 */
- #endif
- #ifndef Tcl_UniCharNcasecmp
- #define Tcl_UniCharNcasecmp
- (tclStubsPtr->tcl_UniCharNcasecmp) /* 419 */
- #endif
- #ifndef Tcl_UniCharCaseMatch
- #define Tcl_UniCharCaseMatch
- (tclStubsPtr->tcl_UniCharCaseMatch) /* 420 */
- #endif
- #ifndef Tcl_FindHashEntry
- #define Tcl_FindHashEntry
- (tclStubsPtr->tcl_FindHashEntry) /* 421 */
- #endif
- #ifndef Tcl_CreateHashEntry
- #define Tcl_CreateHashEntry
- (tclStubsPtr->tcl_CreateHashEntry) /* 422 */
- #endif
- #ifndef Tcl_InitCustomHashTable
- #define Tcl_InitCustomHashTable
- (tclStubsPtr->tcl_InitCustomHashTable) /* 423 */
- #endif
- #ifndef Tcl_InitObjHashTable
- #define Tcl_InitObjHashTable
- (tclStubsPtr->tcl_InitObjHashTable) /* 424 */
- #endif
- #ifndef Tcl_CommandTraceInfo
- #define Tcl_CommandTraceInfo
- (tclStubsPtr->tcl_CommandTraceInfo) /* 425 */
- #endif
- #ifndef Tcl_TraceCommand
- #define Tcl_TraceCommand
- (tclStubsPtr->tcl_TraceCommand) /* 426 */
- #endif
- #ifndef Tcl_UntraceCommand
- #define Tcl_UntraceCommand
- (tclStubsPtr->tcl_UntraceCommand) /* 427 */
- #endif
- #ifndef Tcl_AttemptAlloc
- #define Tcl_AttemptAlloc
- (tclStubsPtr->tcl_AttemptAlloc) /* 428 */
- #endif
- #ifndef Tcl_AttemptDbCkalloc
- #define Tcl_AttemptDbCkalloc
- (tclStubsPtr->tcl_AttemptDbCkalloc) /* 429 */
- #endif
- #ifndef Tcl_AttemptRealloc
- #define Tcl_AttemptRealloc
- (tclStubsPtr->tcl_AttemptRealloc) /* 430 */
- #endif
- #ifndef Tcl_AttemptDbCkrealloc
- #define Tcl_AttemptDbCkrealloc
- (tclStubsPtr->tcl_AttemptDbCkrealloc) /* 431 */
- #endif
- #ifndef Tcl_AttemptSetObjLength
- #define Tcl_AttemptSetObjLength
- (tclStubsPtr->tcl_AttemptSetObjLength) /* 432 */
- #endif
- #ifndef Tcl_GetChannelThread
- #define Tcl_GetChannelThread
- (tclStubsPtr->tcl_GetChannelThread) /* 433 */
- #endif
- #ifndef Tcl_GetUnicodeFromObj
- #define Tcl_GetUnicodeFromObj
- (tclStubsPtr->tcl_GetUnicodeFromObj) /* 434 */
- #endif
- #ifndef Tcl_GetMathFuncInfo
- #define Tcl_GetMathFuncInfo
- (tclStubsPtr->tcl_GetMathFuncInfo) /* 435 */
- #endif
- #ifndef Tcl_ListMathFuncs
- #define Tcl_ListMathFuncs
- (tclStubsPtr->tcl_ListMathFuncs) /* 436 */
- #endif
- #ifndef Tcl_SubstObj
- #define Tcl_SubstObj
- (tclStubsPtr->tcl_SubstObj) /* 437 */
- #endif
- #ifndef Tcl_DetachChannel
- #define Tcl_DetachChannel
- (tclStubsPtr->tcl_DetachChannel) /* 438 */
- #endif
- #ifndef Tcl_IsStandardChannel
- #define Tcl_IsStandardChannel
- (tclStubsPtr->tcl_IsStandardChannel) /* 439 */
- #endif
- #ifndef Tcl_FSCopyFile
- #define Tcl_FSCopyFile
- (tclStubsPtr->tcl_FSCopyFile) /* 440 */
- #endif
- #ifndef Tcl_FSCopyDirectory
- #define Tcl_FSCopyDirectory
- (tclStubsPtr->tcl_FSCopyDirectory) /* 441 */
- #endif
- #ifndef Tcl_FSCreateDirectory
- #define Tcl_FSCreateDirectory
- (tclStubsPtr->tcl_FSCreateDirectory) /* 442 */
- #endif
- #ifndef Tcl_FSDeleteFile
- #define Tcl_FSDeleteFile
- (tclStubsPtr->tcl_FSDeleteFile) /* 443 */
- #endif
- #ifndef Tcl_FSLoadFile
- #define Tcl_FSLoadFile
- (tclStubsPtr->tcl_FSLoadFile) /* 444 */
- #endif
- #ifndef Tcl_FSMatchInDirectory
- #define Tcl_FSMatchInDirectory
- (tclStubsPtr->tcl_FSMatchInDirectory) /* 445 */
- #endif
- #ifndef Tcl_FSLink
- #define Tcl_FSLink
- (tclStubsPtr->tcl_FSLink) /* 446 */
- #endif
- #ifndef Tcl_FSRemoveDirectory
- #define Tcl_FSRemoveDirectory
- (tclStubsPtr->tcl_FSRemoveDirectory) /* 447 */
- #endif
- #ifndef Tcl_FSRenameFile
- #define Tcl_FSRenameFile
- (tclStubsPtr->tcl_FSRenameFile) /* 448 */
- #endif
- #ifndef Tcl_FSLstat
- #define Tcl_FSLstat
- (tclStubsPtr->tcl_FSLstat) /* 449 */
- #endif
- #ifndef Tcl_FSUtime
- #define Tcl_FSUtime
- (tclStubsPtr->tcl_FSUtime) /* 450 */
- #endif
- #ifndef Tcl_FSFileAttrsGet
- #define Tcl_FSFileAttrsGet
- (tclStubsPtr->tcl_FSFileAttrsGet) /* 451 */
- #endif
- #ifndef Tcl_FSFileAttrsSet
- #define Tcl_FSFileAttrsSet
- (tclStubsPtr->tcl_FSFileAttrsSet) /* 452 */
- #endif
- #ifndef Tcl_FSFileAttrStrings
- #define Tcl_FSFileAttrStrings
- (tclStubsPtr->tcl_FSFileAttrStrings) /* 453 */
- #endif
- #ifndef Tcl_FSStat
- #define Tcl_FSStat
- (tclStubsPtr->tcl_FSStat) /* 454 */
- #endif
- #ifndef Tcl_FSAccess
- #define Tcl_FSAccess
- (tclStubsPtr->tcl_FSAccess) /* 455 */
- #endif
- #ifndef Tcl_FSOpenFileChannel
- #define Tcl_FSOpenFileChannel
- (tclStubsPtr->tcl_FSOpenFileChannel) /* 456 */
- #endif
- #ifndef Tcl_FSGetCwd
- #define Tcl_FSGetCwd
- (tclStubsPtr->tcl_FSGetCwd) /* 457 */
- #endif
- #ifndef Tcl_FSChdir
- #define Tcl_FSChdir
- (tclStubsPtr->tcl_FSChdir) /* 458 */
- #endif
- #ifndef Tcl_FSConvertToPathType
- #define Tcl_FSConvertToPathType
- (tclStubsPtr->tcl_FSConvertToPathType) /* 459 */
- #endif
- #ifndef Tcl_FSJoinPath
- #define Tcl_FSJoinPath
- (tclStubsPtr->tcl_FSJoinPath) /* 460 */
- #endif
- #ifndef Tcl_FSSplitPath
- #define Tcl_FSSplitPath
- (tclStubsPtr->tcl_FSSplitPath) /* 461 */
- #endif
- #ifndef Tcl_FSEqualPaths
- #define Tcl_FSEqualPaths
- (tclStubsPtr->tcl_FSEqualPaths) /* 462 */
- #endif
- #ifndef Tcl_FSGetNormalizedPath
- #define Tcl_FSGetNormalizedPath
- (tclStubsPtr->tcl_FSGetNormalizedPath) /* 463 */
- #endif
- #ifndef Tcl_FSJoinToPath
- #define Tcl_FSJoinToPath
- (tclStubsPtr->tcl_FSJoinToPath) /* 464 */
- #endif
- #ifndef Tcl_FSGetInternalRep
- #define Tcl_FSGetInternalRep
- (tclStubsPtr->tcl_FSGetInternalRep) /* 465 */
- #endif
- #ifndef Tcl_FSGetTranslatedPath
- #define Tcl_FSGetTranslatedPath
- (tclStubsPtr->tcl_FSGetTranslatedPath) /* 466 */
- #endif
- #ifndef Tcl_FSEvalFile
- #define Tcl_FSEvalFile
- (tclStubsPtr->tcl_FSEvalFile) /* 467 */
- #endif
- #ifndef Tcl_FSNewNativePath
- #define Tcl_FSNewNativePath
- (tclStubsPtr->tcl_FSNewNativePath) /* 468 */
- #endif
- #ifndef Tcl_FSGetNativePath
- #define Tcl_FSGetNativePath
- (tclStubsPtr->tcl_FSGetNativePath) /* 469 */
- #endif
- #ifndef Tcl_FSFileSystemInfo
- #define Tcl_FSFileSystemInfo
- (tclStubsPtr->tcl_FSFileSystemInfo) /* 470 */
- #endif
- #ifndef Tcl_FSPathSeparator
- #define Tcl_FSPathSeparator
- (tclStubsPtr->tcl_FSPathSeparator) /* 471 */
- #endif
- #ifndef Tcl_FSListVolumes
- #define Tcl_FSListVolumes
- (tclStubsPtr->tcl_FSListVolumes) /* 472 */
- #endif
- #ifndef Tcl_FSRegister
- #define Tcl_FSRegister
- (tclStubsPtr->tcl_FSRegister) /* 473 */
- #endif
- #ifndef Tcl_FSUnregister
- #define Tcl_FSUnregister
- (tclStubsPtr->tcl_FSUnregister) /* 474 */
- #endif
- #ifndef Tcl_FSData
- #define Tcl_FSData
- (tclStubsPtr->tcl_FSData) /* 475 */
- #endif
- #ifndef Tcl_FSGetTranslatedStringPath
- #define Tcl_FSGetTranslatedStringPath
- (tclStubsPtr->tcl_FSGetTranslatedStringPath) /* 476 */
- #endif
- #ifndef Tcl_FSGetFileSystemForPath
- #define Tcl_FSGetFileSystemForPath
- (tclStubsPtr->tcl_FSGetFileSystemForPath) /* 477 */
- #endif
- #ifndef Tcl_FSGetPathType
- #define Tcl_FSGetPathType
- (tclStubsPtr->tcl_FSGetPathType) /* 478 */
- #endif
- #ifndef Tcl_OutputBuffered
- #define Tcl_OutputBuffered
- (tclStubsPtr->tcl_OutputBuffered) /* 479 */
- #endif
- #ifndef Tcl_FSMountsChanged
- #define Tcl_FSMountsChanged
- (tclStubsPtr->tcl_FSMountsChanged) /* 480 */
- #endif
- #ifndef Tcl_EvalTokensStandard
- #define Tcl_EvalTokensStandard
- (tclStubsPtr->tcl_EvalTokensStandard) /* 481 */
- #endif
- #ifndef Tcl_GetTime
- #define Tcl_GetTime
- (tclStubsPtr->tcl_GetTime) /* 482 */
- #endif
- #ifndef Tcl_CreateObjTrace
- #define Tcl_CreateObjTrace
- (tclStubsPtr->tcl_CreateObjTrace) /* 483 */
- #endif
- #ifndef Tcl_GetCommandInfoFromToken
- #define Tcl_GetCommandInfoFromToken
- (tclStubsPtr->tcl_GetCommandInfoFromToken) /* 484 */
- #endif
- #ifndef Tcl_SetCommandInfoFromToken
- #define Tcl_SetCommandInfoFromToken
- (tclStubsPtr->tcl_SetCommandInfoFromToken) /* 485 */
- #endif
- #ifndef Tcl_DbNewWideIntObj
- #define Tcl_DbNewWideIntObj
- (tclStubsPtr->tcl_DbNewWideIntObj) /* 486 */
- #endif
- #ifndef Tcl_GetWideIntFromObj
- #define Tcl_GetWideIntFromObj
- (tclStubsPtr->tcl_GetWideIntFromObj) /* 487 */
- #endif
- #ifndef Tcl_NewWideIntObj
- #define Tcl_NewWideIntObj
- (tclStubsPtr->tcl_NewWideIntObj) /* 488 */
- #endif
- #ifndef Tcl_SetWideIntObj
- #define Tcl_SetWideIntObj
- (tclStubsPtr->tcl_SetWideIntObj) /* 489 */
- #endif
- #ifndef Tcl_AllocStatBuf
- #define Tcl_AllocStatBuf
- (tclStubsPtr->tcl_AllocStatBuf) /* 490 */
- #endif
- #ifndef Tcl_Seek
- #define Tcl_Seek
- (tclStubsPtr->tcl_Seek) /* 491 */
- #endif
- #ifndef Tcl_Tell
- #define Tcl_Tell
- (tclStubsPtr->tcl_Tell) /* 492 */
- #endif
- #ifndef Tcl_ChannelWideSeekProc
- #define Tcl_ChannelWideSeekProc
- (tclStubsPtr->tcl_ChannelWideSeekProc) /* 493 */
- #endif
- /* Slot 494 is reserved */
- /* Slot 495 is reserved */
- /* Slot 496 is reserved */
- /* Slot 497 is reserved */
- /* Slot 498 is reserved */
- /* Slot 499 is reserved */
- /* Slot 500 is reserved */
- /* Slot 501 is reserved */
- /* Slot 502 is reserved */
- /* Slot 503 is reserved */
- /* Slot 504 is reserved */
- /* Slot 505 is reserved */
- /* Slot 506 is reserved */
- /* Slot 507 is reserved */
- /* Slot 508 is reserved */
- /* Slot 509 is reserved */
- /* Slot 510 is reserved */
- /* Slot 511 is reserved */
- /* Slot 512 is reserved */
- /* Slot 513 is reserved */
- /* Slot 514 is reserved */
- /* Slot 515 is reserved */
- /* Slot 516 is reserved */
- /* Slot 517 is reserved */
- /* Slot 518 is reserved */
- /* Slot 519 is reserved */
- /* Slot 520 is reserved */
- /* Slot 521 is reserved */
- /* Slot 522 is reserved */
- /* Slot 523 is reserved */
- /* Slot 524 is reserved */
- /* Slot 525 is reserved */
- /* Slot 526 is reserved */
- /* Slot 527 is reserved */
- /* Slot 528 is reserved */
- /* Slot 529 is reserved */
- /* Slot 530 is reserved */
- /* Slot 531 is reserved */
- /* Slot 532 is reserved */
- /* Slot 533 is reserved */
- /* Slot 534 is reserved */
- /* Slot 535 is reserved */
- /* Slot 536 is reserved */
- /* Slot 537 is reserved */
- /* Slot 538 is reserved */
- /* Slot 539 is reserved */
- /* Slot 540 is reserved */
- /* Slot 541 is reserved */
- /* Slot 542 is reserved */
- /* Slot 543 is reserved */
- /* Slot 544 is reserved */
- /* Slot 545 is reserved */
- /* Slot 546 is reserved */
- /* Slot 547 is reserved */
- /* Slot 548 is reserved */
- /* Slot 549 is reserved */
- /* Slot 550 is reserved */
- /* Slot 551 is reserved */
- /* Slot 552 is reserved */
- /* Slot 553 is reserved */
- #ifndef Tcl_ChannelThreadActionProc
- #define Tcl_ChannelThreadActionProc
- (tclStubsPtr->tcl_ChannelThreadActionProc) /* 554 */
- #endif
- /* Slot 555 is reserved */
- /* Slot 556 is reserved */
- /* Slot 557 is reserved */
- /* Slot 558 is reserved */
- /* Slot 559 is reserved */
- /* Slot 560 is reserved */
- /* Slot 561 is reserved */
- /* Slot 562 is reserved */
- /* Slot 563 is reserved */
- /* Slot 564 is reserved */
- /* Slot 565 is reserved */
- /* Slot 566 is reserved */
- /* Slot 567 is reserved */
- /* Slot 568 is reserved */
- /* Slot 569 is reserved */
- /* Slot 570 is reserved */
- /* Slot 571 is reserved */
- /* Slot 572 is reserved */
- #ifndef Tcl_PkgRequireProc
- #define Tcl_PkgRequireProc
- (tclStubsPtr->tcl_PkgRequireProc) /* 573 */
- #endif
- #endif /* defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS) */
- /* !END!: Do not edit above this line. */
- #endif /* _TCLDECLS */