tcltk.tcldecls

D bindings to Tcl/Tk

Members

Functions

TclFreeObj
void TclFreeObj(Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Access
int Tcl_Access(const(char)* path, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AddErrorInfo
void Tcl_AddErrorInfo(Tcl_Interp* interp, const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AddObjErrorInfo
void Tcl_AddObjErrorInfo(Tcl_Interp* interp, const(char)* message, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AlertNotifier
void Tcl_AlertNotifier(ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Alloc
void* Tcl_Alloc(uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AllocStatBuf
Tcl_StatBuf* Tcl_AllocStatBuf()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AllowExceptions
void Tcl_AllowExceptions(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendAllObjTypes
int Tcl_AppendAllObjTypes(Tcl_Interp* interp, Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendElement
void Tcl_AppendElement(Tcl_Interp* interp, const(char)* element)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendExportList
int Tcl_AppendExportList(Tcl_Interp* interp, Tcl_Namespace* nsPtr, Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendFormatToObj
int Tcl_AppendFormatToObj(Tcl_Interp* interp, Tcl_Obj* objPtr, const(char)* format, int objc, const(Tcl_Obj*)* objv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendLimitedToObj
void Tcl_AppendLimitedToObj(Tcl_Obj* objPtr, const(char)* bytes, int length, int limit, const(char)* ellipsis)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendObjToErrorInfo
void Tcl_AppendObjToErrorInfo(Tcl_Interp* interp, Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendObjToObj
void Tcl_AppendObjToObj(Tcl_Obj* objPtr, Tcl_Obj* appendObjPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendPrintfToObj
void Tcl_AppendPrintfToObj(Tcl_Obj* objPtr, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendResult
void Tcl_AppendResult(Tcl_Interp* interp, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendResultVA
void Tcl_AppendResultVA(Tcl_Interp* interp, va_list argList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendStringsToObj
void Tcl_AppendStringsToObj(Tcl_Obj* objPtr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendStringsToObjVA
void Tcl_AppendStringsToObjVA(Tcl_Obj* objPtr, va_list argList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendToObj
void Tcl_AppendToObj(Tcl_Obj* objPtr, const(char)* bytes, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppendUnicodeToObj
void Tcl_AppendUnicodeToObj(Tcl_Obj* objPtr, const(Tcl_UniChar)* unicode, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AsyncCreate
Tcl_AsyncHandler Tcl_AsyncCreate(Tcl_AsyncProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AsyncDelete
void Tcl_AsyncDelete(Tcl_AsyncHandler async)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AsyncInvoke
int Tcl_AsyncInvoke(Tcl_Interp* interp, int code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AsyncMark
void Tcl_AsyncMark(Tcl_AsyncHandler async)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AsyncReady
int Tcl_AsyncReady()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AttemptAlloc
void* Tcl_AttemptAlloc(uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AttemptDbCkalloc
void* Tcl_AttemptDbCkalloc(uint size, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AttemptDbCkrealloc
void* Tcl_AttemptDbCkrealloc(const(char)* ptr, uint size, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AttemptRealloc
void* Tcl_AttemptRealloc(const(char)* ptr, uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AttemptSetObjLength
int Tcl_AttemptSetObjLength(Tcl_Obj* objPtr, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_BackgroundError
void Tcl_BackgroundError(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_BackgroundException
void Tcl_BackgroundException(Tcl_Interp* interp, int code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Backslash
char Tcl_Backslash(const(char)* src, int* readPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_BadChannelOption
int Tcl_BadChannelOption(Tcl_Interp* interp, const(char)* optionName, const(char)* optionList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CallWhenDeleted
void Tcl_CallWhenDeleted(Tcl_Interp* interp, Tcl_InterpDeleteProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CancelEval
int Tcl_CancelEval(Tcl_Interp* interp, Tcl_Obj* resultObjPtr, ClientData clientData, int flags)

8.6.1 declarations

Tcl_CancelIdleCall
void Tcl_CancelIdleCall(Tcl_IdleProc idleProc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Canceled
int Tcl_Canceled(Tcl_Interp* interp, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelBlockModeProc
Tcl_DriverBlockModeProc Tcl_ChannelBlockModeProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelBuffered
int Tcl_ChannelBuffered(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelClose2Proc
Tcl_DriverClose2Proc Tcl_ChannelClose2Proc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelCloseProc
Tcl_DriverCloseProc Tcl_ChannelCloseProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelFlushProc
Tcl_DriverFlushProc Tcl_ChannelFlushProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelGetHandleProc
Tcl_DriverGetHandleProc Tcl_ChannelGetHandleProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelGetOptionProc
Tcl_DriverGetOptionProc Tcl_ChannelGetOptionProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelHandlerProc
Tcl_DriverHandlerProc Tcl_ChannelHandlerProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelInputProc
Tcl_DriverInputProc Tcl_ChannelInputProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelName
const(char)* Tcl_ChannelName(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelOutputProc
Tcl_DriverOutputProc Tcl_ChannelOutputProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelSeekProc
Tcl_DriverSeekProc Tcl_ChannelSeekProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelSetOptionProc
Tcl_DriverSetOptionProc Tcl_ChannelSetOptionProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelThreadActionProc
Tcl_DriverThreadActionProc Tcl_ChannelThreadActionProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelTruncateProc
Tcl_DriverTruncateProc Tcl_ChannelTruncateProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelVersion
Tcl_ChannelTypeVersion Tcl_ChannelVersion(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelWatchProc
Tcl_DriverWatchProc Tcl_ChannelWatchProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ChannelWideSeekProc
Tcl_DriverWideSeekProc Tcl_ChannelWideSeekProc(const(Tcl_ChannelType)* chanTypePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Chdir
int Tcl_Chdir(const(char)* dirName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ClearChannelHandlers
void Tcl_ClearChannelHandlers(Tcl_Channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Close
int Tcl_Close(Tcl_Interp* interp, Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CloseEx
int Tcl_CloseEx(Tcl_Interp* interp, Tcl_Channel chan, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CommandComplete
int Tcl_CommandComplete(const(char)* cmd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CommandTraceInfo
ClientData Tcl_CommandTraceInfo(Tcl_Interp* interp, const(char)* varName, int flags, Tcl_CommandTraceProc procPtr, ClientData prevClientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Concat
const(char)* Tcl_Concat(int argc, const(char)** argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ConcatObj
Tcl_Obj* Tcl_ConcatObj(int objc, const(Tcl_Obj*)* objv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ConditionFinalize
void Tcl_ConditionFinalize(Tcl_Condition* condPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ConditionNotify
void Tcl_ConditionNotify(Tcl_Condition* condPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ConditionWait
void Tcl_ConditionWait(Tcl_Condition* condPtr, Tcl_Mutex* mutexPtr, const(Tcl_Time)* timePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ConvertCountedElement
int Tcl_ConvertCountedElement(const(char)* src, int length, const(char)* dst, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ConvertElement
int Tcl_ConvertElement(const(char)* src, const(char)* dst, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ConvertToType
int Tcl_ConvertToType(Tcl_Interp* interp, Tcl_Obj* objPtr, Tcl_ObjType* typePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateAlias
int Tcl_CreateAlias(Tcl_Interp* slave, const(char)* slaveCmd, Tcl_Interp* target, const(char)* targetCmd, int argc, const(char)** argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateAliasObj
int Tcl_CreateAliasObj(Tcl_Interp* slave, const(char)* slaveCmd, Tcl_Interp* target, const(char)* targetCmd, int objc, const(Tcl_Obj*)* objv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateChannel
Tcl_Channel Tcl_CreateChannel(const(Tcl_ChannelType)* typePtr, const(char)* chanName, ClientData instanceData, int mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateChannelHandler
void Tcl_CreateChannelHandler(Tcl_Channel chan, int mask, Tcl_ChannelProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateCloseHandler
void Tcl_CreateCloseHandler(Tcl_Channel chan, Tcl_CloseProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateCommand
Tcl_Command Tcl_CreateCommand(Tcl_Interp* interp, const(char)* cmdName, Tcl_CmdProc proc, ClientData clientData, Tcl_CmdDeleteProc deleteProc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateEncoding
Tcl_Encoding Tcl_CreateEncoding(const(Tcl_EncodingType)* typePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateEnsemble
Tcl_Command Tcl_CreateEnsemble(Tcl_Interp* interp, const(char)* name, Tcl_Namespace* namespacePtr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateEventSource
void Tcl_CreateEventSource(Tcl_EventSetupProc setupProc, Tcl_EventCheckProc checkProc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateExitHandler
void Tcl_CreateExitHandler(Tcl_ExitProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateFileHandler
void Tcl_CreateFileHandler(int fd, int mask, Tcl_FileProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateHashEntry
Tcl_HashEntry* Tcl_CreateHashEntry(Tcl_HashTable* tablePtr, const(void)* key, int* newPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateInterp
Tcl_Interp* Tcl_CreateInterp()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateMathFunc
void Tcl_CreateMathFunc(Tcl_Interp* interp, const(char)* name, int numArgs, Tcl_ValueType* argTypes, Tcl_MathProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateNamespace
Tcl_Namespace* Tcl_CreateNamespace(Tcl_Interp* interp, const(char)* name, ClientData clientData, Tcl_NamespaceDeleteProc deleteProc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateObjCommand
Tcl_Command Tcl_CreateObjCommand(Tcl_Interp* interp, const(char)* cmdName, Tcl_ObjCmdProc proc, ClientData clientData, Tcl_CmdDeleteProc deleteProc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateObjTrace
Tcl_Trace Tcl_CreateObjTrace(Tcl_Interp* interp, int level, int flags, Tcl_CmdObjTraceProc objProc, ClientData clientData, Tcl_CmdObjTraceDeleteProc delProc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreatePipe
int Tcl_CreatePipe(Tcl_Interp* interp, Tcl_Channel* rchan, Tcl_Channel* wchan, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateSlave
Tcl_Interp* Tcl_CreateSlave(Tcl_Interp* interp, const(char)* slaveName, int isSafe)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateThread
int Tcl_CreateThread(Tcl_ThreadId* idPtr, Tcl_ThreadCreateProc proc, ClientData clientData, int stackSize, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateThreadExitHandler
void Tcl_CreateThreadExitHandler(Tcl_ExitProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateTimerHandler
Tcl_TimerToken Tcl_CreateTimerHandler(int milliseconds, Tcl_TimerProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateTrace
Tcl_Trace Tcl_CreateTrace(Tcl_Interp* interp, int level, Tcl_CmdTraceProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CutChannel
void Tcl_CutChannel(Tcl_Channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DStringAppend
const(char)* Tcl_DStringAppend(Tcl_DString* dsPtr, const(char)* bytes, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DStringAppendElement
const(char)* Tcl_DStringAppendElement(Tcl_DString* dsPtr, const(char)* element)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DStringEndSublist
void Tcl_DStringEndSublist(Tcl_DString* dsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DStringFree
void Tcl_DStringFree(Tcl_DString* dsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DStringGetResult
void Tcl_DStringGetResult(Tcl_Interp* interp, Tcl_DString* dsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DStringInit
void Tcl_DStringInit(Tcl_DString* dsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DStringResult
void Tcl_DStringResult(Tcl_Interp* interp, Tcl_DString* dsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DStringSetLength
void Tcl_DStringSetLength(Tcl_DString* dsPtr, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DStringStartSublist
void Tcl_DStringStartSublist(Tcl_DString* dsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbCkalloc
void* Tcl_DbCkalloc(uint size, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbCkfree
void Tcl_DbCkfree(const(char)* ptr, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbCkrealloc
void* Tcl_DbCkrealloc(const(char)* ptr, uint size, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbDecrRefCount
void Tcl_DbDecrRefCount(Tcl_Obj* objPtr, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbIncrRefCount
void Tcl_DbIncrRefCount(Tcl_Obj* objPtr, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbIsShared
int Tcl_DbIsShared(Tcl_Obj* objPtr, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbNewBignumObj
Tcl_Obj* Tcl_DbNewBignumObj(mp_int* value, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbNewBooleanObj
Tcl_Obj* Tcl_DbNewBooleanObj(int boolValue, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbNewByteArrayObj
Tcl_Obj* Tcl_DbNewByteArrayObj(const(ubyte)* bytes, int length, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbNewDictObj
Tcl_Obj* Tcl_DbNewDictObj(const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbNewDoubleObj
Tcl_Obj* Tcl_DbNewDoubleObj(double doubleValue, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbNewListObj
Tcl_Obj* Tcl_DbNewListObj(int objc, const(Tcl_Obj*)* objv, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbNewLongObj
Tcl_Obj* Tcl_DbNewLongObj(c_long longValue, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbNewObj
Tcl_Obj* Tcl_DbNewObj(const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbNewStringObj
Tcl_Obj* Tcl_DbNewStringObj(const(char)* bytes, int length, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DbNewWideIntObj
Tcl_Obj* Tcl_DbNewWideIntObj(Tcl_WideInt wideValue, const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteAssocData
void Tcl_DeleteAssocData(Tcl_Interp* interp, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteChannelHandler
void Tcl_DeleteChannelHandler(Tcl_Channel chan, Tcl_ChannelProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteCloseHandler
void Tcl_DeleteCloseHandler(Tcl_Channel chan, Tcl_CloseProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteCommand
int Tcl_DeleteCommand(Tcl_Interp* interp, const(char)* cmdName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteCommandFromToken
int Tcl_DeleteCommandFromToken(Tcl_Interp* interp, Tcl_Command command)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteEventSource
void Tcl_DeleteEventSource(Tcl_EventSetupProc setupProc, Tcl_EventCheckProc checkProc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteEvents
void Tcl_DeleteEvents(Tcl_EventDeleteProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteExitHandler
void Tcl_DeleteExitHandler(Tcl_ExitProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteFileHandler
void Tcl_DeleteFileHandler(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteHashEntry
void Tcl_DeleteHashEntry(Tcl_HashEntry* entryPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteHashTable
void Tcl_DeleteHashTable(Tcl_HashTable* tablePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteInterp
void Tcl_DeleteInterp(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteNamespace
void Tcl_DeleteNamespace(Tcl_Namespace* nsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteThreadExitHandler
void Tcl_DeleteThreadExitHandler(Tcl_ExitProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteTimerHandler
void Tcl_DeleteTimerHandler(Tcl_TimerToken token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DeleteTrace
void Tcl_DeleteTrace(Tcl_Interp* interp, Tcl_Trace trace)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DetachChannel
int Tcl_DetachChannel(Tcl_Interp* interp, Tcl_Channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DetachPids
void Tcl_DetachPids(int numPids, Tcl_Pid* pidPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DictObjDone
void Tcl_DictObjDone(Tcl_DictSearch* searchPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DictObjFirst
int Tcl_DictObjFirst(Tcl_Interp* interp, Tcl_Obj* dictPtr, Tcl_DictSearch* searchPtr, Tcl_Obj** keyPtrPtr, Tcl_Obj** valuePtrPtr, int* donePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DictObjGet
int Tcl_DictObjGet(Tcl_Interp* interp, Tcl_Obj* dictPtr, Tcl_Obj* keyPtr, Tcl_Obj** valuePtrPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DictObjNext
void Tcl_DictObjNext(Tcl_DictSearch* searchPtr, Tcl_Obj** keyPtrPtr, Tcl_Obj** valuePtrPtr, int* donePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DictObjPut
int Tcl_DictObjPut(Tcl_Interp* interp, Tcl_Obj* dictPtr, Tcl_Obj* keyPtr, Tcl_Obj* valuePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DictObjPutKeyList
int Tcl_DictObjPutKeyList(Tcl_Interp* interp, Tcl_Obj* dictPtr, int keyc, const(Tcl_Obj*)* keyv, Tcl_Obj* valuePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DictObjRemove
int Tcl_DictObjRemove(Tcl_Interp* interp, Tcl_Obj* dictPtr, Tcl_Obj* keyPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DictObjRemoveKeyList
int Tcl_DictObjRemoveKeyList(Tcl_Interp* interp, Tcl_Obj* dictPtr, int keyc, const(Tcl_Obj*)* keyv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DictObjSize
int Tcl_DictObjSize(Tcl_Interp* interp, Tcl_Obj* dictPtr, int* sizePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DiscardInterpState
void Tcl_DiscardInterpState(Tcl_InterpState state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DiscardResult
void Tcl_DiscardResult(Tcl_SavedResult* statePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DoOneEvent
int Tcl_DoOneEvent(int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DoWhenIdle
void Tcl_DoWhenIdle(Tcl_IdleProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DontCallWhenDeleted
void Tcl_DontCallWhenDeleted(Tcl_Interp* interp, Tcl_InterpDeleteProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DumpActiveMemory
int Tcl_DumpActiveMemory(const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_DuplicateObj
Tcl_Obj* Tcl_DuplicateObj(Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Eof
int Tcl_Eof(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ErrnoId
const(char)* Tcl_ErrnoId()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ErrnoMsg
const(char)* Tcl_ErrnoMsg(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Eval
int Tcl_Eval(Tcl_Interp* interp, const(char)* script)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_EvalEx
int Tcl_EvalEx(Tcl_Interp* interp, const(char)* script, int numBytes, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_EvalFile
int Tcl_EvalFile(Tcl_Interp* interp, const(char)* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_EvalObj
int Tcl_EvalObj(Tcl_Interp* interp, Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_EvalObjEx
int Tcl_EvalObjEx(Tcl_Interp* interp, Tcl_Obj* objPtr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_EvalObjv
int Tcl_EvalObjv(Tcl_Interp* interp, int objc, const(Tcl_Obj*)* objv, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_EvalTokens
Tcl_Obj* Tcl_EvalTokens(Tcl_Interp* interp, Tcl_Token* tokenPtr, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_EvalTokensStandard
int Tcl_EvalTokensStandard(Tcl_Interp* interp, Tcl_Token* tokenPtr, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_EventuallyFree
void Tcl_EventuallyFree(ClientData clientData, Tcl_FreeProc freeProc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Exit
void Tcl_Exit(int status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ExitThread
void Tcl_ExitThread(int status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Export
int Tcl_Export(Tcl_Interp* interp, Tcl_Namespace* nsPtr, const(char)* pattern, int resetListFirst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ExposeCommand
int Tcl_ExposeCommand(Tcl_Interp* interp, const(char)* hiddenCmdToken, const(char)* cmdName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ExprBoolean
int Tcl_ExprBoolean(Tcl_Interp* interp, const(char)* expr, int* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ExprBooleanObj
int Tcl_ExprBooleanObj(Tcl_Interp* interp, Tcl_Obj* objPtr, int* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ExprDouble
int Tcl_ExprDouble(Tcl_Interp* interp, const(char)* expr, double* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ExprDoubleObj
int Tcl_ExprDoubleObj(Tcl_Interp* interp, Tcl_Obj* objPtr, double* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ExprLong
int Tcl_ExprLong(Tcl_Interp* interp, const(char)* expr, c_long* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ExprLongObj
int Tcl_ExprLongObj(Tcl_Interp* interp, Tcl_Obj* objPtr, c_long* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ExprObj
int Tcl_ExprObj(Tcl_Interp* interp, Tcl_Obj* objPtr, Tcl_Obj** resultPtrPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ExprString
int Tcl_ExprString(Tcl_Interp* interp, const(char)* expr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ExternalToUtf
int Tcl_ExternalToUtf(Tcl_Interp* interp, Tcl_Encoding encoding, const(char)* src, int srcLen, int flags, Tcl_EncodingState* statePtr, const(char)* dst, int dstLen, int* srcReadPtr, int* dstWrotePtr, int* dstCharsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ExternalToUtfDString
const(char)* Tcl_ExternalToUtfDString(Tcl_Encoding encoding, const(char)* src, int srcLen, Tcl_DString* dsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSAccess
int Tcl_FSAccess(Tcl_Obj* pathPtr, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSChdir
int Tcl_FSChdir(Tcl_Obj* pathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSConvertToPathType
int Tcl_FSConvertToPathType(Tcl_Interp* interp, Tcl_Obj* pathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSCopyDirectory
int Tcl_FSCopyDirectory(Tcl_Obj* srcPathPtr, Tcl_Obj* destPathPtr, Tcl_Obj** errorPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSCopyFile
int Tcl_FSCopyFile(Tcl_Obj* srcPathPtr, Tcl_Obj* destPathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSCreateDirectory
int Tcl_FSCreateDirectory(Tcl_Obj* pathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSData
ClientData Tcl_FSData(const(Tcl_Filesystem)* fsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSDeleteFile
int Tcl_FSDeleteFile(Tcl_Obj* pathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSEqualPaths
int Tcl_FSEqualPaths(Tcl_Obj* firstPtr, Tcl_Obj* secondPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSEvalFile
int Tcl_FSEvalFile(Tcl_Interp* interp, Tcl_Obj* fileName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSEvalFileEx
int Tcl_FSEvalFileEx(Tcl_Interp* interp, Tcl_Obj* fileName, const(char)* encodingName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSFileAttrStrings
const(char)** Tcl_FSFileAttrStrings(Tcl_Obj* pathPtr, Tcl_Obj** objPtrRef)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSFileAttrsGet
int Tcl_FSFileAttrsGet(Tcl_Interp* interp, int index, Tcl_Obj* pathPtr, Tcl_Obj** objPtrRef)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSFileAttrsSet
int Tcl_FSFileAttrsSet(Tcl_Interp* interp, int index, Tcl_Obj* pathPtr, Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSFileSystemInfo
Tcl_Obj* Tcl_FSFileSystemInfo(Tcl_Obj* pathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSGetCwd
Tcl_Obj* Tcl_FSGetCwd(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSGetFileSystemForPath
const(Tcl_Filesystem)* Tcl_FSGetFileSystemForPath(Tcl_Obj* pathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSGetInternalRep
ClientData Tcl_FSGetInternalRep(Tcl_Obj* pathPtr, const(Tcl_Filesystem)* fsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSGetNativePath
const(void)* Tcl_FSGetNativePath(Tcl_Obj* pathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSGetNormalizedPath
Tcl_Obj* Tcl_FSGetNormalizedPath(Tcl_Interp* interp, Tcl_Obj* pathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSGetPathType
Tcl_PathType Tcl_FSGetPathType(Tcl_Obj* pathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSGetTranslatedPath
Tcl_Obj* Tcl_FSGetTranslatedPath(Tcl_Interp* interp, Tcl_Obj* pathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSGetTranslatedStringPath
const(char)* Tcl_FSGetTranslatedStringPath(Tcl_Interp* interp, Tcl_Obj* pathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSJoinPath
Tcl_Obj* Tcl_FSJoinPath(Tcl_Obj* listObj, int elements)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSJoinToPath
Tcl_Obj* Tcl_FSJoinToPath(Tcl_Obj* pathPtr, int objc, const(Tcl_Obj*)* objv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSLink
Tcl_Obj* Tcl_FSLink(Tcl_Obj* pathPtr, Tcl_Obj* toPtr, int linkAction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSListVolumes
Tcl_Obj* Tcl_FSListVolumes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSLoadFile
int Tcl_FSLoadFile(Tcl_Interp* interp, Tcl_Obj* pathPtr, const(char)* sym1, const(char)* sym2, Tcl_PackageInitProc* proc1Ptr, Tcl_PackageInitProc* proc2Ptr, Tcl_LoadHandle* handlePtr, Tcl_FSUnloadFileProc* unloadProcPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSLstat
int Tcl_FSLstat(Tcl_Obj* pathPtr, Tcl_StatBuf* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSMatchInDirectory
int Tcl_FSMatchInDirectory(Tcl_Interp* interp, Tcl_Obj* result, Tcl_Obj* pathPtr, const(char)* pattern, Tcl_GlobTypeData* types)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSMountsChanged
void Tcl_FSMountsChanged(const(Tcl_Filesystem)* fsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSNewNativePath
Tcl_Obj* Tcl_FSNewNativePath(const(Tcl_Filesystem)* fromFilesystem, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSOpenFileChannel
Tcl_Channel Tcl_FSOpenFileChannel(Tcl_Interp* interp, Tcl_Obj* pathPtr, const(char)* modeString, int permissions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSPathSeparator
Tcl_Obj* Tcl_FSPathSeparator(Tcl_Obj* pathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSRegister
int Tcl_FSRegister(ClientData clientData, const(Tcl_Filesystem)* fsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSRemoveDirectory
int Tcl_FSRemoveDirectory(Tcl_Obj* pathPtr, int recursive, Tcl_Obj** errorPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSRenameFile
int Tcl_FSRenameFile(Tcl_Obj* srcPathPtr, Tcl_Obj* destPathPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSSplitPath
Tcl_Obj* Tcl_FSSplitPath(Tcl_Obj* pathPtr, int* lenPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSStat
int Tcl_FSStat(Tcl_Obj* pathPtr, Tcl_StatBuf* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSUnloadFile
int Tcl_FSUnloadFile(Tcl_Interp* interp, Tcl_LoadHandle* handlePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSUnregister
int Tcl_FSUnregister(const(Tcl_Filesystem)* fsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FSUtime
int Tcl_FSUtime(Tcl_Obj* pathPtr, utimbuf* tval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Finalize
void Tcl_Finalize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FinalizeNotifier
void Tcl_FinalizeNotifier(ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FinalizeThread
void Tcl_FinalizeThread()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FindCommand
Tcl_Command Tcl_FindCommand(Tcl_Interp* interp, const(char)* name, Tcl_Namespace* contextNsPtr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FindEnsemble
Tcl_Command Tcl_FindEnsemble(Tcl_Interp* interp, Tcl_Obj* cmdNameObj, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FindExecutable
void Tcl_FindExecutable(const(char)* argv0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FindHashEntry
Tcl_HashEntry* Tcl_FindHashEntry(Tcl_HashTable* tablePtr, const(void)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FindNamespace
Tcl_Namespace* Tcl_FindNamespace(Tcl_Interp* interp, const(char)* name, Tcl_Namespace* contextNsPtr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FindSymbol
void* Tcl_FindSymbol(Tcl_Interp* interp, Tcl_LoadHandle handle, const(char)* symbol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FirstHashEntry
Tcl_HashEntry* Tcl_FirstHashEntry(Tcl_HashTable* tablePtr, Tcl_HashSearch* searchPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Flush
int Tcl_Flush(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ForgetImport
int Tcl_ForgetImport(Tcl_Interp* interp, Tcl_Namespace* nsPtr, const(char)* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Format
Tcl_Obj* Tcl_Format(Tcl_Interp* interp, const(char)* format, int objc, const(Tcl_Obj*)* objv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Free
void Tcl_Free(const(char)* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FreeEncoding
void Tcl_FreeEncoding(Tcl_Encoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FreeParse
void Tcl_FreeParse(Tcl_Parse* parsePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_FreeResult
void Tcl_FreeResult(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetAccessTimeFromStat
Tcl_WideInt Tcl_GetAccessTimeFromStat(const(Tcl_StatBuf)* statPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetAlias
int Tcl_GetAlias(Tcl_Interp* interp, const(char)* slaveCmd, Tcl_Interp** targetInterpPtr, const(char)** targetCmdPtr, int* argcPtr, const(char)*** argvPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetAliasObj
int Tcl_GetAliasObj(Tcl_Interp* interp, const(char)* slaveCmd, Tcl_Interp** targetInterpPtr, const(char)** targetCmdPtr, int* objcPtr, Tcl_Obj*** objv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetAllocMutex
Tcl_Mutex* Tcl_GetAllocMutex()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetAssocData
ClientData Tcl_GetAssocData(Tcl_Interp* interp, const(char)* name, Tcl_InterpDeleteProc* procPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetBignumFromObj
int Tcl_GetBignumFromObj(Tcl_Interp* interp, Tcl_Obj* obj, mp_int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetBlockSizeFromStat
uint Tcl_GetBlockSizeFromStat(const(Tcl_StatBuf)* statPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetBlocksFromStat
Tcl_WideUInt Tcl_GetBlocksFromStat(const(Tcl_StatBuf)* statPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetBoolean
int Tcl_GetBoolean(Tcl_Interp* interp, const(char)* src, int* boolPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetBooleanFromObj
int Tcl_GetBooleanFromObj(Tcl_Interp* interp, Tcl_Obj* objPtr, int* boolPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetByteArrayFromObj
byte* Tcl_GetByteArrayFromObj(Tcl_Obj* objPtr, int* lengthPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChangeTimeFromStat
Tcl_WideInt Tcl_GetChangeTimeFromStat(const(Tcl_StatBuf)* statPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChannel
Tcl_Channel Tcl_GetChannel(Tcl_Interp* interp, const(char)* chanName, int* modePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChannelBufferSize
int Tcl_GetChannelBufferSize(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChannelError
void Tcl_GetChannelError(Tcl_Channel chan, Tcl_Obj** msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChannelErrorInterp
void Tcl_GetChannelErrorInterp(Tcl_Interp* interp, Tcl_Obj** msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChannelHandle
int Tcl_GetChannelHandle(Tcl_Channel chan, int direction, ClientData* handlePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChannelInstanceData
ClientData Tcl_GetChannelInstanceData(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChannelMode
int Tcl_GetChannelMode(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChannelName
const(char)* Tcl_GetChannelName(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChannelNames
int Tcl_GetChannelNames(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChannelNamesEx
int Tcl_GetChannelNamesEx(Tcl_Interp* interp, const(char)* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChannelOption
int Tcl_GetChannelOption(Tcl_Interp* interp, Tcl_Channel chan, const(char)* optionName, Tcl_DString* dsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChannelThread
Tcl_ThreadId Tcl_GetChannelThread(Tcl_Channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetChannelType
const(Tcl_ChannelType)* Tcl_GetChannelType(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetCharLength
int Tcl_GetCharLength(Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetCommandFromObj
Tcl_Command Tcl_GetCommandFromObj(Tcl_Interp* interp, Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetCommandFullName
void Tcl_GetCommandFullName(Tcl_Interp* interp, Tcl_Command command, Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetCommandInfo
int Tcl_GetCommandInfo(Tcl_Interp* interp, const(char)* cmdName, Tcl_CmdInfo* infoPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetCommandInfoFromToken
int Tcl_GetCommandInfoFromToken(Tcl_Command token, const(Tcl_CmdInfo)* infoPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetCommandName
const(char)* Tcl_GetCommandName(Tcl_Interp* interp, Tcl_Command command)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetCurrentNamespace
Tcl_Namespace* Tcl_GetCurrentNamespace(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetCurrentThread
Tcl_ThreadId Tcl_GetCurrentThread()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetCwd
const(char)* Tcl_GetCwd(Tcl_Interp* interp, Tcl_DString* cwdPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetDefaultEncodingDir
const(char)* Tcl_GetDefaultEncodingDir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetDeviceTypeFromStat
int Tcl_GetDeviceTypeFromStat(const(Tcl_StatBuf)* statPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetDouble
int Tcl_GetDouble(Tcl_Interp* interp, const(char)* src, double* doublePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetDoubleFromObj
int Tcl_GetDoubleFromObj(Tcl_Interp* interp, Tcl_Obj* objPtr, double* doublePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetEncoding
Tcl_Encoding Tcl_GetEncoding(Tcl_Interp* interp, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetEncodingFromObj
int Tcl_GetEncodingFromObj(Tcl_Interp* interp, Tcl_Obj* objPtr, Tcl_Encoding* encodingPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetEncodingName
const(char)* Tcl_GetEncodingName(Tcl_Encoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetEncodingNameFromEnvironment
const(char)* Tcl_GetEncodingNameFromEnvironment(Tcl_DString* bufPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetEncodingNames
void Tcl_GetEncodingNames(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetEncodingSearchPath
Tcl_Obj* Tcl_GetEncodingSearchPath()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetEnsembleFlags
int Tcl_GetEnsembleFlags(Tcl_Interp* interp, Tcl_Command token, int* flagsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetEnsembleMappingDict
int Tcl_GetEnsembleMappingDict(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj** mapDictPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetEnsembleNamespace
int Tcl_GetEnsembleNamespace(Tcl_Interp* interp, Tcl_Command token, Tcl_Namespace** namespacePtrPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetEnsembleParameterList
int Tcl_GetEnsembleParameterList(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj** paramListPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetEnsembleSubcommandList
int Tcl_GetEnsembleSubcommandList(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj** subcmdListPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetEnsembleUnknownHandler
int Tcl_GetEnsembleUnknownHandler(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj** unknownListPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetErrno
int Tcl_GetErrno()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetErrorLine
int Tcl_GetErrorLine(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetFSDeviceFromStat
uint Tcl_GetFSDeviceFromStat(const(Tcl_StatBuf)* statPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetFSInodeFromStat
uint Tcl_GetFSInodeFromStat(const(Tcl_StatBuf)* statPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetGlobalNamespace
Tcl_Namespace* Tcl_GetGlobalNamespace(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetGroupIdFromStat
int Tcl_GetGroupIdFromStat(const(Tcl_StatBuf)* statPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetHostName
const(char)* Tcl_GetHostName()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetIndexFromObj
int Tcl_GetIndexFromObj(Tcl_Interp* interp, Tcl_Obj* objPtr, const(char)** tablePtr, const(char)* msg, int flags, int* indexPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetIndexFromObjStruct
int Tcl_GetIndexFromObjStruct(Tcl_Interp* interp, Tcl_Obj* objPtr, const(void)* tablePtr, int offset, const(char)* msg, int flags, int* indexPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetInt
int Tcl_GetInt(Tcl_Interp* interp, const(char)* src, int* intPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetIntFromObj
int Tcl_GetIntFromObj(Tcl_Interp* interp, Tcl_Obj* objPtr, int* intPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetInterpPath
int Tcl_GetInterpPath(Tcl_Interp* askInterp, Tcl_Interp* slaveInterp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetLinkCountFromStat
int Tcl_GetLinkCountFromStat(const(Tcl_StatBuf)* statPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetLongFromObj
int Tcl_GetLongFromObj(Tcl_Interp* interp, Tcl_Obj* objPtr, c_long* longPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetMaster
Tcl_Interp* Tcl_GetMaster(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetMathFuncInfo
int Tcl_GetMathFuncInfo(Tcl_Interp* interp, const(char)* name, int* numArgsPtr, Tcl_ValueType** argTypesPtr, Tcl_MathProc* procPtr, ClientData* clientDataPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetModeFromStat
uint Tcl_GetModeFromStat(const(Tcl_StatBuf)* statPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetModificationTimeFromStat
Tcl_WideInt Tcl_GetModificationTimeFromStat(const(Tcl_StatBuf)* statPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetNameOfExecutable
const(char)* Tcl_GetNameOfExecutable()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetNamespaceUnknownHandler
Tcl_Obj* Tcl_GetNamespaceUnknownHandler(Tcl_Interp* interp, Tcl_Namespace* nsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetObjResult
Tcl_Obj* Tcl_GetObjResult(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetObjType
const(Tcl_ObjType)* Tcl_GetObjType(const(char)* typeName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetOpenFile
int Tcl_GetOpenFile(Tcl_Interp* interp, const(char)* chanID, int forWriting, int checkUsage, ClientData* filePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetPathType
Tcl_PathType Tcl_GetPathType(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetRange
Tcl_Obj* Tcl_GetRange(Tcl_Obj* objPtr, int first, int last)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetRegExpFromObj
Tcl_RegExp Tcl_GetRegExpFromObj(Tcl_Interp* interp, Tcl_Obj* patObj, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetReturnOptions
Tcl_Obj* Tcl_GetReturnOptions(Tcl_Interp* interp, int result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetServiceMode
int Tcl_GetServiceMode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetSizeFromStat
Tcl_WideUInt Tcl_GetSizeFromStat(const(Tcl_StatBuf)* statPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetSlave
Tcl_Interp* Tcl_GetSlave(Tcl_Interp* interp, const(char)* slaveName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetStackedChannel
Tcl_Channel Tcl_GetStackedChannel(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetStartupScript
Tcl_Obj* Tcl_GetStartupScript(const(char)** encodingPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetStdChannel
Tcl_Channel Tcl_GetStdChannel(int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetString
const(char)* Tcl_GetString(Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetStringFromObj
const(char)* Tcl_GetStringFromObj(Tcl_Obj* objPtr, int* lengthPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetStringResult
const(char)* Tcl_GetStringResult(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetThreadData
void* Tcl_GetThreadData(Tcl_ThreadDataKey* keyPtr, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetTime
void Tcl_GetTime(Tcl_Time* timeBuf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetTopChannel
Tcl_Channel Tcl_GetTopChannel(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetUniChar
Tcl_UniChar Tcl_GetUniChar(Tcl_Obj* objPtr, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetUnicode
Tcl_UniChar* Tcl_GetUnicode(Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetUnicodeFromObj
Tcl_UniChar* Tcl_GetUnicodeFromObj(Tcl_Obj* objPtr, int* lengthPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetUserIdFromStat
int Tcl_GetUserIdFromStat(const(Tcl_StatBuf)* statPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetVar
const(char)* Tcl_GetVar(Tcl_Interp* interp, const(char)* varName, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetVar2
const(char)* Tcl_GetVar2(Tcl_Interp* interp, const(char)* part1, const(char)* part2, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetVar2Ex
Tcl_Obj* Tcl_GetVar2Ex(Tcl_Interp* interp, const(char)* part1, const(char)* part2, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetVersion
void Tcl_GetVersion(int* major, int* minor, int* patchLevel, int* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetWideIntFromObj
int Tcl_GetWideIntFromObj(Tcl_Interp* interp, Tcl_Obj* objPtr, Tcl_WideInt* widePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Gets
int Tcl_Gets(Tcl_Channel chan, Tcl_DString* dsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GetsObj
int Tcl_GetsObj(Tcl_Channel chan, Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GlobalEval
int Tcl_GlobalEval(Tcl_Interp* interp, const(char)* command)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_GlobalEvalObj
int Tcl_GlobalEvalObj(Tcl_Interp* interp, Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_HashStats
const(char)* Tcl_HashStats(Tcl_HashTable* tablePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_HideCommand
int Tcl_HideCommand(Tcl_Interp* interp, const(char)* cmdName, const(char)* hiddenCmdToken)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Import
int Tcl_Import(Tcl_Interp* interp, Tcl_Namespace* nsPtr, const(char)* pattern, int allowOverwrite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Init
int Tcl_Init(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_InitBignumFromDouble
int Tcl_InitBignumFromDouble(Tcl_Interp* interp, double initval, mp_int* toInit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_InitCustomHashTable
void Tcl_InitCustomHashTable(Tcl_HashTable* tablePtr, int keyType, const(Tcl_HashKeyType)* typePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_InitHashTable
void Tcl_InitHashTable(Tcl_HashTable* tablePtr, int keyType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_InitMemory
void Tcl_InitMemory(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_InitNotifier
ClientData Tcl_InitNotifier()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_InitObjHashTable
void Tcl_InitObjHashTable(Tcl_HashTable* tablePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_InputBlocked
int Tcl_InputBlocked(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_InputBuffered
int Tcl_InputBuffered(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_InterpActive
int Tcl_InterpActive(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_InterpDeleted
int Tcl_InterpDeleted(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_InvalidateStringRep
void Tcl_InvalidateStringRep(Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_IsChannelExisting
int Tcl_IsChannelExisting(const(char)* channelName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_IsChannelRegistered
int Tcl_IsChannelRegistered(Tcl_Interp* interp, Tcl_Channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_IsChannelShared
int Tcl_IsChannelShared(Tcl_Channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_IsEnsemble
int Tcl_IsEnsemble(Tcl_Command token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_IsSafe
int Tcl_IsSafe(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_IsStandardChannel
int Tcl_IsStandardChannel(Tcl_Channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_JoinPath
const(char)* Tcl_JoinPath(int argc, const(char)** argv, Tcl_DString* resultPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_JoinThread
int Tcl_JoinThread(Tcl_ThreadId threadId, int* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitAddHandler
void Tcl_LimitAddHandler(Tcl_Interp* interp, int type, Tcl_LimitHandlerProc handlerProc, ClientData clientData, Tcl_LimitHandlerDeleteProc deleteProc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitCheck
int Tcl_LimitCheck(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitExceeded
int Tcl_LimitExceeded(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitGetCommands
int Tcl_LimitGetCommands(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitGetGranularity
int Tcl_LimitGetGranularity(Tcl_Interp* interp, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitGetTime
void Tcl_LimitGetTime(Tcl_Interp* interp, Tcl_Time* timeLimitPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitReady
int Tcl_LimitReady(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitRemoveHandler
void Tcl_LimitRemoveHandler(Tcl_Interp* interp, int type, Tcl_LimitHandlerProc handlerProc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitSetCommands
void Tcl_LimitSetCommands(Tcl_Interp* interp, int commandLimit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitSetGranularity
void Tcl_LimitSetGranularity(Tcl_Interp* interp, int type, int granularity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitSetTime
void Tcl_LimitSetTime(Tcl_Interp* interp, Tcl_Time* timeLimitPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitTypeEnabled
int Tcl_LimitTypeEnabled(Tcl_Interp* interp, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitTypeExceeded
int Tcl_LimitTypeExceeded(Tcl_Interp* interp, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitTypeReset
void Tcl_LimitTypeReset(Tcl_Interp* interp, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LimitTypeSet
void Tcl_LimitTypeSet(Tcl_Interp* interp, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LinkVar
int Tcl_LinkVar(Tcl_Interp* interp, const(char)* varName, const(char)* addr, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ListMathFuncs
Tcl_Obj* Tcl_ListMathFuncs(Tcl_Interp* interp, const(char)* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ListObjAppendElement
int Tcl_ListObjAppendElement(Tcl_Interp* interp, Tcl_Obj* listPtr, Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ListObjAppendList
int Tcl_ListObjAppendList(Tcl_Interp* interp, Tcl_Obj* listPtr, Tcl_Obj* elemListPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ListObjGetElements
int Tcl_ListObjGetElements(Tcl_Interp* interp, Tcl_Obj* listPtr, int* objcPtr, Tcl_Obj*** objvPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ListObjIndex
int Tcl_ListObjIndex(Tcl_Interp* interp, Tcl_Obj* listPtr, int index, Tcl_Obj** objPtrPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ListObjLength
int Tcl_ListObjLength(Tcl_Interp* interp, Tcl_Obj* listPtr, int* lengthPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ListObjReplace
int Tcl_ListObjReplace(Tcl_Interp* interp, Tcl_Obj* listPtr, int first, int count, int objc, const(Tcl_Obj*)* objv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LoadFile
int Tcl_LoadFile(Tcl_Interp* interp, Tcl_Obj* pathPtr, const(char*)* symv, int flags, void* procPtrs, Tcl_LoadHandle* handlePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_LogCommandInfo
void Tcl_LogCommandInfo(Tcl_Interp* interp, const(char)* script, const(char)* command, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_MakeFileChannel
Tcl_Channel Tcl_MakeFileChannel(ClientData handle, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_MakeSafe
int Tcl_MakeSafe(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_MakeTcpClientChannel
Tcl_Channel Tcl_MakeTcpClientChannel(ClientData tcpSocket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Merge
const(char)* Tcl_Merge(int argc, const(char)** argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_MutexFinalize
void Tcl_MutexFinalize(Tcl_Mutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_MutexLock
void Tcl_MutexLock(Tcl_Mutex* mutexPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_MutexUnlock
void Tcl_MutexUnlock(Tcl_Mutex* mutexPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NRAddCallback
void Tcl_NRAddCallback(Tcl_Interp* interp, Tcl_NRPostProc* postProcPtr, ClientData data0, ClientData data1, ClientData data2, ClientData data3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NRCallObjProc
int Tcl_NRCallObjProc(Tcl_Interp* interp, Tcl_ObjCmdProc* objProc, ClientData clientData, int objc, const(Tcl_Obj*)* objv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NRCmdSwap
int Tcl_NRCmdSwap(Tcl_Interp* interp, Tcl_Command cmd, int objc, const(Tcl_Obj*)* objv, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NRCreateCommand
Tcl_Command Tcl_NRCreateCommand(Tcl_Interp* interp, const(char)* cmdName, Tcl_ObjCmdProc proc, Tcl_ObjCmdProc nreProc, ClientData clientData, Tcl_CmdDeleteProc deleteProc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NREvalObj
int Tcl_NREvalObj(Tcl_Interp* interp, Tcl_Obj* objPtr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NREvalObjv
int Tcl_NREvalObjv(Tcl_Interp* interp, int objc, const(Tcl_Obj*)* objv, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NRExprObj
int Tcl_NRExprObj(Tcl_Interp* interp, Tcl_Obj* objPtr, Tcl_Obj* resultPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NRSubstObj
int Tcl_NRSubstObj(Tcl_Interp* interp, Tcl_Obj* objPtr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NewBignumObj
Tcl_Obj* Tcl_NewBignumObj(mp_int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NewBooleanObj
Tcl_Obj* Tcl_NewBooleanObj(int boolValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NewByteArrayObj
Tcl_Obj* Tcl_NewByteArrayObj(const(ubyte)* bytes, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NewDictObj
Tcl_Obj* Tcl_NewDictObj()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NewDoubleObj
Tcl_Obj* Tcl_NewDoubleObj(double doubleValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NewIntObj
Tcl_Obj* Tcl_NewIntObj(int intValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NewListObj
Tcl_Obj* Tcl_NewListObj(int objc, const(Tcl_Obj*)* objv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NewLongObj
Tcl_Obj* Tcl_NewLongObj(c_long longValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NewObj
Tcl_Obj* Tcl_NewObj()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NewStringObj
Tcl_Obj* Tcl_NewStringObj(const(char)* bytes, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NewUnicodeObj
Tcl_Obj* Tcl_NewUnicodeObj(const(Tcl_UniChar)* unicode, int numChars)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NewWideIntObj
Tcl_Obj* Tcl_NewWideIntObj(Tcl_WideInt wideValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NextHashEntry
Tcl_HashEntry* Tcl_NextHashEntry(Tcl_HashSearch* searchPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NotifyChannel
void Tcl_NotifyChannel(Tcl_Channel channel, int mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NumUtfChars
int Tcl_NumUtfChars(const(char)* src, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ObjGetVar2
Tcl_Obj* Tcl_ObjGetVar2(Tcl_Interp* interp, Tcl_Obj* part1Ptr, Tcl_Obj* part2Ptr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ObjPrintf
Tcl_Obj* Tcl_ObjPrintf(const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ObjSetVar2
Tcl_Obj* Tcl_ObjSetVar2(Tcl_Interp* interp, Tcl_Obj* part1Ptr, Tcl_Obj* part2Ptr, Tcl_Obj* newValuePtr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_OpenCommandChannel
Tcl_Channel Tcl_OpenCommandChannel(Tcl_Interp* interp, int argc, const(char)** argv, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_OpenFileChannel
Tcl_Channel Tcl_OpenFileChannel(Tcl_Interp* interp, const(char)* fileName, const(char)* modeString, int permissions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_OpenTcpClient
Tcl_Channel Tcl_OpenTcpClient(Tcl_Interp* interp, int port, const(char)* address, const(char)* myaddr, int myport, int async)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_OpenTcpServer
Tcl_Channel Tcl_OpenTcpServer(Tcl_Interp* interp, int port, const(char)* host, Tcl_TcpAcceptProc acceptProc, ClientData callbackData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_OutputBuffered
int Tcl_OutputBuffered(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Panic
void Tcl_Panic(const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_PanicVA
void Tcl_PanicVA(const(char)* format, va_list argList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ParseArgsObjv
int Tcl_ParseArgsObjv(Tcl_Interp* interp, const(Tcl_ArgvInfo)* argTable, int* objcPtr, const(Tcl_Obj*)* objv, Tcl_Obj*** remObjv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ParseBraces
int Tcl_ParseBraces(Tcl_Interp* interp, const(char)* start, int numBytes, Tcl_Parse* parsePtr, int append, const(char)** termPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ParseCommand
int Tcl_ParseCommand(Tcl_Interp* interp, const(char)* start, int numBytes, int nested, Tcl_Parse* parsePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ParseExpr
int Tcl_ParseExpr(Tcl_Interp* interp, const(char)* start, int numBytes, Tcl_Parse* parsePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ParseQuotedString
int Tcl_ParseQuotedString(Tcl_Interp* interp, const(char)* start, int numBytes, Tcl_Parse* parsePtr, int append, const(char)** termPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ParseVar
const(char)* Tcl_ParseVar(Tcl_Interp* interp, const(char)* start, const(char)** termPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ParseVarName
int Tcl_ParseVarName(Tcl_Interp* interp, const(char)* start, int numBytes, Tcl_Parse* parsePtr, int append)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_PkgPresent
const(char)* Tcl_PkgPresent(Tcl_Interp* interp, const(char)* name, const(char)* version_, int exact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_PkgPresentEx
const(char)* Tcl_PkgPresentEx(Tcl_Interp* interp, const(char)* name, const(char)* version_, int exact, ClientData* clientDataPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_PkgProvide
int Tcl_PkgProvide(Tcl_Interp* interp, const(char)* name, const(char)* version_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_PkgProvideEx
int Tcl_PkgProvideEx(Tcl_Interp* interp, const(char)* name, const(char)* version_, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_PkgRequire
const(char)* Tcl_PkgRequire(Tcl_Interp* interp, const(char)* name, const(char)* version_, int exact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_PkgRequireEx
const(char)* Tcl_PkgRequireEx(Tcl_Interp* interp, const(char)* name, const(char)* version_, int exact, ClientData* clientDataPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_PkgRequireProc
int Tcl_PkgRequireProc(Tcl_Interp* interp, const(char)* name, int objc, const(Tcl_Obj*)* objv, ClientData* clientDataPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_PosixError
const(char)* Tcl_PosixError(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Preserve
void Tcl_Preserve(ClientData data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_PrintDouble
void Tcl_PrintDouble(Tcl_Interp* interp, double value, const(char)* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ProcObjCmd
int Tcl_ProcObjCmd(ClientData clientData, Tcl_Interp* interp, int objc, const(Tcl_Obj*)* objv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_PutEnv
int Tcl_PutEnv(const(char)* assignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_QueryTimeProc
void Tcl_QueryTimeProc(Tcl_GetTimeProc* getProc, Tcl_ScaleTimeProc* scaleProc, ClientData* clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_QueueEvent
void Tcl_QueueEvent(Tcl_Event* evPtr, Tcl_QueuePosition position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Read
int Tcl_Read(Tcl_Channel chan, const(char)* bufPtr, int toRead)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ReadChars
int Tcl_ReadChars(Tcl_Channel channel, Tcl_Obj* objPtr, int charsToRead, int appendFlag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ReadRaw
int Tcl_ReadRaw(Tcl_Channel chan, const(char)* dst, int bytesToRead)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Realloc
void* Tcl_Realloc(const(char)* ptr, uint size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ReapDetachedProcs
void Tcl_ReapDetachedProcs()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RecordAndEval
int Tcl_RecordAndEval(Tcl_Interp* interp, const(char)* cmd, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RecordAndEvalObj
int Tcl_RecordAndEvalObj(Tcl_Interp* interp, Tcl_Obj* cmdPtr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RegExpCompile
Tcl_RegExp Tcl_RegExpCompile(Tcl_Interp* interp, const(char)* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RegExpExec
int Tcl_RegExpExec(Tcl_Interp* interp, Tcl_RegExp regexp, const(char)* text, const(char)* start)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RegExpExecObj
int Tcl_RegExpExecObj(Tcl_Interp* interp, Tcl_RegExp regexp, Tcl_Obj* textObj, int offset, int nmatches, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RegExpGetInfo
void Tcl_RegExpGetInfo(Tcl_RegExp regexp, Tcl_RegExpInfo* infoPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RegExpMatch
int Tcl_RegExpMatch(Tcl_Interp* interp, const(char)* text, const(char)* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RegExpMatchObj
int Tcl_RegExpMatchObj(Tcl_Interp* interp, Tcl_Obj* textObj, Tcl_Obj* patternObj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RegExpRange
void Tcl_RegExpRange(Tcl_RegExp regexp, int index, const(char)** startPtr, const(char)** endPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RegisterChannel
void Tcl_RegisterChannel(Tcl_Interp* interp, Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RegisterConfig
void Tcl_RegisterConfig(Tcl_Interp* interp, const(char)* pkgName, Tcl_Config* configuration, const(char)* valEncoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RegisterObjType
void Tcl_RegisterObjType(const(Tcl_ObjType)* typePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Release
void Tcl_Release(ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ResetResult
void Tcl_ResetResult(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RestoreInterpState
int Tcl_RestoreInterpState(Tcl_Interp* interp, Tcl_InterpState state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_RestoreResult
void Tcl_RestoreResult(Tcl_Interp* interp, Tcl_SavedResult* statePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SaveInterpState
Tcl_InterpState Tcl_SaveInterpState(Tcl_Interp* interp, int status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SaveResult
void Tcl_SaveResult(Tcl_Interp* interp, Tcl_SavedResult* statePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ScanCountedElement
int Tcl_ScanCountedElement(const(char)* src, int length, int* flagPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ScanElement
int Tcl_ScanElement(const(char)* src, int* flagPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Seek
Tcl_WideInt Tcl_Seek(Tcl_Channel chan, Tcl_WideInt offset, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SeekOld
int Tcl_SeekOld(Tcl_Channel chan, int offset, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ServiceAll
int Tcl_ServiceAll()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ServiceEvent
int Tcl_ServiceEvent(int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ServiceModeHook
void Tcl_ServiceModeHook(int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetAssocData
void Tcl_SetAssocData(Tcl_Interp* interp, const(char)* name, Tcl_InterpDeleteProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetBignumObj
void Tcl_SetBignumObj(Tcl_Obj* obj, mp_int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetBooleanObj
void Tcl_SetBooleanObj(Tcl_Obj* objPtr, int boolValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetByteArrayLength
byte* Tcl_SetByteArrayLength(Tcl_Obj* objPtr, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetByteArrayObj
void Tcl_SetByteArrayObj(Tcl_Obj* objPtr, const(ubyte)* bytes, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetChannelBufferSize
void Tcl_SetChannelBufferSize(Tcl_Channel chan, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetChannelError
void Tcl_SetChannelError(Tcl_Channel chan, Tcl_Obj* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetChannelErrorInterp
void Tcl_SetChannelErrorInterp(Tcl_Interp* interp, Tcl_Obj* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetChannelOption
int Tcl_SetChannelOption(Tcl_Interp* interp, Tcl_Channel chan, const(char)* optionName, const(char)* newValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetCommandInfo
int Tcl_SetCommandInfo(Tcl_Interp* interp, const(char)* cmdName, const(Tcl_CmdInfo)* infoPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetCommandInfoFromToken
int Tcl_SetCommandInfoFromToken(Tcl_Command token, const(Tcl_CmdInfo)* infoPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetDefaultEncodingDir
void Tcl_SetDefaultEncodingDir(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetDoubleObj
void Tcl_SetDoubleObj(Tcl_Obj* objPtr, double doubleValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetEncodingSearchPath
int Tcl_SetEncodingSearchPath(Tcl_Obj* searchPath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetEnsembleFlags
int Tcl_SetEnsembleFlags(Tcl_Interp* interp, Tcl_Command token, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetEnsembleMappingDict
int Tcl_SetEnsembleMappingDict(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj* mapDict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetEnsembleParameterList
int Tcl_SetEnsembleParameterList(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj* paramList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetEnsembleSubcommandList
int Tcl_SetEnsembleSubcommandList(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj* subcmdList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetEnsembleUnknownHandler
int Tcl_SetEnsembleUnknownHandler(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj* unknownList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetErrno
void Tcl_SetErrno(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetErrorCode
void Tcl_SetErrorCode(Tcl_Interp* interp, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetErrorCodeVA
void Tcl_SetErrorCodeVA(Tcl_Interp* interp, va_list argList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetErrorLine
void Tcl_SetErrorLine(Tcl_Interp* interp, int lineNum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetExitProc
Tcl_ExitProc Tcl_SetExitProc(Tcl_ExitProc proc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetIntObj
void Tcl_SetIntObj(Tcl_Obj* objPtr, int intValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetListObj
void Tcl_SetListObj(Tcl_Obj* objPtr, int objc, const(Tcl_Obj*)* objv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetLongObj
void Tcl_SetLongObj(Tcl_Obj* objPtr, c_long longValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetMainLoop
void Tcl_SetMainLoop(Tcl_MainLoopProc proc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetMaxBlockTime
void Tcl_SetMaxBlockTime(const(Tcl_Time)* timePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetNamespaceUnknownHandler
int Tcl_SetNamespaceUnknownHandler(Tcl_Interp* interp, Tcl_Namespace* nsPtr, Tcl_Obj* handlerPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetNotifier
void Tcl_SetNotifier(Tcl_NotifierProcs notifierProcPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetObjErrorCode
void Tcl_SetObjErrorCode(Tcl_Interp* interp, Tcl_Obj* errorObjPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetObjLength
void Tcl_SetObjLength(Tcl_Obj* objPtr, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetObjResult
void Tcl_SetObjResult(Tcl_Interp* interp, Tcl_Obj* resultObjPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetPanicProc
void Tcl_SetPanicProc(Tcl_PanicProc panicProc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetRecursionLimit
int Tcl_SetRecursionLimit(Tcl_Interp* interp, int depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetResult
void Tcl_SetResult(Tcl_Interp* interp, const(char)* result, Tcl_FreeProc freeProc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetReturnOptions
int Tcl_SetReturnOptions(Tcl_Interp* interp, Tcl_Obj* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetServiceMode
int Tcl_SetServiceMode(int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetStartupScript
void Tcl_SetStartupScript(Tcl_Obj* path, const(char)* encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetStdChannel
void Tcl_SetStdChannel(Tcl_Channel channel, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetStringObj
void Tcl_SetStringObj(Tcl_Obj* objPtr, const(char)* bytes, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetSystemEncoding
int Tcl_SetSystemEncoding(Tcl_Interp* interp, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetTimeProc
void Tcl_SetTimeProc(Tcl_GetTimeProc getProc, Tcl_ScaleTimeProc scaleProc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetTimer
void Tcl_SetTimer(const(Tcl_Time)* timePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetUnicodeObj
void Tcl_SetUnicodeObj(Tcl_Obj* objPtr, const(Tcl_UniChar)* unicode, int numChars)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetVar
const(char)* Tcl_SetVar(Tcl_Interp* interp, const(char)* varName, const(char)* newValue, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetVar2
const(char)* Tcl_SetVar2(Tcl_Interp* interp, const(char)* part1, const(char)* part2, const(char)* newValue, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetVar2Ex
Tcl_Obj* Tcl_SetVar2Ex(Tcl_Interp* interp, const(char)* part1, const(char)* part2, Tcl_Obj* newValuePtr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetWideIntObj
void Tcl_SetWideIntObj(Tcl_Obj* objPtr, Tcl_WideInt wideValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SignalId
const(char)* Tcl_SignalId(int sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SignalMsg
const(char)* Tcl_SignalMsg(int sig)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Sleep
void Tcl_Sleep(int ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SourceRCFile
void Tcl_SourceRCFile(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SpliceChannel
void Tcl_SpliceChannel(Tcl_Channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SplitList
int Tcl_SplitList(Tcl_Interp* interp, const(char)* listStr, int* argcPtr, const(char)*** argvPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SplitPath
void Tcl_SplitPath(const(char)* path, int* argcPtr, const(char)*** argvPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_StackChannel
Tcl_Channel Tcl_StackChannel(Tcl_Interp* interp, const(Tcl_ChannelType)* typePtr, ClientData instanceData, int mask, Tcl_Channel prevChan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Stat
int Tcl_Stat(const(char)* path, Tcl_StatBuf* bufPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_StaticPackage
void Tcl_StaticPackage(Tcl_Interp* interp, const(char)* pkgName, Tcl_PackageInitProc initProc, Tcl_PackageInitProc safeInitProc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_StringCaseMatch
int Tcl_StringCaseMatch(const(char)* str, const(char)* pattern, int nocase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_StringMatch
int Tcl_StringMatch(const(char)* str, const(char)* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SubstObj
Tcl_Obj* Tcl_SubstObj(Tcl_Interp* interp, Tcl_Obj* objPtr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_TakeBignumFromObj
int Tcl_TakeBignumFromObj(Tcl_Interp* interp, Tcl_Obj* obj, mp_int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Tell
Tcl_WideInt Tcl_Tell(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_TellOld
int Tcl_TellOld(Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ThreadAlert
void Tcl_ThreadAlert(Tcl_ThreadId threadId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ThreadQueueEvent
void Tcl_ThreadQueueEvent(Tcl_ThreadId threadId, Tcl_Event* evPtr, Tcl_QueuePosition position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_TraceCommand
int Tcl_TraceCommand(Tcl_Interp* interp, const(char)* varName, int flags, Tcl_CommandTraceProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_TraceVar
int Tcl_TraceVar(Tcl_Interp* interp, const(char)* varName, int flags, Tcl_VarTraceProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_TraceVar2
int Tcl_TraceVar2(Tcl_Interp* interp, const(char)* part1, const(char)* part2, int flags, Tcl_VarTraceProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_TransferResult
void Tcl_TransferResult(Tcl_Interp* sourceInterp, int result, Tcl_Interp* targetInterp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_TranslateFileName
const(char)* Tcl_TranslateFileName(Tcl_Interp* interp, const(char)* name, Tcl_DString* bufferPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_TruncateChannel
int Tcl_TruncateChannel(Tcl_Channel chan, Tcl_WideInt length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Ungets
int Tcl_Ungets(Tcl_Channel chan, const(char)* str, int len, int atHead)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharAtIndex
Tcl_UniChar Tcl_UniCharAtIndex(const(char)* src, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharCaseMatch
int Tcl_UniCharCaseMatch(const(Tcl_UniChar)* uniStr, const(Tcl_UniChar)* uniPattern, int nocase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharIsAlnum
int Tcl_UniCharIsAlnum(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharIsAlpha
int Tcl_UniCharIsAlpha(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharIsControl
int Tcl_UniCharIsControl(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharIsDigit
int Tcl_UniCharIsDigit(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharIsGraph
int Tcl_UniCharIsGraph(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharIsLower
int Tcl_UniCharIsLower(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharIsPrint
int Tcl_UniCharIsPrint(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharIsPunct
int Tcl_UniCharIsPunct(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharIsSpace
int Tcl_UniCharIsSpace(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharIsUpper
int Tcl_UniCharIsUpper(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharIsWordChar
int Tcl_UniCharIsWordChar(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharLen
int Tcl_UniCharLen(const(Tcl_UniChar)* uniStr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharNcasecmp
int Tcl_UniCharNcasecmp(const(Tcl_UniChar)* ucs, const(Tcl_UniChar)* uct, c_ulong numChars)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharNcmp
int Tcl_UniCharNcmp(const(Tcl_UniChar)* ucs, const(Tcl_UniChar)* uct, c_ulong numChars)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharToLower
Tcl_UniChar Tcl_UniCharToLower(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharToTitle
Tcl_UniChar Tcl_UniCharToTitle(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharToUpper
Tcl_UniChar Tcl_UniCharToUpper(int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharToUtf
int Tcl_UniCharToUtf(int ch, const(char)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UniCharToUtfDString
const(char)* Tcl_UniCharToUtfDString(const(Tcl_UniChar)* uniStr, int uniLength, Tcl_DString* dsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UnlinkVar
void Tcl_UnlinkVar(Tcl_Interp* interp, const(char)* varName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UnregisterChannel
int Tcl_UnregisterChannel(Tcl_Interp* interp, Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UnsetVar
int Tcl_UnsetVar(Tcl_Interp* interp, const(char)* varName, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UnsetVar2
int Tcl_UnsetVar2(Tcl_Interp* interp, const(char)* part1, const(char)* part2, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UnstackChannel
int Tcl_UnstackChannel(Tcl_Interp* interp, Tcl_Channel chan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UntraceCommand
void Tcl_UntraceCommand(Tcl_Interp* interp, const(char)* varName, int flags, Tcl_CommandTraceProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UntraceVar
void Tcl_UntraceVar(Tcl_Interp* interp, const(char)* varName, int flags, Tcl_VarTraceProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UntraceVar2
void Tcl_UntraceVar2(Tcl_Interp* interp, const(char)* part1, const(char)* part2, int flags, Tcl_VarTraceProc proc, ClientData clientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UpVar
int Tcl_UpVar(Tcl_Interp* interp, const(char)* frameName, const(char)* varName, const(char)* localName, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UpVar2
int Tcl_UpVar2(Tcl_Interp* interp, const(char)* frameName, const(char)* part1, const(char)* part2, const(char)* localName, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UpdateLinkedVar
void Tcl_UpdateLinkedVar(Tcl_Interp* interp, const(char)* varName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfAtIndex
const(char)* Tcl_UtfAtIndex(const(char)* src, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfBackslash
int Tcl_UtfBackslash(const(char)* src, int* readPtr, const(char)* dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfCharComplete
int Tcl_UtfCharComplete(const(char)* src, int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfFindFirst
const(char)* Tcl_UtfFindFirst(const(char)* src, int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfFindLast
const(char)* Tcl_UtfFindLast(const(char)* src, int ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfNcasecmp
int Tcl_UtfNcasecmp(const(char)* s1, const(char)* s2, c_ulong n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfNcmp
int Tcl_UtfNcmp(const(char)* s1, const(char)* s2, c_ulong n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfNext
const(char)* Tcl_UtfNext(const(char)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfPrev
const(char)* Tcl_UtfPrev(const(char)* src, const(char)* start)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfToExternal
int Tcl_UtfToExternal(Tcl_Interp* interp, Tcl_Encoding encoding, const(char)* src, int srcLen, int flags, Tcl_EncodingState* statePtr, const(char)* dst, int dstLen, int* srcReadPtr, int* dstWrotePtr, int* dstCharsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfToExternalDString
const(char)* Tcl_UtfToExternalDString(Tcl_Encoding encoding, const(char)* src, int srcLen, Tcl_DString* dsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfToLower
int Tcl_UtfToLower(const(char)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfToTitle
int Tcl_UtfToTitle(const(char)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfToUniChar
int Tcl_UtfToUniChar(const(char)* src, Tcl_UniChar* chPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfToUniCharDString
Tcl_UniChar* Tcl_UtfToUniCharDString(const(char)* src, int length, Tcl_DString* dsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_UtfToUpper
int Tcl_UtfToUpper(const(char)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ValidateAllMemory
void Tcl_ValidateAllMemory(const(char)* file, int line)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_VarEval
int Tcl_VarEval(Tcl_Interp* interp, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_VarEvalVA
int Tcl_VarEvalVA(Tcl_Interp* interp, va_list argList)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_VarTraceInfo
ClientData Tcl_VarTraceInfo(Tcl_Interp* interp, const(char)* varName, int flags, Tcl_VarTraceProc procPtr, ClientData prevClientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_VarTraceInfo2
ClientData Tcl_VarTraceInfo2(Tcl_Interp* interp, const(char)* part1, const(char)* part2, int flags, Tcl_VarTraceProc procPtr, ClientData prevClientData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_WaitForEvent
int Tcl_WaitForEvent(const(Tcl_Time)* timePtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_WaitPid
Tcl_Pid Tcl_WaitPid(Tcl_Pid pid, int* statPtr, int options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_Write
int Tcl_Write(Tcl_Channel chan, const(char)* s, int slen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_WriteChars
int Tcl_WriteChars(Tcl_Channel chan, const(char)* src, int srcLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_WriteObj
int Tcl_WriteObj(Tcl_Channel chan, Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_WriteRaw
int Tcl_WriteRaw(Tcl_Channel chan, const(char)* src, int srcLen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_WrongNumArgs
void Tcl_WrongNumArgs(Tcl_Interp* interp, int objc, const(Tcl_Obj*)* objv, const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ZlibAdler32
uint Tcl_ZlibAdler32(uint adler, const(ubyte)* buf, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ZlibCRC32
uint Tcl_ZlibCRC32(uint crc, const(ubyte)* buf, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ZlibDeflate
int Tcl_ZlibDeflate(Tcl_Interp* interp, int format, Tcl_Obj* data, int level, Tcl_Obj* gzipHeaderDictObj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ZlibInflate
int Tcl_ZlibInflate(Tcl_Interp* interp, int format, Tcl_Obj* data, int buffersize, Tcl_Obj* gzipHeaderDictObj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ZlibStreamChecksum
int Tcl_ZlibStreamChecksum(Tcl_ZLibStream zshandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ZlibStreamClose
int Tcl_ZlibStreamClose(Tcl_ZLibStream zshandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ZlibStreamEof
int Tcl_ZlibStreamEof(Tcl_ZLibStream zshandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ZlibStreamGet
int Tcl_ZlibStreamGet(Tcl_ZLibStream zshandle, Tcl_Obj* data, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ZlibStreamGetCommandName
Tcl_Obj* Tcl_ZlibStreamGetCommandName(Tcl_ZLibStream zshandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ZlibStreamInit
int Tcl_ZlibStreamInit(Tcl_Interp* interp, int mode, int format, int level, Tcl_Obj* dictObj, Tcl_ZLibStream* zshandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ZlibStreamPut
int Tcl_ZlibStreamPut(Tcl_ZLibStream zshandle, Tcl_Obj* data, int flush)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ZlibStreamReset
int Tcl_ZlibStreamReset(Tcl_ZLibStream zshandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_ZlibStreamSetCompressionDictionary
void Tcl_ZlibStreamSetCompressionDictionary(Tcl_ZLibStream zhandle, Tcl_Obj* compressionDictionaryObj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

TclIntPlatStubs
struct TclIntPlatStubs
Undocumented in source.
TclIntStubs
struct TclIntStubs
Undocumented in source.
TclPlatStubs
struct TclPlatStubs
Undocumented in source.
TclStubHooks
struct TclStubHooks
Undocumented in source.
TclStubs
struct TclStubs
Undocumented in source.

Variables

tclStubsPtr
const(TclStubs)* tclStubsPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

MIT. See LICENSE for full details.