Action.h (5)		- action service definitions
ComboBox.h (5)		- DtComboBox widget definitions
Deposit (4)		- save a document to its backing store
Display (4)		- display a document
Dnd.h (5)		- Drag and drop definitions
Dt.h (5)		- miscellaneous desktop definitions
DtActionCallbackProc (3)    - notify application that the status of an application has changed
DtActionDescription (3) - obtain the descriptive text for a given action
DtActionExists (3)	- determine if a string corresponds to an action name
DtActionIcon (3)	- get the icon information for an action
DtActionInvoke (3)	- invoke a CDE action
DtActionLabel (3)	- get the localizable label string for an action
DtComboBox (3)		- the ComboBox widget class
DtComboBoxAddItem (3)	- add an item to the ComboBox widget
DtComboBoxDeletePos (3) - delete a DtComboBox item
DtComboBoxSelectItem (3)    - select a DtComboBox item
DtComboBoxSetItem (3)	- set an item in the DtComboBox list
DtCreateComboBox (3)	- the ComboBox widget creation function
DtCreateEditor (3)	- create a new instance of a DtEditor widget
DtCreateHelpDialog (3)	- create a general DtHelpDialog widget
DtCreateHelpQuickDialog (3) - create a DtHelpQuickDialog widget
DtCreateMenuButton (3)	- the MenuButton widget creation function
DtCreateSpinBox (3)	- the SpinBox widget creation function
DtCreateTerm (3)	- create a DtTerm widget
DtDbLoad (3)		- load actions and data types database
DtDbReloadNotify (3)	- reload the Dt actions and data typing services database
DtDndCreateSourceIcon (3)   - create a drag source icon
DtDndDragStart, DtDndVaDragStart (3)	- initiate a drag
DtDndDropRegister, DtDndVaDropRegister (3)  - specify a drop site
DtDndDropUnregister (3) - deactivate a drop site
DtDndProtocol (4)	- drag and drop matching and transfer protocols
DtDtsBufferToAttributeList (3)	- get a list of data attributes for a byte stream
DtDtsBufferToAttributeValue (3) - get a single data attribute value for a byte stream
DtDtsBufferToDataType (3)   - get the data type for a byte stream
DtDtsDataToDataType (3) - get the data type for a set of data
DtDtsDataTypeIsAction (3)   - determine if the data type is an action 
DtDtsDataTypeNames (3)	- get a list of available data types
DtDtsDataTypeToAttributeList (3)    - get a list of attributes for a data type
DtDtsDataTypeToAttributeValue (3)   - get an attribute value for a specified data type
DtDtsFileToAttributeList (3)	- get a list of attributes for a file
DtDtsFileToAttributeValue (3)	- get a specified attribute value for a file
DtDtsFileToDataType (3) - get a data type for a file
DtDtsFindAttribute (3)	- get a specified list of data types
DtDtsFreeAttributeList (3)  - free a list of data attributes
DtDtsFreeAttributeValue (3) - free a data attribute value
DtDtsFreeDataType (3)	- free data type pointer memory
DtDtsFreeDataTypeNames (3)  - free a list of data type names
DtDtsIsTrue (3) 	- return a Boolean value associated with a string
DtDtsLoadDataTypes (3)	- load and initialize the data types database
DtDtsRelease (3)	- free memory associated with the data types database
DtDtsSetDataType (3)	- set the data type of a directory
DtEditor (3)		- the DtEditor widget class
DtEditorAppend (3)	- append data to a DtEditor widget
DtEditorAppendFromFile (3)  - append data from a file into a DtEditor widget
DtEditorChange (3)	- change one or all occurrences of a string in a DtEditor widget
DtEditorCheckForUnsavedChanges (3)  - report whether text has been edited
DtEditorClearSelection (3)  - clear the primary selection in a DtEditor widget
DtEditorCopyToClipboard (3) - copy the primary selection in a DtEditor widget to the clipboard
DtEditorCutToClipboard (3)  - copy the primary selection in a DtEditor widget to the clipboard and delete the selected text
DtEditorDeleteSelection (3) - delete the primary selection in the DtEditor widget
DtEditorDeselect (3)	- deselect the current selection in a DtEditor widget
DtEditorDisableRedisplay (3)	- temporarily prevent visual update of a DtEditor widget
DtEditorEnableRedisplay (3) - force the visual update of a DtEditor widget
DtEditorFind (3)	- search for the next occurrence of a string in a DtEditor widget
DtEditorFormat (3)	- format all or part of the contents of a DtEditor widget
DtEditorGetContents (3) - retrieve the contents of a DtEditor widget
DtEditorGetInsertionPosition (3)    - retrieve the position of the insert cursor in a DtEditor widget
DtEditorGetLastPosition (3) - retrieve the position of the last character in a DtEditor widget
DtEditorGetMessageTextFieldID (3)   - retrieve the widget ID of the message text field in the DtEditor status line 
DtEditorGetSizeHints (3)    - retrieve sizing information from a DtEditor widget
DtEditorGoToLine (3)	- move the insert cursor for a DtEditor widget to a specified line
DtEditorInsert (3)	- insert data into a DtEditor widget
DtEditorInsertFromFile (3)  - insert data from a file into a DtEditor widget
DtEditorInvokeFindChangeDialog (3)  - display the DtEditor widget dialog for searching and replacing text
DtEditorInvokeFormatDialog (3)	- display the DtEditor widget dialog for choosing formatting options
DtEditorInvokeSpellDialog (3)	- display the DtEditor widget dialog for checking text for spelling errors
DtEditorPasteFromClipboard (3)	- insert the clipboard selection into a DtEditor widget
DtEditorReplace (3)	- replace a portion of the contents of a DtEditor widget
DtEditorReplaceFromFile (3) - replace a portion of the contents of a DtEditor widget with the contents of a file
DtEditorReset (3)	- reset a DtEditor widget to its default state
DtEditorSaveContentsToFile (3)	- save the contents of a DtEditor widget to a file
DtEditorSelectAll (3)	- select all text in a DtEditor widget
DtEditorSetContents (3) - place data into a DtEditor widget
DtEditorSetContentsFromFile (3) - load data from a file into a DtEditor widget
DtEditorSetInsertionPosition (3)    - set the position of the insert cursor in a DtEditor widget
DtEditorTraverseToEditor (3)	- set keyboard traversal to the edit window of a DtEditor widget
DtEditorUndoEdit (3)	- undo the last edit made to the text in a DtEditor widget
DtHelpDialog (3)	- DtHelpDialog widget class
DtHelpQuickDialog (3)	- DtHelpQuickDialog widget class
DtHelpQuickDialogGetChild (3)	- get child of DtHelpQuickDialog widget
DtHelpReturnSelectedWidgetId (3)    - select a widget or gadget
DtHelpSetCatalogName (3)    - assign the name of the message catalog to use for help services
DtInitialize, DtAppInitialize (3)   - initialize the Desktop Services library
DtMenuButton (3)	- the MenuButton widget class
DtSaverGetWindows (3)	- get the list of windows for drawing by a screen saver application
DtSessionRestorePath (3)    - get a pathname for the application's state information file
DtSessionSavePath (3)	- get a pathname for saving application state information
DtSpinBox (3)		- the SpinBox widget class
DtSpinBoxAddItem (3)	- add an item to the DtSpinBox
DtSpinBoxDeletePos (3)	- delete a DtSpinBox item
DtSpinBoxSetItem (3)	- set an item in the DtSpinBox list
DtStdAppFontNames (5)	- CDE Standard Application Font Names
DtStdInterfaceFontNames (5) - CDE Standard Interface Font Names
DtTerm (3)		- DtTerm widget class
DtTermDisplaySend (3)	- send data to a DtTerm widget's display
DtTermInitialize (3)	- prevent accelerators from being installed on a DtTerm widget
DtTermSubprocReap (3)	- allow a DtTerm widget to clean up after subprocess termination
DtTermSubprocSend (3)	-  send data to a DtTerm widget's subprocess
DtWsmAddCurrentWorkspaceCallback (3)	- add a callback to be called when the current workspace changes
DtWsmAddWorkspaceFunctions (3)	- add workspace functions for a window
DtWsmAddWorkspaceModifiedCallback (3)	- add a callback to be called when any workspace is changed
DtWsmFreeWorkspaceInfo (3)  - free workspace information
DtWsmGetCurrentBackdropWindow (3)   - get the backdrop window for the current workspace
DtWsmGetCurrentWorkspace (3)	- get the current workspace
DtWsmGetWorkspaceInfo (3)   - get detailed workspace information
DtWsmGetWorkspaceList (3)   - get the names of the currently defined workspaces
DtWsmGetWorkspacesOccupied (3)	- get the workspaces in which a window resides
DtWsmOccupyAllWorkspaces (3)	- put a window into all workspaces
DtWsmRemoveWorkspaceCallback (3)    - remove a workspace callback
DtWsmRemoveWorkspaceFunctions (3)   - remove a window's workspace functions
DtWsmSetCurrentWorkspace (3)	- set the current workspace
DtWsmSetWorkspacesOccupied (3)	- set the workspaces in which a window resides
Dts.h (5)		- data typing definitions
Edit (4)		- compose or edit a document
Editor.h (5)		- editor widget definitions
Get_Environment (4)	- get a tool's environment
Get_Geometry (4)	- get a tool's on-screen geometry
Get_Iconified (4)	- get a tool's iconic state
Get_Locale (4)		- get a tool's locale
Get_Mapped (4)		- get whether a tool is mapped to the screen
Get_Modified (4)	- ask whether an entity has been modified
Get_Situation (4)	- get a tool's current working directory
Get_Status (4)		- retrieve a tool's current status
Get_Sysinfo (4) 	- get information about a tool's host
Get_XInfo (4)		- get a tool's X11 attributes
Help.h (5)		- help services definitions
HelpDialog.h (5)	- DtHelpDialog definitions
HelpQuickD.h (5)	- DtHelpQuickDialog definitions
Lower (4)		- lower a tool's window(s) to the back
Mail (4)		- compose or mail a document
MenuButton.h (5)	- DtMenuButton widget definitions
Modified (4)		- an entity has been modified
Pause (4)		- pause a tool, operation or data performance
Print (4)		- print a document
Quit (4)		- terminate an operation or an entire tool
Raise (4)		- raise a tool's window(s) to the front
Resume (4)		- resume a tool, operation or data performance
Revert (4)		- discard any modifications to an entity
Reverted (4)		- an entity has been reverted
Save (4)		- save any modifications to an entity
Saved (4)		- an entity has been saved to persistent storage
Saver.h (5)		- screen saver definitions
Session.h (5)		- session management services definitions
Set_Environment (4)	- set a tool's environment
Set_Geometry (4)	- set a tool's on-screen geometry
Set_Iconified (4)	- set a tool's iconic state
Set_Locale (4)		- set a tool's locale
Set_Mapped (4)		- set whether a tool is mapped to the screen
Set_Situation (4)	- set a tool's current working directory
Signal (4)		- send a (POSIX-style) signal to a tool
SpinBox.h (5)		- DtSpinBox widget definitions
Started (4)		- a tool has started
Status (4CDE)		- a tool has some status information to announce
Stopped (4)		- a tool has terminated
Term.h (5)		- terminal emulator definitions
Translate (4)		- translate a document from one media type to another
Wsm.h (5)		-  workspace manager definitions
bil, BIL (4)		- Builder Interface Language for the CDE Application Builder
csa.h (5)		- calendar and appointment services definitions
csa_add_calendar (3)	- add a calendar to the calendar service
csa_add_entry (3)	- add an entry to the specified calendar
csa_call_callbacks (3)	- force the invocation of the callback functions associated with the specified callback list(s)
csa_delete_calendar (3) - delete a calendar from the calendar service
csa_delete_entry (3)	- delete an entry from a calendar
csa_free (3)		- free memory allocated by the calendaring service
csa_free_time_search (3)    - searches one or more calendars for available free time
csa_list_calendar_attributes (3)    - list the names of the calendar attributes associated with a calendar
csa_list_calendars (3)	- list the calendars supported by a calendar service
csa_list_entries (3)	- list the calendar entries that match all the attribute search criteria
csa_list_entry_attributes (3)	- list the names of the entry attributes associated with the specified entry
csa_list_entry_sequence (3) - lists the recurring calendar entries that are associated with a calendar entry
csa_logoff (3)		- terminate a session with a calendar
csa_logon (3)		- log on to the calendar service and establish a session with a calendar
csa_look_up (3) 	- Looks up calendar information
csa_query_configuration (3) - Determine information about the installed CSA configuration
csa_read_calendar_attributes (3)    - read and return the calendar attributes values for a calendar
csa_read_entry_attributes (3)	- read and return the calendar entry attribute values for a specified calendar entry
csa_read_next_reminder (3)  - reads the next reminder of the given type in the specified calendar relative to a given time
csa_register_callback (3)   - register the callback functions to be invoked when the specified type of update occurs in the calendar
csa_restore (3) 	- restores calendar entries from an archive file
csa_save (3)		- saves calendar entries into an archive file
csa_unregister_callback (3) - unregister the specified callback functions
csa_update_calendar_attributes (3)  - update the calendar attributes values for a calendar
csa_update_entry_attributes (3) - update the calendar entry attributes
csa_x_process_updates (3)   - invoke a calendar application's calendar event handler
dsdm (1)		- Drop Site Database Manager - Motif/OPENLOOK drag and drop proxy agent
dtaction (1)		- invoke a Cde action with specified arguments
dtactionaction (5)	- CDE action management actions
dtactionfile (4)	- define the content of desktop action definition records
dtappaction (5) 	- CDE application management actions
dtappgather (1) 	- gather application files for presentation by the Application Manager
dtappintegrate (1)	- integrate applications into the CDE
dtbmfile (4)		- format of X11 bitmap format desktop icon files
dtbuilder (1)		- the CDE Application Builder
dtbuilderaction (5)	- CDE application builder actions
dtcalc (1)		- The CDE Calculator
dtcalcaction (5)	- CDE calculator actions
dtcalendaraction (5)	- CDE calendar and appointment management actions
dtchooser (1)		- CDE dtlogin chooser screen display utility
dtcm (1)		- The CDE Calendar Manager.
dtcm_archive (4)	- format of calendar archive file
dtcm_delete (1) 	- delete appointments from the calendar database
dtcm_editor (1) 	- The CDE Environment standalone appointment editor
dtcm_entry (4)		- format of calendar/appointment entry
dtcm_insert (1) 	- insert appointments into the calendar database
dtcm_lookup (1) 	- look up appointments from the calendar database
dtcodegen (1)		- generate code from a CDE application building services project or module file
dtconfig (1)		- desktop configuration utility
dtconvertvf (1) 	- convert VUE 3.0 action/filetype files to DT syntax
dtcreate (1)		- The CDE Action and Datatype creation client.
dtdpfile (4)		- format and location of desktop palette files
dtdtfile (4)		- define the format and location of actions and data type database files
dtdtsfile (4)		- format and location of desktop data type and action files
dtenvvar (5)		- CDE environment variables
dtexec (1)		- execute command-based action
dtextbody (1)		- utility to access external MIME body parts
dtfile (1)		- the CDE File Manager
dtfile.config (4)	- CDE File Manager configuration file
dtfile_copy (1) 	- the CDE File Manager copy utility
dtfile_error (1)	- the CDE File Manager error-dialog script
dtfileaction (5)	- CDE file management actions
dtfilsys (5)		- CDE file system; directory tree structure
dtfpfile (4)		- format and locations of front panel configuration files
dtfplist (1)		- a general purpose utility for printing the hierarchy of the front panel components
dtgreet (1)		- CDE dtlogin login screen display utility
dthello (1)		- CDE login transitional greeting
dthelp_ctag1 (1)	- first pass for formal SGML parse of HelpTag source
dthelp_htag1 (1)	- first pass for loose (shorthand) parse of HelpTag source
dthelp_htag2 (1)	- second pass for parse of HelpTag source
dthelpaction (5)	- CDE help actions
dthelpgen (1)		- generates a top-level help browser volume
dthelpprint (1) 	- print utility for DtHelpDialog and DtHelpQuickDialog widgets
dthelptag (1)		- compile CDE Help source documents into runtime Help volumes
dthelptagdtd (4)	- markup syntax specification for authored CDE help information
dthelpview (1)		- view a CDE help volume
dthffile (4)		- define the format of CDE Help Family files
dticon (1)		- the Common Desktop Environment Icon Editor
dticonaction (5)	- CDE icon editing actions
dticonfile (4)		- icon conventions for CDE icons
dtimsstart (1)		- Brings up a dialog box where the user can change the input method and the input styles of the current input method
dtksh (1)		- shell command language interpreter with access to many X, Xt, Xm and CDE functions
dtlogin (1)		- CDE login service
dtlp (1)		- gather lp arguments and print a file
dtmail (1)		- the desktop mailtool
dtmailaction (5)	- CDE mail actions
dtmailpr (1)		- electronic mail message print filter
dtmanaction (5) 	- CDE manual page actions
dtpad (1)		- edit text files
dtpmfile (4)		- format of X Pixmap (XPM) format desktop icon files
dtprintinfo (1) 	- the CDE Print Viewer
dtprintinfoaction (5)	- CDE print job actions
dtresourcesfile (4)	- format and location of desktop resource files
dtscreen (1)		- the Common Desktop Environment animated screen savers
dtsdldtd (4)		- Semantic Delivery Language (SDL) format and semantics
dtsdlfile (4)		- CDE runtime help volume files
dtsearchpath (1)	- set desktop search paths
dtsession (1)		- the CDE Session Manager
dtsession_res (1)	- CDE dtsession resource load utility
dtsessionaction (5)	- CDE session management actions
dtsessionfile (4)	- format and location of desktop session files
dtspcd (1m)		- CDE Subprocess Control Service
dtspcdenv (4)		- environment Variable File for the CDE Subprocess Control Service
dtstyle (1)		- the CDE Style Manager
dtstyleaction (5)	- CDE style management actions
dtterm (1)		- emulate a terminal window
dtterm (5)		- escape sequences recognized by dtterm and the DtTerm widget
dttermaction (5)	- CDE terminal emulation actions
dttextaction (5)	- CDE text editing actions
dttrashaction (5)	- CDE trash management actions
dttypes (1)		- Generates a list of the DT Action and DataTypes definitions. 
dtwm (1)		- The CDE Window Manager
dtwmrc (4)		- the dtwm Window Manager Resource Description File
dxcaltodtcm (1) 	- Converts a DECwindows Calendar (dxcalendar) database for use with CDE Calendar (dtcm)
dxkeyboard (1)		- Brings up a dialog box with which the user can customize keyboard settings
ksh, rksh (1CDE)	- KornShell, a standard/restricted command and programming language
mailcv (1)		- Converts MH (dxmail) style folders to UNIX style ``From'' folders
rpc.cmsd (1m)		- calendar manager service daemon
tt_X_session (3)	- return the session associated with an X window system display
tt_bcontext_join (3)	- add a byte-array value to the list of values
tt_bcontext_quit (3)	- remove a byte-array value from the list of values
tt_c.h (5)		- ToolTalk definitions
tt_close (3)		- close the current default procid
tt_context_join (3)	- add a string value to the list of values
tt_context_quit (3)	- remove a string value from the list of values
tt_default_file (3)	- return the current default file
tt_default_file_set (3) - set the default file to a file
tt_default_procid (3)	- identify the current default process
tt_default_procid_set (3)   - set the current default procid
tt_default_ptype (3)	- retrieve the current default ptype
tt_default_ptype_set (3)    - set the default ptype
tt_default_session (3)	- retrieve the current default session identifier
tt_default_session_set (3)  - set the current default session identifier
tt_error_int (3)	- return an integer error object that encodes the code
tt_error_pointer (3)	- return a pointer to an error object that encodes the code
tt_fd (3)		- return a file descriptor
tt_file_copy (3)	- copy objects from one file to a new file
tt_file_destroy (3)	- remove objected rooted on a file
tt_file_join (3)	- register interest in messages involving a file
tt_file_move (3)	- move objects from one file to another
tt_file_netfile (3)	- map between local and canonical pathnames on the local host
tt_file_objects_query (3)   - find all objects in the named file
tt_file_quit (3)	- register lack of interest in messages that involve a file
tt_free (3)		- free storage from the ToolTalk API allocation stack
tt_host_file_netfile (3)    - map between local and canonical pathnames on a remote host
tt_host_netfile_file (3)    - map between canonical and local pathnames on a remote host
tt_icontext_join (3)	- add an integer value to the list of values
tt_icontext_quit (3)	- remove an integer value from the list of values
tt_initial_session (3)	- return the initial session identifier
tt_int_error (3)	- return the status of an error object
tt_is_err (3)		- check status value
tt_malloc (3)		- allocate storage on the ToolTalk API allocation stack
tt_mark (3)		- mark a storage position in the ToolTalk API allocation stack
tt_message_accept (3)	- declare that the process has been initialized and can accept messages
tt_message_address (3)	- retrieve the address attribute from a message
tt_message_address_set (3)  - set the address attribute for a message
tt_message_arg_add (3)	- add a new argument to a message object
tt_message_arg_bval (3) - retrieve the byte-array value of a message argument
tt_message_arg_bval_set (3) - set the byte-array value and type of a message argument
tt_message_arg_ival (3) - retrieve the integer value of a message argument
tt_message_arg_ival_set (3) - add an integer value in a message argument
tt_message_arg_mode (3) - return the mode of a message argument
tt_message_arg_type (3) - retrieve the type of a message argument
tt_message_arg_val (3)	- return a pointer to the value of a message argument
tt_message_arg_val_set (3)  - change the value of a message argument
tt_message_arg_xval (3) - retrieve and deserialize the data from a message argument
tt_message_arg_xval_set (3) - serialize and set data into an existing message argument
tt_message_args_count (3)   - return the number of arguments in the message
tt_message_barg_add (3) - add an argument to a pattern
tt_message_bcontext_set (3) - set the byte-array value of a message's context
tt_message_callback_add (3) - register a callback function
tt_message_class (3)	- retrieve the class attribute from a message
tt_message_class_set (3)    - set the class attribute for a message
tt_message_context_bval (3) - retrieve the byte-array value and length of a message's context
tt_message_context_ival (3) - retrieve the integer value of a message's context
tt_message_context_set (3)  - set the character string value of a message's context
tt_message_context_slotname (3) - return the name of a message's nth context
tt_message_context_val (3)  - retrieve the character string of a message's context
tt_message_context_xval (3) - retrieve and deserialize the data from a message's context
tt_message_contexts_count (3)	- return the number of contexts in a message
tt_message_create (3)	- create a new message object
tt_message_create_super (3) - create and re-address a copy of a message
tt_message_destroy (3)	- destroy a message
tt_message_disposition (3)  - retrieve the disposition attribute from a message
tt_message_disposition_set (3)	- set the disposition attribute for a message
tt_message_fail (3)	- indicate a message cannot be handled
tt_message_file (3)	- retrieves the file attribute from a message
tt_message_file_set (3) - set the file attribute for a message
tt_message_gid (3)	- retrieve the group identifier attribute from a message
tt_message_handler (3)	- retrieve the handler attribute from a message
tt_message_handler_ptype (3)	- retrieve the handler ptype attribute from a message
tt_message_handler_ptype_set (3)    - set the handler ptype attribute for a message
tt_message_handler_set (3)  - set the handler attribute for a message
tt_message_iarg_add (3) - add a new argument to a message object
tt_message_icontext_set (3) - set the integer value of a message's context
tt_message_id (3)	- retrieve the identifier of a message
tt_message_object (3)	- retrieve the object attribute from a message
tt_message_object_set (3)   - set the object attribute for a message
tt_message_op (3)	- retrieve the operation attribute from a message
tt_message_op_set (3)	- set the operation attribute for a message
tt_message_opnum (3)	- retrieve the operation number attribute from a message
tt_message_otype (3)	- retrieve the object type attribute from a message
tt_message_otype_set (3)    - set the otype attribute for a message
tt_message_pattern (3)	- return the pattern matched by a message
tt_message_print (3)	- format a message
tt_message_receive (3)	- receive a message
tt_message_reject (3)	- reject a message
tt_message_reply (3)	- reply to a message
tt_message_scope (3)	- retrieve the scope attribute from a message
tt_message_scope_set (3)    - set the scope attribute for a message
tt_message_send (3)	- send a message
tt_message_send_on_exit (3) - set up a message to send upon unexpected exit
tt_message_sender (3)	- retrieve the sender attribute from a message
tt_message_sender_ptype (3) - retrieve the sender ptype attribute from a message
tt_message_sender_ptype_set (3) - set the sender ptype attribute for a message
tt_message_session (3)	- retrieve the session attribute from a message
tt_message_session_set (3)  - set the session attribute for a message
tt_message_state (3)	- retrieve the state attribute from a message
tt_message_status (3)	- retrieve the status attribute from a message
tt_message_status_set (3)   - set the status attribute for a message
tt_message_status_string (3)	- retrieve the character string stored with the status attribute for a message
tt_message_status_string_set (3)    - set a character string with the status attribute for a message
tt_message_uid (3)	- retrieve the user identifier attribute from a message
tt_message_user (3)	- retrieve the user information associated with a message object
tt_message_user_set (3) - stores user information associated with a message object
tt_message_xarg_add (3) - add an argument with an XDR-interpreted value to a message object
tt_message_xcontext_join (3)	- add an XDR-interpreted byte-array to the list of values
tt_message_xcontext_set (3) - set the XDR-interpreted byte-array value of a message's context
tt_netfile_file (3)	- map between canonical and local pathnames on the local host
tt_objid_equal (3)	- test whether two objids are equal
tt_objid_objkey (3)	- return the unique key of an objid
tt_onotice_create (3)	- create a notice
tt_open (3)		- return the process identifier for the calling process
tt_orequest_create (3)	- create a request message
tt_otype_base (3)	- return the base otype of an otype
tt_otype_derived (3)	- return the ith otype derived from the given otype
tt_otype_deriveds_count (3) - return the number of otypes derived from an otype
tt_otype_hsig_arg_mode (3)  - return the mode of an argument of a request signature of an otype
tt_otype_hsig_arg_type	(3) - return the data type of an argument of a request signature of an otype
tt_otype_hsig_args_count (3)	- return the number of arguments of a request signature of an otype
tt_otype_hsig_count (3) - return the number of request signatures for an otype
tt_otype_hsig_op (3)	- return the operation name of a request signature of an otype
tt_otype_is_derived (3) - indicate the otype derivations
tt_otype_opnum_callback_add (3) - return a callback if two opnums are equal
tt_otype_osig_arg_mode (3)  - return the mode of an argument of a notice signature of an otype
tt_otype_osig_arg_type (3)  - return the data type of an argument of a notice signature of an otype
tt_otype_osig_args_count (3)	- returns the number of arguments of a notice signature of an otype
tt_otype_osig_count (3) - return the number of notice signatures for an otype
tt_otype_osig_op (3)	- return the op name of a notice signature of an otype
tt_pattern_address_add (3)  - add a value to the address field for a pattern
tt_pattern_arg_add (3)	- add an argument to a pattern
tt_pattern_barg_add (3) - add an argument with a value that contains embedded nulls to a pattern
tt_pattern_bcontext_add (3) - add a byte-array value to the values in this pattern's named context
tt_pattern_callback_add (3) - register a message-matching callback function
tt_pattern_category (3) - return the category value of a pattern
tt_pattern_category_set (3) - fill in the category field for a pattern
tt_pattern_class_add (3)    - add a value to the class information for a pattern
tt_pattern_context_add (3)  - add a string value to the values of this pattern's context
tt_pattern_create (3)	- request a new pattern object
tt_pattern_destroy (3)	- destroy a pattern object
tt_pattern_disposition_add (3)	- add a value to the disposition field for a pattern
tt_pattern_file_add (3) - add a value to the file field of a pattern
tt_pattern_iarg_add (3) - add a new integer argument to a pattern
tt_pattern_icontext_add (3) - add an integer value to the values of this pattern's context
tt_pattern_object_add (3)   - add a value to the object field of a pattern
tt_pattern_op_add (3)	- add a value to the operation field of a pattern
tt_pattern_opnum_add (3)    - add an operation number to a pattern
tt_pattern_otype_add (3)    - add a value to the object type field for a pattern
tt_pattern_print (3)	- format a pattern
tt_pattern_register (3) - register a pattern with the ToolTalk service
tt_pattern_scope_add (3)    - add a value to the scope field for a pattern
tt_pattern_sender_add (3)   - add a value to the sender field for a pattern
tt_pattern_sender_ptype_add (3) - add a value to the sending process's ptype field for a pattern
tt_pattern_session_add (3)  - adds a value to the session field for a pattern
tt_pattern_state_add (3)    - add a value to the state field for a pattern
tt_pattern_unregister (3)   - unregister a pattern from the ToolTalk service
tt_pattern_user (3)	- return the value in a user data cell for a pattern object
tt_pattern_user_set (3) - store information in the user data cells of a pattern object
tt_pattern_xarg_add (3) - add a new argument with an interpreted XDR value to a pattern object
tt_pattern_xcontext_add (3) - add an XDR-interpreted byte-array value to this pattern's named context
tt_pnotice_create (3)	- create a procedure notice
tt_pointer_error (3)	- return the status of a pointer
tt_prequest_create (3)	- create a procedure request message
tt_ptr_error (3)	- pointer error macro
tt_ptype_declare (3)	- register the process type with the ToolTalk service
tt_ptype_exists (3)	- indicate whether a ptype is already installed
tt_ptype_opnum_callback_add (3) - return a callback if two opnums are equal
tt_ptype_undeclare (3)	- undeclare a ptype
tt_release (3)		- free storage allocated on the ToolTalk API allocation stack
tt_session_bprop (3)	- retrieve the ith value of the named property of a session
tt_session_bprop_add (3)    - add a new byte-string value to the end of the list of values
tt_session_bprop_set (3)    - replace current values stored under the named property of a session
tt_session_join (3)	- join a session and make it the default
tt_session_prop (3)	- return the ith value of a session property
tt_session_prop_add (3) - add a new character-string value to the end of the list of values
tt_session_prop_count (3)   - return the number of values stored under a property of a session
tt_session_prop_set (3) - replace current values for a property of a session with a character-string value
tt_session_propname (3) - returns an element of the list of property names for a session
tt_session_propnames_count (3)	- return the number of property names for the session
tt_session_quit (3)	- quit the session
tt_session_types_load (3)   - merge a compiled ToolTalk types file into the running ttsession
tt_spec_bprop (3)	- retrieve the ith value of a property
tt_spec_bprop_add (3)	- add a new byte-string to the end of the list of values
tt_spec_bprop_set (3)	- replace any current values stored under this spec property with a new byte-string
tt_spec_create (3)	- create an in-memory spec for an object
tt_spec_destroy (3)	- destroy an object's spec
tt_spec_file (3)	- retrieve the name of the file that contains the object described by the spec
tt_spec_move (3)	- notify the ToolTalk service that an object has moved to a different file
tt_spec_prop (3)	- retrieve the ith value of the property associated with an object spec
tt_spec_prop_add (3)	- add a new item to the end of the list of values
tt_spec_prop_count (3)	- return the number of values listed in this spec property
tt_spec_prop_set (3)	- replace property values
tt_spec_propname (3)	- return an element of the property name list for an object spec
tt_spec_propnames_count (3) - return the number of property names for an object
tt_spec_type (3)	- return the name of the object type
tt_spec_type_set (3)	- assign an object type value to an object spec
tt_spec_write (3)	- write the spec and any associated properties to the ToolTalk database
tt_status_message (3)	- provide a message for a problem status code
tt_trace_control (3)	- control client-side tracing
tt_type_comp (1)	- compile ToolTalk otypes and ptypes
tt_xcontext_quit (3)	- remove an XDR-interpreted byte-array value from the list of values
ttcp (1)		- copy files and inform the ToolTalk service
ttdbck (1m)		- display, check, or repair ToolTalk databases
ttdbserverd, rpc.ttdbserverd (1m)   - RPC-based ToolTalk database server
ttdt_Get_Modified (3)	- ask if any ToolTalk client has changes pending on a file
ttdt_Revert (3) 	- request a ToolTalk client to revert a file
ttdt_Save (3)		- request a ToolTalk client to save a file
ttdt_close (3)		- destroy a ToolTalk communication endpoint
ttdt_file_event (3)	- use ToolTalk to announce an event about a file
ttdt_file_join (3)	- register to observe ToolTalk events on a file
ttdt_file_notice (3)	- create and send a standard ToolTalk notice about a file
ttdt_file_quit (3)	- unregister interest in ToolTalk events about a file
ttdt_file_request (3)	- create and send a standard ToolTalk request about a file
ttdt_message_accept (3) - accept a contract to handle a ToolTalk request
ttdt_open (3)		- create a ToolTalk communication endpoint
ttdt_sender_imprint_on (3)  - act like a child of the specified tool
ttdt_session_join (3)	- join a ToolTalk session
ttdt_session_quit (3)	- quit a ToolTalk session
ttdt_subcontract_manage (3) - manage an outstanding request
ttmedia_Deposit (3)	- send a Deposit request to checkpoint a document
ttmedia_load (3)	- send a Display, Edit or Compose request
ttmedia_load_reply (3)	- reply to a Display, Edit or Compose request
ttmedia_ptype_declare (3)   - declare the ptype of a Media Exchange media editor
ttmv (1)		- move or rename files and inform the ToolTalk service
ttrm (1)		- remove files or directories and inform the ToolTalk service
ttrmdir (1)		- remove empty directories and inform the ToolTalk service
ttsession (1)		- the ToolTalk message server
ttsnoop (1)		- send and receive ToolTalk messages interactively
tttar (1)		- process files and ToolTalk objects in an archive
tttk.h (5)		- ToolTalk definitions
tttk_Xt_input_handler (3)   - Process ToolTalk events for Xt clients
tttk_block_while (3)	- block while a counter is greater than zero
tttk_message_abandon (3)    - finalize a message properly
tttk_message_create (3) - create a message conforming to the Cde conventions
tttk_message_destroy (3)    - destroy a message conforming to the Cde conventions
tttk_message_fail (3)	- fail a message
tttk_message_reject (3) - reject a message
tttk_op_string (3)	- map a ToolTalk op code to a string
tttk_string_op (3)	- map a string to a ToolTalk op code
tttrace (1)		- trace ToolTalk calls and messages
tttracefile (4) 	- script of settings for ToolTalk tracing
