1 07/16/84  list_symbols, lsb
 2 
 3 Syntax as a command:  lsb {symbols} {-control_args}
 4 
 5 
 6 Function:  The list_symbols command lists one, or several, or all of
 7 the symbols defined in the current symbol dictionary.
 8 
 9 
10 Arguments:
11 symbols
12    are optional arguments that specify the symbols to list.  If any
13    given symbol is not found, then a message is printed stating that
14    the symbol is not defined.  If no symbols are specified, then all
15    symbols in the current symbol dictionary are listed.  The list is in
16    ASCII collating sequence order.
17 
18 
19 Control arguments:
20 -long, -lg
21    specifies that for each symbol listed, its expansion string with
22    suffixing is listed for each suffix enabled for that symbol.
23 -option, -op
24    specifies that all option information for the current symbol
25    dictionary is to be listed (see the option_symbols command for a
26    description of option information).  If this is the only control
27    argument specified, then only the option information is listed.
28 -total, -tt
29    specifies that the total number of symbols defined in the current
30    symbol dictionary is to be printed.  If this is the only control
31    argument specified, then only the total is printed.