 |
Index for Section 1 |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
dttypes(1)
CDE
NAME
dttypes - generates a list of the desktop (DT) Action and DataTypes
definitions
SYNOPSIS
dttypes [-help] [-type filename] [-db database] [-w [rec_name regexp]
[fld_name regexp] [fld_value regexp]] [[-l] [rec_name] [rec_info]
[fld_name regexp] [fld_value]]
OPTIONS
The optional command_list is composed of one or more of the following:
-help
Prints out the usage message.
-type filename
Where filename is the name of a file to be typed.
-db database
Where database uses all the DataBases whose name matches the regular
expression database. Currently: DATA_CRITERIA, DATA_ATTRIBUTES or
ACTION.
-w search_listStRiNg
Where search_list consists of one or more of the following:
rec_name reg_exp
Finds all records whose name matches the regular expression
reg_exp.
fld_name reg_exp
Finds all records whose field name matches the regular
expression reg_exp.
fld_value reg_exp
Finds all records whose field values matches the regular
expression reg_exp.
-l display_list
Where display_list consist of one or more of the following:
rec_name
Displays the name of the records found.
rec_info
Displays the file the record was found in.
fld_name [reg_exp]
Displays the names of the attributes found in that record. If a
reg_exp is specified then only those fields that match will be
displayed.
fld_value
Displays the values of the attributes found in the record.
DESCRIPTION
The dttypes command is a client that lists the Action and DataTypes
definitions. This is useful in understanding where DT is getting the
information for its databases and how it is using that information to
construct the databases. By default it prints out the entire set of
databases.
SEE ALSO
DtDtsLoadDataTypes(3), DtDtsDataToDataType(3), DtDtsFileToDataType(3),
DtDtsFileToAttributeList(3), DtDtsFileToAttributeValue(3),
DtDtsBufferToDataType(3), DtDtsBufferToAttributeList(3),
DtDtsBufferToAttributeValue(3), DtDtsDataTypeToAttributeList(3),
DtDtsDataTypeToAttributeValue(3), DtDtsFreeDataType(3),
DtDtsFreeAttributeList(3), DtDtsFreeAttributeValue(3), DtDtsRelease(3),
DtDtsDataTypeNames(3), DtDtsFindAttribute(3), DtDtsFreeDataTypeNames(3),
DtDtsSetDataType(3), DtDtsDataTypeIsAction(3), DtActionLabel(3),
DtActionDescription(3), DtActionExists(3), DtActionInvoke(3), dtcreate(1)
 |
Index for Section 1 |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|