The tt_free function frees storage from the ToolTalk API allocation stack. The p argument is the address of the storage in the ToolTalk API allocation stack to be freed.
The tt_host_file_netfile function performs a conversion equivalent to that of the tt_file_netfile(3) function, but performs it on a remote host. The filename argument is a pathname (absolute or relative) that is valid on the remote host. Every component of filename must exist, except for the last component. The host argument is a name of a remote host.
The tt_host_netfile_file function performs a conversion equivalent to that of the tt_netfile_file(3) function, but performs it on a remote host. The host argument is the host on which the file resides. The netfilename argument is a copy of a null-terminated string returned by tt_netfile_fileRETURN VALUE RETURN VALUE [Toc]
The tt_icontext_join function adds the given integer value to the list of values for the contexts of all patterns. The context is compared to currently registered patterns for the procid. If a pattern has a slot with the specified name, the given integer value is added to the list of values for that slot. The slotname argument is the name of the context. The value argument is the value to be added...
The tt_icontext_quit function removes the given integer value from the list of values for the contexts of all patterns. The context is compared to currently registered patterns for the procid. If a pattern has a slot with the specified name, the given integer value is removed from the list of values for that slot. If there are duplicate values, only one value is removed. The slotname argument is t...
The tt_initial_session function returns the initial session identifier of the ttsession(1) with which the current process identifier is associated. The current process identifier is obtained by calling tt_open(3).
The tt_message_abstainer function returns the procid of the nth abstainer of the specified message. The m argument is the opaque handle for the message involved in this operation. The n argument is the number of the abstainer to be returned. The first abstainer is numbered zero.
The tt_message_abstainers_count function returns a count of the procids that are recorded in the offer m as having abstained from it. The m argument is the opaque handle for the message involved in this operation.
The tt_message_accept function declares that the process has been initialized and can accept messages. The ToolTalk service invokes this function for start messages. The m argument is the opaque handle for the message involved in this operation.
The tt_message_accepter function returns the procid of the nth accepter of the specified message. The m argument is the opaque handle for the message involved in this operation. The n argument is the number of the accepter to be returned. The first accepter is numbered zero.
The tt_message_accepters_count function returns a count of the procids that are recorded in the offer m as having accepted it. The m argument is the opaque handle for the message involved in this operation.