refs 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. .SH
  2. REFERENCES
  3. .PP
  4. .nr PI \w'20. 'u
  5. .IP \01.
  6. R. Pike,
  7. `The Blit: a multiplexed graphics terminal,'
  8. .I
  9. AT&T Bell Labs. Tech. J.,
  10. .R
  11. .B 63 ,
  12. (8),
  13. 1607-1631 (1984).
  14. .IP \02.
  15. L. Johnson,
  16. .I MacWrite,
  17. Apple Computer Inc., Cupertino, Calif. 1983.
  18. .IP \03.
  19. B. Lampson,
  20. `Bravo Manual,'
  21. in
  22. .I
  23. Alto User's Handbook,
  24. .R
  25. pp. 31-62,
  26. Xerox Palo Alto Research Center,
  27. Palo Alto, Calif.
  28. 1979.
  29. .IP \04.
  30. W. Teitelman,
  31. `A tour through Cedar,'
  32. .I
  33. IEEE Software,
  34. .R
  35. .B 1
  36. (2), 44-73 (1984).
  37. .IP \05.
  38. J. Gutknecht,
  39. `Concepts of the text editor Lara,'
  40. .I
  41. Comm. ACM,
  42. .R
  43. .B 28 ,
  44. (9),
  45. 942-960 (1985).
  46. .IP \06.
  47. Bell Telephone Laboratories,
  48. .I
  49. UNIX Programmer's Manual,
  50. .R
  51. Holt, Rinehart and Winston, New York 1983.
  52. .IP \07.
  53. B. W. Kernighan and R. Pike,
  54. .I
  55. The Unix Programming Environment,
  56. .R
  57. Prentice-Hall, Englewood Cliffs, New Jersey 1984.
  58. .IP \08.
  59. .I
  60. Unix Time-Sharing System Programmer's Manual, Research Version, Ninth Edition,
  61. Volume 1,
  62. .R
  63. AT&T Bell Laboratories, Murray Hill, New Jersey 1986.
  64. .IP \09.
  65. .I
  66. Unix Time-Sharing System Programmer's Manual, 4.1 Berkeley Software Distribution,
  67. Volumes 1 and 2C,
  68. .R
  69. University of California, Berkeley, Calif. 1981.
  70. .IP 10.
  71. R. Pike,
  72. `Structural Regular Expressions,'
  73. .I
  74. Proc. EUUG Spring Conf., Helsinki 1987,
  75. .R
  76. Eur. Unix User's Group, Buntingford, Herts, UK 1987.
  77. .IP 11.
  78. A. Goldberg,
  79. .I
  80. Smalltalk-80 \(en The Interactive Programming Environment,
  81. .R
  82. Addison-Wesley, Reading, Mass. 1984.
  83. .IP 12.
  84. K. Thompson,
  85. `Regular expression search algorithm,'
  86. .I
  87. Comm. ACM,
  88. .R
  89. .B 11 ,
  90. (6),
  91. 419-422 (1968).
  92. .IP 13.
  93. A. V. Aho, J. E. Hopcroft and J. D. Ullman,
  94. .I
  95. The Design and Analysis of Computer Algorithms,
  96. .R
  97. Addison-Wesley, Reading, Mass. 1974.
  98. .IP 14.
  99. B. W. Kernighan and D. M. Ritchie,
  100. .I
  101. The C Programming Language,
  102. .R
  103. Prentice-Hall, Englewood Cliffs, New Jersey 1978.
  104. .IP 15.
  105. W. M. Waite,
  106. `The cost of lexical analysis,'
  107. .I
  108. Softw. Pract. Exp.,
  109. .R
  110. .B 16 ,
  111. (5),
  112. 473-488 (1986).
  113. .IP 16.
  114. C. W. Fraser,
  115. `A generalized text editor,'
  116. .I
  117. Comm. ACM,
  118. .R
  119. .B 23 ,
  120. (3),
  121. 154-158 (1980).
  122. .IP 17.
  123. R. Pike,
  124. `Graphics in overlapping bitmap layers,'
  125. .I
  126. ACM Trans. on Graph.,
  127. .R
  128. .B 2 ,
  129. (2)
  130. 135-160 (1983).
  131. .IP 18.
  132. L. J. Guibas and J. Stolfi,
  133. `A language for bitmap manipulation,'
  134. .I
  135. ACM Trans. on Graph.,
  136. .R
  137. .B 1 ,
  138. (3),
  139. 191-214 (1982).
  140. .IP 19.
  141. R. Pike, B. Locanthi and J. Reiser,
  142. `Hardware/software trade-offs for bitmap graphics on the Blit,'
  143. .I
  144. Softw. Pract. Exp.,
  145. .R
  146. .B 15 ,
  147. (2),
  148. 131-151 (1985).
  149. .IP 20.
  150. T. A. Cargill,
  151. `The feel of Pi,'
  152. .I
  153. Winter USENIX Conference Proceedings,
  154. Denver 1986,
  155. .R
  156. 62-71,
  157. USENIX Assoc., El Cerrito, CA.
  158. .IP 21.
  159. G. J. Holzmann,
  160. `Tracing protocols,'
  161. .I
  162. AT&T Tech. J.,
  163. .R
  164. .B 64 ,
  165. (10),
  166. 2413-2434 (1985).