tcl(3) - phpMan

Command: man perldoc info search(apropos)  


auto_execok (n)      - standard library of Tcl procedures
auto_import (n)      - standard library of Tcl procedures
auto_load (n)        - standard library of Tcl procedures
auto_mkindex (n)     - standard library of Tcl procedures
auto_mkindex_old (n) - standard library of Tcl procedures
auto_qualify (n)     - standard library of Tcl procedures
auto_reset (n)       - standard library of Tcl procedures
bind (n)             - Arrange for X events to invoke Tcl scripts
eval (n)             - Evaluate a Tcl script
FcConfigAppFontClear (3) - Remove all app fonts from font database
filename (n)         - File name conventions supported by Tcl commands
gitcli (7)           - Git command line interface and conventions
info (n)             - Return information about the state of the Tcl interpreter
interp (n)           - Create and manipulate Tcl interpreters
mathfunc (n)         - Mathematical functions for Tcl expressions
mathop (n)           - Mathematical operators as Tcl commands
memory (n)           - Control Tcl memory debugging capabilities
msgcat (n)           - Tcl message catalog
ObjCmdWrite (3)      - Writing C language extensions to Tcl.
parray (n)           - standard library of Tcl procedures
proc (n)             - Create a Tcl procedure
re_syntax (n)        - Syntax of Tcl regular expressions
source (n)           - Evaluate a file or resource as a Tcl script
split (n)            - Split a string into a proper Tcl list
Tcl (n)              - Tool Command Language
Tcl_Access (3)       - check file permissions and other attributes
Tcl_AddErrorInfo (3) - retrieve or record information about errors and other ...
Tcl_AddObjErrorInfo (3) - retrieve or record information about errors and oth...
Tcl_AlertNotifier (3) - the event queue and notifier interfaces
Tcl_Alloc (3)        - allocate or free heap memory
Tcl_AllocStatBuf (3) - procedures to interact with any filesystem
Tcl_AllowExceptions (3) - allow all exceptions in next script evaluation
Tcl_AppendAllObjTypes (3) - manipulate Tcl object types
Tcl_AppendElement (3) - manipulate Tcl result
Tcl_AppendExportList (3) - manipulate namespaces
Tcl_AppendFormatToObj (3) - manipulate Tcl objects as strings
Tcl_AppendLimitedToObj (3) - manipulate Tcl objects as strings
Tcl_AppendObjToErrorInfo (3) - retrieve or record information about errors an...
Tcl_AppendObjToObj (3) - manipulate Tcl objects as strings
Tcl_AppendPrintfToObj (3) - manipulate Tcl objects as strings
Tcl_AppendResult (3) - manipulate Tcl result
Tcl_AppendResultVA (3) - manipulate Tcl result
Tcl_AppendStringsToObj (3) - manipulate Tcl objects as strings
Tcl_AppendStringsToObjVA (3) - manipulate Tcl objects as strings
Tcl_AppendToObj (3)  - manipulate Tcl objects as strings
Tcl_AppendUnicodeToObj (3) - manipulate Tcl objects as strings
Tcl_AppInit (3)      - perform application-specific initialization
Tcl_AsyncCreate (3)  - handle asynchronous events
Tcl_AsyncDelete (3)  - handle asynchronous events
Tcl_AsyncInvoke (3)  - handle asynchronous events
Tcl_AsyncMark (3)    - handle asynchronous events
Tcl_AsyncReady (3)   - handle asynchronous events
Tcl_AttemptAlloc (3) - allocate or free heap memory
Tcl_AttemptRealloc (3) - allocate or free heap memory
Tcl_AttemptSetObjLength (3) - manipulate Tcl objects as strings
Tcl_BackgroundError (3) - report Tcl error that occurred in background proces...
Tcl_Backslash (3)    - parse a backslash sequence
Tcl_BadChannelOption (3) - procedures for creating and manipulating channels
Tcl_CallWhenDeleted (3) - Arrange for callback when interpreter is deleted
Tcl_CancelIdleCall (3) - invoke a procedure when there are no pending events
Tcl_ChannelBlockModeProc (3) - procedures for creating and manipulating channels
Tcl_ChannelBuffered (3) - procedures for creating and manipulating channels
Tcl_ChannelClose2Proc (3) - procedures for creating and manipulating channels
Tcl_ChannelCloseProc (3) - procedures for creating and manipulating channels
Tcl_ChannelFlushProc (3) - procedures for creating and manipulating channels
Tcl_ChannelGetHandleProc (3) - procedures for creating and manipulating channels
Tcl_ChannelGetOptionProc (3) - procedures for creating and manipulating channels
Tcl_ChannelHandlerProc (3) - procedures for creating and manipulating channels
Tcl_ChannelInputProc (3) - procedures for creating and manipulating channels
Tcl_ChannelName (3)  - procedures for creating and manipulating channels
Tcl_ChannelOutputProc (3) - procedures for creating and manipulating channels
Tcl_ChannelSeekProc (3) - procedures for creating and manipulating channels
Tcl_ChannelSetOptionProc (3) - procedures for creating and manipulating channels
Tcl_ChannelThreadActionProc (3) - procedures for creating and manipulating ch...
Tcl_ChannelTruncateProc (3) - procedures for creating and manipulating channels
Tcl_ChannelVersion (3) - procedures for creating and manipulating channels
Tcl_ChannelWatchProc (3) - procedures for creating and manipulating channels
Tcl_ChannelWideSeekProc (3) - procedures for creating and manipulating channels
Tcl_Chdir (3)        - manipulate the current working directory
Tcl_ClearChannelHandlers (3) - procedures for creating and manipulating channels
Tcl_Close (3)        - buffered I/O facilities using channels
Tcl_CommandComplete (3) - Check for unmatched braces in a Tcl command
Tcl_CommandTraceInfo (3) - monitor renames and deletes of a command
Tcl_Concat (3)       - concatenate a collection of strings
Tcl_ConcatObj (3)    - manipulate Tcl objects as strings
Tcl_ConditionFinalize (3) - Tcl thread support
Tcl_ConditionNotify (3) - Tcl thread support
Tcl_ConditionWait (3) - Tcl thread support
Tcl_ConvertCountedElement (3) - manipulate Tcl lists
Tcl_ConvertElement (3) - manipulate Tcl lists
Tcl_ConvertToType (3) - manipulate Tcl object types
Tcl_CreateAlias (3)  - manage multiple Tcl interpreters, aliases and hidden c...
Tcl_CreateAliasObj (3) - manage multiple Tcl interpreters, aliases and hidden...
Tcl_CreateChannel (3) - procedures for creating and manipulating channels
Tcl_CreateChannelHandler (3) - call a procedure when a channel becomes readab...
Tcl_CreateCloseHandler (3) - arrange for callbacks when channels are closed
Tcl_CreateCommand (3) - implement new commands in C
Tcl_CreateEncoding (3) - procedures for creating and using encodings
Tcl_CreateEnsemble (3) - manipulate ensemble commands
Tcl_CreateEventSource (3) - the event queue and notifier interfaces
Tcl_CreateExitHandler (3) - end the application or thread (and invoke exit ha...
Tcl_CreateFileHandler (3) - associate procedure callbacks with files or devic...
Tcl_CreateHashEntry (3) - procedures to manage hash tables
Tcl_CreateInterp (3) - create and delete Tcl command interpreters
Tcl_CreateMathFunc (3) - Define, query and enumerate math functions for expre...
Tcl_CreateNamespace (3) - manipulate namespaces
Tcl_CreateObjCommand (3) - implement new commands in C
Tcl_CreateObjTrace (3) - arrange for command execution to be traced
Tcl_CreateSlave (3)  - manage multiple Tcl interpreters, aliases and hidden c...
Tcl_CreateThread (3) - Tcl thread support
Tcl_CreateThreadExitHandler (3) - end the application or thread (and invoke e...
Tcl_CreateTimerHandler (3) - call a procedure at a given time
Tcl_CreateTrace (3)  - arrange for command execution to be traced
Tcl_CutChannel (3)   - procedures for creating and manipulating channels
Tcl_DecrRefCount (3) - manipulate Tcl objects
Tcl_DeleteAssocData (3) - manage associations of string keys and user specifi...
Tcl_DeleteChannelHandler (3) - call a procedure when a channel becomes readab...
Tcl_DeleteCloseHandler (3) - arrange for callbacks when channels are closed
Tcl_DeleteCommand (3) - implement new commands in C
Tcl_DeleteCommandFromToken (3) - implement new commands in C
Tcl_DeleteEvents (3) - the event queue and notifier interfaces
Tcl_DeleteEventSource (3) - the event queue and notifier interfaces
Tcl_DeleteExitHandler (3) - end the application or thread (and invoke exit ha...
Tcl_DeleteFileHandler (3) - associate procedure callbacks with files or devic...
Tcl_DeleteHashEntry (3) - procedures to manage hash tables
Tcl_DeleteHashTable (3) - procedures to manage hash tables
Tcl_DeleteInterp (3) - create and delete Tcl command interpreters
Tcl_DeleteNamespace (3) - manipulate namespaces
Tcl_DeleteThreadExitHandler (3) - end the application or thread (and invoke e...
Tcl_DeleteTimerHandler (3) - call a procedure at a given time
Tcl_DeleteTrace (3)  - arrange for command execution to be traced
Tcl_DetachChannel (3) - buffered I/O facilities using channels
Tcl_DetachPids (3)   - manage child processes in background
Tcl_DictObjDone (3)  - manipulate Tcl objects as dictionaries
Tcl_DictObjFirst (3) - manipulate Tcl objects as dictionaries
Tcl_DictObjGet (3)   - manipulate Tcl objects as dictionaries
Tcl_DictObjNext (3)  - manipulate Tcl objects as dictionaries
Tcl_DictObjPut (3)   - manipulate Tcl objects as dictionaries
Tcl_DictObjPutKeyList (3) - manipulate Tcl objects as dictionaries
Tcl_DictObjRemove (3) - manipulate Tcl objects as dictionaries
Tcl_DictObjRemoveKeyList (3) - manipulate Tcl objects as dictionaries
Tcl_DictObjSize (3)  - manipulate Tcl objects as dictionaries
Tcl_DiscardInterpState (3) - save and restore an interpreter's state
Tcl_DiscardResult (3) - save and restore an interpreter's state
Tcl_DontCallWhenDeleted (3) - Arrange for callback when interpreter is deleted
Tcl_DoOneEvent (3)   - wait for events and invoke event handlers
Tcl_DoWhenIdle (3)   - invoke a procedure when there are no pending events
Tcl_DStringAppend (3) - manipulate dynamic strings
Tcl_DStringAppendElement (3) - manipulate dynamic strings
Tcl_DStringEndSublist (3) - manipulate dynamic strings
Tcl_DStringFree (3)  - manipulate dynamic strings
Tcl_DStringGetResult (3) - manipulate dynamic strings
Tcl_DStringInit (3)  - manipulate dynamic strings
Tcl_DStringLength (3) - manipulate dynamic strings
Tcl_DStringResult (3) - manipulate dynamic strings
Tcl_DStringSetLength (3) - manipulate dynamic strings
Tcl_DStringStartSublist (3) - manipulate dynamic strings
Tcl_DStringTrunc (3) - manipulate dynamic strings
Tcl_DStringValue (3) - manipulate dynamic strings
Tcl_DumpActiveMemory (3) - Validated memory allocation interface
Tcl_DuplicateObj (3) - manipulate Tcl objects
tcl_endOfWord (n)    - standard library of Tcl procedures
Tcl_Eof (3)          - buffered I/O facilities using channels
Tcl_ErrnoId (3)      - manipulate errno to store and retrieve error codes
Tcl_ErrnoMsg (3)     - manipulate errno to store and retrieve error codes
Tcl_Eval (3)         - execute Tcl scripts
Tcl_EvalEx (3)       - execute Tcl scripts
Tcl_EvalFile (3)     - execute Tcl scripts
Tcl_EvalObjEx (3)    - execute Tcl scripts
Tcl_EvalObjv (3)     - execute Tcl scripts
Tcl_EvalTokens (3)   - parse Tcl scripts and expressions
Tcl_EvalTokensStandard (3) - parse Tcl scripts and expressions
Tcl_EventuallyFree (3) - avoid freeing storage while it is being used
Tcl_Exit (3)         - end the application or thread (and invoke exit handlers)
Tcl_ExitThread (3)   - end the application or thread (and invoke exit handlers)
Tcl_Export (3)       - manipulate namespaces
Tcl_ExposeCommand (3) - manage multiple Tcl interpreters, aliases and hidden ...
Tcl_ExprBoolean (3)  - evaluate an expression
Tcl_ExprBooleanObj (3) - evaluate an expression
Tcl_ExprDouble (3)   - evaluate an expression
Tcl_ExprDoubleObj (3) - evaluate an expression
Tcl_ExprLong (3)     - evaluate an expression
Tcl_ExprLongObj (3)  - evaluate an expression
Tcl_ExprObj (3)      - evaluate an expression
Tcl_ExprString (3)   - evaluate an expression
Tcl_ExternalToUtf (3) - procedures for creating and using encodings
Tcl_ExternalToUtfDString (3) - procedures for creating and using encodings
Tcl_Finalize (3)     - end the application or thread (and invoke exit handlers)
Tcl_FinalizeNotifier (3) - the event queue and notifier interfaces
Tcl_FinalizeThread (3) - end the application or thread (and invoke exit handl...
Tcl_FindCommand (3)  - manipulate namespaces
Tcl_FindEnsemble (3) - manipulate ensemble commands
Tcl_FindExecutable (3) - identify or return the name of the binary file conta...
Tcl_FindHashEntry (3) - procedures to manage hash tables
tcl_findLibrary (n)  - standard library of Tcl procedures
Tcl_FindNamespace (3) - manipulate namespaces
Tcl_FirstHashEntry (3) - procedures to manage hash tables
Tcl_Flush (3)        - buffered I/O facilities using channels
Tcl_ForgetImport (3) - manipulate namespaces
Tcl_Format (3)       - manipulate Tcl objects as strings
Tcl_Free (3)         - allocate or free heap memory
Tcl_FreeEncoding (3) - procedures for creating and using encodings
Tcl_FreeParse (3)    - parse Tcl scripts and expressions
Tcl_FreeResult (3)   - manipulate Tcl result
Tcl_FSAccess (3)     - procedures to interact with any filesystem
Tcl_FSChdir (3)      - procedures to interact with any filesystem
Tcl_FSConvertToPathType (3) - procedures to interact with any filesystem
Tcl_FSCopyDirectory (3) - procedures to interact with any filesystem
Tcl_FSCopyFile (3)   - procedures to interact with any filesystem
Tcl_FSCreateDirectory (3) - procedures to interact with any filesystem
Tcl_FSData (3)       - procedures to interact with any filesystem
Tcl_FSDeleteFile (3) - procedures to interact with any filesystem
Tcl_FSEqualPaths (3) - procedures to interact with any filesystem
Tcl_FSEvalFile (3)   - procedures to interact with any filesystem
Tcl_FSEvalFileEx (3) - procedures to interact with any filesystem
Tcl_FSFileAttrsGet (3) - procedures to interact with any filesystem
Tcl_FSFileAttrsSet (3) - procedures to interact with any filesystem
Tcl_FSFileAttrStrings (3) - procedures to interact with any filesystem
Tcl_FSFileSystemInfo (3) - procedures to interact with any filesystem
Tcl_FSGetCwd (3)     - procedures to interact with any filesystem
Tcl_FSGetFileSystemForPath (3) - procedures to interact with any filesystem
Tcl_FSGetInternalRep (3) - procedures to interact with any filesystem
Tcl_FSGetNativePath (3) - procedures to interact with any filesystem
Tcl_FSGetNormalizedPath (3) - procedures to interact with any filesystem
Tcl_FSGetPathType (3) - procedures to interact with any filesystem
Tcl_FSGetTranslatedPath (3) - procedures to interact with any filesystem
Tcl_FSGetTranslatedStringPath (3) - procedures to interact with any filesystem
Tcl_FSJoinPath (3)   - procedures to interact with any filesystem
Tcl_FSJoinToPath (3) - procedures to interact with any filesystem
Tcl_FSLink (3)       - procedures to interact with any filesystem
Tcl_FSListVolumes (3) - procedures to interact with any filesystem
Tcl_FSLoadFile (3)   - procedures to interact with any filesystem
Tcl_FSLstat (3)      - procedures to interact with any filesystem
Tcl_FSMatchInDirectory (3) - procedures to interact with any filesystem
Tcl_FSMountsChanged (3) - procedures to interact with any filesystem
Tcl_FSNewNativePath (3) - procedures to interact with any filesystem
Tcl_FSOpenFileChannel (3) - procedures to interact with any filesystem
Tcl_FSPathSeparator (3) - procedures to interact with any filesystem
Tcl_FSRegister (3)   - procedures to interact with any filesystem
Tcl_FSRemoveDirectory (3) - procedures to interact with any filesystem
Tcl_FSRenameFile (3) - procedures to interact with any filesystem
Tcl_FSSplitPath (3)  - procedures to interact with any filesystem
Tcl_FSStat (3)       - procedures to interact with any filesystem
Tcl_FSUnregister (3) - procedures to interact with any filesystem
Tcl_FSUtime (3)      - procedures to interact with any filesystem
Tcl_GetAlias (3)     - manage multiple Tcl interpreters, aliases and hidden c...
Tcl_GetAliasObj (3)  - manage multiple Tcl interpreters, aliases and hidden c...
Tcl_GetAssocData (3) - manage associations of string keys and user specified ...
Tcl_GetBignumFromObj (3) - manipulate Tcl objects as integer values
Tcl_GetBoolean (3)   - convert from string to integer, double, or boolean
Tcl_GetBooleanFromObj (3) - store/retrieve boolean value in a Tcl_Obj
Tcl_GetByteArrayFromObj (3) - manipulate Tcl objects as a arrays of bytes
Tcl_GetChannel (3)   - buffered I/O facilities using channels
Tcl_GetChannelBufferSize (3) - procedures for creating and manipulating channels
Tcl_GetChannelError (3) - functions to create/intercept Tcl errors by channel...
Tcl_GetChannelErrorInterp (3) - functions to create/intercept Tcl errors by c...
Tcl_GetChannelHandle (3) - procedures for creating and manipulating channels
Tcl_GetChannelInstanceData (3) - procedures for creating and manipulating cha...
Tcl_GetChannelMode (3) - procedures for creating and manipulating channels
Tcl_GetChannelName (3) - procedures for creating and manipulating channels
Tcl_GetChannelNames (3) - buffered I/O facilities using channels
Tcl_GetChannelNamesEx (3) - buffered I/O facilities using channels
Tcl_GetChannelOption (3) - buffered I/O facilities using channels
Tcl_GetChannelThread (3) - procedures for creating and manipulating channels
Tcl_GetChannelType (3) - procedures for creating and manipulating channels
Tcl_GetCharLength (3) - manipulate Tcl objects as strings
Tcl_GetCommandFromObj (3) - implement new commands in C
Tcl_GetCommandFullName (3) - implement new commands in C
Tcl_GetCommandInfo (3) - implement new commands in C
Tcl_GetCommandInfoFromToken (3) - implement new commands in C
Tcl_GetCommandName (3) - implement new commands in C
Tcl_GetCurrentNamespace (3) - manipulate namespaces
Tcl_GetCurrentThread (3) - the event queue and notifier interfaces
Tcl_GetCwd (3)       - manipulate the current working directory
Tcl_GetDefaultEncodingDir (3) - procedures for creating and using encodings
Tcl_GetDouble (3)    - convert from string to integer, double, or boolean
Tcl_GetDoubleFromObj (3) - manipulate Tcl objects as floating-point values
Tcl_GetEncoding (3)  - procedures for creating and using encodings
Tcl_GetEncodingFromObj (3) - procedures for creating and using encodings
Tcl_GetEncodingName (3) - procedures for creating and using encodings
Tcl_GetEncodingNameFromEnvironment (3) - procedures for creating and using en...
Tcl_GetEncodingNames (3) - procedures for creating and using encodings
Tcl_GetEncodingSearchPath (3) - procedures for creating and using encodings
Tcl_GetEnsembleFlags (3) - manipulate ensemble commands
Tcl_GetEnsembleMappingDict (3) - manipulate ensemble commands
Tcl_GetEnsembleNamespace (3) - manipulate ensemble commands
Tcl_GetEnsembleSubcommandList (3) - manipulate ensemble commands
Tcl_GetEnsembleUnknownHandler (3) - manipulate ensemble commands
Tcl_GetErrno (3)     - manipulate errno to store and retrieve error codes
Tcl_GetGlobalNamespace (3) - manipulate namespaces
Tcl_GetHashKey (3)   - procedures to manage hash tables
Tcl_GetHashValue (3) - procedures to manage hash tables
Tcl_GetHostName (3)  - get the name of the local host
Tcl_GetIndexFromObj (3) - lookup string in table of keywords
Tcl_GetIndexFromObjStruct (3) - lookup string in table of keywords
Tcl_GetInt (3)       - convert from string to integer, double, or boolean
Tcl_GetInterpPath (3) - manage multiple Tcl interpreters, aliases and hidden ...
Tcl_GetIntFromObj (3) - manipulate Tcl objects as integer values
Tcl_GetLongFromObj (3) - manipulate Tcl objects as integer values
Tcl_GetMaster (3)    - manage multiple Tcl interpreters, aliases and hidden c...
Tcl_GetMathFuncInfo (3) - Define, query and enumerate math functions for expr...
Tcl_GetNameOfExecutable (3) - identify or return the name of the binary file ...
Tcl_GetNamespaceUnknownHandler (3) - manipulate namespaces
Tcl_GetObjResult (3) - manipulate Tcl result
Tcl_GetObjType (3)   - manipulate Tcl object types
Tcl_GetOpenFile (3)  - Return a FILE* for a channel registered in the given i...
Tcl_GetPathType (3)  - manipulate platform-dependent file paths
Tcl_GetRange (3)     - manipulate Tcl objects as strings
Tcl_GetRegExpFromObj (3) - Pattern matching with regular expressions
Tcl_GetReturnOptions (3) - retrieve or record information about errors and ot...
Tcl_Gets (3)         - buffered I/O facilities using channels
Tcl_GetServiceMode (3) - the event queue and notifier interfaces
Tcl_GetSlave (3)     - manage multiple Tcl interpreters, aliases and hidden c...
Tcl_GetsObj (3)      - buffered I/O facilities using channels
Tcl_GetStackedChannel (3) - manipulate stacked I/O channels
Tcl_GetStdChannel (3) - procedures for retrieving and replacing the standard ...
Tcl_GetString (3)    - manipulate Tcl objects as strings
Tcl_GetStringFromObj (3) - manipulate Tcl objects as strings
Tcl_GetStringResult (3) - manipulate Tcl result
Tcl_GetThreadData (3) - Tcl thread support
Tcl_GetTime (3)      - get date and time
Tcl_GetTopChannel (3) - manipulate stacked I/O channels
Tcl_GetUniChar (3)   - manipulate Tcl objects as strings
Tcl_GetUnicode (3)   - manipulate Tcl objects as strings
Tcl_GetUnicodeFromObj (3) - manipulate Tcl objects as strings
Tcl_GetVar (3)       - manipulate Tcl variables
Tcl_GetVar2 (3)      - manipulate Tcl variables
Tcl_GetVar2Ex (3)    - manipulate Tcl variables
Tcl_GetVersion (3)   - get the version of the library at runtime
Tcl_GetWideIntFromObj (3) - manipulate Tcl objects as integer values
Tcl_GlobalEval (3)   - execute Tcl scripts
Tcl_GlobalEvalObj (3) - execute Tcl scripts
Tcl_HashStats (3)    - procedures to manage hash tables
Tcl_HideCommand (3)  - manage multiple Tcl interpreters, aliases and hidden c...
Tcl_Import (3)       - manipulate namespaces
Tcl_IncrRefCount (3) - manipulate Tcl objects
Tcl_Init (3)         - find and source initialization script
Tcl_InitCustomHashTable (3) - procedures to manage hash tables
Tcl_InitHashTable (3) - procedures to manage hash tables
Tcl_InitMemory (3)   - Validated memory allocation interface
Tcl_InitNotifier (3) - the event queue and notifier interfaces
Tcl_InitObjHashTable (3) - procedures to manage hash tables
Tcl_InitStubs (3)    - initialize the Tcl stubs mechanism
Tcl_InputBlocked (3) - buffered I/O facilities using channels
Tcl_InputBuffered (3) - buffered I/O facilities using channels
Tcl_Interp (3)       - client-visible fields of interpreter structures
Tcl_InterpDeleted (3) - create and delete Tcl command interpreters
Tcl_InvalidateStringRep (3) - manipulate Tcl objects
Tcl_IsChannelExisting (3) - procedures for creating and manipulating channels
Tcl_IsChannelRegistered (3) - procedures for creating and manipulating channels
Tcl_IsChannelShared (3) - procedures for creating and manipulating channels
Tcl_IsEnsemble (3)   - manipulate ensemble commands
Tcl_IsSafe (3)       - manage multiple Tcl interpreters, aliases and hidden c...
Tcl_IsShared (3)     - manipulate Tcl objects
Tcl_IsStandardChannel (3) - buffered I/O facilities using channels
Tcl_JoinPath (3)     - manipulate platform-dependent file paths
Tcl_JoinThread (3)   - Tcl thread support
Tcl_LimitAddHandler (3) - manage and check resource limits on interpreters
Tcl_LimitCheck (3)   - manage and check resource limits on interpreters
Tcl_LimitExceeded (3) - manage and check resource limits on interpreters
Tcl_LimitGetCommands (3) - manage and check resource limits on interpreters
Tcl_LimitGetGranularity (3) - manage and check resource limits on interpreters
Tcl_LimitGetTime (3) - manage and check resource limits on interpreters
Tcl_LimitReady (3)   - manage and check resource limits on interpreters
Tcl_LimitRemoveHandler (3) - manage and check resource limits on interpreters
Tcl_LimitSetCommands (3) - manage and check resource limits on interpreters
Tcl_LimitSetGranularity (3) - manage and check resource limits on interpreters
Tcl_LimitSetTime (3) - manage and check resource limits on interpreters
Tcl_LimitTypeEnabled (3) - manage and check resource limits on interpreters
Tcl_LimitTypeExceeded (3) - manage and check resource limits on interpreters
Tcl_LimitTypeReset (3) - manage and check resource limits on interpreters
Tcl_LimitTypeSet (3) - manage and check resource limits on interpreters
Tcl_LinkVar (3)      - link Tcl variable to C variable
Tcl_ListMathFuncs (3) - Define, query and enumerate math functions for expres...
Tcl_ListObjAppendElement (3) - manipulate Tcl objects as lists
Tcl_ListObjAppendList (3) - manipulate Tcl objects as lists
Tcl_ListObjGetElements (3) - manipulate Tcl objects as lists
Tcl_ListObjIndex (3) - manipulate Tcl objects as lists
Tcl_ListObjLength (3) - manipulate Tcl objects as lists
Tcl_ListObjReplace (3) - manipulate Tcl objects as lists
Tcl_LogCommandInfo (3) - retrieve or record information about errors and othe...
Tcl_Main (3)         - main program and event loop definition for Tcl-based a...
Tcl_MakeFileChannel (3) - buffered I/O facilities using channels
Tcl_MakeSafe (3)     - manage multiple Tcl interpreters, aliases and hidden c...
Tcl_MakeTcpClientChannel (3) - procedures to open channels using TCP sockets
TCL_MEM_DEBUG (3)    - Compile-time flag to enable Tcl memory debugging
Tcl_Merge (3)        - manipulate Tcl lists
Tcl_MutexFinalize (3) - Tcl thread support
Tcl_MutexLock (3)    - Tcl thread support
Tcl_MutexUnlock (3)  - Tcl thread support
Tcl_NewBignumObj (3) - manipulate Tcl objects as integer values
Tcl_NewBooleanObj (3) - store/retrieve boolean value in a Tcl_Obj
Tcl_NewByteArrayObj (3) - manipulate Tcl objects as a arrays of bytes
Tcl_NewDictObj (3)   - manipulate Tcl objects as dictionaries
Tcl_NewDoubleObj (3) - manipulate Tcl objects as floating-point values
Tcl_NewIntObj (3)    - manipulate Tcl objects as integer values
Tcl_NewListObj (3)   - manipulate Tcl objects as lists
Tcl_NewLongObj (3)   - manipulate Tcl objects as integer values
Tcl_NewObj (3)       - manipulate Tcl objects
Tcl_NewStringObj (3) - manipulate Tcl objects as strings
Tcl_NewUnicodeObj (3) - manipulate Tcl objects as strings
Tcl_NewWideIntObj (3) - manipulate Tcl objects as integer values
Tcl_NextHashEntry (3) - procedures to manage hash tables
Tcl_NotifyChannel (3) - procedures for creating and manipulating channels
Tcl_NumUtfChars (3)  - routines for manipulating UTF-8 strings
Tcl_ObjGetVar2 (3)   - manipulate Tcl variables
Tcl_ObjPrintf (3)    - manipulate Tcl objects as strings
Tcl_ObjSetVar2 (3)   - manipulate Tcl variables
Tcl_OpenCommandChannel (3) - buffered I/O facilities using channels
Tcl_OpenFileChannel (3) - buffered I/O facilities using channels
Tcl_OpenTcpClient (3) - procedures to open channels using TCP sockets
Tcl_OpenTcpServer (3) - procedures to open channels using TCP sockets
Tcl_OutputBuffered (3) - buffered I/O facilities using channels
Tcl_Panic (3)        - report fatal error and abort
Tcl_PanicVA (3)      - report fatal error and abort
Tcl_ParseBraces (3)  - parse Tcl scripts and expressions
Tcl_ParseCommand (3) - parse Tcl scripts and expressions
Tcl_ParseExpr (3)    - parse Tcl scripts and expressions
Tcl_ParseQuotedString (3) - parse Tcl scripts and expressions
Tcl_ParseVar (3)     - parse Tcl scripts and expressions
Tcl_ParseVarName (3) - parse Tcl scripts and expressions
Tcl_PkgPresent (3)   - package version control
Tcl_PkgPresentEx (3) - package version control
Tcl_PkgProvide (3)   - package version control
Tcl_PkgProvideEx (3) - package version control
Tcl_PkgRequire (3)   - package version control
Tcl_PkgRequireEx (3) - package version control
Tcl_PkgRequireProc (3) - package version control
Tcl_PosixError (3)   - retrieve or record information about errors and other ...
Tcl_Preserve (3)     - avoid freeing storage while it is being used
Tcl_PrintDouble (3)  - Convert floating value to string
Tcl_PutEnv (3)       - procedures to manipulate the environment
Tcl_QueryTimeProc (3) - get date and time
Tcl_QueueEvent (3)   - the event queue and notifier interfaces
Tcl_Read (3)         - buffered I/O facilities using channels
Tcl_ReadChars (3)    - buffered I/O facilities using channels
Tcl_ReadRaw (3)      - buffered I/O facilities using channels
Tcl_Realloc (3)      - allocate or free heap memory
Tcl_ReapDetachedProcs (3) - manage child processes in background
Tcl_RecordAndEval (3) - save command on history list before evaluating
Tcl_RecordAndEvalObj (3) - save command on history list before evaluating
Tcl_RegExpCompile (3) - Pattern matching with regular expressions
Tcl_RegExpExec (3)   - Pattern matching with regular expressions
Tcl_RegExpExecObj (3) - Pattern matching with regular expressions
Tcl_RegExpGetInfo (3) - Pattern matching with regular expressions
Tcl_RegExpMatch (3)  - Pattern matching with regular expressions
Tcl_RegExpMatchObj (3) - Pattern matching with regular expressions
Tcl_RegExpRange (3)  - Pattern matching with regular expressions
Tcl_RegisterChannel (3) - buffered I/O facilities using channels
Tcl_RegisterConfig (3) - procedures to register embedded configuration inform...
Tcl_RegisterObjType (3) - manipulate Tcl object types
Tcl_Release (3)      - avoid freeing storage while it is being used
Tcl_ResetResult (3)  - manipulate Tcl result
Tcl_RestoreInterpState (3) - save and restore an interpreter's state
Tcl_RestoreResult (3) - save and restore an interpreter's state
Tcl_SaveInterpState (3) - save and restore an interpreter's state
Tcl_SaveResult (3)   - save and restore an interpreter's state
Tcl_ScanCountedElement (3) - manipulate Tcl lists
Tcl_ScanElement (3)  - manipulate Tcl lists
Tcl_Seek (3)         - buffered I/O facilities using channels
Tcl_ServiceAll (3)   - the event queue and notifier interfaces
Tcl_ServiceEvent (3) - the event queue and notifier interfaces
Tcl_SetAssocData (3) - manage associations of string keys and user specified ...
Tcl_SetBignumObj (3) - manipulate Tcl objects as integer values
Tcl_SetBooleanObj (3) - store/retrieve boolean value in a Tcl_Obj
Tcl_SetByteArrayLength (3) - manipulate Tcl objects as a arrays of bytes
Tcl_SetByteArrayObj (3) - manipulate Tcl objects as a arrays of bytes
Tcl_SetChannelBufferSize (3) - procedures for creating and manipulating channels
Tcl_SetChannelError (3) - functions to create/intercept Tcl errors by channel...
Tcl_SetChannelErrorInterp (3) - functions to create/intercept Tcl errors by c...
Tcl_SetChannelOption (3) - buffered I/O facilities using channels
Tcl_SetCommandInfo (3) - implement new commands in C
Tcl_SetCommandInfoFromToken (3) - implement new commands in C
Tcl_SetDefaultEncodingDir (3) - procedures for creating and using encodings
Tcl_SetDoubleObj (3) - manipulate Tcl objects as floating-point values
Tcl_SetEncodingSearchPath (3) - procedures for creating and using encodings
Tcl_SetEnsembleFlags (3) - manipulate ensemble commands
Tcl_SetEnsembleMappingDict (3) - manipulate ensemble commands
Tcl_SetEnsembleSubcommandList (3) - manipulate ensemble commands
Tcl_SetEnsembleUnknownHandler (3) - manipulate ensemble commands
Tcl_SetErrno (3)     - manipulate errno to store and retrieve error codes
Tcl_SetErrorCode (3) - retrieve or record information about errors and other ...
Tcl_SetErrorCodeVA (3) - retrieve or record information about errors and othe...
Tcl_SetExitProc (3)  - end the application or thread (and invoke exit handlers)
Tcl_SetHashValue (3) - procedures to manage hash tables
Tcl_SetIntObj (3)    - manipulate Tcl objects as integer values
Tcl_SetListObj (3)   - manipulate Tcl objects as lists
Tcl_SetLongObj (3)   - manipulate Tcl objects as integer values
Tcl_SetMainLoop (3)  - main program and event loop definition for Tcl-based a...
Tcl_SetMaxBlockTime (3) - the event queue and notifier interfaces
Tcl_SetNamespaceUnknownHandler (3) - manipulate namespaces
Tcl_SetObjErrorCode (3) - retrieve or record information about errors and oth...
Tcl_SetObjLength (3) - manipulate Tcl objects as strings
Tcl_SetObjResult (3) - manipulate Tcl result
Tcl_SetPanicProc (3) - report fatal error and abort
Tcl_SetRecursionLimit (3) - set maximum allowable nesting depth in interpreter
Tcl_SetResult (3)    - manipulate Tcl result
Tcl_SetReturnOptions (3) - retrieve or record information about errors and ot...
Tcl_SetServiceMode (3) - the event queue and notifier interfaces
Tcl_SetStdChannel (3) - procedures for retrieving and replacing the standard ...
Tcl_SetStringObj (3) - manipulate Tcl objects as strings
Tcl_SetSystemEncoding (3) - procedures for creating and using encodings
Tcl_SetTimeProc (3)  - get date and time
Tcl_SetTimer (3)     - the event queue and notifier interfaces
Tcl_SetUnicodeObj (3) - manipulate Tcl objects as strings
Tcl_SetVar (3)       - manipulate Tcl variables
Tcl_SetVar2 (3)      - manipulate Tcl variables
Tcl_SetVar2Ex (3)    - manipulate Tcl variables
Tcl_SetWideIntObj (3) - manipulate Tcl objects as integer values
Tcl_SignalId (3)     - Convert signal codes
Tcl_SignalMsg (3)    - Convert signal codes
Tcl_Sleep (3)        - delay execution for a given number of milliseconds
Tcl_SourceRCFile (3) - source the Tcl rc file
Tcl_SpliceChannel (3) - procedures for creating and manipulating channels
Tcl_SplitList (3)    - manipulate Tcl lists
Tcl_SplitPath (3)    - manipulate platform-dependent file paths
Tcl_StackChannel (3) - manipulate stacked I/O channels
Tcl_StandardChannels (3) - How the Tcl library deals with the standard channels
tcl_startOfNextWord (n) - standard library of Tcl procedures
tcl_startOfPreviousWord (n) - standard library of Tcl procedures
Tcl_Stat (3)         - check file permissions and other attributes
Tcl_StaticPackage (3) - make a statically linked package available via the 'l...
Tcl_StringCaseMatch (3) - test whether a string matches a pattern
Tcl_StringMatch (3)  - test whether a string matches a pattern
Tcl_SubstObj (3)     - perform substitutions on Tcl objects
Tcl_TakeBignumFromObj (3) - manipulate Tcl objects as integer values
Tcl_Tell (3)         - buffered I/O facilities using channels
Tcl_ThreadAlert (3)  - the event queue and notifier interfaces
Tcl_ThreadQueueEvent (3) - the event queue and notifier interfaces
Tcl_TraceCommand (3) - monitor renames and deletes of a command
Tcl_TraceVar (3)     - monitor accesses to a variable
Tcl_TraceVar2 (3)    - monitor accesses to a variable
Tcl_TranslateFileName (3) - convert file name to native form and replace tild...
Tcl_TruncateChannel (3) - buffered I/O facilities using channels
Tcl_Ungets (3)       - buffered I/O facilities using channels
Tcl_UniChar (3)      - routines for manipulating UTF-8 strings
Tcl_UniCharAtIndex (3) - routines for manipulating UTF-8 strings
Tcl_UniCharCaseMatch (3) - routines for manipulating UTF-8 strings
Tcl_UniCharIsAlnum (3) - routines for classification of Tcl_UniChar characters
Tcl_UniCharIsAlpha (3) - routines for classification of Tcl_UniChar characters
Tcl_UniCharIsControl (3) - routines for classification of Tcl_UniChar characters
Tcl_UniCharIsDigit (3) - routines for classification of Tcl_UniChar characters
Tcl_UniCharIsGraph (3) - routines for classification of Tcl_UniChar characters
Tcl_UniCharIsLower (3) - routines for classification of Tcl_UniChar characters
Tcl_UniCharIsPrint (3) - routines for classification of Tcl_UniChar characters
Tcl_UniCharIsPunct (3) - routines for classification of Tcl_UniChar characters
Tcl_UniCharIsSpace (3) - routines for classification of Tcl_UniChar characters
Tcl_UniCharIsUpper (3) - routines for classification of Tcl_UniChar characters
Tcl_UniCharIsWordChar (3) - routines for classification of Tcl_UniChar charac...
Tcl_UniCharLen (3)   - routines for manipulating UTF-8 strings
Tcl_UniCharNcasecmp (3) - routines for manipulating UTF-8 strings
Tcl_UniCharNcmp (3)  - routines for manipulating UTF-8 strings
Tcl_UniCharToLower (3) - routines for manipulating the case of Unicode charac...
Tcl_UniCharToTitle (3) - routines for manipulating the case of Unicode charac...
Tcl_UniCharToUpper (3) - routines for manipulating the case of Unicode charac...
Tcl_UniCharToUtf (3) - routines for manipulating UTF-8 strings
Tcl_UniCharToUtfDString (3) - routines for manipulating UTF-8 strings
Tcl_UnlinkVar (3)    - link Tcl variable to C variable
Tcl_UnregisterChannel (3) - buffered I/O facilities using channels
Tcl_UnsetVar (3)     - manipulate Tcl variables
Tcl_UnsetVar2 (3)    - manipulate Tcl variables
Tcl_UnstackChannel (3) - manipulate stacked I/O channels
Tcl_UntraceCommand (3) - monitor renames and deletes of a command
Tcl_UntraceVar (3)   - monitor accesses to a variable
Tcl_UntraceVar2 (3)  - monitor accesses to a variable
Tcl_UpdateLinkedVar (3) - link Tcl variable to C variable
Tcl_UpVar (3)        - link one variable to another
Tcl_UpVar2 (3)       - link one variable to another
Tcl_UtfAtIndex (3)   - routines for manipulating UTF-8 strings
Tcl_UtfBackslash (3) - routines for manipulating UTF-8 strings
Tcl_UtfCharComplete (3) - routines for manipulating UTF-8 strings
Tcl_UtfFindFirst (3) - routines for manipulating UTF-8 strings
Tcl_UtfFindLast (3)  - routines for manipulating UTF-8 strings
Tcl_UtfNext (3)      - routines for manipulating UTF-8 strings
Tcl_UtfPrev (3)      - routines for manipulating UTF-8 strings
Tcl_UtfToExternal (3) - procedures for creating and using encodings
Tcl_UtfToExternalDString (3) - procedures for creating and using encodings
Tcl_UtfToLower (3)   - routines for manipulating the case of Unicode characte...
Tcl_UtfToTitle (3)   - routines for manipulating the case of Unicode characte...
Tcl_UtfToUniChar (3) - routines for manipulating UTF-8 strings
Tcl_UtfToUniCharDString (3) - routines for manipulating UTF-8 strings
Tcl_UtfToUpper (3)   - routines for manipulating the case of Unicode characte...
Tcl_ValidateAllMemory (3) - Validated memory allocation interface
Tcl_VarEval (3)      - execute Tcl scripts
Tcl_VarEvalVA (3)    - execute Tcl scripts
Tcl_VarTraceInfo (3) - monitor accesses to a variable
Tcl_VarTraceInfo2 (3) - monitor accesses to a variable
Tcl_WaitForEvent (3) - the event queue and notifier interfaces
Tcl_WaitPid (3)      - manage child processes in background
Tcl_WinTCharToUtf (3) - procedures for creating and using encodings
Tcl_WinUtfToTChar (3) - procedures for creating and using encodings
tcl_wordBreakAfter (n) - standard library of Tcl procedures
tcl_wordBreakBefore (n) - standard library of Tcl procedures
Tcl_Write (3)        - buffered I/O facilities using channels
Tcl_WriteChars (3)   - buffered I/O facilities using channels
Tcl_WriteObj (3)     - buffered I/O facilities using channels
Tcl_WriteRaw (3)     - buffered I/O facilities using channels
Tcl_WrongNumArgs (3) - generate standard error message for wrong number of ar...
tclsh (1)            - Simple shell containing Tcl interpreter
tcltest (n)          - Test harness support code and utilities
tclvars (n)          - Variables used by Tcl
TclX (n)             - Extended Tcl: Extended command set for Tcl
tm (n)               - Facilities for locating and loading of Tcl Modules
XGetClassHint (3)    - allocate class hints structure and set or read a windo...
XSetClassHint (3)    - allocate class hints structure and set or read a windo...
XSetClipMask (3)     - GC convenience routines
XSetClipOrigin (3)   - GC convenience routines
XSetClipRectangles (3) - GC convenience routines
XSetCloseDownMode (3) - control clients

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-04-23 04:30 @3.19.56.45 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!