1 02/07/84  list_dir_info_
 2 
 3 
 4 Entry points in list_dir_info_:
 5    (List is generated by the help command)
 6 
 7 
 8 :Entry: list_dir_info_: 02/07/84  list_dir_info_
 9 
10 Function: is used by the list_dir_info, rebuild_dir, and comp_dir_info
11 commands to list the values in a single entry in a directory
12 information segment created by the save_dir_info command.
13 
14 
15 Syntax:
16 declare list_dir_info_ entry (ptr, fixed bin, char(1));
17 call list_dir_info_ (ptr, mode, prefix);
18 
19 
20 Arguments:
21 ptr
22    points to an entry in the dir_info segment (created by invoking the
23    save_dir_info command).  (Input)
24 mode
25    is the verbosity desired.  (Input).  It can be 0, 1, or 2 (where 0
26    is the least verbose).
27 prefix
28    is a one-character prefix for every line printed.  (Input)
29 
30 
31 Notes:  Output from the list_dir_info_ subroutine is written on the
32 user_output I/O switch.  It consists of a series of lines, each of the
33 form:
34       item_name:  value
35 
36 The prefix character is appended to the beginning of each line.