home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / multics / mukmt.tre < prev    next >
Text File  |  2020-01-01  |  9KB  |  229 lines

  1.        
  2.        new_kermit                      
  3.            |
  4.            +- get_temp_segment_               
  5.            |
  6.            +- com_err_                        
  7.            |
  8.            +- iox_$modes                      
  9.            |
  10.  5         +- iox_$control                    
  11.            |
  12.            +- cu_$arg_count                   
  13.            |
  14.            +- cu_$arg_list_ptr                
  15.            |
  16.            +- process_command_args            
  17.            |    |
  18.            |    +- cu_$arg_ptr_rel                 
  19.            |    |
  20. 10         |    +- check_filenames                 
  21.            |    |    |
  22.            |    |    +- expand_pathname_                
  23.            |    |    |
  24.            |    |    +- check_star_name_$entry          
  25.            |    |    |
  26.            |    |    +- hcs_$status_minf                
  27.            |    |    |
  28.            |    |    +- ioa_                            
  29.            |    |    |
  30. 15         |    |    +- read_term                       
  31.            |    |    |    |
  32.            |    |    |    +- ioa_$nnl                        
  33.            |    |    |    |
  34.            |    |    |    +- iox_$get_line                   
  35.            |    |    |
  36.            |    |    +- hcs_$star_                      
  37.            |    |
  38.            |    +- com_err_                        
  39.            |    |
  40. 20         |    +- handle_set_args                 
  41.            |    |    |
  42.            |    |    +- get_item                        
  43.            |    |    |
  44.            |    |    +- check_syntax                    
  45.            |    |    |    |
  46.            |    |    |    +- get_item                        
  47.            |    |    |    |
  48.            |    |    |    +- (See line 10 at level 2 for subtree)
  49.            |    |    |    |  check_filenames                 
  50.            |    |    |    |
  51. 25         |    |    |    +- parse_set_parms                 
  52.            |    |    |         |
  53.            |    |    |         +- get_item                        
  54.            |    |    |
  55.            |    |    +- exec_command                    
  56.            |    |    |    |
  57.            |    |    |    +- zero_counters                   
  58.            |    |    |    |
  59.            |    |    |    +- kermit_$send                    
  60.            |    |    |    |
  61. 30         |    |    |    +- add_in_totals                   
  62.            |    |    |    |
  63.            |    |    |    +- kermit_$receive                 
  64.            |    |    |    |
  65.            |    |    |    +- set_options                     
  66.            |    |    |    |    |
  67.            |    |    |    |    +- expand_pathname_                
  68.            |    |    |    |    |
  69.            |    |    |    |    +- hcs_$status_minf                
  70.            |    |    |    |    |
  71. 35         |    |    |    |    +- iox_$modes                      
  72.            |    |    |    |    |
  73.            |    |    |    |    +- print_err_msg                   
  74.  
  75. Page 2
  76.        
  77.        new_kermit (cont.)
  78.            |
  79.            +- process_command_args (cont.)
  80.            |    |
  81.            |    +- handle_set_args (cont.)
  82.            |    |    |
  83.            |    |    +- exec_command (cont.)
  84.            |    |    |    |
  85.  5         |    |    |    +- set_options (cont.)
  86.            |    |    |    |    |
  87.            |    |    |    |    +- print_err_msg (cont.)
  88.            |    |    |    |         |
  89.            |    |    |    |         +- ioa_                            
  90.            |    |    |    |         |
  91.            |    |    |    |         +- com_err_                        
  92.            |    |    |    |
  93.            |    |    |    +- display_parms                   
  94.            |    |    |    |    |
  95. 10         |    |    |    |    +- disp_send                       
  96.            |    |    |    |    |    |
  97.            |    |    |    |    |    +- ioa_                            
  98.            |    |    |    |    |
  99.            |    |    |    |    +- disp_receive                    
  100.            |    |    |    |    |    |
  101.            |    |    |    |    |    +- ioa_                            
  102.            |    |    |    |    |
  103.            |    |    |    |    +- disp_delay                      
  104.            |    |    |    |    |    |
  105. 15         |    |    |    |    |    +- ioa_                            
  106.            |    |    |    |    |
  107.            |    |    |    |    +- disp_fw                         
  108.            |    |    |    |    |    |
  109.            |    |    |    |    |    +- ioa_                            
  110.            |    |    |    |    |
  111.            |    |    |    |    +- disp_trace                      
  112.            |    |    |    |    |    |
  113.            |    |    |    |    |    +- ioa_                            
  114.            |    |    |    |    |
  115. 20         |    |    |    |    +- disp_dir                        
  116.            |    |    |    |    |    |
  117.            |    |    |    |    |    +- ioa_                            
  118.            |    |    |    |    |
  119.            |    |    |    |    +- disp_mode                       
  120.            |    |    |    |    |    |
  121.            |    |    |    |    |    +- ioa_                            
  122.            |    |    |    |    |
  123.            |    |    |    |    +- disp_ckcd                       
  124.            |    |    |    |    |    |
  125. 25         |    |    |    |    |    +- ioa_                            
  126.            |    |    |    |    |
  127.            |    |    |    |    +- disp_rpt                        
  128.            |    |    |    |    |    |
  129.            |    |    |    |    |    +- ioa_                            
  130.            |    |    |    |    |
  131.            |    |    |    |    +- disp_par                        
  132.            |    |    |    |    |    |
  133.            |    |    |    |    |    +- ioa_                            
  134.            |    |    |    |    |
  135. 30         |    |    |    |    +- disp_modes                      
  136.            |    |    |    |         |
  137.            |    |    |    |         +- ioa_                            
  138.            |    |    |    |
  139.            |    |    |    +- help_rtn                        
  140.            |    |    |    |    |
  141.            |    |    |    |    +- help_$init                      
  142.            |    |    |    |    |
  143.            |    |    |    |    +- help_                           
  144.            |    |    |    |    |
  145. 35         |    |    |    |    +- help_$term                      
  146.            |    |    |    |
  147.            |    |    |    +- exec_com                        
  148.  
  149. Page 3
  150.        
  151.        new_kermit (cont.)
  152.            |
  153.            +- process_command_args (cont.)
  154.            |    |
  155.            |    +- handle_set_args (cont.)
  156.            |    |    |
  157.            |    |    +- exec_command (cont.)
  158.            |    |    |    |
  159.  5         |    |    |    +- exec_com (cont.)
  160.            |    |    |    |    |
  161.            |    |    |    |    +- cu_$cp                          
  162.            |    |    |    |
  163.            |    |    |    +- disp_status                     
  164.            |    |    |    |    |
  165.            |    |    |    |    +- ioa_                            
  166.            |    |    |    |    |
  167.            |    |    |    |    +- com_err_$suppress_name          
  168.            |    |    |    |
  169. 10         |    |    |    +- set_debug                       
  170.            |    |    |    |    |
  171.            |    |    |    |    +- ioa_                            
  172.            |    |    |    |
  173.            |    |    |    +- kermit_$server                  
  174.            |    |    |    |
  175.            |    |    |    +- ioa_                            
  176.            |    |    |    |
  177.            |    |    |    +- com_err_                        
  178.            |    |    |
  179. 15         |    |    +- process_parms                   
  180.            |    |         |
  181.            |    |         +- (See page 1 line 22 at level 3 for subtree)
  182.            |    |         |  check_syntax                    
  183.            |    |         |
  184.            |    |         +- (See page 1 line 27 at level 3 for subtree)
  185.            |    |            exec_command                    
  186.            |    |
  187.            |    +- kermit_$server                  
  188.            |    |
  189.            |    +- kermit_$send                    
  190.            |    |
  191. 20         |    +- kermit_$receive                 
  192.            |    |
  193.            |    +- (See line 7 at level 4 for subtree)
  194.            |    |  disp_status                     
  195.            |    |
  196.            |    +- (See page 2 line 9 at level 4 for subtree)
  197.            |    |  display_parms                   
  198.            |    |
  199.            |    +- (See page 2 line 36 at level 4 for subtree)
  200.            |    |  exec_com                        
  201.            |    |
  202.            |    +- add_in_totals                   
  203.            |
  204. 25         +- get_command                     
  205.            |    |
  206.            |    +- (See page 1 line 15 at level 3 for subtree)
  207.            |       read_term                       
  208.            |
  209.            +- (See page 1 line 22 at level 3 for subtree)
  210.            |  check_syntax                    
  211.            |
  212.            +- (See page 1 line 27 at level 3 for subtree)
  213.            |  exec_command                    
  214.            |
  215.            +- (See page 1 line 36 at level 5 for subtree)
  216.            |  print_err_msg                   
  217.            |
  218. 30         +- meter_usage                     
  219.                 |
  220.                 +- ioa_$rsnnl                      
  221.  
  222. Page 4
  223.        
  224.        new_kermit (cont.)
  225.            |
  226.            +- meter_usage (cont.)
  227.                 |
  228.                 +- send_message_silent             
  229.