TclStubs

Undocumented in source.
struct TclStubs {}

Members

Variables

Tcl_BackgroundException
void function(Tcl_Interp* interp, int code) nothrow Tcl_BackgroundException;
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 function(Tcl_Interp* interp, Tcl_Obj* resultObjPtr, ClientData clientData, int flags) nothrow Tcl_CancelEval;

8.6.1 declarations

Tcl_Canceled
int function(Tcl_Interp* interp, int flags) nothrow Tcl_Canceled;
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 function(Tcl_Interp* interp, Tcl_Channel chan, int flags) nothrow Tcl_CloseEx;
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 function(Tcl_Interp* interp, Tcl_Channel* rchan, Tcl_Channel* wchan, int flags) nothrow Tcl_CreatePipe;
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 function(Tcl_Interp* interp, Tcl_LoadHandle* handlePtr) nothrow Tcl_FSUnloadFile;
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* function(Tcl_Interp* interp, Tcl_LoadHandle handle, const(char)* symbol) nothrow Tcl_FindSymbol;
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 function(const(Tcl_StatBuf)* statPtr) nothrow Tcl_GetAccessTimeFromStat;
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 function(const(Tcl_StatBuf)* statPtr) nothrow Tcl_GetBlockSizeFromStat;
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 function(const(Tcl_StatBuf)* statPtr) nothrow Tcl_GetBlocksFromStat;
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 function(const(Tcl_StatBuf)* statPtr) nothrow Tcl_GetChangeTimeFromStat;
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 function(const(Tcl_StatBuf)* statPtr) nothrow Tcl_GetDeviceTypeFromStat;
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 function(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj** paramListPtr) nothrow Tcl_GetEnsembleParameterList;
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 function(Tcl_Interp* interp) nothrow Tcl_GetErrorLine;
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 function(const(Tcl_StatBuf)* statPtr) nothrow Tcl_GetFSDeviceFromStat;
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 function(const(Tcl_StatBuf)* statPtr) nothrow Tcl_GetFSInodeFromStat;
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 function(const(Tcl_StatBuf)* statPtr) nothrow Tcl_GetGroupIdFromStat;
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 function(const(Tcl_StatBuf)* statPtr) nothrow Tcl_GetLinkCountFromStat;
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 function(const(Tcl_StatBuf)* statPtr) nothrow Tcl_GetModeFromStat;
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 function(const(Tcl_StatBuf)* statPtr) nothrow Tcl_GetModificationTimeFromStat;
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 function(const(Tcl_StatBuf)* statPtr) nothrow Tcl_GetSizeFromStat;
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* function(const(char)** encodingPtr) nothrow Tcl_GetStartupScript;
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 function(const(Tcl_StatBuf)* statPtr) nothrow Tcl_GetUserIdFromStat;
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 function(Tcl_Interp* interp) nothrow Tcl_InterpActive;
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 function(Tcl_Interp* interp, Tcl_Obj* pathPtr, const(char*)* symv, int flags, void* procPtrs, Tcl_LoadHandle* handlePtr) nothrow Tcl_LoadFile;
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 function(Tcl_Interp* interp, Tcl_NRPostProc* postProcPtr, ClientData data0, ClientData data1, ClientData data2, ClientData data3) nothrow Tcl_NRAddCallback;
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 function(Tcl_Interp* interp, Tcl_ObjCmdProc* objProc, ClientData clientData, int objc, const(Tcl_Obj*)* objv) nothrow Tcl_NRCallObjProc;
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 function(Tcl_Interp* interp, Tcl_Command cmd, int objc, const(Tcl_Obj*)* objv, int flags) nothrow Tcl_NRCmdSwap;
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 function(Tcl_Interp* interp, const(char)* cmdName, Tcl_ObjCmdProc proc, Tcl_ObjCmdProc nreProc, ClientData clientData, Tcl_CmdDeleteProc deleteProc) nothrow Tcl_NRCreateCommand;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, int flags) nothrow Tcl_NREvalObj;
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 function(Tcl_Interp* interp, int objc, const(Tcl_Obj*)* objv, int flags) nothrow Tcl_NREvalObjv;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, Tcl_Obj* resultPtr) nothrow Tcl_NRExprObj;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, int flags) nothrow Tcl_NRSubstObj;
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 function(Tcl_Interp* interp, const(Tcl_ArgvInfo)* argTable, int* objcPtr, const(Tcl_Obj*)* objv, Tcl_Obj*** remObjv) nothrow Tcl_ParseArgsObjv;
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 function(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj* paramList) nothrow Tcl_SetEnsembleParameterList;
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 function(Tcl_Interp* interp, int lineNum) nothrow Tcl_SetErrorLine;
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 function(Tcl_Obj* path, const(char)* encoding) nothrow Tcl_SetStartupScript;
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 function(Tcl_Interp* sourceInterp, int result, Tcl_Interp* targetInterp) nothrow Tcl_TransferResult;
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 function(uint adler, const(ubyte)* buf, int len) nothrow Tcl_ZlibAdler32;
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 function(uint crc, const(ubyte)* buf, int len) nothrow Tcl_ZlibCRC32;
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 function(Tcl_Interp* interp, int format, Tcl_Obj* data, int level, Tcl_Obj* gzipHeaderDictObj) nothrow Tcl_ZlibDeflate;
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 function(Tcl_Interp* interp, int format, Tcl_Obj* data, int buffersize, Tcl_Obj* gzipHeaderDictObj) nothrow Tcl_ZlibInflate;
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 function(Tcl_ZLibStream zshandle) nothrow Tcl_ZlibStreamChecksum;
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 function(Tcl_ZLibStream zshandle) nothrow Tcl_ZlibStreamClose;
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 function(Tcl_ZLibStream zshandle) nothrow Tcl_ZlibStreamEof;
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 function(Tcl_ZLibStream zshandle, Tcl_Obj* data, int count) nothrow Tcl_ZlibStreamGet;
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* function(Tcl_ZLibStream zshandle) nothrow Tcl_ZlibStreamGetCommandName;
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 function(Tcl_Interp* interp, int mode, int format, int level, Tcl_Obj* dictObj, Tcl_ZLibStream* zshandle) nothrow Tcl_ZlibStreamInit;
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 function(Tcl_ZLibStream zshandle, Tcl_Obj* data, int flush) nothrow Tcl_ZlibStreamPut;
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 function(Tcl_ZLibStream zshandle) nothrow Tcl_ZlibStreamReset;
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 function(Tcl_ZLibStream zhandle, Tcl_Obj* compressionDictionaryObj) nothrow Tcl_ZlibStreamSetCompressionDictionary;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hooks
const(TclStubHooks)* hooks;
Undocumented in source.
magic
int magic;
Undocumented in source.
reserved10
void function() nothrow reserved10;
Undocumented in source.
reserved167
void function() nothrow reserved167;
Undocumented in source.
reserved188
void function() nothrow reserved188;
Undocumented in source.
reserved285
void function() nothrow reserved285;
Undocumented in source.
reserved9
void function() nothrow reserved9;
Undocumented in source.
tclFreeObj
void function(Tcl_Obj* objPtr) nothrow tclFreeObj;
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 function(const(char)* path, int mode) nothrow tcl_Access;
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 function(Tcl_Interp* interp, const(char)* message) nothrow tcl_AddErrorInfo;
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 function(Tcl_Interp* interp, const(char)* message, int length) nothrow tcl_AddObjErrorInfo;
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 function(ClientData clientData) nothrow tcl_AlertNotifier;
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* function(uint size) nothrow tcl_Alloc;
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* function() nothrow 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 function(Tcl_Interp* interp) nothrow tcl_AllowExceptions;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr) nothrow tcl_AppendAllObjTypes;
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 function(Tcl_Interp* interp, const(char)* element) nothrow tcl_AppendElement;
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 function(Tcl_Interp* interp, Tcl_Namespace* nsPtr, Tcl_Obj* objPtr) nothrow tcl_AppendExportList;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, const(char)* format, int objc, const(Tcl_Obj*)* objv) nothrow tcl_AppendFormatToObj;
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 function(Tcl_Obj* objPtr, const(char)* bytes, int length, int limit, const(char)* ellipsis) nothrow tcl_AppendLimitedToObj;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr) nothrow tcl_AppendObjToErrorInfo;
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 function(Tcl_Obj* objPtr, Tcl_Obj* appendObjPtr) nothrow tcl_AppendObjToObj;
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 function(Tcl_Obj* objPtr, const(char)* format, ...) nothrow tcl_AppendPrintfToObj;
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 function(Tcl_Interp* interp, ...) nothrow tcl_AppendResult;
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 function(Tcl_Interp* interp, va_list argList) nothrow tcl_AppendResultVA;
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 function(Tcl_Obj* objPtr, ...) nothrow tcl_AppendStringsToObj;
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 function(Tcl_Obj* objPtr, va_list argList) nothrow tcl_AppendStringsToObjVA;
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 function(Tcl_Obj* objPtr, const(char)* bytes, int length) nothrow tcl_AppendToObj;
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 function(Tcl_Obj* objPtr, const(Tcl_UniChar)* unicode, int length) nothrow tcl_AppendUnicodeToObj;
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 function(Tcl_AsyncProc proc, ClientData clientData) nothrow tcl_AsyncCreate;
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 function(Tcl_AsyncHandler async) nothrow tcl_AsyncDelete;
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 function(Tcl_Interp* interp, int code) nothrow tcl_AsyncInvoke;
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 function(Tcl_AsyncHandler async) nothrow tcl_AsyncMark;
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 function() nothrow 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* function(uint size) nothrow tcl_AttemptAlloc;
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* function(uint size, const(char)* file, int line) nothrow tcl_AttemptDbCkalloc;
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* function(const(char)* ptr, uint size, const(char)* file, int line) nothrow tcl_AttemptDbCkrealloc;
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* function(const(char)* ptr, uint size) nothrow tcl_AttemptRealloc;
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 function(Tcl_Obj* objPtr, int length) nothrow tcl_AttemptSetObjLength;
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 function(Tcl_Interp* interp) nothrow tcl_BackgroundError;
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 function(const(char)* src, int* readPtr) nothrow tcl_Backslash;
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 function(Tcl_Interp* interp, const(char)* optionName, const(char)* optionList) nothrow tcl_BadChannelOption;
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 function(Tcl_Interp* interp, Tcl_InterpDeleteProc proc, ClientData clientData) nothrow tcl_CallWhenDeleted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tcl_CancelIdleCall
void function(Tcl_IdleProc idleProc, ClientData clientData) nothrow tcl_CancelIdleCall;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelBlockModeProc;
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 function(Tcl_Channel chan) nothrow tcl_ChannelBuffered;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelClose2Proc;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelCloseProc;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelFlushProc;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelGetHandleProc;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelGetOptionProc;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelHandlerProc;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelInputProc;
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)* function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelName;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelOutputProc;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelSeekProc;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelSetOptionProc;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelThreadActionProc;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelTruncateProc;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelVersion;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelWatchProc;
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 function(const(Tcl_ChannelType)* chanTypePtr) nothrow tcl_ChannelWideSeekProc;
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 function(const(char)* dirName) nothrow tcl_Chdir;
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 function(Tcl_Channel channel) nothrow tcl_ClearChannelHandlers;
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 function(Tcl_Interp* interp, Tcl_Channel chan) nothrow tcl_Close;
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 function(const(char)* cmd) nothrow tcl_CommandComplete;
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 function(Tcl_Interp* interp, const(char)* varName, int flags, Tcl_CommandTraceProc procPtr, ClientData prevClientData) nothrow tcl_CommandTraceInfo;
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)* function(int argc, const(char)** argv) nothrow tcl_Concat;
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* function(int objc, const(Tcl_Obj*)* objv) nothrow tcl_ConcatObj;
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 function(Tcl_Condition* condPtr) nothrow tcl_ConditionFinalize;
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 function(Tcl_Condition* condPtr) nothrow tcl_ConditionNotify;
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 function(Tcl_Condition* condPtr, Tcl_Mutex* mutexPtr, const(Tcl_Time)* timePtr) nothrow tcl_ConditionWait;
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 function(const(char)* src, int length, const(char)* dst, int flags) nothrow tcl_ConvertCountedElement;
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 function(const(char)* src, const(char)* dst, int flags) nothrow tcl_ConvertElement;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, Tcl_ObjType* typePtr) nothrow tcl_ConvertToType;
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 function(Tcl_Interp* slave, const(char)* slaveCmd, Tcl_Interp* target, const(char)* targetCmd, int argc, const(char)** argv) nothrow tcl_CreateAlias;
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 function(Tcl_Interp* slave, const(char)* slaveCmd, Tcl_Interp* target, const(char)* targetCmd, int objc, const(Tcl_Obj*)* objv) nothrow tcl_CreateAliasObj;
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 function(const(Tcl_ChannelType)* typePtr, const(char)* chanName, ClientData instanceData, int mask) nothrow tcl_CreateChannel;
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 function(Tcl_Channel chan, int mask, Tcl_ChannelProc proc, ClientData clientData) nothrow tcl_CreateChannelHandler;
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 function(Tcl_Channel chan, Tcl_CloseProc proc, ClientData clientData) nothrow tcl_CreateCloseHandler;
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 function(Tcl_Interp* interp, const(char)* cmdName, Tcl_CmdProc proc, ClientData clientData, Tcl_CmdDeleteProc deleteProc) nothrow tcl_CreateCommand;
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 function(const(Tcl_EncodingType)* typePtr) nothrow tcl_CreateEncoding;
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 function(Tcl_Interp* interp, const(char)* name, Tcl_Namespace* namespacePtr, int flags) nothrow tcl_CreateEnsemble;
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 function(Tcl_EventSetupProc setupProc, Tcl_EventCheckProc checkProc, ClientData clientData) nothrow tcl_CreateEventSource;
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 function(Tcl_ExitProc proc, ClientData clientData) nothrow tcl_CreateExitHandler;
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 function(int fd, int mask, Tcl_FileProc proc, ClientData clientData) nothrow tcl_CreateFileHandler;
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* function(Tcl_HashTable* tablePtr, const(void)* key, int* newPtr) nothrow tcl_CreateHashEntry;
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* function() nothrow 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 function(Tcl_Interp* interp, const(char)* name, int numArgs, Tcl_ValueType* argTypes, Tcl_MathProc proc, ClientData clientData) nothrow tcl_CreateMathFunc;
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* function(Tcl_Interp* interp, const(char)* name, ClientData clientData, Tcl_NamespaceDeleteProc deleteProc) nothrow tcl_CreateNamespace;
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 function(Tcl_Interp* interp, const(char)* cmdName, Tcl_ObjCmdProc proc, ClientData clientData, Tcl_CmdDeleteProc deleteProc) nothrow tcl_CreateObjCommand;
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 function(Tcl_Interp* interp, int level, int flags, Tcl_CmdObjTraceProc objProc, ClientData clientData, Tcl_CmdObjTraceDeleteProc delProc) nothrow tcl_CreateObjTrace;
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* function(Tcl_Interp* interp, const(char)* slaveName, int isSafe) nothrow tcl_CreateSlave;
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 function(Tcl_ThreadId* idPtr, Tcl_ThreadCreateProc proc, ClientData clientData, int stackSize, int flags) nothrow tcl_CreateThread;
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 function(Tcl_ExitProc proc, ClientData clientData) nothrow tcl_CreateThreadExitHandler;
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 function(int milliseconds, Tcl_TimerProc proc, ClientData clientData) nothrow tcl_CreateTimerHandler;
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 function(Tcl_Interp* interp, int level, Tcl_CmdTraceProc proc, ClientData clientData) nothrow tcl_CreateTrace;
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 function(Tcl_Channel channel) nothrow tcl_CutChannel;
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)* function(Tcl_DString* dsPtr, const(char)* bytes, int length) nothrow tcl_DStringAppend;
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)* function(Tcl_DString* dsPtr, const(char)* element) nothrow tcl_DStringAppendElement;
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 function(Tcl_DString* dsPtr) nothrow tcl_DStringEndSublist;
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 function(Tcl_DString* dsPtr) nothrow tcl_DStringFree;
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 function(Tcl_Interp* interp, Tcl_DString* dsPtr) nothrow tcl_DStringGetResult;
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 function(Tcl_DString* dsPtr) nothrow tcl_DStringInit;
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 function(Tcl_Interp* interp, Tcl_DString* dsPtr) nothrow tcl_DStringResult;
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 function(Tcl_DString* dsPtr, int length) nothrow tcl_DStringSetLength;
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 function(Tcl_DString* dsPtr) nothrow tcl_DStringStartSublist;
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* function(uint size, const(char)* file, int line) nothrow tcl_DbCkalloc;
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 function(const(char)* ptr, const(char)* file, int line) nothrow tcl_DbCkfree;
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* function(const(char)* ptr, uint size, const(char)* file, int line) nothrow tcl_DbCkrealloc;
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 function(Tcl_Obj* objPtr, const(char)* file, int line) nothrow tcl_DbDecrRefCount;
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 function(Tcl_Obj* objPtr, const(char)* file, int line) nothrow tcl_DbIncrRefCount;
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 function(Tcl_Obj* objPtr, const(char)* file, int line) nothrow tcl_DbIsShared;
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* function(mp_int* value, const(char)* file, int line) nothrow tcl_DbNewBignumObj;
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* function(int boolValue, const(char)* file, int line) nothrow tcl_DbNewBooleanObj;
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* function(const(ubyte)* bytes, int length, const(char)* file, int line) nothrow tcl_DbNewByteArrayObj;
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* function(const(char)* file, int line) nothrow tcl_DbNewDictObj;
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* function(double doubleValue, const(char)* file, int line) nothrow tcl_DbNewDoubleObj;
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* function(int objc, const(Tcl_Obj*)* objv, const(char)* file, int line) nothrow tcl_DbNewListObj;
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* function(c_long longValue, const(char)* file, int line) nothrow tcl_DbNewLongObj;
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* function(const(char)* file, int line) nothrow tcl_DbNewObj;
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* function(const(char)* bytes, int length, const(char)* file, int line) nothrow tcl_DbNewStringObj;
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* function(Tcl_WideInt wideValue, const(char)* file, int line) nothrow tcl_DbNewWideIntObj;
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 function(Tcl_Interp* interp, const(char)* name) nothrow tcl_DeleteAssocData;
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 function(Tcl_Channel chan, Tcl_ChannelProc proc, ClientData clientData) nothrow tcl_DeleteChannelHandler;
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 function(Tcl_Channel chan, Tcl_CloseProc proc, ClientData clientData) nothrow tcl_DeleteCloseHandler;
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 function(Tcl_Interp* interp, const(char)* cmdName) nothrow tcl_DeleteCommand;
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 function(Tcl_Interp* interp, Tcl_Command command) nothrow tcl_DeleteCommandFromToken;
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 function(Tcl_EventSetupProc setupProc, Tcl_EventCheckProc checkProc, ClientData clientData) nothrow tcl_DeleteEventSource;
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 function(Tcl_EventDeleteProc proc, ClientData clientData) nothrow tcl_DeleteEvents;
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 function(Tcl_ExitProc proc, ClientData clientData) nothrow tcl_DeleteExitHandler;
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 function(int fd) nothrow tcl_DeleteFileHandler;
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 function(Tcl_HashEntry* entryPtr) nothrow tcl_DeleteHashEntry;
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 function(Tcl_HashTable* tablePtr) nothrow tcl_DeleteHashTable;
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 function(Tcl_Interp* interp) nothrow tcl_DeleteInterp;
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 function(Tcl_Namespace* nsPtr) nothrow tcl_DeleteNamespace;
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 function(Tcl_ExitProc proc, ClientData clientData) nothrow tcl_DeleteThreadExitHandler;
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 function(Tcl_TimerToken token) nothrow tcl_DeleteTimerHandler;
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 function(Tcl_Interp* interp, Tcl_Trace trace) nothrow tcl_DeleteTrace;
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 function(Tcl_Interp* interp, Tcl_Channel channel) nothrow tcl_DetachChannel;
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 function(int numPids, Tcl_Pid* pidPtr) nothrow tcl_DetachPids;
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 function(Tcl_DictSearch* searchPtr) nothrow tcl_DictObjDone;
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 function(Tcl_Interp* interp, Tcl_Obj* dictPtr, Tcl_DictSearch* searchPtr, Tcl_Obj** keyPtrPtr, Tcl_Obj** valuePtrPtr, int* donePtr) nothrow tcl_DictObjFirst;
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 function(Tcl_Interp* interp, Tcl_Obj* dictPtr, Tcl_Obj* keyPtr, Tcl_Obj** valuePtrPtr) nothrow tcl_DictObjGet;
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 function(Tcl_DictSearch* searchPtr, Tcl_Obj** keyPtrPtr, Tcl_Obj** valuePtrPtr, int* donePtr) nothrow tcl_DictObjNext;
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 function(Tcl_Interp* interp, Tcl_Obj* dictPtr, Tcl_Obj* keyPtr, Tcl_Obj* valuePtr) nothrow tcl_DictObjPut;
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 function(Tcl_Interp* interp, Tcl_Obj* dictPtr, int keyc, const(Tcl_Obj*)* keyv, Tcl_Obj* valuePtr) nothrow tcl_DictObjPutKeyList;
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 function(Tcl_Interp* interp, Tcl_Obj* dictPtr, Tcl_Obj* keyPtr) nothrow tcl_DictObjRemove;
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 function(Tcl_Interp* interp, Tcl_Obj* dictPtr, int keyc, const(Tcl_Obj*)* keyv) nothrow tcl_DictObjRemoveKeyList;
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 function(Tcl_Interp* interp, Tcl_Obj* dictPtr, int* sizePtr) nothrow tcl_DictObjSize;
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 function(Tcl_InterpState state) nothrow tcl_DiscardInterpState;
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 function(Tcl_SavedResult* statePtr) nothrow tcl_DiscardResult;
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 function(int flags) nothrow tcl_DoOneEvent;
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 function(Tcl_IdleProc proc, ClientData clientData) nothrow tcl_DoWhenIdle;
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 function(Tcl_Interp* interp, Tcl_InterpDeleteProc proc, ClientData clientData) nothrow tcl_DontCallWhenDeleted;
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 function(const(char)* fileName) nothrow tcl_DumpActiveMemory;
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* function(Tcl_Obj* objPtr) nothrow tcl_DuplicateObj;
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 function(Tcl_Channel chan) nothrow tcl_Eof;
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)* function() nothrow 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)* function(int err) nothrow tcl_ErrnoMsg;
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 function(Tcl_Interp* interp, const(char)* script) nothrow tcl_Eval;
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 function(Tcl_Interp* interp, const(char)* script, int numBytes, int flags) nothrow tcl_EvalEx;
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 function(Tcl_Interp* interp, const(char)* fileName) nothrow tcl_EvalFile;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr) nothrow tcl_EvalObj;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, int flags) nothrow tcl_EvalObjEx;
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 function(Tcl_Interp* interp, int objc, const(Tcl_Obj*)* objv, int flags) nothrow tcl_EvalObjv;
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* function(Tcl_Interp* interp, Tcl_Token* tokenPtr, int count) nothrow tcl_EvalTokens;
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 function(Tcl_Interp* interp, Tcl_Token* tokenPtr, int count) nothrow tcl_EvalTokensStandard;
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 function(ClientData clientData, Tcl_FreeProc freeProc) nothrow tcl_EventuallyFree;
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 function(int status) nothrow tcl_Exit;
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 function(int status) nothrow tcl_ExitThread;
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 function(Tcl_Interp* interp, Tcl_Namespace* nsPtr, const(char)* pattern, int resetListFirst) nothrow tcl_Export;
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 function(Tcl_Interp* interp, const(char)* hiddenCmdToken, const(char)* cmdName) nothrow tcl_ExposeCommand;
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 function(Tcl_Interp* interp, const(char)* expr, int* ptr) nothrow tcl_ExprBoolean;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, int* ptr) nothrow tcl_ExprBooleanObj;
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 function(Tcl_Interp* interp, const(char)* expr, double* ptr) nothrow tcl_ExprDouble;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, double* ptr) nothrow tcl_ExprDoubleObj;
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 function(Tcl_Interp* interp, const(char)* expr, c_long* ptr) nothrow tcl_ExprLong;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, c_long* ptr) nothrow tcl_ExprLongObj;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, Tcl_Obj** resultPtrPtr) nothrow tcl_ExprObj;
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 function(Tcl_Interp* interp, const(char)* expr) nothrow tcl_ExprString;
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 function(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) nothrow tcl_ExternalToUtf;
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)* function(Tcl_Encoding encoding, const(char)* src, int srcLen, Tcl_DString* dsPtr) nothrow tcl_ExternalToUtfDString;
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 function(Tcl_Obj* pathPtr, int mode) nothrow tcl_FSAccess;
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 function(Tcl_Obj* pathPtr) nothrow tcl_FSChdir;
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 function(Tcl_Interp* interp, Tcl_Obj* pathPtr) nothrow tcl_FSConvertToPathType;
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 function(Tcl_Obj* srcPathPtr, Tcl_Obj* destPathPtr, Tcl_Obj** errorPtr) nothrow tcl_FSCopyDirectory;
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 function(Tcl_Obj* srcPathPtr, Tcl_Obj* destPathPtr) nothrow tcl_FSCopyFile;
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 function(Tcl_Obj* pathPtr) nothrow tcl_FSCreateDirectory;
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 function(const(Tcl_Filesystem)* fsPtr) nothrow tcl_FSData;
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 function(Tcl_Obj* pathPtr) nothrow tcl_FSDeleteFile;
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 function(Tcl_Obj* firstPtr, Tcl_Obj* secondPtr) nothrow tcl_FSEqualPaths;
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 function(Tcl_Interp* interp, Tcl_Obj* fileName) nothrow tcl_FSEvalFile;
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 function(Tcl_Interp* interp, Tcl_Obj* fileName, const(char)* encodingName) nothrow tcl_FSEvalFileEx;
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)** function(Tcl_Obj* pathPtr, Tcl_Obj** objPtrRef) nothrow tcl_FSFileAttrStrings;
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 function(Tcl_Interp* interp, int index, Tcl_Obj* pathPtr, Tcl_Obj** objPtrRef) nothrow tcl_FSFileAttrsGet;
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 function(Tcl_Interp* interp, int index, Tcl_Obj* pathPtr, Tcl_Obj* objPtr) nothrow tcl_FSFileAttrsSet;
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* function(Tcl_Obj* pathPtr) nothrow tcl_FSFileSystemInfo;
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* function(Tcl_Interp* interp) nothrow tcl_FSGetCwd;
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)* function(Tcl_Obj* pathPtr) nothrow tcl_FSGetFileSystemForPath;
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 function(Tcl_Obj* pathPtr, const(Tcl_Filesystem)* fsPtr) nothrow tcl_FSGetInternalRep;
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)* function(Tcl_Obj* pathPtr) nothrow tcl_FSGetNativePath;
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* function(Tcl_Interp* interp, Tcl_Obj* pathPtr) nothrow tcl_FSGetNormalizedPath;
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 function(Tcl_Obj* pathPtr) nothrow tcl_FSGetPathType;
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* function(Tcl_Interp* interp, Tcl_Obj* pathPtr) nothrow tcl_FSGetTranslatedPath;
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)* function(Tcl_Interp* interp, Tcl_Obj* pathPtr) nothrow tcl_FSGetTranslatedStringPath;
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* function(Tcl_Obj* listObj, int elements) nothrow tcl_FSJoinPath;
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* function(Tcl_Obj* pathPtr, int objc, const(Tcl_Obj*)* objv) nothrow tcl_FSJoinToPath;
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* function(Tcl_Obj* pathPtr, Tcl_Obj* toPtr, int linkAction) nothrow tcl_FSLink;
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* function() nothrow 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 function(Tcl_Interp* interp, Tcl_Obj* pathPtr, const(char)* sym1, const(char)* sym2, Tcl_PackageInitProc* proc1Ptr, Tcl_PackageInitProc* proc2Ptr, Tcl_LoadHandle* handlePtr, Tcl_FSUnloadFileProc* unloadProcPtr) nothrow tcl_FSLoadFile;
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 function(Tcl_Obj* pathPtr, Tcl_StatBuf* buf) nothrow tcl_FSLstat;
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 function(Tcl_Interp* interp, Tcl_Obj* result, Tcl_Obj* pathPtr, const(char)* pattern, Tcl_GlobTypeData* types) nothrow tcl_FSMatchInDirectory;
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 function(const(Tcl_Filesystem)* fsPtr) nothrow tcl_FSMountsChanged;
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* function(const(Tcl_Filesystem)* fromFilesystem, ClientData clientData) nothrow tcl_FSNewNativePath;
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 function(Tcl_Interp* interp, Tcl_Obj* pathPtr, const(char)* modeString, int permissions) nothrow tcl_FSOpenFileChannel;
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* function(Tcl_Obj* pathPtr) nothrow tcl_FSPathSeparator;
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 function(ClientData clientData, const(Tcl_Filesystem)* fsPtr) nothrow tcl_FSRegister;
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 function(Tcl_Obj* pathPtr, int recursive, Tcl_Obj** errorPtr) nothrow tcl_FSRemoveDirectory;
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 function(Tcl_Obj* srcPathPtr, Tcl_Obj* destPathPtr) nothrow tcl_FSRenameFile;
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* function(Tcl_Obj* pathPtr, int* lenPtr) nothrow tcl_FSSplitPath;
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 function(Tcl_Obj* pathPtr, Tcl_StatBuf* buf) nothrow tcl_FSStat;
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 function(const(Tcl_Filesystem)* fsPtr) nothrow tcl_FSUnregister;
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 function(Tcl_Obj* pathPtr, utimbuf* tval) nothrow tcl_FSUtime;
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 function() nothrow 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 function(ClientData clientData) nothrow tcl_FinalizeNotifier;
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 function() nothrow 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 function(Tcl_Interp* interp, const(char)* name, Tcl_Namespace* contextNsPtr, int flags) nothrow tcl_FindCommand;
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 function(Tcl_Interp* interp, Tcl_Obj* cmdNameObj, int flags) nothrow tcl_FindEnsemble;
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 function(const(char)* argv0) nothrow tcl_FindExecutable;
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* function(Tcl_HashTable* tablePtr, const(void)* key) nothrow tcl_FindHashEntry;
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* function(Tcl_Interp* interp, const(char)* name, Tcl_Namespace* contextNsPtr, int flags) nothrow tcl_FindNamespace;
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* function(Tcl_HashTable* tablePtr, Tcl_HashSearch* searchPtr) nothrow tcl_FirstHashEntry;
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 function(Tcl_Channel chan) nothrow tcl_Flush;
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 function(Tcl_Interp* interp, Tcl_Namespace* nsPtr, const(char)* pattern) nothrow tcl_ForgetImport;
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* function(Tcl_Interp* interp, const(char)* format, int objc, const(Tcl_Obj*)* objv) nothrow tcl_Format;
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 function(const(char)* ptr) nothrow tcl_Free;
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 function(Tcl_Encoding encoding) nothrow tcl_FreeEncoding;
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 function(Tcl_Parse* parsePtr) nothrow tcl_FreeParse;
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 function(Tcl_Interp* interp) nothrow tcl_FreeResult;
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 function(Tcl_Interp* interp, const(char)* slaveCmd, Tcl_Interp** targetInterpPtr, const(char)** targetCmdPtr, int* argcPtr, const(char)*** argvPtr) nothrow tcl_GetAlias;
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 function(Tcl_Interp* interp, const(char)* slaveCmd, Tcl_Interp** targetInterpPtr, const(char)** targetCmdPtr, int* objcPtr, Tcl_Obj*** objv) nothrow tcl_GetAliasObj;
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* function() nothrow 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 function(Tcl_Interp* interp, const(char)* name, Tcl_InterpDeleteProc* procPtr) nothrow tcl_GetAssocData;
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 function(Tcl_Interp* interp, Tcl_Obj* obj, mp_int* value) nothrow tcl_GetBignumFromObj;
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 function(Tcl_Interp* interp, const(char)* src, int* boolPtr) nothrow tcl_GetBoolean;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, int* boolPtr) nothrow tcl_GetBooleanFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tcl_GetByteArrayFromObj
ubyte* function(Tcl_Obj* objPtr, int* lengthPtr) nothrow tcl_GetByteArrayFromObj;
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 function(Tcl_Interp* interp, const(char)* chanName, int* modePtr) nothrow tcl_GetChannel;
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 function(Tcl_Channel chan) nothrow tcl_GetChannelBufferSize;
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 function(Tcl_Channel chan, Tcl_Obj** msg) nothrow tcl_GetChannelError;
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 function(Tcl_Interp* interp, Tcl_Obj** msg) nothrow tcl_GetChannelErrorInterp;
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 function(Tcl_Channel chan, int direction, ClientData* handlePtr) nothrow tcl_GetChannelHandle;
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 function(Tcl_Channel chan) nothrow tcl_GetChannelInstanceData;
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 function(Tcl_Channel chan) nothrow tcl_GetChannelMode;
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)* function(Tcl_Channel chan) nothrow tcl_GetChannelName;
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 function(Tcl_Interp* interp) nothrow tcl_GetChannelNames;
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 function(Tcl_Interp* interp, const(char)* pattern) nothrow tcl_GetChannelNamesEx;
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 function(Tcl_Interp* interp, Tcl_Channel chan, const(char)* optionName, Tcl_DString* dsPtr) nothrow tcl_GetChannelOption;
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 function(Tcl_Channel channel) nothrow tcl_GetChannelThread;
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)* function(Tcl_Channel chan) nothrow tcl_GetChannelType;
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 function(Tcl_Obj* objPtr) nothrow tcl_GetCharLength;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr) nothrow tcl_GetCommandFromObj;
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 function(Tcl_Interp* interp, Tcl_Command command, Tcl_Obj* objPtr) nothrow tcl_GetCommandFullName;
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 function(Tcl_Interp* interp, const(char)* cmdName, Tcl_CmdInfo* infoPtr) nothrow tcl_GetCommandInfo;
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 function(Tcl_Command token, const(Tcl_CmdInfo)* infoPtr) nothrow tcl_GetCommandInfoFromToken;
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)* function(Tcl_Interp* interp, Tcl_Command command) nothrow tcl_GetCommandName;
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* function(Tcl_Interp* interp) nothrow tcl_GetCurrentNamespace;
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 function() nothrow 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)* function(Tcl_Interp* interp, Tcl_DString* cwdPtr) nothrow tcl_GetCwd;
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)* function() nothrow 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_GetDouble
int function(Tcl_Interp* interp, const(char)* src, double* doublePtr) nothrow tcl_GetDouble;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, double* doublePtr) nothrow tcl_GetDoubleFromObj;
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 function(Tcl_Interp* interp, const(char)* name) nothrow tcl_GetEncoding;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, Tcl_Encoding* encodingPtr) nothrow tcl_GetEncodingFromObj;
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)* function(Tcl_Encoding encoding) nothrow tcl_GetEncodingName;
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)* function(Tcl_DString* bufPtr) nothrow tcl_GetEncodingNameFromEnvironment;
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 function(Tcl_Interp* interp) nothrow tcl_GetEncodingNames;
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* function() nothrow 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 function(Tcl_Interp* interp, Tcl_Command token, int* flagsPtr) nothrow tcl_GetEnsembleFlags;
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 function(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj** mapDictPtr) nothrow tcl_GetEnsembleMappingDict;
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 function(Tcl_Interp* interp, Tcl_Command token, Tcl_Namespace** namespacePtrPtr) nothrow tcl_GetEnsembleNamespace;
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 function(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj** subcmdListPtr) nothrow tcl_GetEnsembleSubcommandList;
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 function(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj** unknownListPtr) nothrow tcl_GetEnsembleUnknownHandler;
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 function() nothrow 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_GetGlobalNamespace
Tcl_Namespace* function(Tcl_Interp* interp) nothrow tcl_GetGlobalNamespace;
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)* function() nothrow 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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, const(char)** tablePtr, const(char)* msg, int flags, int* indexPtr) nothrow tcl_GetIndexFromObj;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, const(void)* tablePtr, int offset, const(char)* msg, int flags, int* indexPtr) nothrow tcl_GetIndexFromObjStruct;
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 function(Tcl_Interp* interp, const(char)* src, int* intPtr) nothrow tcl_GetInt;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, int* intPtr) nothrow tcl_GetIntFromObj;
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 function(Tcl_Interp* askInterp, Tcl_Interp* slaveInterp) nothrow tcl_GetInterpPath;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, c_long* longPtr) nothrow tcl_GetLongFromObj;
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* function(Tcl_Interp* interp) nothrow tcl_GetMaster;
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 function(Tcl_Interp* interp, const(char)* name, int* numArgsPtr, Tcl_ValueType** argTypesPtr, Tcl_MathProc* procPtr, ClientData* clientDataPtr) nothrow tcl_GetMathFuncInfo;
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)* function() nothrow 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* function(Tcl_Interp* interp, Tcl_Namespace* nsPtr) nothrow tcl_GetNamespaceUnknownHandler;
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* function(Tcl_Interp* interp) nothrow tcl_GetObjResult;
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)* function(const(char)* typeName) nothrow tcl_GetObjType;
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 function(Tcl_Interp* interp, const(char)* chanID, int forWriting, int checkUsage, ClientData* filePtr) nothrow tcl_GetOpenFile;
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 function(const(char)* path) nothrow tcl_GetPathType;
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* function(Tcl_Obj* objPtr, int first, int last) nothrow tcl_GetRange;
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 function(Tcl_Interp* interp, Tcl_Obj* patObj, int flags) nothrow tcl_GetRegExpFromObj;
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* function(Tcl_Interp* interp, int result) nothrow tcl_GetReturnOptions;
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 function() nothrow 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_GetSlave
Tcl_Interp* function(Tcl_Interp* interp, const(char)* slaveName) nothrow tcl_GetSlave;
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 function(Tcl_Channel chan) nothrow tcl_GetStackedChannel;
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 function(int type) nothrow tcl_GetStdChannel;
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)* function(Tcl_Obj* objPtr) nothrow tcl_GetString;
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)* function(Tcl_Obj* objPtr, int* lengthPtr) nothrow tcl_GetStringFromObj;
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)* function(Tcl_Interp* interp) nothrow tcl_GetStringResult;
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* function(Tcl_ThreadDataKey* keyPtr, int size) nothrow tcl_GetThreadData;
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 function(Tcl_Time* timeBuf) nothrow tcl_GetTime;
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 function(Tcl_Channel chan) nothrow tcl_GetTopChannel;
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 function(Tcl_Obj* objPtr, int index) nothrow tcl_GetUniChar;
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* function(Tcl_Obj* objPtr) nothrow tcl_GetUnicode;
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* function(Tcl_Obj* objPtr, int* lengthPtr) nothrow tcl_GetUnicodeFromObj;
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)* function(Tcl_Interp* interp, const(char)* varName, int flags) nothrow tcl_GetVar;
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)* function(Tcl_Interp* interp, const(char)* part1, const(char)* part2, int flags) nothrow tcl_GetVar2;
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* function(Tcl_Interp* interp, const(char)* part1, const(char)* part2, int flags) nothrow tcl_GetVar2Ex;
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 function(int* major, int* minor, int* patchLevel, int* type) nothrow tcl_GetVersion;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr, Tcl_WideInt* widePtr) nothrow tcl_GetWideIntFromObj;
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 function(Tcl_Channel chan, Tcl_DString* dsPtr) nothrow tcl_Gets;
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 function(Tcl_Channel chan, Tcl_Obj* objPtr) nothrow tcl_GetsObj;
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 function(Tcl_Interp* interp, const(char)* command) nothrow tcl_GlobalEval;
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 function(Tcl_Interp* interp, Tcl_Obj* objPtr) nothrow tcl_GlobalEvalObj;
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)* function(Tcl_HashTable* tablePtr) nothrow tcl_HashStats;
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 function(Tcl_Interp* interp, const(char)* cmdName, const(char)* hiddenCmdToken) nothrow tcl_HideCommand;
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 function(Tcl_Interp* interp, Tcl_Namespace* nsPtr, const(char)* pattern, int allowOverwrite) nothrow tcl_Import;
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 function(Tcl_Interp* interp) nothrow tcl_Init;
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 function(Tcl_Interp* interp, double initval, mp_int* toInit) nothrow tcl_InitBignumFromDouble;
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 function(Tcl_HashTable* tablePtr, int keyType, const(Tcl_HashKeyType)* typePtr) nothrow tcl_InitCustomHashTable;
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 function(Tcl_HashTable* tablePtr, int keyType) nothrow tcl_InitHashTable;
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 function(Tcl_Interp* interp) nothrow tcl_InitMemory;
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 function() nothrow 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 function(Tcl_HashTable* tablePtr) nothrow tcl_InitObjHashTable;
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 function(Tcl_Channel chan) nothrow tcl_InputBlocked;
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 function(Tcl_Channel chan) nothrow tcl_InputBuffered;
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 function(Tcl_Interp* interp) nothrow tcl_InterpDeleted;
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 function(Tcl_Obj* objPtr) nothrow tcl_InvalidateStringRep;
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 function(const(char)* channelName) nothrow tcl_IsChannelExisting;
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 function(Tcl_Interp* interp, Tcl_Channel channel) nothrow tcl_IsChannelRegistered;
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 function(Tcl_Channel channel) nothrow tcl_IsChannelShared;
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 function(Tcl_Command token) nothrow tcl_IsEnsemble;
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 function(Tcl_Interp* interp) nothrow tcl_IsSafe;
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 function(Tcl_Channel channel) nothrow tcl_IsStandardChannel;
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)* function(int argc, const(char)** argv, Tcl_DString* resultPtr) nothrow tcl_JoinPath;
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 function(Tcl_ThreadId threadId, int* result) nothrow tcl_JoinThread;
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 function(Tcl_Interp* interp, int type, Tcl_LimitHandlerProc handlerProc, ClientData clientData, Tcl_LimitHandlerDeleteProc deleteProc) nothrow tcl_LimitAddHandler;
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 function(Tcl_Interp* interp) nothrow tcl_LimitCheck;
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 function(Tcl_Interp* interp) nothrow tcl_LimitExceeded;
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 function(Tcl_Interp* interp) nothrow tcl_LimitGetCommands;
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 function(Tcl_Interp* interp, int type) nothrow tcl_LimitGetGranularity;
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 function(Tcl_Interp* interp, Tcl_Time* timeLimitPtr) nothrow tcl_LimitGetTime;
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 function(Tcl_Interp* interp) nothrow tcl_LimitReady;
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 function(Tcl_Interp* interp, int type, Tcl_LimitHandlerProc handlerProc, ClientData clientData) nothrow tcl_LimitRemoveHandler;
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 function(Tcl_Interp* interp, int commandLimit) nothrow tcl_LimitSetCommands;
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 function(Tcl_Interp* interp, int type, int granularity) nothrow tcl_LimitSetGranularity;
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 function(Tcl_Interp* interp, Tcl_Time* timeLimitPtr) nothrow tcl_LimitSetTime;
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 function(Tcl_Interp* interp, int type) nothrow tcl_LimitTypeEnabled;
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 function(Tcl_Interp* interp, int type) nothrow tcl_LimitTypeExceeded;
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 function(Tcl_Interp* interp, int type) nothrow tcl_LimitTypeReset;
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 function(Tcl_Interp* interp, int type) nothrow tcl_LimitTypeSet;
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 function(Tcl_Interp* interp, const(char)* varName, const(char)* addr, int type) nothrow tcl_LinkVar;
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* function(Tcl_Interp* interp, const(char)* pattern) nothrow tcl_ListMathFuncs;
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 function(Tcl_Interp* interp, Tcl_Obj* listPtr, Tcl_Obj* objPtr) nothrow tcl_ListObjAppendElement;
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 function(Tcl_Interp* interp, Tcl_Obj* listPtr, Tcl_Obj* elemListPtr) nothrow tcl_ListObjAppendList;
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 function(Tcl_Interp* interp, Tcl_Obj* listPtr, int* objcPtr, Tcl_Obj*** objvPtr) nothrow tcl_ListObjGetElements;
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 function(Tcl_Interp* interp, Tcl_Obj* listPtr, int index, Tcl_Obj** objPtrPtr) nothrow tcl_ListObjIndex;
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 function(Tcl_Interp* interp, Tcl_Obj* listPtr, int* lengthPtr) nothrow tcl_ListObjLength;
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 function(Tcl_Interp* interp, Tcl_Obj* listPtr, int first, int count, int objc, const(Tcl_Obj*)* objv) nothrow tcl_ListObjReplace;
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 function(Tcl_Interp* interp, const(char)* script, const(char)* command, int length) nothrow tcl_LogCommandInfo;
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 function(ClientData handle, int mode) nothrow tcl_MakeFileChannel;
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 function(Tcl_Interp* interp) nothrow tcl_MakeSafe;
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 function(ClientData tcpSocket) nothrow tcl_MakeTcpClientChannel;
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)* function(int argc, const(char)** argv) nothrow tcl_Merge;
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 function(Tcl_Mutex* mutex) nothrow tcl_MutexFinalize;
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 function(Tcl_Mutex* mutexPtr) nothrow tcl_MutexLock;
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 function(Tcl_Mutex* mutexPtr) nothrow tcl_MutexUnlock;
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* function(mp_int* value) nothrow tcl_NewBignumObj;
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* function(int boolValue) nothrow tcl_NewBooleanObj;
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* function(const(ubyte)* bytes, int length) nothrow tcl_NewByteArrayObj;
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* function() nothrow 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* function(double doubleValue) nothrow tcl_NewDoubleObj;
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* function(int intValue) nothrow tcl_NewIntObj;
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* function(int objc, const(Tcl_Obj*)* objv) nothrow tcl_NewListObj;
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* function(c_long longValue) nothrow tcl_NewLongObj;
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* function() nothrow 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* function(const(char)* bytes, int length) nothrow tcl_NewStringObj;
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* function(const(Tcl_UniChar)* unicode, int numChars) nothrow tcl_NewUnicodeObj;
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* function(Tcl_WideInt wideValue) nothrow tcl_NewWideIntObj;
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* function(Tcl_HashSearch* searchPtr) nothrow tcl_NextHashEntry;
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 function(Tcl_Channel channel, int mask) nothrow tcl_NotifyChannel;
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 function(const(char)* src, int length) nothrow tcl_NumUtfChars;
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* function(Tcl_Interp* interp, Tcl_Obj* part1Ptr, Tcl_Obj* part2Ptr, int flags) nothrow tcl_ObjGetVar2;
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* function(const(char)* format, ...) nothrow tcl_ObjPrintf;
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* function(Tcl_Interp* interp, Tcl_Obj* part1Ptr, Tcl_Obj* part2Ptr, Tcl_Obj* newValuePtr, int flags) nothrow tcl_ObjSetVar2;
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 function(Tcl_Interp* interp, int argc, const(char)** argv, int flags) nothrow tcl_OpenCommandChannel;
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 function(Tcl_Interp* interp, const(char)* fileName, const(char)* modeString, int permissions) nothrow tcl_OpenFileChannel;
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 function(Tcl_Interp* interp, int port, const(char)* address, const(char)* myaddr, int myport, int async) nothrow tcl_OpenTcpClient;
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 function(Tcl_Interp* interp, int port, const(char)* host, Tcl_TcpAcceptProc acceptProc, ClientData callbackData) nothrow tcl_OpenTcpServer;
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 function(Tcl_Channel chan) nothrow tcl_OutputBuffered;
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 function(const(char)* format, ...) nothrow tcl_Panic;
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 function(const(char)* format, va_list argList) nothrow tcl_PanicVA;
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 function(Tcl_Interp* interp, const(char)* start, int numBytes, Tcl_Parse* parsePtr, int append, const(char)** termPtr) nothrow tcl_ParseBraces;
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 function(Tcl_Interp* interp, const(char)* start, int numBytes, int nested, Tcl_Parse* parsePtr) nothrow tcl_ParseCommand;
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 function(Tcl_Interp* interp, const(char)* start, int numBytes, Tcl_Parse* parsePtr) nothrow tcl_ParseExpr;
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 function(Tcl_Interp* interp, const(char)* start, int numBytes, Tcl_Parse* parsePtr, int append, const(char)** termPtr) nothrow tcl_ParseQuotedString;
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)* function(Tcl_Interp* interp, const(char)* start, const(char)** termPtr) nothrow tcl_ParseVar;
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 function(Tcl_Interp* interp, const(char)* start, int numBytes, Tcl_Parse* parsePtr, int append) nothrow tcl_ParseVarName;
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)* function(Tcl_Interp* interp, const(char)* name, const(char)* version_, int exact) nothrow tcl_PkgPresent;
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)* function(Tcl_Interp* interp, const(char)* name, const(char)* version_, int exact, ClientData* clientDataPtr) nothrow tcl_PkgPresentEx;
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 function(Tcl_Interp* interp, const(char)* name, const(char)* version_) nothrow tcl_PkgProvide;
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 function(Tcl_Interp* interp, const(char)* name, const(char)* version_, ClientData clientData) nothrow tcl_PkgProvideEx;
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)* function(Tcl_Interp* interp, const(char)* name, const(char)* version_, int exact) nothrow tcl_PkgRequire;
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)* function(Tcl_Interp* interp, const(char)* name, const(char)* version_, int exact, ClientData* clientDataPtr) nothrow tcl_PkgRequireEx;
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 function(Tcl_Interp* interp, const(char)* name, int objc, const(Tcl_Obj*)* objv, ClientData* clientDataPtr) nothrow tcl_PkgRequireProc;
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)* function(Tcl_Interp* interp) nothrow tcl_PosixError;
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 function(ClientData data) nothrow tcl_Preserve;
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 function(Tcl_Interp* interp, double value, const(char)* dst) nothrow tcl_PrintDouble;
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 function(ClientData clientData, Tcl_Interp* interp, int objc, const(Tcl_Obj*)* objv) nothrow tcl_ProcObjCmd;
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 function(const(char)* assignment) nothrow tcl_PutEnv;
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 function(Tcl_GetTimeProc* getProc, Tcl_ScaleTimeProc* scaleProc, ClientData* clientData) nothrow tcl_QueryTimeProc;
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 function(Tcl_Event* evPtr, Tcl_QueuePosition position) nothrow tcl_QueueEvent;
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 function(Tcl_Channel chan, const(char)* bufPtr, int toRead) nothrow tcl_Read;
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 function(Tcl_Channel channel, Tcl_Obj* objPtr, int charsToRead, int appendFlag) nothrow tcl_ReadChars;
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 function(Tcl_Channel chan, const(char)* dst, int bytesToRead) nothrow tcl_ReadRaw;
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* function(const(char)* ptr, uint size) nothrow tcl_Realloc;
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 function() nothrow 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 function(Tcl_Interp* interp, const(char)* cmd, int flags) nothrow tcl_RecordAndEval;
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 function(Tcl_Interp* interp, Tcl_Obj* cmdPtr, int flags) nothrow tcl_RecordAndEvalObj;
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 function(Tcl_Interp* interp, const(char)* pattern) nothrow tcl_RegExpCompile;
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 function(Tcl_Interp* interp, Tcl_RegExp regexp, const(char)* text, const(char)* start) nothrow tcl_RegExpExec;
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 function(Tcl_Interp* interp, Tcl_RegExp regexp, Tcl_Obj* textObj, int offset, int nmatches, int flags) nothrow tcl_RegExpExecObj;
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 function(Tcl_RegExp regexp, Tcl_RegExpInfo* infoPtr) nothrow tcl_RegExpGetInfo;
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 function(Tcl_Interp* interp, const(char)* text, const(char)* pattern) nothrow tcl_RegExpMatch;
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 function(Tcl_Interp* interp, Tcl_Obj* textObj, Tcl_Obj* patternObj) nothrow tcl_RegExpMatchObj;
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 function(Tcl_RegExp regexp, int index, const(char)** startPtr, const(char)** endPtr) nothrow tcl_RegExpRange;
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 function(Tcl_Interp* interp, Tcl_Channel chan) nothrow tcl_RegisterChannel;
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 function(Tcl_Interp* interp, const(char)* pkgName, Tcl_Config* configuration, const(char)* valEncoding) nothrow tcl_RegisterConfig;
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 function(const(Tcl_ObjType)* typePtr) nothrow tcl_RegisterObjType;
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 function(ClientData clientData) nothrow tcl_Release;
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 function(Tcl_Interp* interp) nothrow tcl_ResetResult;
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 function(Tcl_Interp* interp, Tcl_InterpState state) nothrow tcl_RestoreInterpState;
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 function(Tcl_Interp* interp, Tcl_SavedResult* statePtr) nothrow tcl_RestoreResult;
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 function(Tcl_Interp* interp, int status) nothrow tcl_SaveInterpState;
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 function(Tcl_Interp* interp, Tcl_SavedResult* statePtr) nothrow tcl_SaveResult;
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 function(const(char)* src, int length, int* flagPtr) nothrow tcl_ScanCountedElement;
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 function(const(char)* src, int* flagPtr) nothrow tcl_ScanElement;
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 function(Tcl_Channel chan, Tcl_WideInt offset, int mode) nothrow tcl_Seek;
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 function(Tcl_Channel chan, int offset, int mode) nothrow tcl_SeekOld;
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 function() nothrow 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 function(int flags) nothrow tcl_ServiceEvent;
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 function(int mode) nothrow tcl_ServiceModeHook;
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 function(Tcl_Interp* interp, const(char)* name, Tcl_InterpDeleteProc proc, ClientData clientData) nothrow tcl_SetAssocData;
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 function(Tcl_Obj* obj, mp_int* value) nothrow tcl_SetBignumObj;
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 function(Tcl_Obj* objPtr, int boolValue) nothrow tcl_SetBooleanObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tcl_SetByteArrayLength
ubyte* function(Tcl_Obj* objPtr, int length) nothrow tcl_SetByteArrayLength;
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 function(Tcl_Obj* objPtr, const(ubyte)* bytes, int length) nothrow tcl_SetByteArrayObj;
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 function(Tcl_Channel chan, int sz) nothrow tcl_SetChannelBufferSize;
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 function(Tcl_Channel chan, Tcl_Obj* msg) nothrow tcl_SetChannelError;
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 function(Tcl_Interp* interp, Tcl_Obj* msg) nothrow tcl_SetChannelErrorInterp;
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 function(Tcl_Interp* interp, Tcl_Channel chan, const(char)* optionName, const(char)* newValue) nothrow tcl_SetChannelOption;
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 function(Tcl_Interp* interp, const(char)* cmdName, const(Tcl_CmdInfo)* infoPtr) nothrow tcl_SetCommandInfo;
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 function(Tcl_Command token, const(Tcl_CmdInfo)* infoPtr) nothrow tcl_SetCommandInfoFromToken;
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 function(const(char)* path) nothrow tcl_SetDefaultEncodingDir;
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 function(Tcl_Obj* objPtr, double doubleValue) nothrow tcl_SetDoubleObj;
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 function(Tcl_Obj* searchPath) nothrow tcl_SetEncodingSearchPath;
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 function(Tcl_Interp* interp, Tcl_Command token, int flags) nothrow tcl_SetEnsembleFlags;
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 function(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj* mapDict) nothrow tcl_SetEnsembleMappingDict;
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 function(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj* subcmdList) nothrow tcl_SetEnsembleSubcommandList;
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 function(Tcl_Interp* interp, Tcl_Command token, Tcl_Obj* unknownList) nothrow tcl_SetEnsembleUnknownHandler;
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 function(int err) nothrow tcl_SetErrno;
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 function(Tcl_Interp* interp, ...) nothrow tcl_SetErrorCode;
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 function(Tcl_Interp* interp, va_list argList) nothrow tcl_SetErrorCodeVA;
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 function(Tcl_ExitProc proc) nothrow tcl_SetExitProc;
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 function(Tcl_Obj* objPtr, int intValue) nothrow tcl_SetIntObj;
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 function(Tcl_Obj* objPtr, int objc, const(Tcl_Obj*)* objv) nothrow tcl_SetListObj;
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 function(Tcl_Obj* objPtr, c_long longValue) nothrow tcl_SetLongObj;
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 function(Tcl_MainLoopProc proc) nothrow tcl_SetMainLoop;
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 function(const(Tcl_Time)* timePtr) nothrow tcl_SetMaxBlockTime;
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 function(Tcl_Interp* interp, Tcl_Namespace* nsPtr, Tcl_Obj* handlerPtr) nothrow tcl_SetNamespaceUnknownHandler;
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 function(Tcl_NotifierProcs notifierProcPtr) nothrow tcl_SetNotifier;
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 function(Tcl_Interp* interp, Tcl_Obj* errorObjPtr) nothrow tcl_SetObjErrorCode;
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 function(Tcl_Obj* objPtr, int length) nothrow tcl_SetObjLength;
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 function(Tcl_Interp* interp, Tcl_Obj* resultObjPtr) nothrow tcl_SetObjResult;
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 function(Tcl_PanicProc panicProc) nothrow tcl_SetPanicProc;
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 function(Tcl_Interp* interp, int depth) nothrow tcl_SetRecursionLimit;
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 function(Tcl_Interp* interp, const(char)* result, Tcl_FreeProc freeProc) nothrow tcl_SetResult;
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 function(Tcl_Interp* interp, Tcl_Obj* options) nothrow tcl_SetReturnOptions;
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 function(int mode) nothrow tcl_SetServiceMode;
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 function(Tcl_Channel channel, int type) nothrow tcl_SetStdChannel;
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 function(Tcl_Obj* objPtr, const(char)* bytes, int length) nothrow tcl_SetStringObj;
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 function(Tcl_Interp* interp, const(char)* name) nothrow tcl_SetSystemEncoding;
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 function(Tcl_GetTimeProc getProc, Tcl_ScaleTimeProc scaleProc, ClientData clientData) nothrow tcl_SetTimeProc;
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 function(const(Tcl_Time)* timePtr) nothrow tcl_SetTimer;
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 function(Tcl_Obj* objPtr, const(Tcl_UniChar)* unicode, int numChars) nothrow tcl_SetUnicodeObj;
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)* function(Tcl_Interp* interp, const(char)* varName, const(char)* newValue, int flags) nothrow tcl_SetVar;
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)* function(Tcl_Interp* interp, const(char)* part1, const(char)* part2, const(char)* newValue, int flags) nothrow tcl_SetVar2;
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* function(Tcl_Interp* interp, const(char)* part1, const(char)* part2, Tcl_Obj* newValuePtr, int flags) nothrow tcl_SetVar2Ex;
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 function(Tcl_Obj* objPtr, Tcl_WideInt wideValue) nothrow tcl_SetWideIntObj;
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)* function(int sig) nothrow tcl_SignalId;
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)* function(int sig) nothrow tcl_SignalMsg;
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 function(int ms) nothrow tcl_Sleep;
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 function(Tcl_Interp* interp) nothrow tcl_SourceRCFile;
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 function(Tcl_Channel channel) nothrow tcl_SpliceChannel;
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 function(Tcl_Interp* interp, const(char)* listStr, int* argcPtr, const(char)*** argvPtr) nothrow tcl_SplitList;
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 function(const(char)* path, int* argcPtr, const(char)*** argvPtr) nothrow tcl_SplitPath;
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 function(Tcl_Interp* interp, const(Tcl_ChannelType)* typePtr, ClientData instanceData, int mask, Tcl_Channel prevChan) nothrow tcl_StackChannel;
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 function(const(char)* path, Tcl_StatBuf* bufPtr) nothrow tcl_Stat;
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 function(Tcl_Interp* interp, const(char)* pkgName, Tcl_PackageInitProc initProc, Tcl_PackageInitProc safeInitProc) nothrow tcl_StaticPackage;
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 function(const(char)* str, const(char)* pattern, int nocase) nothrow tcl_StringCaseMatch;
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 function(const(char)* str, const(char)* pattern) nothrow tcl_StringMatch;
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* function(Tcl_Interp* interp, Tcl_Obj* objPtr, int flags) nothrow tcl_SubstObj;
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 function(Tcl_Interp* interp, Tcl_Obj* obj, mp_int* value) nothrow tcl_TakeBignumFromObj;
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 function(Tcl_Channel chan) nothrow tcl_Tell;
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 function(Tcl_Channel chan) nothrow tcl_TellOld;
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 function(Tcl_ThreadId threadId) nothrow tcl_ThreadAlert;
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 function(Tcl_ThreadId threadId, Tcl_Event* evPtr, Tcl_QueuePosition position) nothrow tcl_ThreadQueueEvent;
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 function(Tcl_Interp* interp, const(char)* varName, int flags, Tcl_CommandTraceProc proc, ClientData clientData) nothrow tcl_TraceCommand;
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 function(Tcl_Interp* interp, const(char)* varName, int flags, Tcl_VarTraceProc proc, ClientData clientData) nothrow tcl_TraceVar;
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 function(Tcl_Interp* interp, const(char)* part1, const(char)* part2, int flags, Tcl_VarTraceProc proc, ClientData clientData) nothrow tcl_TraceVar2;
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)* function(Tcl_Interp* interp, const(char)* name, Tcl_DString* bufferPtr) nothrow tcl_TranslateFileName;
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 function(Tcl_Channel chan, Tcl_WideInt length) nothrow tcl_TruncateChannel;
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 function(Tcl_Channel chan, const(char)* str, int len, int atHead) nothrow tcl_Ungets;
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 function(const(char)* src, int index) nothrow tcl_UniCharAtIndex;
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 function(const(Tcl_UniChar)* uniStr, const(Tcl_UniChar)* uniPattern, int nocase) nothrow tcl_UniCharCaseMatch;
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 function(int ch) nothrow tcl_UniCharIsAlnum;
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 function(int ch) nothrow tcl_UniCharIsAlpha;
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 function(int ch) nothrow tcl_UniCharIsControl;
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 function(int ch) nothrow tcl_UniCharIsDigit;
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 function(int ch) nothrow tcl_UniCharIsGraph;
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 function(int ch) nothrow tcl_UniCharIsLower;
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 function(int ch) nothrow tcl_UniCharIsPrint;
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 function(int ch) nothrow tcl_UniCharIsPunct;
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 function(int ch) nothrow tcl_UniCharIsSpace;
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 function(int ch) nothrow tcl_UniCharIsUpper;
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 function(int ch) nothrow tcl_UniCharIsWordChar;
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 function(const(Tcl_UniChar)* uniStr) nothrow tcl_UniCharLen;
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 function(const(Tcl_UniChar)* ucs, const(Tcl_UniChar)* uct, c_ulong numChars) nothrow tcl_UniCharNcasecmp;
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 function(const(Tcl_UniChar)* ucs, const(Tcl_UniChar)* uct, c_ulong numChars) nothrow tcl_UniCharNcmp;
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 function(int ch) nothrow tcl_UniCharToLower;
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 function(int ch) nothrow tcl_UniCharToTitle;
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 function(int ch) nothrow tcl_UniCharToUpper;
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 function(int ch, const(char)* buf) nothrow tcl_UniCharToUtf;
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)* function(const(Tcl_UniChar)* uniStr, int uniLength, Tcl_DString* dsPtr) nothrow tcl_UniCharToUtfDString;
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 function(Tcl_Interp* interp, const(char)* varName) nothrow tcl_UnlinkVar;
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 function(Tcl_Interp* interp, Tcl_Channel chan) nothrow tcl_UnregisterChannel;
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 function(Tcl_Interp* interp, const(char)* varName, int flags) nothrow tcl_UnsetVar;
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 function(Tcl_Interp* interp, const(char)* part1, const(char)* part2, int flags) nothrow tcl_UnsetVar2;
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 function(Tcl_Interp* interp, Tcl_Channel chan) nothrow tcl_UnstackChannel;
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 function(Tcl_Interp* interp, const(char)* varName, int flags, Tcl_CommandTraceProc proc, ClientData clientData) nothrow tcl_UntraceCommand;
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 function(Tcl_Interp* interp, const(char)* varName, int flags, Tcl_VarTraceProc proc, ClientData clientData) nothrow tcl_UntraceVar;
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 function(Tcl_Interp* interp, const(char)* part1, const(char)* part2, int flags, Tcl_VarTraceProc proc, ClientData clientData) nothrow tcl_UntraceVar2;
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 function(Tcl_Interp* interp, const(char)* frameName, const(char)* varName, const(char)* localName, int flags) nothrow tcl_UpVar;
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 function(Tcl_Interp* interp, const(char)* frameName, const(char)* part1, const(char)* part2, const(char)* localName, int flags) nothrow tcl_UpVar2;
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 function(Tcl_Interp* interp, const(char)* varName) nothrow tcl_UpdateLinkedVar;
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)* function(const(char)* src, int index) nothrow tcl_UtfAtIndex;
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 function(const(char)* src, int* readPtr, const(char)* dst) nothrow tcl_UtfBackslash;
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 function(const(char)* src, int length) nothrow tcl_UtfCharComplete;
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)* function(const(char)* src, int ch) nothrow tcl_UtfFindFirst;
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)* function(const(char)* src, int ch) nothrow tcl_UtfFindLast;
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 function(const(char)* s1, const(char)* s2, c_ulong n) nothrow tcl_UtfNcasecmp;
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 function(const(char)* s1, const(char)* s2, c_ulong n) nothrow tcl_UtfNcmp;
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)* function(const(char)* src) nothrow tcl_UtfNext;
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)* function(const(char)* src, const(char)* start) nothrow tcl_UtfPrev;
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 function(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) nothrow tcl_UtfToExternal;
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)* function(Tcl_Encoding encoding, const(char)* src, int srcLen, Tcl_DString* dsPtr) nothrow tcl_UtfToExternalDString;
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 function(const(char)* src) nothrow tcl_UtfToLower;
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 function(const(char)* src) nothrow tcl_UtfToTitle;
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 function(const(char)* src, Tcl_UniChar* chPtr) nothrow tcl_UtfToUniChar;
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* function(const(char)* src, int length, Tcl_DString* dsPtr) nothrow tcl_UtfToUniCharDString;
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 function(const(char)* src) nothrow tcl_UtfToUpper;
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 function(const(char)* file, int line) nothrow tcl_ValidateAllMemory;
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 function(Tcl_Interp* interp, ...) nothrow tcl_VarEval;
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 function(Tcl_Interp* interp, va_list argList) nothrow tcl_VarEvalVA;
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 function(Tcl_Interp* interp, const(char)* varName, int flags, Tcl_VarTraceProc procPtr, ClientData prevClientData) nothrow tcl_VarTraceInfo;
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 function(Tcl_Interp* interp, const(char)* part1, const(char)* part2, int flags, Tcl_VarTraceProc procPtr, ClientData prevClientData) nothrow tcl_VarTraceInfo2;
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 function(const(Tcl_Time)* timePtr) nothrow tcl_WaitForEvent;
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 function(Tcl_Pid pid, int* statPtr, int options) nothrow tcl_WaitPid;
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 function(Tcl_Channel chan, const(char)* s, int slen) nothrow tcl_Write;
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 function(Tcl_Channel chan, const(char)* src, int srcLen) nothrow tcl_WriteChars;
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 function(Tcl_Channel chan, Tcl_Obj* objPtr) nothrow tcl_WriteObj;
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 function(Tcl_Channel chan, const(char)* src, int srcLen) nothrow tcl_WriteRaw;
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 function(Tcl_Interp* interp, int objc, const(Tcl_Obj*)* objv, const(char)* message) nothrow tcl_WrongNumArgs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta