Pages du manuel Linux : Fonctions des bibliothèques / tcl
- Tcl_DStringInit
- manipulate dynamic strings
- Tcl_DumpActiveMemory
- Validated memory allocation interface.
- Tcl_EvalObjEx
- execute Tcl scripts
- Tcl_Exit
- end the application or thread (and invoke exit handlers)
- Tcl_ExprLong
- evaluate an expression
- Tcl_ExprLongObj
- evaluate an expression
- Tcl_FindExecutable
- identify or return the name of the binary file containing the application
- Tcl_FSRegister
- procedures to interact with any filesystem
- Tcl_GetAssocData
- manage associations of string keys and user specified data with Tcl interpreters.
- Tcl_GetCwd
- manipulate the current working directory
- Tcl_GetEncoding
- procedures for creating and using encodings.
- Tcl_GetHostName
- get the name of the local host
- Tcl_GetIndexFromObj
- lookup string in table of keywords
- Tcl_GetInt
- convert from string to integer, double, or boolean
- Tcl_GetOpenFile
- Get a standard IO File * handle from a channel. (Unix only)
- Tcl_GetStdChannel
- procedures for retrieving and replacing the standard channels
- Tcl_GetTime
- get date and time
- Tcl_GetVersion
- get the version of the library at runtime
- Tcl_Init
- find and source initialization script
- Tcl_InitHashTable
- procedures to manage hash tables
- Tcl_InitStubs
- initialize the Tcl stubs mechanism
- Tcl_Interp
- client-visible fields of interpreter structures
- Tcl_IsSafe
- manage multiple Tcl interpreters, aliases and hidden commands.
- Tcl_LinkVar
- link Tcl variable to C variable
- Tcl_ListObjAppendList
- manipulate Tcl objects as lists
- Tcl_MacSetEventProc
- procedures to handle Macintosh resources and other Macintosh specifics
- Tcl_Main
- main program and event loop definition for Tcl-based applications
- TCL_MEM_DEBUG
- Compile-time flag to enable Tcl memory debugging.
- Tcl_NewBooleanObj
- manipulate Tcl objects as boolean values
- Tcl_NewByteArrayObj
- manipulate Tcl objects as a arrays of bytes
- Tcl_NewDoubleObj
- manipulate Tcl objects as floating-point values
- Tcl_NewIntObj
- manipulate Tcl objects as integers and wide integers
- Tcl_NewObj
- manipulate Tcl objects
- Tcl_NewStringObj
- manipulate Tcl objects as strings
- Tcl_OpenFileChannel
- buffered I/O facilities using channels
- Tcl_OpenTcpClient
- procedures to open channels using TCP sockets
- Tcl_Panic
- report fatal error and abort
- Tcl_ParseCommand
- parse Tcl scripts and expressions
- Tcl_PkgRequire
- package version control
- Tcl_Preserve
- avoid freeing storage while it's being used
- Tcl_PrintDouble
- Convert floating value to string
- Tcl_PutEnv
- procedures to manipulate the environment
- Tcl_RecordAndEval
- save command on history list before evaluating
- Tcl_RecordAndEvalObj
- save command on history list before evaluating
- Tcl_RegExpMatch
- Pattern matching with regular expressions
- Tcl_RegisterObjType
- manipulate Tcl object types
- Tcl_SaveResult
- save and restore an interpreter's result
- Tcl_SetErrno
- manipulate errno to store and retrieve error codes
- Tcl_SetObjResult
- manipulate Tcl result
- Tcl_SetRecursionLimit
- set maximum allowable nesting depth in interpreter