a.which(1)
NAME
a.which − determine which project library contains a unit
FORMAT
a.which [options] [unit_name]
a.which [options] [path/unit_name]
DESCRIPTION
a.which lists the name of the source file that defines the version of unit_name visible in the current VADS Ada program library. The program library search sequence may also be printed. The -b (body) option lists the source file location of the unit body. Without this option, the unit’s specification is located.
OPTIONS
-b (body) Give the location of the body.
-v (verbose) Give the library search list.
BUGS
An option is needed so that hidden units can be printed as well to allow programmers to identify unit naming conflicts.