fig5.pic 756 B

123456789101112131415161718192021222324252627
  1. .PS
  2. scale=100
  3. define m0 |
  4. [
  5. $2: box "\f(CWBuffer\fP" $1 ht 40 wid 88 with .nw at 0,40
  6. box "\f(CWString\fP" "(cache)" ht 40 wid 72 with .nw at 104,40
  7. line left 16 from last box.w
  8. ] |
  9. define m1 |
  10. [
  11. box "\f(CWDisc\fP" ht 40 wid 88 with .sw at 0,56
  12. box "temp. file" ht 40 wid 88 with .sw at 0,0
  13. line up 16 from last box.n
  14. ] |
  15. D1: m1 with .nw at 184,576
  16. D2: m1 with .nw at 0,576
  17. Mtranscript: m0("(transcript)", Buffer) with .nw at 0,640
  18. Mcontents: m0("(contents)", Contents) with .nw at 184,640
  19. F: box "\f(CWFile\fP" ht 40 wid 112 with .nw at 75,704
  20. line from D2.n to Mtranscript.Buffer.s
  21. line from D1.n to Mcontents.Contents.s
  22. line up 12 from Mtranscript.Buffer.n then right 50 then up 12
  23. line up 12 from Mcontents.Contents.n then left 60 then up 12
  24. .PE