home *** CD-ROM | disk | FTP | other *** search
/ Telecom / 1996-04-telecom-walnutcreek.iso / technical / ixo.program.scripts / depend next >
Text File  |  1993-02-14  |  393b  |  30 lines

  1. What routines use on what routines
  2. ----------------------------------
  3.  
  4. safeprint: 
  5.  
  6.  
  7. checksum: safeprint
  8.  
  9. grabmodem:
  10.  
  11. send: safeprint
  12.  
  13. match: safeprint
  14.  
  15. hangup_modem: send
  16.  
  17. unlockmodem:
  18.  
  19. bail_out: hangup_modem unlockmodem
  20.  
  21. lockmodem: bail_out
  22.  
  23. getline: bailout safe_print
  24.  
  25. getpacket: bail_out safeprint
  26.  
  27. main: lockmodem grabmodem bail_out send match hangup_modem getpacket getline  
  28. checksum
  29.  
  30.