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