L - look up symbols or address.

Usage:

l [sym.expr][,sym.expr]*

Examples:

l       (locates and lists addresses of all symdefs)
l open,close,2154,#x0

Description:

The external symbol table put out by the timesharing loader is searched for the two symdefs nearest to each of the given symbolic expressions. These symdefs are printed out, along with their addresses.

With no arguments, the L command prints out the names and addresses of all symbols in the external symbol table. If no symbol table exists, the message "no tables" is given.

Copyright © 1996, Thinkage Ltd.