1 02/05/85 pascal_reset_area
2
3 Syntax as a command: pascal_reset_area names -control_arg
4
5
6 Function: frees all blocks in the specified areas. For information on
7 Pascal see the Multics Pascal User's Guide GB62.
8
9
10 Arguments:
11 names
12 are relative pathnames of Pascal object segments that have their own
13 private areas. If you supply no names, the default Pascal area is
14 reset. See pascal_create_area.
15
16
17 Control arguments:
18 -size N
19 sets the maximum size of each specified area to N records after
20 resetting the area. Default: 255 records