Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Examine Symbols (Arguments)
◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Arguments to the X? form of the command look for and display the
following:
Argument Display
<symbol> The specified symbol in this order:
1. Current function
2. Current module
3. Other modules, from first to
last
* All symbols in the current
<function>.
<module>!* All symbols in the specified module.
<function>.* All symbols in the specified
function. Looks for function first
in the current module, then in
other modules from first to last.
<module>!<symbol> The specified symbol in the
specified module; symbols within
functions are not found.
<function>.<symbol> The specified symbol in the
specified function. Looks for
<function> first in the current
module, then in other modules
from first to last.
<module>!<function>.<symbol> The specified symbol in the
specified function in the specified
module.
<module>!<function>.* All symbols in the specified
function in the specified module.
-♦-