home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / make-3.70-src.lha / src / amiga / make-3.70 / make.aux < prev    next >
Encoding:
Text File  |  1993-12-17  |  15.3 KB  |  352 lines

  1. 'xrdef {Overview-title}{Overview of \code {make}}
  2. 'xrdef {Overview-pg}{1}
  3. 'xrdef {Overview-snt}{Chapter'tie1}
  4. 'xrdef {Reading-title}{How to Read This Manual}
  5. 'xrdef {Reading-pg}{1}
  6. 'xrdef {Reading-snt}{Section'tie1.1}
  7. 'xrdef {Bugs-title}{Problems and Bugs}
  8. 'xrdef {Bugs-pg}{2}
  9. 'xrdef {Bugs-snt}{Section'tie1.2}
  10. 'xrdef {Introduction-title}{An Introduction to Makefiles}
  11. 'xrdef {Introduction-pg}{5}
  12. 'xrdef {Introduction-snt}{Chapter'tie2}
  13. 'xrdef {Rule Introduction-title}{What a Rule Looks Like}
  14. 'xrdef {Rule Introduction-pg}{5}
  15. 'xrdef {Rule Introduction-snt}{Section'tie2.1}
  16. 'xrdef {Simple Makefile-title}{A Simple Makefile}
  17. 'xrdef {Simple Makefile-pg}{6}
  18. 'xrdef {Simple Makefile-snt}{Section'tie2.2}
  19. 'xrdef {How Make Works-title}{How \code {make} Processes a Makefile}
  20. 'xrdef {How Make Works-pg}{8}
  21. 'xrdef {How Make Works-snt}{Section'tie2.3}
  22. 'xrdef {Variables Simplify-title}{Variables Make Makefiles Simpler}
  23. 'xrdef {Variables Simplify-pg}{9}
  24. 'xrdef {Variables Simplify-snt}{Section'tie2.4}
  25. 'xrdef {make Deduces-title}{Letting \code {make} Deduce the Commands}
  26. 'xrdef {make Deduces-pg}{10}
  27. 'xrdef {make Deduces-snt}{Section'tie2.5}
  28. 'xrdef {Combine By Dependency-title}{Another Style of Makefile}
  29. 'xrdef {Combine By Dependency-pg}{12}
  30. 'xrdef {Combine By Dependency-snt}{Section'tie2.6}
  31. 'xrdef {Cleanup-title}{Rules for Cleaning the Directory}
  32. 'xrdef {Cleanup-pg}{12}
  33. 'xrdef {Cleanup-snt}{Section'tie2.7}
  34. 'xrdef {Makefiles-title}{Writing Makefiles}
  35. 'xrdef {Makefiles-pg}{15}
  36. 'xrdef {Makefiles-snt}{Chapter'tie3}
  37. 'xrdef {Makefile Contents-title}{What Makefiles Contain}
  38. 'xrdef {Makefile Contents-pg}{15}
  39. 'xrdef {Makefile Contents-snt}{Section'tie3.1}
  40. 'xrdef {Makefile Names-title}{What Name to Give Your Makefile}
  41. 'xrdef {Makefile Names-pg}{16}
  42. 'xrdef {Makefile Names-snt}{Section'tie3.2}
  43. 'xrdef {Include-title}{Including Other Makefiles}
  44. 'xrdef {Include-pg}{16}
  45. 'xrdef {Include-snt}{Section'tie3.3}
  46. 'xrdef {MAKEFILES Variable-title}{The Variable \code {MAKEFILES}}
  47. 'xrdef {MAKEFILES Variable-pg}{18}
  48. 'xrdef {MAKEFILES Variable-snt}{Section'tie3.4}
  49. 'xrdef {Remaking Makefiles-title}{How Makefiles Are Remade}
  50. 'xrdef {Remaking Makefiles-pg}{18}
  51. 'xrdef {Remaking Makefiles-snt}{Section'tie3.5}
  52. 'xrdef {Overriding Makefiles-title}{Overriding Part of Another Makefile}
  53. 'xrdef {Overriding Makefiles-pg}{20}
  54. 'xrdef {Overriding Makefiles-snt}{Section'tie3.6}
  55. 'xrdef {Rules-title}{Writing Rules}
  56. 'xrdef {Rules-pg}{21}
  57. 'xrdef {Rules-snt}{Chapter'tie4}
  58. 'xrdef {Rule Syntax-title}{Rule Syntax}
  59. 'xrdef {Rule Syntax-pg}{21}
  60. 'xrdef {Rule Syntax-snt}{Section'tie4.1}
  61. 'xrdef {Wildcards-title}{Using Wildcard Characters in File Names}
  62. 'xrdef {Wildcards-pg}{22}
  63. 'xrdef {Wildcards-snt}{Section'tie4.2}
  64. 'xrdef {Wildcard Examples-title}{Wildcard Examples}
  65. 'xrdef {Wildcard Examples-pg}{23}
  66. 'xrdef {Wildcard Examples-snt}{Section'tie4.2.1}
  67. 'xrdef {Wildcard Pitfall-title}{Pitfalls of Using Wildcards}
  68. 'xrdef {Wildcard Pitfall-pg}{24}
  69. 'xrdef {Wildcard Pitfall-snt}{Section'tie4.2.2}
  70. 'xrdef {Wildcard Function-title}{The Function \code {wildcard}}
  71. 'xrdef {Wildcard Function-pg}{24}
  72. 'xrdef {Wildcard Function-snt}{Section'tie4.2.3}
  73. 'xrdef {Directory Search-title}{Searching Directories for Dependencies}
  74. 'xrdef {Directory Search-pg}{25}
  75. 'xrdef {Directory Search-snt}{Section'tie4.3}
  76. 'xrdef {General Search-title}{\code {VPATH}: Search Path for All Dependencies}
  77. 'xrdef {General Search-pg}{25}
  78. 'xrdef {General Search-snt}{Section'tie4.3.1}
  79. 'xrdef {Selective Search-title}{The \code {vpath} Directive}
  80. 'xrdef {Selective Search-pg}{26}
  81. 'xrdef {Selective Search-snt}{Section'tie4.3.2}
  82. 'xrdef {Commands/Search-title}{Writing Shell Commands with Directory Search}
  83. 'xrdef {Commands/Search-pg}{28}
  84. 'xrdef {Commands/Search-snt}{Section'tie4.3.3}
  85. 'xrdef {Implicit/Search-title}{Directory Search and Implicit Rules}
  86. 'xrdef {Implicit/Search-pg}{28}
  87. 'xrdef {Implicit/Search-snt}{Section'tie4.3.4}
  88. 'xrdef {Libraries/Search-title}{Directory Search for Link Libraries}
  89. 'xrdef {Libraries/Search-pg}{29}
  90. 'xrdef {Libraries/Search-snt}{Section'tie4.3.5}
  91. 'xrdef {Phony Targets-title}{Phony Targets}
  92. 'xrdef {Phony Targets-pg}{29}
  93. 'xrdef {Phony Targets-snt}{Section'tie4.4}
  94. 'xrdef {Force Targets-title}{Rules without Commands or Dependencies}
  95. 'xrdef {Force Targets-pg}{31}
  96. 'xrdef {Force Targets-snt}{Section'tie4.5}
  97. 'xrdef {Empty Targets-title}{Empty Target Files to Record Events}
  98. 'xrdef {Empty Targets-pg}{32}
  99. 'xrdef {Empty Targets-snt}{Section'tie4.6}
  100. 'xrdef {Special Targets-title}{Special Built-in Target Names}
  101. 'xrdef {Special Targets-pg}{32}
  102. 'xrdef {Special Targets-snt}{Section'tie4.7}
  103. 'xrdef {Multiple Targets-title}{Multiple Targets in a Rule}
  104. 'xrdef {Multiple Targets-pg}{34}
  105. 'xrdef {Multiple Targets-snt}{Section'tie4.8}
  106. 'xrdef {Multiple Rules-title}{Multiple Rules for One Target}
  107. 'xrdef {Multiple Rules-pg}{35}
  108. 'xrdef {Multiple Rules-snt}{Section'tie4.9}
  109. 'xrdef {Static Pattern-title}{Static Pattern Rules}
  110. 'xrdef {Static Pattern-pg}{36}
  111. 'xrdef {Static Pattern-snt}{Section'tie4.10}
  112. 'xrdef {Static Usage-title}{Syntax of Static Pattern Rules}
  113. 'xrdef {Static Usage-pg}{36}
  114. 'xrdef {Static Usage-snt}{Section'tie4.10.1}
  115. 'xrdef {Static versus Implicit-title}{Static Pattern Rules versus Implicit Rules}
  116. 'xrdef {Static versus Implicit-pg}{38}
  117. 'xrdef {Static versus Implicit-snt}{Section'tie4.10.2}
  118. 'xrdef {Double-Colon-title}{Double-Colon Rules}
  119. 'xrdef {Double-Colon-pg}{38}
  120. 'xrdef {Double-Colon-snt}{Section'tie4.11}
  121. 'xrdef {Automatic Dependencies-title}{Generating Dependencies Automatically}
  122. 'xrdef {Automatic Dependencies-pg}{39}
  123. 'xrdef {Automatic Dependencies-snt}{Section'tie4.12}
  124. 'xrdef {Commands-title}{Writing the Commands in Rules}
  125. 'xrdef {Commands-pg}{43}
  126. 'xrdef {Commands-snt}{Chapter'tie5}
  127. 'xrdef {Echoing-title}{Command Echoing}
  128. 'xrdef {Echoing-pg}{43}
  129. 'xrdef {Echoing-snt}{Section'tie5.1}
  130. 'xrdef {Execution-title}{Command Execution}
  131. 'xrdef {Execution-pg}{44}
  132. 'xrdef {Execution-snt}{Section'tie5.2}
  133. 'xrdef {Parallel-title}{Parallel Execution}
  134. 'xrdef {Parallel-pg}{44}
  135. 'xrdef {Parallel-snt}{Section'tie5.3}
  136. 'xrdef {Errors-title}{Errors in Commands}
  137. 'xrdef {Errors-pg}{46}
  138. 'xrdef {Errors-snt}{Section'tie5.4}
  139. 'xrdef {Interrupts-title}{Interrupting or Killing \code {make}}
  140. 'xrdef {Interrupts-pg}{47}
  141. 'xrdef {Interrupts-snt}{Section'tie5.5}
  142. 'xrdef {Recursion-title}{Recursive Use of \code {make}}
  143. 'xrdef {Recursion-pg}{48}
  144. 'xrdef {Recursion-snt}{Section'tie5.6}
  145. 'xrdef {MAKE Variable-title}{How the \code {MAKE} Variable Works}
  146. 'xrdef {MAKE Variable-pg}{48}
  147. 'xrdef {MAKE Variable-snt}{Section'tie5.6.1}
  148. 'xrdef {Variables/Recursion-title}{Communicating Variables to a Sub-\code {make}}
  149. 'xrdef {Variables/Recursion-pg}{49}
  150. 'xrdef {Variables/Recursion-snt}{Section'tie5.6.2}
  151. 'xrdef {Options/Recursion-title}{Communicating Options to a Sub-\code {make}}
  152. 'xrdef {Options/Recursion-pg}{52}
  153. 'xrdef {Options/Recursion-snt}{Section'tie5.6.3}
  154. 'xrdef {-w Option-title}{The \samp {--print-directory} Option}
  155. 'xrdef {-w Option-pg}{53}
  156. 'xrdef {-w Option-snt}{Section'tie5.6.4}
  157. 'xrdef {Sequences-title}{Defining Canned Command Sequences}
  158. 'xrdef {Sequences-pg}{54}
  159. 'xrdef {Sequences-snt}{Section'tie5.7}
  160. 'xrdef {Empty Commands-title}{Using Empty Commands}
  161. 'xrdef {Empty Commands-pg}{56}
  162. 'xrdef {Empty Commands-snt}{Section'tie5.8}
  163. 'xrdef {Using Variables-title}{How to Use Variables}
  164. 'xrdef {Using Variables-pg}{57}
  165. 'xrdef {Using Variables-snt}{Chapter'tie6}
  166. 'xrdef {Reference-title}{Basics of Variable References}
  167. 'xrdef {Reference-pg}{57}
  168. 'xrdef {Reference-snt}{Section'tie6.1}
  169. 'xrdef {Flavors-title}{The Two Flavors of Variables}
  170. 'xrdef {Flavors-pg}{58}
  171. 'xrdef {Flavors-snt}{Section'tie6.2}
  172. 'xrdef {Advanced-title}{Advanced Features for Reference to Variables}
  173. 'xrdef {Advanced-pg}{61}
  174. 'xrdef {Advanced-snt}{Section'tie6.3}
  175. 'xrdef {Substitution Refs-title}{Substitution References}
  176. 'xrdef {Substitution Refs-pg}{61}
  177. 'xrdef {Substitution Refs-snt}{Section'tie6.3.1}
  178. 'xrdef {Computed Names-title}{Computed Variable Names}
  179. 'xrdef {Computed Names-pg}{62}
  180. 'xrdef {Computed Names-snt}{Section'tie6.3.2}
  181. 'xrdef {Values-title}{How Variables Get Their Values}
  182. 'xrdef {Values-pg}{65}
  183. 'xrdef {Values-snt}{Section'tie6.4}
  184. 'xrdef {Setting-title}{Setting Variables}
  185. 'xrdef {Setting-pg}{66}
  186. 'xrdef {Setting-snt}{Section'tie6.5}
  187. 'xrdef {Appending-title}{Appending More Text to Variables}
  188. 'xrdef {Appending-pg}{66}
  189. 'xrdef {Appending-snt}{Section'tie6.6}
  190. 'xrdef {Override Directive-title}{The \code {override} Directive}
  191. 'xrdef {Override Directive-pg}{68}
  192. 'xrdef {Override Directive-snt}{Section'tie6.7}
  193. 'xrdef {Defining-title}{Defining Variables Verbatim}
  194. 'xrdef {Defining-pg}{69}
  195. 'xrdef {Defining-snt}{Section'tie6.8}
  196. 'xrdef {Environment-title}{Variables from the Environment}
  197. 'xrdef {Environment-pg}{70}
  198. 'xrdef {Environment-snt}{Section'tie6.9}
  199. 'xrdef {Conditionals-title}{Conditional Parts of Makefiles}
  200. 'xrdef {Conditionals-pg}{73}
  201. 'xrdef {Conditionals-snt}{Chapter'tie7}
  202. 'xrdef {Conditional Example-title}{Example of a Conditional}
  203. 'xrdef {Conditional Example-pg}{73}
  204. 'xrdef {Conditional Example-snt}{Section'tie7.1}
  205. 'xrdef {Conditional Syntax-title}{Syntax of Conditionals}
  206. 'xrdef {Conditional Syntax-pg}{74}
  207. 'xrdef {Conditional Syntax-snt}{Section'tie7.2}
  208. 'xrdef {Testing Flags-title}{Conditionals that Test Flags}
  209. 'xrdef {Testing Flags-pg}{77}
  210. 'xrdef {Testing Flags-snt}{Section'tie7.3}
  211. 'xrdef {Functions-title}{Functions for Transforming Text}
  212. 'xrdef {Functions-pg}{79}
  213. 'xrdef {Functions-snt}{Chapter'tie8}
  214. 'xrdef {Syntax of Functions-title}{Function Call Syntax}
  215. 'xrdef {Syntax of Functions-pg}{79}
  216. 'xrdef {Syntax of Functions-snt}{Section'tie8.1}
  217. 'xrdef {Text Functions-title}{Functions for String Substitution and Analysis}
  218. 'xrdef {Text Functions-pg}{80}
  219. 'xrdef {Text Functions-snt}{Section'tie8.2}
  220. 'xrdef {Filename Functions-title}{Functions for File Names}
  221. 'xrdef {Filename Functions-pg}{83}
  222. 'xrdef {Filename Functions-snt}{Section'tie8.3}
  223. 'xrdef {Foreach Function-title}{The \code {foreach} Function}
  224. 'xrdef {Foreach Function-pg}{85}
  225. 'xrdef {Foreach Function-snt}{Section'tie8.4}
  226. 'xrdef {Origin Function-title}{The \code {origin} Function}
  227. 'xrdef {Origin Function-pg}{87}
  228. 'xrdef {Origin Function-snt}{Section'tie8.5}
  229. 'xrdef {Shell Function-title}{The \code {shell} Function}
  230. 'xrdef {Shell Function-pg}{89}
  231. 'xrdef {Shell Function-snt}{Section'tie8.6}
  232. 'xrdef {Running-title}{How to Run \code {make}}
  233. 'xrdef {Running-pg}{91}
  234. 'xrdef {Running-snt}{Chapter'tie9}
  235. 'xrdef {Makefile Arguments-title}{Arguments to Specify the Makefile}
  236. 'xrdef {Makefile Arguments-pg}{91}
  237. 'xrdef {Makefile Arguments-snt}{Section'tie9.1}
  238. 'xrdef {Goals-title}{Arguments to Specify the Goals}
  239. 'xrdef {Goals-pg}{91}
  240. 'xrdef {Goals-snt}{Section'tie9.2}
  241. 'xrdef {Instead of Execution-title}{Instead of Executing the Commands}
  242. 'xrdef {Instead of Execution-pg}{93}
  243. 'xrdef {Instead of Execution-snt}{Section'tie9.3}
  244. 'xrdef {Avoiding Compilation-title}{Avoiding Recompilation of Some Files}
  245. 'xrdef {Avoiding Compilation-pg}{95}
  246. 'xrdef {Avoiding Compilation-snt}{Section'tie9.4}
  247. 'xrdef {Overriding-title}{Overriding Variables}
  248. 'xrdef {Overriding-pg}{95}
  249. 'xrdef {Overriding-snt}{Section'tie9.5}
  250. 'xrdef {Testing-title}{Testing the Compilation of a Program}
  251. 'xrdef {Testing-pg}{96}
  252. 'xrdef {Testing-snt}{Section'tie9.6}
  253. 'xrdef {Options Summary-title}{Summary of Options}
  254. 'xrdef {Options Summary-pg}{97}
  255. 'xrdef {Options Summary-snt}{Section'tie9.7}
  256. 'xrdef {Implicit Rules-title}{Using Implicit Rules}
  257. 'xrdef {Implicit Rules-pg}{101}
  258. 'xrdef {Implicit Rules-snt}{Chapter'tie10}
  259. 'xrdef {Using Implicit-title}{Using Implicit Rules}
  260. 'xrdef {Using Implicit-pg}{101}
  261. 'xrdef {Using Implicit-snt}{Section'tie10.1}
  262. 'xrdef {Catalogue of Rules-title}{Catalogue of Implicit Rules}
  263. 'xrdef {Catalogue of Rules-pg}{103}
  264. 'xrdef {Catalogue of Rules-snt}{Section'tie10.2}
  265. 'xrdef {Implicit Variables-title}{Variables Used by Implicit Rules}
  266. 'xrdef {Implicit Variables-pg}{106}
  267. 'xrdef {Implicit Variables-snt}{Section'tie10.3}
  268. 'xrdef {Chained Rules-title}{Chains of Implicit Rules}
  269. 'xrdef {Chained Rules-pg}{108}
  270. 'xrdef {Chained Rules-snt}{Section'tie10.4}
  271. 'xrdef {Pattern Rules-title}{Defining and Redefining Pattern Rules}
  272. 'xrdef {Pattern Rules-pg}{109}
  273. 'xrdef {Pattern Rules-snt}{Section'tie10.5}
  274. 'xrdef {Pattern Intro-title}{Introduction to Pattern Rules}
  275. 'xrdef {Pattern Intro-pg}{110}
  276. 'xrdef {Pattern Intro-snt}{Section'tie10.5.1}
  277. 'xrdef {Pattern Examples-title}{Pattern Rule Examples}
  278. 'xrdef {Pattern Examples-pg}{111}
  279. 'xrdef {Pattern Examples-snt}{Section'tie10.5.2}
  280. 'xrdef {Automatic-title}{Automatic Variables}
  281. 'xrdef {Automatic-pg}{112}
  282. 'xrdef {Automatic-snt}{Section'tie10.5.3}
  283. 'xrdef {Pattern Match-title}{How Patterns Match}
  284. 'xrdef {Pattern Match-pg}{114}
  285. 'xrdef {Pattern Match-snt}{Section'tie10.5.4}
  286. 'xrdef {Match-Anything Rules-title}{Match-Anything Pattern Rules}
  287. 'xrdef {Match-Anything Rules-pg}{114}
  288. 'xrdef {Match-Anything Rules-snt}{Section'tie10.5.5}
  289. 'xrdef {Canceling Rules-title}{Canceling Implicit Rules}
  290. 'xrdef {Canceling Rules-pg}{116}
  291. 'xrdef {Canceling Rules-snt}{Section'tie10.5.6}
  292. 'xrdef {Last Resort-title}{Defining Last-Resort Default Rules}
  293. 'xrdef {Last Resort-pg}{116}
  294. 'xrdef {Last Resort-snt}{Section'tie10.6}
  295. 'xrdef {Suffix Rules-title}{Old-Fashioned Suffix Rules}
  296. 'xrdef {Suffix Rules-pg}{117}
  297. 'xrdef {Suffix Rules-snt}{Section'tie10.7}
  298. 'xrdef {Search Algorithm-title}{Implicit Rule Search Algorithm}
  299. 'xrdef {Search Algorithm-pg}{119}
  300. 'xrdef {Search Algorithm-snt}{Section'tie10.8}
  301. 'xrdef {Archives-title}{Using \code {make} to Update Archive Files}
  302. 'xrdef {Archives-pg}{121}
  303. 'xrdef {Archives-snt}{Chapter'tie11}
  304. 'xrdef {Archive Members-title}{Archive Members as Targets}
  305. 'xrdef {Archive Members-pg}{121}
  306. 'xrdef {Archive Members-snt}{Section'tie11.1}
  307. 'xrdef {Archive Update-title}{Implicit Rule for Archive Member Targets}
  308. 'xrdef {Archive Update-pg}{122}
  309. 'xrdef {Archive Update-snt}{Section'tie11.2}
  310. 'xrdef {Archive Symbols-title}{Updating Archive Symbol Directories}
  311. 'xrdef {Archive Symbols-pg}{123}
  312. 'xrdef {Archive Symbols-snt}{Section'tie11.2.1}
  313. 'xrdef {Archive Suffix Rules-title}{Suffix Rules for Archive Files}
  314. 'xrdef {Archive Suffix Rules-pg}{123}
  315. 'xrdef {Archive Suffix Rules-snt}{Section'tie11.3}
  316. 'xrdef {Features-title}{Features of GNU \code {make}}
  317. 'xrdef {Features-pg}{125}
  318. 'xrdef {Features-snt}{Chapter'tie12}
  319. 'xrdef {Missing-title}{Incompatibilities and Missing Features}
  320. 'xrdef {Missing-pg}{129}
  321. 'xrdef {Missing-snt}{Chapter'tie13}
  322. 'xrdef {Makefile Conventions-title}{Makefile Conventions}
  323. 'xrdef {Makefile Conventions-pg}{131}
  324. 'xrdef {Makefile Conventions-snt}{Chapter'tie14}
  325. 'xrdef {Makefile Basics-title}{General Conventions for Makefiles}
  326. 'xrdef {Makefile Basics-pg}{131}
  327. 'xrdef {Makefile Basics-snt}{Section'tie14.1}
  328. 'xrdef {Utilities in Makefiles-title}{Utilities in Makefiles}
  329. 'xrdef {Utilities in Makefiles-pg}{132}
  330. 'xrdef {Utilities in Makefiles-snt}{Section'tie14.2}
  331. 'xrdef {Standard Targets-title}{Standard Targets for Users}
  332. 'xrdef {Standard Targets-pg}{133}
  333. 'xrdef {Standard Targets-snt}{Section'tie14.3}
  334. 'xrdef {Command Variables-title}{Variables for Specifying Commands}
  335. 'xrdef {Command Variables-pg}{135}
  336. 'xrdef {Command Variables-snt}{Section'tie14.4}
  337. 'xrdef {Directory Variables-title}{Variables for Installation Directories}
  338. 'xrdef {Directory Variables-pg}{137}
  339. 'xrdef {Directory Variables-snt}{Section'tie14.5}
  340. 'xrdef {Quick Reference-title}{Quick Reference}
  341. 'xrdef {Quick Reference-pg}{141}
  342. 'xrdef {Quick Reference-snt}{Appendix'tie'char65{}}
  343. 'xrdef {Complex Makefile-title}{Complex Makefile Example}
  344. 'xrdef {Complex Makefile-pg}{147}
  345. 'xrdef {Complex Makefile-snt}{Appendix'tie'char66{}}
  346. 'xrdef {Concept Index-title}{Index of Concepts}
  347. 'xrdef {Concept Index-pg}{153}
  348. 'xrdef {Concept Index-snt}{}
  349. 'xrdef {Name Index-title}{Index of Functions, Variables, & Directives}
  350. 'xrdef {Name Index-pg}{163}
  351. 'xrdef {Name Index-snt}{}
  352.