DESCRIPTION
When you use the vi or ex
:tag command, the more
:t command, or the ex,
more, or vi
For C source code, the tags file may contain tags for function definitions, pre-processor macro definitions, and typedef definitions. For FORTRAN source code, the tags file may contain tags for function and subroutine definitions.
For each tag, the tags file contains one line in the following form:
tagname sourcefile address
The tagname field is the name of the C function, macro, or typedef or the name of the FORTRAN function or subroutine. The sourcefile field has the name of the source file containing the tag named tagname. The address field is an editor address within sourcefile to reach the tag definition. This is either a line number in the file or a regular expression (enclosed in ? or / characters) that uniquely matches the line of source code where the tag appears. A tab character separates each field.
For vi or more to use the tags file correctly, it must be sorted by tagname using the POSIX locale's collation sequence.
AVAILABILITY
MKS Toolkit for Power Users
MKS Toolkit for System Administrators
MKS Toolkit for Developers
MKS Toolkit for Interoperability
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
MKS Toolkit 9.5 Documentation Build 3.