home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / GAWK_DOC.ZIP / GAWK.AUX < prev    next >
Text File  |  1989-04-13  |  7KB  |  203 lines

  1. 'xrdef {Preface-pg}{1}
  2. 'xrdef {Preface-snt}{}
  3. 'xrdef {History-pg}{1}
  4. 'xrdef {History-snt}{}
  5. 'xrdef {License-pg}{3}
  6. 'xrdef {License-snt}{}
  7. 'xrdef {This Manual-pg}{9}
  8. 'xrdef {This Manual-snt}{chapter'tie1}
  9. 'xrdef {The Files-pg}{9}
  10. 'xrdef {The Files-snt}{section'tie1.1}
  11. 'xrdef {Getting Started-pg}{11}
  12. 'xrdef {Getting Started-snt}{chapter'tie2}
  13. 'xrdef {Very Simple-pg}{11}
  14. 'xrdef {Very Simple-snt}{section'tie2.1}
  15. 'xrdef {Two Rules-pg}{12}
  16. 'xrdef {Two Rules-snt}{section'tie2.2}
  17. 'xrdef {More Complex-pg}{13}
  18. 'xrdef {More Complex-snt}{section'tie2.3}
  19. 'xrdef {Running gawk-pg}{14}
  20. 'xrdef {Running gawk-snt}{section'tie2.4}
  21. 'xrdef {One-shot-pg}{15}
  22. 'xrdef {One-shot-snt}{section'tie2.4.1}
  23. 'xrdef {Read Terminal-pg}{15}
  24. 'xrdef {Read Terminal-snt}{section'tie2.4.2}
  25. 'xrdef {Long-pg}{16}
  26. 'xrdef {Long-snt}{section'tie2.4.3}
  27. 'xrdef {Executable Scripts-pg}{17}
  28. 'xrdef {Executable Scripts-snt}{section'tie2.4.4}
  29. 'xrdef {Command Line-pg}{18}
  30. 'xrdef {Command Line-snt}{section'tie2.4.5}
  31. 'xrdef {Comments-pg}{19}
  32. 'xrdef {Comments-snt}{section'tie2.5}
  33. 'xrdef {Statements/Lines-pg}{20}
  34. 'xrdef {Statements/Lines-snt}{section'tie2.6}
  35. 'xrdef {When-pg}{21}
  36. 'xrdef {When-snt}{section'tie2.7}
  37. 'xrdef {Reading Files-pg}{23}
  38. 'xrdef {Reading Files-snt}{chapter'tie3}
  39. 'xrdef {Records-pg}{23}
  40. 'xrdef {Records-snt}{section'tie3.1}
  41. 'xrdef {Fields-pg}{24}
  42. 'xrdef {Fields-snt}{section'tie3.2}
  43. 'xrdef {Non-Constant Fields-pg}{26}
  44. 'xrdef {Non-Constant Fields-snt}{section'tie3.3}
  45. 'xrdef {Changing Fields-pg}{27}
  46. 'xrdef {Changing Fields-snt}{section'tie3.4}
  47. 'xrdef {Field Separators-pg}{28}
  48. 'xrdef {Field Separators-snt}{section'tie3.5}
  49. 'xrdef {Multiple-pg}{31}
  50. 'xrdef {Multiple-snt}{section'tie3.6}
  51. 'xrdef {Assignment Options-pg}{32}
  52. 'xrdef {Assignment Options-snt}{section'tie3.7}
  53. 'xrdef {Getline-pg}{32}
  54. 'xrdef {Getline-snt}{section'tie3.8}
  55. 'xrdef {Close Input-pg}{36}
  56. 'xrdef {Close Input-snt}{section'tie3.8.1}
  57. 'xrdef {Printing-pg}{39}
  58. 'xrdef {Printing-snt}{chapter'tie4}
  59. 'xrdef {Print-pg}{39}
  60. 'xrdef {Print-snt}{section'tie4.1}
  61. 'xrdef {Print Examples-pg}{40}
  62. 'xrdef {Print Examples-snt}{section'tie4.2}
  63. 'xrdef {Output Separators-pg}{41}
  64. 'xrdef {Output Separators-snt}{section'tie4.3}
  65. 'xrdef {Redirection-pg}{42}
  66. 'xrdef {Redirection-snt}{section'tie4.4}
  67. 'xrdef {Close Output-pg}{43}
  68. 'xrdef {Close Output-snt}{section'tie4.4.1}
  69. 'xrdef {Printf-pg}{44}
  70. 'xrdef {Printf-snt}{section'tie4.5}
  71. 'xrdef {Basic Printf-pg}{45}
  72. 'xrdef {Basic Printf-snt}{section'tie4.5.1}
  73. 'xrdef {Format-Control-pg}{45}
  74. 'xrdef {Format-Control-snt}{section'tie4.5.2}
  75. 'xrdef {Modifiers-pg}{46}
  76. 'xrdef {Modifiers-snt}{section'tie4.5.3}
  77. 'xrdef {Printf Examples-pg}{46}
  78. 'xrdef {Printf Examples-snt}{section'tie4.5.4}
  79. 'xrdef {One-liners-pg}{49}
  80. 'xrdef {One-liners-snt}{chapter'tie5}
  81. 'xrdef {Patterns-pg}{51}
  82. 'xrdef {Patterns-snt}{chapter'tie6}
  83. 'xrdef {Empty-pg}{51}
  84. 'xrdef {Empty-snt}{section'tie6.1}
  85. 'xrdef {Regexp-pg}{52}
  86. 'xrdef {Regexp-snt}{section'tie6.2}
  87. 'xrdef {Regexp Usage-pg}{52}
  88. 'xrdef {Regexp Usage-snt}{section'tie6.2.1}
  89. 'xrdef {Regexp Operators-pg}{53}
  90. 'xrdef {Regexp Operators-snt}{section'tie6.2.2}
  91. 'xrdef {Comparison Patterns-pg}{55}
  92. 'xrdef {Comparison Patterns-snt}{section'tie6.3}
  93. 'xrdef {Ranges-pg}{56}
  94. 'xrdef {Ranges-snt}{section'tie6.4}
  95. 'xrdef {BEGIN/END-pg}{57}
  96. 'xrdef {BEGIN/END-snt}{section'tie6.5}
  97. 'xrdef {Boolean-pg}{58}
  98. 'xrdef {Boolean-snt}{section'tie6.6}
  99. 'xrdef {Conditional Patterns-pg}{59}
  100. 'xrdef {Conditional Patterns-snt}{section'tie6.7}
  101. 'xrdef {Actions-pg}{61}
  102. 'xrdef {Actions-snt}{chapter'tie7}
  103. 'xrdef {Expressions-pg}{63}
  104. 'xrdef {Expressions-snt}{chapter'tie8}
  105. 'xrdef {Constants-pg}{63}
  106. 'xrdef {Constants-snt}{section'tie8.1}
  107. 'xrdef {Variables-pg}{64}
  108. 'xrdef {Variables-snt}{section'tie8.2}
  109. 'xrdef {Arithmetic Ops-pg}{65}
  110. 'xrdef {Arithmetic Ops-snt}{section'tie8.3}
  111. 'xrdef {Concatenation-pg}{65}
  112. 'xrdef {Concatenation-snt}{section'tie8.4}
  113. 'xrdef {Comparison Ops-pg}{66}
  114. 'xrdef {Comparison Ops-snt}{section'tie8.5}
  115. 'xrdef {Boolean Ops-pg}{67}
  116. 'xrdef {Boolean Ops-snt}{section'tie8.6}
  117. 'xrdef {Assignment Ops-pg}{68}
  118. 'xrdef {Assignment Ops-snt}{section'tie8.7}
  119. 'xrdef {Increment Ops-pg}{70}
  120. 'xrdef {Increment Ops-snt}{section'tie8.8}
  121. 'xrdef {Conversion-pg}{71}
  122. 'xrdef {Conversion-snt}{section'tie8.9}
  123. 'xrdef {Conditional Exp-pg}{72}
  124. 'xrdef {Conditional Exp-snt}{section'tie8.10}
  125. 'xrdef {Function Calls-pg}{73}
  126. 'xrdef {Function Calls-snt}{section'tie8.11}
  127. 'xrdef {Statements-pg}{75}
  128. 'xrdef {Statements-snt}{chapter'tie9}
  129. 'xrdef {If-pg}{75}
  130. 'xrdef {If-snt}{section'tie9.1}
  131. 'xrdef {While-pg}{76}
  132. 'xrdef {While-snt}{section'tie9.2}
  133. 'xrdef {Do-pg}{77}
  134. 'xrdef {Do-snt}{section'tie9.3}
  135. 'xrdef {For-pg}{77}
  136. 'xrdef {For-snt}{section'tie9.4}
  137. 'xrdef {Break-pg}{79}
  138. 'xrdef {Break-snt}{section'tie9.5}
  139. 'xrdef {Continue-pg}{80}
  140. 'xrdef {Continue-snt}{section'tie9.6}
  141. 'xrdef {Next-pg}{81}
  142. 'xrdef {Next-snt}{section'tie9.7}
  143. 'xrdef {Exit-pg}{82}
  144. 'xrdef {Exit-snt}{section'tie9.8}
  145. 'xrdef {Arrays-pg}{83}
  146. 'xrdef {Arrays-snt}{chapter'tie10}
  147. 'xrdef {Array Intro-pg}{83}
  148. 'xrdef {Array Intro-snt}{section'tie10.1}
  149. 'xrdef {Reference to Elements-pg}{85}
  150. 'xrdef {Reference to Elements-snt}{section'tie10.2}
  151. 'xrdef {Assigning Elements-pg}{86}
  152. 'xrdef {Assigning Elements-snt}{section'tie10.3}
  153. 'xrdef {Array Example-pg}{86}
  154. 'xrdef {Array Example-snt}{section'tie10.4}
  155. 'xrdef {Scanning an Array-pg}{87}
  156. 'xrdef {Scanning an Array-snt}{section'tie10.5}
  157. 'xrdef {Delete-pg}{88}
  158. 'xrdef {Delete-snt}{section'tie10.6}
  159. 'xrdef {Multi-dimensional-pg}{89}
  160. 'xrdef {Multi-dimensional-snt}{section'tie10.7}
  161. 'xrdef {Multi-scanning-pg}{91}
  162. 'xrdef {Multi-scanning-snt}{section'tie10.8}
  163. 'xrdef {Built-in-pg}{93}
  164. 'xrdef {Built-in-snt}{chapter'tie11}
  165. 'xrdef {Numeric Functions-pg}{93}
  166. 'xrdef {Numeric Functions-snt}{section'tie11.1}
  167. 'xrdef {String Functions-pg}{95}
  168. 'xrdef {String Functions-snt}{section'tie11.2}
  169. 'xrdef {I/O Functions-pg}{98}
  170. 'xrdef {I/O Functions-snt}{section'tie11.3}
  171. 'xrdef {User-defined-pg}{99}
  172. 'xrdef {User-defined-snt}{chapter'tie12}
  173. 'xrdef {Definition Syntax-pg}{99}
  174. 'xrdef {Definition Syntax-snt}{section'tie12.1}
  175. 'xrdef {Function Example-pg}{100}
  176. 'xrdef {Function Example-snt}{section'tie12.2}
  177. 'xrdef {Function Caveats-pg}{101}
  178. 'xrdef {Function Caveats-snt}{section'tie12.3}
  179. 'xrdef {Return Statement-pg}{102}
  180. 'xrdef {Return Statement-snt}{section'tie12.4}
  181. 'xrdef {Special-pg}{105}
  182. 'xrdef {Special-snt}{chapter'tie13}
  183. 'xrdef {User-modified-pg}{105}
  184. 'xrdef {User-modified-snt}{section'tie13.1}
  185. 'xrdef {Auto-set-pg}{106}
  186. 'xrdef {Auto-set-snt}{section'tie13.2}
  187. 'xrdef {Sample Program-pg}{109}
  188. 'xrdef {Sample Program-snt}{}
  189. 'xrdef {Notes-pg}{111}
  190. 'xrdef {Notes-snt}{}
  191. 'xrdef {Extensions-pg}{111}
  192. 'xrdef {Extensions-snt}{}
  193. 'xrdef {Future Extensions-pg}{111}
  194. 'xrdef {Future Extensions-snt}{}
  195. 'xrdef {Improvements-pg}{112}
  196. 'xrdef {Improvements-snt}{}
  197. 'xrdef {Manual Improvements-pg}{113}
  198. 'xrdef {Manual Improvements-snt}{}
  199. 'xrdef {Glossary-pg}{115}
  200. 'xrdef {Glossary-snt}{}
  201. 'xrdef {Index-pg}{119}
  202. 'xrdef {Index-snt}{}
  203.