Modula-2 || Compiler & Tools || Library || Search Engine


Ulm's Modula-2 System:
mtags


NAME

mtags - create a tags file for Modula-2 sources

SYNOPSIS

mtags name ...

DESCRIPTION

Mtags makes a tags file for ex(1) from the specified Modula-2 sources. A tags file gives the locations of specified objects (in this case procedures) in a group of files. Each line of the tags file contains the procedure name, the file in which it is defined, and a scanning pattern used to find the procedure definition. These are given in separate fields on the line, separated by blanks or tabs. Using the tags file, ex can quickly find these procedure definitions.

FILES

tags output tags file

SEE

ex(1), vi(1)
Edited by: martin, last change: 1996/12/04, revision: 1.1, converted to HTML: 1996/12/05

Modula-2 || Compiler & Tools || Library || Search Engine