Changeset 14832
- Timestamp:
- Jun 15, 2011, 3:00:26 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/ccl-documentation.html (modified) (733 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/ccl-documentation.html
r14802 r14832 6 6 <title>Clozure CL Documentation</title> 7 7 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /> 8 <link rel="home" href="#id 349549" title="Clozure CL Documentation" />8 <link rel="home" href="#id422458" title="Clozure CL Documentation" /> 9 9 <link rel="next" href="#about-ccl" title="Chapter 1. About Clozure CL" /> 10 10 </head> … … 14 14 <div> 15 15 <div> 16 <h1 class="title"><a id="id 349549"></a>Clozure CL Documentation</h1>16 <h1 class="title"><a id="id422458"></a>Clozure CL Documentation</h1> 17 17 </div> 18 18 </div> … … 1845 1845 <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it 1846 1846 may be helpful to refer to these definitions.</p> 1847 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 376222" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl1847 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id449131" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl 1848 1848 files</em></a> are the object files produced 1849 1849 by <code class="literal">compile-file</code>. fasl files store the … … 1856 1856 see 1857 1857 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a> </p> 1858 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id 376292" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp1858 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id449200" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp 1859 1859 kernel</em></a> is a C program with a fair amount of 1860 1860 platform-specific assembly language code. Its basic job is to … … 1866 1866 files on different platforms; see 1867 1867 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1868 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id 391576" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap1868 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id464485" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap 1869 1869 image</em></a> is a file that can be quickly mapped into a 1870 1870 process's address space. Conceptually, it's not too different … … 1877 1877 standard full heap image files on different platforms; see 1878 1878 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1879 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id 373903" class="indexterm"></a> bootstrapping image is a minimal1879 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id446812" class="indexterm"></a> bootstrapping image is a minimal 1880 1880 heap image used in the process of building Clozure CL itself. The 1881 1881 bootstrapping image contains just enough code to load the rest … … 1889 1889 as-yet-unsupported ones) has a uniquely named subdirectory of 1890 1890 <code class="literal">ccl/lisp-kernel/</code>; each such 1891 <a id="id 394086" class="indexterm"></a>1891 <a id="id466995" class="indexterm"></a> 1892 1892 contains a Makefile and may contain some auxiliary files (linker 1893 1893 scripts, etc.) that are used to build the lisp kernel on a … … 2723 2723 </p> 2724 2724 <p xmlns="http://www.w3.org/1999/xhtml"> 2725 <a id="id 385574" class="indexterm"></a>2725 <a id="id458482" class="indexterm"></a> 2726 2726 <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em> 2727 2727 <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> | … … 3167 3167 </div> 3168 3168 <p xmlns="http://www.w3.org/1999/xhtml"> 3169 <a id="id4 04347" class="indexterm"></a>3169 <a id="id477256" class="indexterm"></a> 3170 3170 <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em> [Variable]</strong></span> 3171 3171 </p> 3172 3172 <p xmlns="http://www.w3.org/1999/xhtml">Variable bound to the current nesting level during execution of before and after trace actions. The default printing actions use it to determine the amount of indentation.</p> 3173 3173 <p xmlns="http://www.w3.org/1999/xhtml"> 3174 <a id="id4 04374" class="indexterm"></a>3174 <a id="id477283" class="indexterm"></a> 3175 3175 <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em> [Variable]</strong></span> 3176 3176 </p> 3177 3177 <p xmlns="http://www.w3.org/1999/xhtml">The default before and after print actions will not indent by more than the value of <em class="varname">ccl:*trace-max-indent*</em> regardless of the current trace level.</p> 3178 3178 <p xmlns="http://www.w3.org/1999/xhtml"> 3179 <a id="id4 04403" class="indexterm"></a>3179 <a id="id477312" class="indexterm"></a> 3180 3180 <span class="command"><strong><em class="varname"><a id="trace-function"></a>CCL:TRACE-FUNCTION</em> <em class="replaceable"><code>spec</code></em> <em class="varname">&key</em> {<em class="replaceable"><code>keyword</code></em> <em class="replaceable"><code>value</code></em>}* [Function]</strong></span> 3181 3181 </p> … … 3185 3185 </p> 3186 3186 <p xmlns="http://www.w3.org/1999/xhtml"> 3187 <a id="id4 04451" class="indexterm"></a>3187 <a id="id477360" class="indexterm"></a> 3188 3188 <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em> [Variable]</strong></span> 3189 3189 </p> … … 3193 3193 explicit printing done by user code.</p> 3194 3194 <p xmlns="http://www.w3.org/1999/xhtml"> 3195 <a id="id4 04486" class="indexterm"></a>3195 <a id="id477395" class="indexterm"></a> 3196 3196 <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em> [Variable]</strong></span> 3197 3197 </p> … … 3201 3201 explicit printing done by user code.</p> 3202 3202 <p xmlns="http://www.w3.org/1999/xhtml"> 3203 <a id="id4 04521" class="indexterm"></a>3203 <a id="id477430" class="indexterm"></a> 3204 3204 <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em> [Variable]</strong></span> 3205 3205 </p> … … 3250 3250 <div> 3251 3251 <div class="refsect1" lang="en" xml:lang="en"> 3252 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 04684"></a>3252 <a xmlns="http://www.w3.org/1999/xhtml" id="id477593"></a> 3253 3253 <div class="header">Arguments and Values:</div> 3254 3254 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>--- … … 3285 3285 </div> 3286 3286 <div class="refsect1" lang="en" xml:lang="en"> 3287 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 04791"></a>3287 <a xmlns="http://www.w3.org/1999/xhtml" id="id477700"></a> 3288 3288 <div class="header">Examples:</div> 3289 3289 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3330 3330 <div> 3331 3331 <div class="refsect1" lang="en" xml:lang="en"> 3332 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 04890"></a>3332 <a xmlns="http://www.w3.org/1999/xhtml" id="id477799"></a> 3333 3333 <div class="header">Description:</div> 3334 3334 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3345 3345 </div> 3346 3346 <div class="refsect1" lang="en" xml:lang="en"> 3347 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 04957"></a>3347 <a xmlns="http://www.w3.org/1999/xhtml" id="id477866"></a> 3348 3348 <div class="header">Arguments and Values:</div> 3349 3349 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3369 3369 <div> 3370 3370 <div class="refsect1" lang="en" xml:lang="en"> 3371 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 05035"></a>3371 <a xmlns="http://www.w3.org/1999/xhtml" id="id477944"></a> 3372 3372 <div class="header">Description:</div> 3373 3373 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3381 3381 </div> 3382 3382 <div class="refsect1" lang="en" xml:lang="en"> 3383 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 05083"></a>3383 <a xmlns="http://www.w3.org/1999/xhtml" id="id477992"></a> 3384 3384 <div class="header">Arguments and Values:</div> 3385 3385 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3541 3541 <div> 3542 3542 <div class="refsect1" lang="en" xml:lang="en"> 3543 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 05617"></a>3543 <a xmlns="http://www.w3.org/1999/xhtml" id="id478526"></a> 3544 3544 <div class="header">Description:</div> 3545 3545 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is … … 3567 3567 <div> 3568 3568 <div class="refsect1" lang="en" xml:lang="en"> 3569 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 05679"></a>3569 <a xmlns="http://www.w3.org/1999/xhtml" id="id478588"></a> 3570 3570 <div class="header">Description:</div> 3571 3571 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when an external-format … … 3599 3599 <div> 3600 3600 <div class="refsect1" lang="en" xml:lang="en"> 3601 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 05762"></a>3601 <a xmlns="http://www.w3.org/1999/xhtml" id="id478670"></a> 3602 3602 <div class="header">Arguments and Values:</div> 3603 3603 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external … … 3633 3633 </div> 3634 3634 <div class="refsect1" lang="en" xml:lang="en"> 3635 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 21509"></a>3635 <a xmlns="http://www.w3.org/1999/xhtml" id="id494470"></a> 3636 3636 <div class="header">Description:</div> 3637 3637 <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a … … 3806 3806 <div> 3807 3807 <div> 3808 <h4 class="title"><a id="id4 21843"></a>4.5.4.1. Encoding Problems</h4>3808 <h4 class="title"><a id="id494804"></a>4.5.4.1. Encoding Problems</h4> 3809 3809 </div> 3810 3810 </div> … … 3822 3822 <div> 3823 3823 <div> 3824 <h4 class="title"><a id="id4 21855"></a>4.5.4.2. Byte Order Marks</h4>3824 <h4 class="title"><a id="id494816"></a>4.5.4.2. Byte Order Marks</h4> 3825 3825 </div> 3826 3826 </div> … … 3850 3850 <div> 3851 3851 <div> 3852 <h4 class="title"><a id="id4 21890"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>3852 <h4 class="title"><a id="id494851"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4> 3853 3853 </div> 3854 3854 </div> … … 3872 3872 <div> 3873 3873 <div class="refsect1" lang="en" xml:lang="en"> 3874 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 21951"></a>3874 <a xmlns="http://www.w3.org/1999/xhtml" id="id494913"></a> 3875 3875 <div class="header">Description:</div> 3876 3876 <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings … … 3881 3881 </div> 3882 3882 <div class="refsect1" lang="en" xml:lang="en"> 3883 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 21966"></a>3883 <a xmlns="http://www.w3.org/1999/xhtml" id="id494928"></a> 3884 3884 <div class="header">See Also:</div> 3885 3885 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#Character-Encodings" title="4.5.4. Character Encodings">Section 4.5.4, âCharacter Encodingsâ</a>, <a class="xref" href="#External-Formats" title="4.5.2. External Formats">Section 4.5.2, âExternal Formatsâ</a>, <a class="xref" href="#Supported-Character-Encodings" title="4.5.4.4. Supported Character Encodings">Section 4.5.4.4, âSupported Character Encodingsâ</a></span> … … 4312 4312 <div> 4313 4313 <div> 4314 <h4 class="title"><a id="id4 22645"></a>4.5.4.5. Encoding and Decoding Strings</h4>4314 <h4 class="title"><a id="id495606"></a>4.5.4.5. Encoding and Decoding Strings</h4> 4315 4315 </div> 4316 4316 </div> … … 4337 4337 <div> 4338 4338 <div class="refsect1" lang="en" xml:lang="en"> 4339 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 22721"></a>4339 <a xmlns="http://www.w3.org/1999/xhtml" id="id495682"></a> 4340 4340 <div class="header">Description:</div> 4341 4341 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4368 4368 <div> 4369 4369 <div class="refsect1" lang="en" xml:lang="en"> 4370 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 22816"></a>4370 <a xmlns="http://www.w3.org/1999/xhtml" id="id495777"></a> 4371 4371 <div class="header">Description:</div> 4372 4372 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4417 4417 <div> 4418 4418 <div class="refsect1" lang="en" xml:lang="en"> 4419 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 22950"></a>4419 <a xmlns="http://www.w3.org/1999/xhtml" id="id495911"></a> 4420 4420 <div class="header">Description:</div> 4421 4421 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4470 4470 <div> 4471 4471 <div class="refsect1" lang="en" xml:lang="en"> 4472 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 23080"></a>4472 <a xmlns="http://www.w3.org/1999/xhtml" id="id496042"></a> 4473 4473 <div class="header">Description:</div> 4474 4474 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4520 4520 </div> 4521 4521 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL sets up logical pathname translations for logical hosts: <code class="literal">ccl</code> and <code class="literal">home</code></p> 4522 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 23169" class="indexterm"></a>4522 <a xmlns="http://www.w3.org/1999/xhtml" id="id496130" class="indexterm"></a> 4523 4523 <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the 4524 4524 <code class="literal">ccl</code> directory. It is used for a variety of … … 4579 4579 <div> 4580 4580 <div> 4581 <h4 class="title"><a id="id4 23272"></a>4.6.3.1. Working with native namestrings</h4>4581 <h4 class="title"><a id="id496233"></a>4.6.3.1. Working with native namestrings</h4> 4582 4582 </div> 4583 4583 </div> … … 4598 4598 <div> 4599 4599 <div class="refsect1" lang="en" xml:lang="en"> 4600 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 23318"></a>4600 <a xmlns="http://www.w3.org/1999/xhtml" id="id496279"></a> 4601 4601 <div class="header">Description:</div> 4602 4602 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4629 4629 <div> 4630 4630 <div class="refsect1" lang="en" xml:lang="en"> 4631 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 23392"></a>4631 <a xmlns="http://www.w3.org/1999/xhtml" id="id496353"></a> 4632 4632 <div class="header">Description:</div> 4633 4633 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4752 4752 platforms.</p> 4753 4753 <p xmlns="http://www.w3.org/1999/xhtml"> 4754 <a id="id4 23566" class="indexterm"></a>4754 <a id="id496527" class="indexterm"></a> 4755 4755 <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em> 4756 4756 <em class="parameter"><code>pathname</code></em> … … 4812 4812 a memory error.</p> 4813 4813 <p xmlns="http://www.w3.org/1999/xhtml"> 4814 <a id="id4 23699" class="indexterm"></a>4814 <a id="id496660" class="indexterm"></a> 4815 4815 <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em> 4816 4816 <em class="parameter"><code>displaced-array</code></em> … … 4824 4824 target is an empty vector (of length zero).</p> 4825 4825 <p xmlns="http://www.w3.org/1999/xhtml"> 4826 <a id="id4 23734" class="indexterm"></a>4826 <a id="id496696" class="indexterm"></a> 4827 4827 <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em> 4828 4828 <em class="parameter"><code>pathname</code></em> … … 4834 4834 bytes.</p> 4835 4835 <p xmlns="http://www.w3.org/1999/xhtml"> 4836 <a id="id4 23766" class="indexterm"></a>4836 <a id="id496728" class="indexterm"></a> 4837 4837 <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em> 4838 4838 <em class="parameter"><code>displaced-array</code></em> … … 4873 4873 static.</p> 4874 4874 <p xmlns="http://www.w3.org/1999/xhtml"> 4875 <a id="id4 23841" class="indexterm"></a>4875 <a id="id496802" class="indexterm"></a> 4876 4876 <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em> 4877 4877 <em class="parameter"><code>var</code></em> … … 4927 4927 </div> 4928 4928 </div> 4929 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 23953" class="indexterm"></a>4929 <a xmlns="http://www.w3.org/1999/xhtml" id="id496914" class="indexterm"></a> 4930 4930 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the 4931 4931 function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file … … 5007 5007 converted, because address 0 can always be relied upon to refer to 5008 5008 the same thing.</p> 5009 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 24174" class="indexterm"></a>5009 <a xmlns="http://www.w3.org/1999/xhtml" id="id497136" class="indexterm"></a> 5010 5010 <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code> 5011 5011 refers to a <code class="literal">MACPTR</code> object that points to address 0.</p> … … 5018 5018 or <code class="literal">ccl64</code> script.</p> 5019 5019 <p xmlns="http://www.w3.org/1999/xhtml"> 5020 <a id="id4 24222" class="indexterm"></a>5020 <a id="id497183" class="indexterm"></a> 5021 5021 <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em> 5022 5022 <em class="parameter"><code>filename</code></em> … … 5219 5219 <div> 5220 5220 <div class="refsect1" lang="en" xml:lang="en"> 5221 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 24625"></a>5221 <a xmlns="http://www.w3.org/1999/xhtml" id="id497586"></a> 5222 5222 <div class="header">Arguments and Values:</div> 5223 5223 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>--- … … 5233 5233 </div> 5234 5234 <div class="refsect1" lang="en" xml:lang="en"> 5235 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 24684"></a>5235 <a xmlns="http://www.w3.org/1999/xhtml" id="id497646"></a> 5236 5236 <div class="header">Description:</div> 5237 5237 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5293 5293 <div> 5294 5294 <div class="refsect1" lang="en" xml:lang="en"> 5295 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 24775"></a>5295 <a xmlns="http://www.w3.org/1999/xhtml" id="id497737"></a> 5296 5296 <div class="header">Arguments and Values:</div> 5297 5297 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>--- … … 5301 5301 </div> 5302 5302 <div class="refsect1" lang="en" xml:lang="en"> 5303 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 24799"></a>5303 <a xmlns="http://www.w3.org/1999/xhtml" id="id497760"></a> 5304 5304 <div class="header">Description:</div> 5305 5305 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5340 5340 <div> 5341 5341 <div class="refsect1" lang="en" xml:lang="en"> 5342 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 24894"></a>5342 <a xmlns="http://www.w3.org/1999/xhtml" id="id497855"></a> 5343 5343 <div class="header">Arguments and Values:</div> 5344 5344 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>--- … … 5349 5349 </div> 5350 5350 <div class="refsect1" lang="en" xml:lang="en"> 5351 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 24930"></a>5351 <a xmlns="http://www.w3.org/1999/xhtml" id="id497892"></a> 5352 5352 <div class="header">Description:</div> 5353 5353 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5398 5398 <div> 5399 5399 <div class="refsect1" lang="en" xml:lang="en"> 5400 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 25005"></a>5400 <a xmlns="http://www.w3.org/1999/xhtml" id="id497967"></a> 5401 5401 <div class="header">Arguments and Values:</div> 5402 5402 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>--- … … 5405 5405 </div> 5406 5406 <div class="refsect1" lang="en" xml:lang="en"> 5407 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 25028"></a>5407 <a xmlns="http://www.w3.org/1999/xhtml" id="id497989"></a> 5408 5408 <div class="header">Description:</div> 5409 5409 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5572 5572 <div> 5573 5573 <div class="refsect1" lang="en" xml:lang="en"> 5574 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 25202"></a>5574 <a xmlns="http://www.w3.org/1999/xhtml" id="id498163"></a> 5575 5575 <div class="header">Description:</div> 5576 5576 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5606 5606 <div> 5607 5607 <div class="refsect1" lang="en" xml:lang="en"> 5608 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 25250"></a>5608 <a xmlns="http://www.w3.org/1999/xhtml" id="id498212"></a> 5609 5609 <div class="header">Discussion:</div> 5610 5610 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5624 5624 </div> 5625 5625 <div class="refsect1" lang="en" xml:lang="en"> 5626 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 25304"></a>5626 <a xmlns="http://www.w3.org/1999/xhtml" id="id498265"></a> 5627 5627 <div class="header">Restarts:</div> 5628 5628 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5692 5692 <div> 5693 5693 <div> 5694 <h4 class="title"><a id="id4 25361"></a>4.12.5.1. Fancy arrays</h4>5694 <h4 class="title"><a id="id498323"></a>4.12.5.1. Fancy arrays</h4> 5695 5695 </div> 5696 5696 </div> … … 5719 5719 <div> 5720 5720 <div> 5721 <h4 class="title"><a id="id4 25380"></a>4.12.5.2. Hash tables</h4>5721 <h4 class="title"><a id="id498342"></a>4.12.5.2. Hash tables</h4> 5722 5722 </div> 5723 5723 </div> … … 5767 5767 <div> 5768 5768 <div> 5769 <h4 class="title"><a id="id4 25411"></a>4.12.5.3. Lists</h4>5769 <h4 class="title"><a id="id498372"></a>4.12.5.3. Lists</h4> 5770 5770 </div> 5771 5771 </div> … … 5960 5960 <div> 5961 5961 <div class="refsect1" lang="en" xml:lang="en"> 5962 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 25640"></a>5962 <a xmlns="http://www.w3.org/1999/xhtml" id="id498601"></a> 5963 5963 <div class="header">Arguments and Values:</div> 5964 5964 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">output-file</span></i>--- … … 5984 5984 </div> 5985 5985 <div class="refsect1" lang="en" xml:lang="en"> 5986 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 25711"></a>5986 <a xmlns="http://www.w3.org/1999/xhtml" id="id498673"></a> 5987 5987 <div class="header">Example:</div> 5988 5988 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6018 6018 <div> 6019 6019 <div class="refsect1" lang="en" xml:lang="en"> 6020 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 25790"></a>6020 <a xmlns="http://www.w3.org/1999/xhtml" id="id498752"></a> 6021 6021 <div class="header">Description:</div> 6022 6022 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6040 6040 <div> 6041 6041 <div class="refsect1" lang="en" xml:lang="en"> 6042 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 25829"></a>6042 <a xmlns="http://www.w3.org/1999/xhtml" id="id498790"></a> 6043 6043 <div class="header">Description:</div> 6044 6044 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6066 6066 <div> 6067 6067 <div class="refsect1" lang="en" xml:lang="en"> 6068 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 25891"></a>6068 <a xmlns="http://www.w3.org/1999/xhtml" id="id498852"></a> 6069 6069 <div class="header">Description:</div> 6070 6070 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6092 6092 <div> 6093 6093 <div class="refsect1" lang="en" xml:lang="en"> 6094 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 25948"></a>6094 <a xmlns="http://www.w3.org/1999/xhtml" id="id498910"></a> 6095 6095 <div class="header">Description:</div> 6096 6096 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6123 6123 <div> 6124 6124 <div class="refsect1" lang="en" xml:lang="en"> 6125 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 26012"></a>6125 <a xmlns="http://www.w3.org/1999/xhtml" id="id498973"></a> 6126 6126 <div class="header">Description:</div> 6127 6127 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6150 6150 <div> 6151 6151 <div class="refsect1" lang="en" xml:lang="en"> 6152 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 26079"></a>6152 <a xmlns="http://www.w3.org/1999/xhtml" id="id499040"></a> 6153 6153 <div class="header">Description:</div> 6154 6154 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6173 6173 <div> 6174 6174 <div class="refsect1" lang="en" xml:lang="en"> 6175 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 26130"></a>6175 <a xmlns="http://www.w3.org/1999/xhtml" id="id499091"></a> 6176 6176 <div class="header">Description:</div> 6177 6177 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6197 6197 <div> 6198 6198 <div class="refsect1" lang="en" xml:lang="en"> 6199 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 26180"></a>6199 <a xmlns="http://www.w3.org/1999/xhtml" id="id499142"></a> 6200 6200 <div class="header">Description:</div> 6201 6201 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6224 6224 <div> 6225 6225 <div class="refsect1" lang="en" xml:lang="en"> 6226 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 26243"></a>6226 <a xmlns="http://www.w3.org/1999/xhtml" id="id499204"></a> 6227 6227 <div class="header">Description:</div> 6228 6228 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6251 6251 <div> 6252 6252 <div class="refsect1" lang="en" xml:lang="en"> 6253 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 26310"></a>6253 <a xmlns="http://www.w3.org/1999/xhtml" id="id499272"></a> 6254 6254 <div class="header">Description:</div> 6255 6255 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6418 6418 <div> 6419 6419 <div class="refsect1" lang="en" xml:lang="en"> 6420 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 26561"></a>6420 <a xmlns="http://www.w3.org/1999/xhtml" id="id499522"></a> 6421 6421 <div class="header">Description:</div> 6422 6422 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6444 6444 <div> 6445 6445 <div class="refsect1" lang="en" xml:lang="en"> 6446 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 26621"></a>6446 <a xmlns="http://www.w3.org/1999/xhtml" id="id499583"></a> 6447 6447 <div class="header">Description:</div> 6448 6448 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6478 6478 <div> 6479 6479 <div class="refsect1" lang="en" xml:lang="en"> 6480 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 26699"></a>6480 <a xmlns="http://www.w3.org/1999/xhtml" id="id499661"></a> 6481 6481 <div class="header">Arguments and Values:</div> 6482 6482 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">collection</span></i>--- … … 6489 6489 </div> 6490 6490 <div class="refsect1" lang="en" xml:lang="en"> 6491 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 26736"></a>6491 <a xmlns="http://www.w3.org/1999/xhtml" id="id499697"></a> 6492 6492 <div class="header">Description:</div> 6493 6493 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6523 6523 <div> 6524 6524 <div class="refsect1" lang="en" xml:lang="en"> 6525 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 26816"></a>6525 <a xmlns="http://www.w3.org/1999/xhtml" id="id499778"></a> 6526 6526 <div class="header">Arguments and Values:</div> 6527 6527 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">collection</span></i>--- … … 6540 6540 </div> 6541 6541 <div class="refsect1" lang="en" xml:lang="en"> 6542 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 26877"></a>6542 <a xmlns="http://www.w3.org/1999/xhtml" id="id499839"></a> 6543 6543 <div class="header">Description:</div> 6544 6544 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6574 6574 <div> 6575 6575 <div class="refsect1" lang="en" xml:lang="en"> 6576 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 26958"></a>6576 <a xmlns="http://www.w3.org/1999/xhtml" id="id499919"></a> 6577 6577 <div class="header">Description:</div> 6578 6578 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6599 6599 <div> 6600 6600 <div class="refsect1" lang="en" xml:lang="en"> 6601 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 27009"></a>6601 <a xmlns="http://www.w3.org/1999/xhtml" id="id499971"></a> 6602 6602 <div class="header">Description:</div> 6603 6603 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6675 6675 <div> 6676 6676 <div class="refsect1" lang="en" xml:lang="en"> 6677 <a xmlns="http://www.w3.org/1999/xhtml" id="id 427121"></a>6677 <a xmlns="http://www.w3.org/1999/xhtml" id="id500082"></a> 6678 6678 <div class="header">Summary:</div> 6679 6679 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6710 6710 <div> 6711 6711 <div class="refsect1" lang="en" xml:lang="en"> 6712 <a xmlns="http://www.w3.org/1999/xhtml" id="id 427183"></a>6712 <a xmlns="http://www.w3.org/1999/xhtml" id="id500144"></a> 6713 6713 <div class="header">Summary:</div> 6714 6714 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6741 6741 <div> 6742 6742 <div class="refsect1" lang="en" xml:lang="en"> 6743 <a xmlns="http://www.w3.org/1999/xhtml" id="id 427240"></a>6743 <a xmlns="http://www.w3.org/1999/xhtml" id="id500202"></a> 6744 6744 <div class="header">Summary:</div> 6745 6745 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6748 6748 To allow interrupts, use 6749 6749 <a class="xref" href="#m_with-interrupts-enabled" title="Macro WITH-INTERRUPTS-ENABLED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-interrupts-enabled</b></a>. 6750 </p> 6751 </div> 6752 </div> 6753 </p> 6754 <p> 6755 <div class="refentrytitle"> 6756 <a id="v_disassemble-verbose"></a> 6757 <strong>[Variable]</strong> 6758 <br></br> 6759 <code>*disassemble-verbose*</code> 6760 </div> 6761 <div class="refentrytitle"> 6762 When true, display verbose disassembly output. 6763 </div> 6764 </p> 6765 <p> 6766 <div> 6767 <div class="refsect1" lang="en" xml:lang="en"> 6768 <a xmlns="http://www.w3.org/1999/xhtml" id="id500248"></a> 6769 <div class="header">Description:</div> 6770 <p xmlns="http://www.w3.org/1999/xhtml"> 6771 When true, the output of <code class="literal">disassemble</code> may 6772 include platform-dependent additional information. For 6773 instance, on the x86 ports, the output will include the x86 6774 opcode bytes. 6775 </p> 6776 <p xmlns="http://www.w3.org/1999/xhtml"> 6777 The default value is <code class="literal">nil</code>. 6750 6778 </p> 6751 6779 </div> … … 6971 6999 <div> 6972 7000 <div> 6973 <h4 class="title"><a id="id4 10528"></a>5.4.2.1. Checking for Updates</h4>7001 <h4 class="title"><a id="id451165"></a>5.4.2.1. Checking for Updates</h4> 6974 7002 </div> 6975 7003 </div> … … 7103 7131 the required subsystems, if necessary.</p> 7104 7132 <p xmlns="http://www.w3.org/1999/xhtml"> 7105 <a id="id 358997" class="indexterm"></a>7133 <a id="id431910" class="indexterm"></a> 7106 7134 <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&key</em> 7107 7135 (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>) … … 7903 7931 <div> 7904 7932 <div class="refsect1" lang="en" xml:lang="en"> 7905 <a xmlns="http://www.w3.org/1999/xhtml" id="id 385108"></a>7933 <a xmlns="http://www.w3.org/1999/xhtml" id="id483329"></a> 7906 7934 <div class="header">Description:</div> 7907 7935 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7925 7953 <div> 7926 7954 <div class="refsect1" lang="en" xml:lang="en"> 7927 <a xmlns="http://www.w3.org/1999/xhtml" id="id 385160"></a>7955 <a xmlns="http://www.w3.org/1999/xhtml" id="id483381"></a> 7928 7956 <div class="header">Description:</div> 7929 7957 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7952 7980 <div> 7953 7981 <div class="refsect1" lang="en" xml:lang="en"> 7954 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 21148"></a>7982 <a xmlns="http://www.w3.org/1999/xhtml" id="id494067"></a> 7955 7983 <div class="header">Description:</div> 7956 7984 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 7972 8000 <div> 7973 8001 <div class="refsect1" lang="en" xml:lang="en"> 7974 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 21201"></a>8002 <a xmlns="http://www.w3.org/1999/xhtml" id="id494120"></a> 7975 8003 <div class="header">Description:</div> 7976 8004 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7996 8024 <div> 7997 8025 <div class="refsect1" lang="en" xml:lang="en"> 7998 <a xmlns="http://www.w3.org/1999/xhtml" id="id 363077"></a>8026 <a xmlns="http://www.w3.org/1999/xhtml" id="id494174"></a> 7999 8027 <div class="header">Description:</div> 8000 8028 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8020 8048 <div> 8021 8049 <div class="refsect1" lang="en" xml:lang="en"> 8022 <a xmlns="http://www.w3.org/1999/xhtml" id="id 363131"></a>8050 <a xmlns="http://www.w3.org/1999/xhtml" id="id468622"></a> 8023 8051 <div class="header">Description:</div> 8024 8052 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8043 8071 <div> 8044 8072 <div class="refsect1" lang="en" xml:lang="en"> 8045 <a xmlns="http://www.w3.org/1999/xhtml" id="id 363184"></a>8073 <a xmlns="http://www.w3.org/1999/xhtml" id="id468675"></a> 8046 8074 <div class="header">Description:</div> 8047 8075 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8068 8096 <div> 8069 8097 <div class="refsect1" lang="en" xml:lang="en"> 8070 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 18972"></a>8098 <a xmlns="http://www.w3.org/1999/xhtml" id="id491877"></a> 8071 8099 <div class="header">Description:</div> 8072 8100 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8093 8121 <div> 8094 8122 <div class="refsect1" lang="en" xml:lang="en"> 8095 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19027"></a>8123 <a xmlns="http://www.w3.org/1999/xhtml" id="id491931"></a> 8096 8124 <div class="header">Description:</div> 8097 8125 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8179 8207 <div> 8180 8208 <div class="refsect1" lang="en" xml:lang="en"> 8181 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19149"></a>8209 <a xmlns="http://www.w3.org/1999/xhtml" id="id492054"></a> 8182 8210 <div class="header">Description:</div> 8183 8211 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8201 8229 <div> 8202 8230 <div class="refsect1" lang="en" xml:lang="en"> 8203 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19203"></a>8231 <a xmlns="http://www.w3.org/1999/xhtml" id="id492108"></a> 8204 8232 <div class="header">Description:</div> 8205 8233 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8223 8251 <div> 8224 8252 <div class="refsect1" lang="en" xml:lang="en"> 8225 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19256"></a>8253 <a xmlns="http://www.w3.org/1999/xhtml" id="id492162"></a> 8226 8254 <div class="header">Description:</div> 8227 8255 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8246 8274 <div> 8247 8275 <div class="refsect1" lang="en" xml:lang="en"> 8248 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19315"></a>8276 <a xmlns="http://www.w3.org/1999/xhtml" id="id492220"></a> 8249 8277 <div class="header">Description:</div> 8250 8278 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8268 8296 <div> 8269 8297 <div class="refsect1" lang="en" xml:lang="en"> 8270 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19369"></a>8298 <a xmlns="http://www.w3.org/1999/xhtml" id="id492274"></a> 8271 8299 <div class="header">Description:</div> 8272 8300 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8292 8320 <div> 8293 8321 <div class="refsect1" lang="en" xml:lang="en"> 8294 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19428"></a>8322 <a xmlns="http://www.w3.org/1999/xhtml" id="id492333"></a> 8295 8323 <div class="header">Description:</div> 8296 8324 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8316 8344 <div> 8317 8345 <div class="refsect1" lang="en" xml:lang="en"> 8318 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19494"></a>8346 <a xmlns="http://www.w3.org/1999/xhtml" id="id492399"></a> 8319 8347 <div class="header">Description:</div> 8320 8348 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8336 8364 <div> 8337 8365 <div class="refsect1" lang="en" xml:lang="en"> 8338 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19547"></a>8366 <a xmlns="http://www.w3.org/1999/xhtml" id="id492452"></a> 8339 8367 <div class="header">Description:</div> 8340 8368 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8371 8399 <div> 8372 8400 <div class="refsect1" lang="en" xml:lang="en"> 8373 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19617"></a>8401 <a xmlns="http://www.w3.org/1999/xhtml" id="id492522"></a> 8374 8402 <div class="header">Description:</div> 8375 8403 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8396 8424 <div> 8397 8425 <div class="refsect1" lang="en" xml:lang="en"> 8398 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19686"></a>8426 <a xmlns="http://www.w3.org/1999/xhtml" id="id492591"></a> 8399 8427 <div class="header">Description:</div> 8400 8428 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8419 8447 <div> 8420 8448 <div class="refsect1" lang="en" xml:lang="en"> 8421 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19741"></a>8449 <a xmlns="http://www.w3.org/1999/xhtml" id="id492646"></a> 8422 8450 <div class="header">Description:</div> 8423 8451 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8442 8470 <div> 8443 8471 <div class="refsect1" lang="en" xml:lang="en"> 8444 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19796"></a>8472 <a xmlns="http://www.w3.org/1999/xhtml" id="id492702"></a> 8445 8473 <div class="header">Description:</div> 8446 8474 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8482 8510 <div> 8483 8511 <div class="refsect1" lang="en" xml:lang="en"> 8484 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19875"></a>8512 <a xmlns="http://www.w3.org/1999/xhtml" id="id492781"></a> 8485 8513 <div class="header">Description:</div> 8486 8514 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8505 8533 <div> 8506 8534 <div class="refsect1" lang="en" xml:lang="en"> 8507 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19931"></a>8535 <a xmlns="http://www.w3.org/1999/xhtml" id="id492837"></a> 8508 8536 <div class="header">Description:</div> 8509 8537 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8528 8556 <div> 8529 8557 <div class="refsect1" lang="en" xml:lang="en"> 8530 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 19985"></a>8558 <a xmlns="http://www.w3.org/1999/xhtml" id="id492892"></a> 8531 8559 <div class="header">Description:</div> 8532 8560 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8551 8579 <div> 8552 8580 <div class="refsect1" lang="en" xml:lang="en"> 8553 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20043"></a>8581 <a xmlns="http://www.w3.org/1999/xhtml" id="id492950"></a> 8554 8582 <div class="header">Description:</div> 8555 8583 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8571 8599 <div> 8572 8600 <div class="refsect1" lang="en" xml:lang="en"> 8573 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20101"></a>8601 <a xmlns="http://www.w3.org/1999/xhtml" id="id493008"></a> 8574 8602 <div class="header">Description:</div> 8575 8603 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8594 8622 <div> 8595 8623 <div class="refsect1" lang="en" xml:lang="en"> 8596 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20159"></a>8624 <a xmlns="http://www.w3.org/1999/xhtml" id="id493066"></a> 8597 8625 <div class="header">Description:</div> 8598 8626 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8614 8642 <div> 8615 8643 <div class="refsect1" lang="en" xml:lang="en"> 8616 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20216"></a>8644 <a xmlns="http://www.w3.org/1999/xhtml" id="id493123"></a> 8617 8645 <div class="header">Description:</div> 8618 8646 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8639 8667 <div> 8640 8668 <div class="refsect1" lang="en" xml:lang="en"> 8641 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20272"></a>8669 <a xmlns="http://www.w3.org/1999/xhtml" id="id493179"></a> 8642 8670 <div class="header">Description:</div> 8643 8671 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8659 8687 <div> 8660 8688 <div class="refsect1" lang="en" xml:lang="en"> 8661 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20327"></a>8689 <a xmlns="http://www.w3.org/1999/xhtml" id="id493233"></a> 8662 8690 <div class="header">Description:</div> 8663 8691 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8683 8711 <div> 8684 8712 <div class="refsect1" lang="en" xml:lang="en"> 8685 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20382"></a>8713 <a xmlns="http://www.w3.org/1999/xhtml" id="id493289"></a> 8686 8714 <div class="header">Description:</div> 8687 8715 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8708 8736 <div> 8709 8737 <div class="refsect1" lang="en" xml:lang="en"> 8710 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20441"></a>8738 <a xmlns="http://www.w3.org/1999/xhtml" id="id493349"></a> 8711 8739 <div class="header">Description:</div> 8712 8740 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8763 8791 <div> 8764 8792 <div class="refsect1" lang="en" xml:lang="en"> 8765 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20530"></a>8793 <a xmlns="http://www.w3.org/1999/xhtml" id="id493438"></a> 8766 8794 <div class="header">Description:</div> 8767 8795 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8787 8815 <div> 8788 8816 <div class="refsect1" lang="en" xml:lang="en"> 8789 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20586"></a>8817 <a xmlns="http://www.w3.org/1999/xhtml" id="id493493"></a> 8790 8818 <div class="header">Description:</div> 8791 8819 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8809 8837 <div> 8810 8838 <div class="refsect1" lang="en" xml:lang="en"> 8811 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20641"></a>8839 <a xmlns="http://www.w3.org/1999/xhtml" id="id493548"></a> 8812 8840 <div class="header">Description:</div> 8813 8841 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8833 8861 <div> 8834 8862 <div class="refsect1" lang="en" xml:lang="en"> 8835 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20703"></a>8863 <a xmlns="http://www.w3.org/1999/xhtml" id="id493611"></a> 8836 8864 <div class="header">Description:</div> 8837 8865 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8857 8885 <div> 8858 8886 <div class="refsect1" lang="en" xml:lang="en"> 8859 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20759"></a>8887 <a xmlns="http://www.w3.org/1999/xhtml" id="id493667"></a> 8860 8888 <div class="header">Description:</div> 8861 8889 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8877 8905 <div> 8878 8906 <div class="refsect1" lang="en" xml:lang="en"> 8879 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20814"></a>8907 <a xmlns="http://www.w3.org/1999/xhtml" id="id493721"></a> 8880 8908 <div class="header">Description:</div> 8881 8909 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8900 8928 <div> 8901 8929 <div class="refsect1" lang="en" xml:lang="en"> 8902 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20869"></a>8930 <a xmlns="http://www.w3.org/1999/xhtml" id="id493777"></a> 8903 8931 <div class="header">Description:</div> 8904 8932 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8924 8952 <div> 8925 8953 <div class="refsect1" lang="en" xml:lang="en"> 8926 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20931"></a>8954 <a xmlns="http://www.w3.org/1999/xhtml" id="id493839"></a> 8927 8955 <div class="header">Description:</div> 8928 8956 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8944 8972 <div> 8945 8973 <div class="refsect1" lang="en" xml:lang="en"> 8946 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 20986"></a>8974 <a xmlns="http://www.w3.org/1999/xhtml" id="id493893"></a> 8947 8975 <div class="header">Description:</div> 8948 8976 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8966 8994 <div> 8967 8995 <div class="refsect1" lang="en" xml:lang="en"> 8968 <a xmlns="http://www.w3.org/1999/xhtml" id="id 443847"></a>8996 <a xmlns="http://www.w3.org/1999/xhtml" id="id516821"></a> 8969 8997 <div class="header">Description:</div> 8970 8998 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8989 9017 <div> 8990 9018 <div class="refsect1" lang="en" xml:lang="en"> 8991 <a xmlns="http://www.w3.org/1999/xhtml" id="id 443894"></a>9019 <a xmlns="http://www.w3.org/1999/xhtml" id="id516868"></a> 8992 9020 <div class="header">Description:</div> 8993 9021 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9012 9040 <div> 9013 9041 <div class="refsect1" lang="en" xml:lang="en"> 9014 <a xmlns="http://www.w3.org/1999/xhtml" id="id 443942"></a>9042 <a xmlns="http://www.w3.org/1999/xhtml" id="id516916"></a> 9015 9043 <div class="header">Description:</div> 9016 9044 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9038 9066 <div> 9039 9067 <div class="refsect1" lang="en" xml:lang="en"> 9040 <a xmlns="http://www.w3.org/1999/xhtml" id="id 443991"></a>9068 <a xmlns="http://www.w3.org/1999/xhtml" id="id516965"></a> 9041 9069 <div class="header">Description:</div> 9042 9070 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9151 9179 <div> 9152 9180 <div class="refsect1" lang="en" xml:lang="en"> 9153 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444162"></a>9181 <a xmlns="http://www.w3.org/1999/xhtml" id="id517136"></a> 9154 9182 <div class="header">Description:</div> 9155 9183 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9174 9202 <div> 9175 9203 <div class="refsect1" lang="en" xml:lang="en"> 9176 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444209"></a>9204 <a xmlns="http://www.w3.org/1999/xhtml" id="id517183"></a> 9177 9205 <div class="header">Description:</div> 9178 9206 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9198 9226 <div> 9199 9227 <div class="refsect1" lang="en" xml:lang="en"> 9200 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444256"></a>9228 <a xmlns="http://www.w3.org/1999/xhtml" id="id517231"></a> 9201 9229 <div class="header">Description:</div> 9202 9230 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9221 9249 <div> 9222 9250 <div class="refsect1" lang="en" xml:lang="en"> 9223 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444304"></a>9251 <a xmlns="http://www.w3.org/1999/xhtml" id="id517278"></a> 9224 9252 <div class="header">Description:</div> 9225 9253 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9245 9273 <div> 9246 9274 <div class="refsect1" lang="en" xml:lang="en"> 9247 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444353"></a>9275 <a xmlns="http://www.w3.org/1999/xhtml" id="id517329"></a> 9248 9276 <div class="header">Description:</div> 9249 9277 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9269 9297 <div> 9270 9298 <div class="refsect1" lang="en" xml:lang="en"> 9271 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444408"></a>9299 <a xmlns="http://www.w3.org/1999/xhtml" id="id517384"></a> 9272 9300 <div class="header">Description:</div> 9273 9301 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9294 9322 <div> 9295 9323 <div class="refsect1" lang="en" xml:lang="en"> 9296 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444465"></a>9324 <a xmlns="http://www.w3.org/1999/xhtml" id="id517441"></a> 9297 9325 <div class="header">Description:</div> 9298 9326 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9319 9347 <div> 9320 9348 <div class="refsect1" lang="en" xml:lang="en"> 9321 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444521"></a>9349 <a xmlns="http://www.w3.org/1999/xhtml" id="id517497"></a> 9322 9350 <div class="header">Description:</div> 9323 9351 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9343 9371 <div> 9344 9372 <div class="refsect1" lang="en" xml:lang="en"> 9345 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444577"></a>9373 <a xmlns="http://www.w3.org/1999/xhtml" id="id517553"></a> 9346 9374 <div class="header">Description:</div> 9347 9375 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9368 9396 <div> 9369 9397 <div class="refsect1" lang="en" xml:lang="en"> 9370 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444642"></a>9398 <a xmlns="http://www.w3.org/1999/xhtml" id="id517618"></a> 9371 9399 <div class="header">Description:</div> 9372 9400 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9395 9423 <div> 9396 9424 <div class="refsect1" lang="en" xml:lang="en"> 9397 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444708"></a>9425 <a xmlns="http://www.w3.org/1999/xhtml" id="id517684"></a> 9398 9426 <div class="header">Description:</div> 9399 9427 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9418 9446 <div> 9419 9447 <div class="refsect1" lang="en" xml:lang="en"> 9420 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444774"></a>9448 <a xmlns="http://www.w3.org/1999/xhtml" id="id517750"></a> 9421 9449 <div class="header">Description:</div> 9422 9450 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9440 9468 <div> 9441 9469 <div class="refsect1" lang="en" xml:lang="en"> 9442 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444829"></a>9470 <a xmlns="http://www.w3.org/1999/xhtml" id="id517805"></a> 9443 9471 <div class="header">Description:</div> 9444 9472 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9472 9500 <div> 9473 9501 <div class="refsect1" lang="en" xml:lang="en"> 9474 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444905"></a>9502 <a xmlns="http://www.w3.org/1999/xhtml" id="id517881"></a> 9475 9503 <div class="header">Description:</div> 9476 9504 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9492 9520 <div> 9493 9521 <div class="refsect1" lang="en" xml:lang="en"> 9494 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444960"></a>9522 <a xmlns="http://www.w3.org/1999/xhtml" id="id517936"></a> 9495 9523 <div class="header">Description:</div> 9496 9524 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9512 9540 <div> 9513 9541 <div class="refsect1" lang="en" xml:lang="en"> 9514 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445014"></a>9542 <a xmlns="http://www.w3.org/1999/xhtml" id="id517990"></a> 9515 9543 <div class="header">Description:</div> 9516 9544 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9549 9577 <div> 9550 9578 <div class="refsect1" lang="en" xml:lang="en"> 9551 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445090"></a>9579 <a xmlns="http://www.w3.org/1999/xhtml" id="id518066"></a> 9552 9580 <div class="header">Description:</div> 9553 9581 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9571 9599 <div> 9572 9600 <div class="refsect1" lang="en" xml:lang="en"> 9573 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445144"></a>9601 <a xmlns="http://www.w3.org/1999/xhtml" id="id518120"></a> 9574 9602 <div class="header">Description:</div> 9575 9603 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9591 9619 <div> 9592 9620 <div class="refsect1" lang="en" xml:lang="en"> 9593 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445198"></a>9621 <a xmlns="http://www.w3.org/1999/xhtml" id="id518174"></a> 9594 9622 <div class="header">Description:</div> 9595 9623 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9617 9645 <div> 9618 9646 <div class="refsect1" lang="en" xml:lang="en"> 9619 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445254"></a>9647 <a xmlns="http://www.w3.org/1999/xhtml" id="id518230"></a> 9620 9648 <div class="header">Description:</div> 9621 9649 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9643 9671 <div> 9644 9672 <div class="refsect1" lang="en" xml:lang="en"> 9645 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445319"></a>9673 <a xmlns="http://www.w3.org/1999/xhtml" id="id518295"></a> 9646 9674 <div class="header">Description:</div> 9647 9675 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9663 9691 <div> 9664 9692 <div class="refsect1" lang="en" xml:lang="en"> 9665 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445373"></a>9693 <a xmlns="http://www.w3.org/1999/xhtml" id="id518349"></a> 9666 9694 <div class="header">Description:</div> 9667 9695 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9690 9718 <div> 9691 9719 <div class="refsect1" lang="en" xml:lang="en"> 9692 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445430"></a>9720 <a xmlns="http://www.w3.org/1999/xhtml" id="id518406"></a> 9693 9721 <div class="header">Description:</div> 9694 9722 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9715 9743 <div> 9716 9744 <div class="refsect1" lang="en" xml:lang="en"> 9717 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445487"></a>9745 <a xmlns="http://www.w3.org/1999/xhtml" id="id518462"></a> 9718 9746 <div class="header">Description:</div> 9719 9747 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9738 9766 <div> 9739 9767 <div class="refsect1" lang="en" xml:lang="en"> 9740 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445553"></a>9768 <a xmlns="http://www.w3.org/1999/xhtml" id="id518529"></a> 9741 9769 <div class="header">Description:</div> 9742 9770 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9762 9790 <div> 9763 9791 <div class="refsect1" lang="en" xml:lang="en"> 9764 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445609"></a>9792 <a xmlns="http://www.w3.org/1999/xhtml" id="id518585"></a> 9765 9793 <div class="header">Description:</div> 9766 9794 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9782 9810 <div> 9783 9811 <div class="refsect1" lang="en" xml:lang="en"> 9784 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445663"></a>9812 <a xmlns="http://www.w3.org/1999/xhtml" id="id518639"></a> 9785 9813 <div class="header">Description:</div> 9786 9814 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9818 9846 <div> 9819 9847 <div class="refsect1" lang="en" xml:lang="en"> 9820 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445731"></a>9848 <a xmlns="http://www.w3.org/1999/xhtml" id="id518707"></a> 9821 9849 <div class="header">Description:</div> 9822 9850 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9838 9866 <div> 9839 9867 <div class="refsect1" lang="en" xml:lang="en"> 9840 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445784"></a>9868 <a xmlns="http://www.w3.org/1999/xhtml" id="id518760"></a> 9841 9869 <div class="header">Description:</div> 9842 9870 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9864 9892 <div> 9865 9893 <div class="refsect1" lang="en" xml:lang="en"> 9866 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445842"></a>9894 <a xmlns="http://www.w3.org/1999/xhtml" id="id518817"></a> 9867 9895 <div class="header">Description:</div> 9868 9896 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9884 9912 <div> 9885 9913 <div class="refsect1" lang="en" xml:lang="en"> 9886 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445895"></a>9914 <a xmlns="http://www.w3.org/1999/xhtml" id="id518871"></a> 9887 9915 <div class="header">Description:</div> 9888 9916 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9910 9938 <div> 9911 9939 <div class="refsect1" lang="en" xml:lang="en"> 9912 <a xmlns="http://www.w3.org/1999/xhtml" id="id 445956"></a>9940 <a xmlns="http://www.w3.org/1999/xhtml" id="id518931"></a> 9913 9941 <div class="header">Description:</div> 9914 9942 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9933 9961 <div> 9934 9962 <div class="refsect1" lang="en" xml:lang="en"> 9935 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446011"></a>9963 <a xmlns="http://www.w3.org/1999/xhtml" id="id518987"></a> 9936 9964 <div class="header">Description:</div> 9937 9965 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9957 9985 <div> 9958 9986 <div class="refsect1" lang="en" xml:lang="en"> 9959 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446066"></a>9987 <a xmlns="http://www.w3.org/1999/xhtml" id="id519042"></a> 9960 9988 <div class="header">Description:</div> 9961 9989 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9980 10008 <div> 9981 10009 <div class="refsect1" lang="en" xml:lang="en"> 9982 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446133"></a>10010 <a xmlns="http://www.w3.org/1999/xhtml" id="id519109"></a> 9983 10011 <div class="header">Description:</div> 9984 10012 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10004 10032 <div> 10005 10033 <div class="refsect1" lang="en" xml:lang="en"> 10006 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446195"></a>10034 <a xmlns="http://www.w3.org/1999/xhtml" id="id519171"></a> 10007 10035 <div class="header">Description:</div> 10008 10036 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10027 10055 <div> 10028 10056 <div class="refsect1" lang="en" xml:lang="en"> 10029 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446250"></a>10057 <a xmlns="http://www.w3.org/1999/xhtml" id="id519226"></a> 10030 10058 <div class="header">Description:</div> 10031 10059 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10047 10075 <div> 10048 10076 <div class="refsect1" lang="en" xml:lang="en"> 10049 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446304"></a>10077 <a xmlns="http://www.w3.org/1999/xhtml" id="id519280"></a> 10050 10078 <div class="header">Description:</div> 10051 10079 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10141 10169 <div> 10142 10170 <div class="refsect1" lang="en" xml:lang="en"> 10143 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446456"></a>10171 <a xmlns="http://www.w3.org/1999/xhtml" id="id519432"></a> 10144 10172 <div class="header">Description:</div> 10145 10173 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10168 10196 <div> 10169 10197 <div class="refsect1" lang="en" xml:lang="en"> 10170 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446513"></a>10198 <a xmlns="http://www.w3.org/1999/xhtml" id="id519489"></a> 10171 10199 <div class="header">Description:</div> 10172 10200 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10192 10220 <div> 10193 10221 <div class="refsect1" lang="en" xml:lang="en"> 10194 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446569"></a>10222 <a xmlns="http://www.w3.org/1999/xhtml" id="id519545"></a> 10195 10223 <div class="header">Description:</div> 10196 10224 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10215 10243 <div> 10216 10244 <div class="refsect1" lang="en" xml:lang="en"> 10217 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446624"></a>10245 <a xmlns="http://www.w3.org/1999/xhtml" id="id519600"></a> 10218 10246 <div class="header">Description:</div> 10219 10247 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10238 10266 <div> 10239 10267 <div class="refsect1" lang="en" xml:lang="en"> 10240 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446679"></a>10268 <a xmlns="http://www.w3.org/1999/xhtml" id="id519655"></a> 10241 10269 <div class="header">Description:</div> 10242 10270 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10264 10292 <div> 10265 10293 <div class="refsect1" lang="en" xml:lang="en"> 10266 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446736"></a>10294 <a xmlns="http://www.w3.org/1999/xhtml" id="id519712"></a> 10267 10295 <div class="header">Description:</div> 10268 10296 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10290 10318 <div> 10291 10319 <div class="refsect1" lang="en" xml:lang="en"> 10292 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446793"></a>10320 <a xmlns="http://www.w3.org/1999/xhtml" id="id519769"></a> 10293 10321 <div class="header">Description:</div> 10294 10322 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10319 10347 <div> 10320 10348 <div class="refsect1" lang="en" xml:lang="en"> 10321 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446853"></a>10349 <a xmlns="http://www.w3.org/1999/xhtml" id="id519828"></a> 10322 10350 <div class="header">Description:</div> 10323 10351 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10342 10370 <div> 10343 10371 <div class="refsect1" lang="en" xml:lang="en"> 10344 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446909"></a>10372 <a xmlns="http://www.w3.org/1999/xhtml" id="id519884"></a> 10345 10373 <div class="header">Description:</div> 10346 10374 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10392 10420 <div> 10393 10421 <div class="refsect1" lang="en" xml:lang="en"> 10394 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446996"></a>10422 <a xmlns="http://www.w3.org/1999/xhtml" id="id519972"></a> 10395 10423 <div class="header">Description:</div> 10396 10424 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10412 10440 <div> 10413 10441 <div class="refsect1" lang="en" xml:lang="en"> 10414 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447050"></a>10442 <a xmlns="http://www.w3.org/1999/xhtml" id="id520026"></a> 10415 10443 <div class="header">Description:</div> 10416 10444 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10432 10460 <div> 10433 10461 <div class="refsect1" lang="en" xml:lang="en"> 10434 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447104"></a>10462 <a xmlns="http://www.w3.org/1999/xhtml" id="id520080"></a> 10435 10463 <div class="header">Description:</div> 10436 10464 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10457 10485 <div> 10458 10486 <div class="refsect1" lang="en" xml:lang="en"> 10459 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447168"></a>10487 <a xmlns="http://www.w3.org/1999/xhtml" id="id520144"></a> 10460 10488 <div class="header">Description:</div> 10461 10489 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10484 10512 <div> 10485 10513 <div class="refsect1" lang="en" xml:lang="en"> 10486 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447229"></a>10514 <a xmlns="http://www.w3.org/1999/xhtml" id="id520205"></a> 10487 10515 <div class="header">Description:</div> 10488 10516 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10510 10538 <div> 10511 10539 <div class="refsect1" lang="en" xml:lang="en"> 10512 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447286"></a>10540 <a xmlns="http://www.w3.org/1999/xhtml" id="id520262"></a> 10513 10541 <div class="header">Description:</div> 10514 10542 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10535 10563 <div> 10536 10564 <div class="refsect1" lang="en" xml:lang="en"> 10537 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447342"></a>10565 <a xmlns="http://www.w3.org/1999/xhtml" id="id520318"></a> 10538 10566 <div class="header">Description:</div> 10539 10567 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10560 10588 <div> 10561 10589 <div class="refsect1" lang="en" xml:lang="en"> 10562 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447399"></a>10590 <a xmlns="http://www.w3.org/1999/xhtml" id="id520375"></a> 10563 10591 <div class="header">Description:</div> 10564 10592 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10619 10647 <div> 10620 10648 <div class="refsect1" lang="en" xml:lang="en"> 10621 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447511"></a>10649 <a xmlns="http://www.w3.org/1999/xhtml" id="id520487"></a> 10622 10650 <div class="header">Description:</div> 10623 10651 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10642 10670 <div> 10643 10671 <div class="refsect1" lang="en" xml:lang="en"> 10644 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447566"></a>10672 <a xmlns="http://www.w3.org/1999/xhtml" id="id520542"></a> 10645 10673 <div class="header">Description:</div> 10646 10674 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10669 10697 <div> 10670 10698 <div class="refsect1" lang="en" xml:lang="en"> 10671 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447629"></a>10699 <a xmlns="http://www.w3.org/1999/xhtml" id="id520605"></a> 10672 10700 <div class="header">Description:</div> 10673 10701 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10693 10721 <div> 10694 10722 <div class="refsect1" lang="en" xml:lang="en"> 10695 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447690"></a>10723 <a xmlns="http://www.w3.org/1999/xhtml" id="id520666"></a> 10696 10724 <div class="header">Description:</div> 10697 10725 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10713 10741 <div> 10714 10742 <div class="refsect1" lang="en" xml:lang="en"> 10715 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447744"></a>10743 <a xmlns="http://www.w3.org/1999/xhtml" id="id520720"></a> 10716 10744 <div class="header">Description:</div> 10717 10745 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10736 10764 <div> 10737 10765 <div class="refsect1" lang="en" xml:lang="en"> 10738 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447799"></a>10766 <a xmlns="http://www.w3.org/1999/xhtml" id="id520775"></a> 10739 10767 <div class="header">Description:</div> 10740 10768 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10765 10793 <div> 10766 10794 <div class="refsect1" lang="en" xml:lang="en"> 10767 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447860"></a>10795 <a xmlns="http://www.w3.org/1999/xhtml" id="id520836"></a> 10768 10796 <div class="header">Description:</div> 10769 10797 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10785 10813 <div> 10786 10814 <div class="refsect1" lang="en" xml:lang="en"> 10787 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447914"></a>10815 <a xmlns="http://www.w3.org/1999/xhtml" id="id520890"></a> 10788 10816 <div class="header">Description:</div> 10789 10817 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10805 10833 <div> 10806 10834 <div class="refsect1" lang="en" xml:lang="en"> 10807 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447968"></a>10835 <a xmlns="http://www.w3.org/1999/xhtml" id="id520944"></a> 10808 10836 <div class="header">Description:</div> 10809 10837 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10825 10853 <div> 10826 10854 <div class="refsect1" lang="en" xml:lang="en"> 10827 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448023"></a>10855 <a xmlns="http://www.w3.org/1999/xhtml" id="id520998"></a> 10828 10856 <div class="header">Description:</div> 10829 10857 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10845 10873 <div> 10846 10874 <div class="refsect1" lang="en" xml:lang="en"> 10847 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448076"></a>10875 <a xmlns="http://www.w3.org/1999/xhtml" id="id521052"></a> 10848 10876 <div class="header">Description:</div> 10849 10877 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10865 10893 <div> 10866 10894 <div class="refsect1" lang="en" xml:lang="en"> 10867 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448131"></a>10895 <a xmlns="http://www.w3.org/1999/xhtml" id="id521106"></a> 10868 10896 <div class="header">Description:</div> 10869 10897 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10890 10918 <div> 10891 10919 <div class="refsect1" lang="en" xml:lang="en"> 10892 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448187"></a>10920 <a xmlns="http://www.w3.org/1999/xhtml" id="id521163"></a> 10893 10921 <div class="header">Description:</div> 10894 10922 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10910 10938 <div> 10911 10939 <div class="refsect1" lang="en" xml:lang="en"> 10912 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448242"></a>10940 <a xmlns="http://www.w3.org/1999/xhtml" id="id521218"></a> 10913 10941 <div class="header">Description:</div> 10914 10942 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10930 10958 <div> 10931 10959 <div class="refsect1" lang="en" xml:lang="en"> 10932 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448296"></a>10960 <a xmlns="http://www.w3.org/1999/xhtml" id="id521272"></a> 10933 10961 <div class="header">Description:</div> 10934 10962 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10950 10978 <div> 10951 10979 <div class="refsect1" lang="en" xml:lang="en"> 10952 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448350"></a>10980 <a xmlns="http://www.w3.org/1999/xhtml" id="id521326"></a> 10953 10981 <div class="header">Description:</div> 10954 10982 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10973 11001 <div> 10974 11002 <div class="refsect1" lang="en" xml:lang="en"> 10975 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448406"></a>11003 <a xmlns="http://www.w3.org/1999/xhtml" id="id521382"></a> 10976 11004 <div class="header">Description:</div> 10977 11005 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10996 11024 <div> 10997 11025 <div class="refsect1" lang="en" xml:lang="en"> 10998 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448461"></a>11026 <a xmlns="http://www.w3.org/1999/xhtml" id="id521437"></a> 10999 11027 <div class="header">Description:</div> 11000 11028 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11016 11044 <div> 11017 11045 <div class="refsect1" lang="en" xml:lang="en"> 11018 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448515"></a>11046 <a xmlns="http://www.w3.org/1999/xhtml" id="id521491"></a> 11019 11047 <div class="header">Description:</div> 11020 11048 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11056 11084 <div> 11057 11085 <div class="refsect1" lang="en" xml:lang="en"> 11058 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448607"></a>11086 <a xmlns="http://www.w3.org/1999/xhtml" id="id521583"></a> 11059 11087 <div class="header">Description:</div> 11060 11088 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11084 11112 <div> 11085 11113 <div class="refsect1" lang="en" xml:lang="en"> 11086 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448670"></a>11114 <a xmlns="http://www.w3.org/1999/xhtml" id="id521646"></a> 11087 11115 <div class="header">Description:</div> 11088 11116 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11104 11132 <div> 11105 11133 <div class="refsect1" lang="en" xml:lang="en"> 11106 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448724"></a>11134 <a xmlns="http://www.w3.org/1999/xhtml" id="id521700"></a> 11107 11135 <div class="header">Description:</div> 11108 11136 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11212 11240 <div> 11213 11241 <div class="refsect1" lang="en" xml:lang="en"> 11214 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448877"></a>11242 <a xmlns="http://www.w3.org/1999/xhtml" id="id521853"></a> 11215 11243 <div class="header">Description:</div> 11216 11244 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11236 11264 <div> 11237 11265 <div class="refsect1" lang="en" xml:lang="en"> 11238 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448934"></a>11266 <a xmlns="http://www.w3.org/1999/xhtml" id="id521910"></a> 11239 11267 <div class="header">Description:</div> 11240 11268 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11266 11294 <div> 11267 11295 <div class="refsect1" lang="en" xml:lang="en"> 11268 <a xmlns="http://www.w3.org/1999/xhtml" id="id 448999"></a>11296 <a xmlns="http://www.w3.org/1999/xhtml" id="id521975"></a> 11269 11297 <div class="header">Description:</div> 11270 11298 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11288 11316 <div> 11289 11317 <div class="refsect1" lang="en" xml:lang="en"> 11290 <a xmlns="http://www.w3.org/1999/xhtml" id="id 449053"></a>11318 <a xmlns="http://www.w3.org/1999/xhtml" id="id522029"></a> 11291 11319 <div class="header">Description:</div> 11292 11320 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11310 11338 <div> 11311 11339 <div class="refsect1" lang="en" xml:lang="en"> 11312 <a xmlns="http://www.w3.org/1999/xhtml" id="id 449108"></a>11340 <a xmlns="http://www.w3.org/1999/xhtml" id="id522084"></a> 11313 11341 <div class="header">Description:</div> 11314 11342 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11333 11361 <div> 11334 11362 <div class="refsect1" lang="en" xml:lang="en"> 11335 <a xmlns="http://www.w3.org/1999/xhtml" id="id 449163"></a>11363 <a xmlns="http://www.w3.org/1999/xhtml" id="id522139"></a> 11336 11364 <div class="header">Description:</div> 11337 11365 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11356 11384 <div> 11357 11385 <div class="refsect1" lang="en" xml:lang="en"> 11358 <a xmlns="http://www.w3.org/1999/xhtml" id="id 449222"></a>11386 <a xmlns="http://www.w3.org/1999/xhtml" id="id522198"></a> 11359 11387 <div class="header">Description:</div> 11360 11388 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11401 11429 <div> 11402 11430 <div class="refsect1" lang="en" xml:lang="en"> 11403 <a xmlns="http://www.w3.org/1999/xhtml" id="id 449307"></a>11431 <a xmlns="http://www.w3.org/1999/xhtml" id="id522283"></a> 11404 11432 <div class="header">Description:</div> 11405 11433 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11459 11487 <div> 11460 11488 <div class="refsect1" lang="en" xml:lang="en"> 11461 <a xmlns="http://www.w3.org/1999/xhtml" id="id 449507"></a>11489 <a xmlns="http://www.w3.org/1999/xhtml" id="id522482"></a> 11462 11490 <div class="header">Description:</div> 11463 11491 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11481 11509 <div> 11482 11510 <div class="refsect1" lang="en" xml:lang="en"> 11483 <a xmlns="http://www.w3.org/1999/xhtml" id="id 449562"></a>11511 <a xmlns="http://www.w3.org/1999/xhtml" id="id522538"></a> 11484 11512 <div class="header">Description:</div> 11485 11513 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11508 11536 <div> 11509 11537 <div class="refsect1" lang="en" xml:lang="en"> 11510 <a xmlns="http://www.w3.org/1999/xhtml" id="id 449618"></a>11538 <a xmlns="http://www.w3.org/1999/xhtml" id="id522594"></a> 11511 11539 <div class="header">Description:</div> 11512 11540 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11530 11558 <div> 11531 11559 <div class="refsect1" lang="en" xml:lang="en"> 11532 <a xmlns="http://www.w3.org/1999/xhtml" id="id 449673"></a>11560 <a xmlns="http://www.w3.org/1999/xhtml" id="id522649"></a> 11533 11561 <div class="header">Description:</div> 11534 11562 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11555 11583 <div> 11556 11584 <div class="refsect1" lang="en" xml:lang="en"> 11557 <a xmlns="http://www.w3.org/1999/xhtml" id="id 449734"></a>11585 <a xmlns="http://www.w3.org/1999/xhtml" id="id522710"></a> 11558 11586 <div class="header">Description:</div> 11559 11587 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11729 11757 <div> 11730 11758 <div class="refsect1" lang="en" xml:lang="en"> 11731 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450045"></a>11759 <a xmlns="http://www.w3.org/1999/xhtml" id="id523021"></a> 11732 11760 <div class="header">Description:</div> 11733 11761 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11753 11781 <div> 11754 11782 <div class="refsect1" lang="en" xml:lang="en"> 11755 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450100"></a>11783 <a xmlns="http://www.w3.org/1999/xhtml" id="id523076"></a> 11756 11784 <div class="header">Description:</div> 11757 11785 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11790 11818 <div> 11791 11819 <div class="refsect1" lang="en" xml:lang="en"> 11792 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450175"></a>11820 <a xmlns="http://www.w3.org/1999/xhtml" id="id523151"></a> 11793 11821 <div class="header">Description:</div> 11794 11822 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11833 11861 <div> 11834 11862 <div class="refsect1" lang="en" xml:lang="en"> 11835 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450327"></a>11863 <a xmlns="http://www.w3.org/1999/xhtml" id="id523302"></a> 11836 11864 <div class="header">Description:</div> 11837 11865 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11872 11900 <div> 11873 11901 <div class="refsect1" lang="en" xml:lang="en"> 11874 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450460"></a>11902 <a xmlns="http://www.w3.org/1999/xhtml" id="id523436"></a> 11875 11903 <div class="header">Description:</div> 11876 11904 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11892 11920 <div> 11893 11921 <div class="refsect1" lang="en" xml:lang="en"> 11894 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450518"></a>11922 <a xmlns="http://www.w3.org/1999/xhtml" id="id523494"></a> 11895 11923 <div class="header">Description:</div> 11896 11924 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11912 11940 <div> 11913 11941 <div class="refsect1" lang="en" xml:lang="en"> 11914 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450576"></a>11942 <a xmlns="http://www.w3.org/1999/xhtml" id="id523552"></a> 11915 11943 <div class="header">Description:</div> 11916 11944 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11936 11964 <div> 11937 11965 <div class="refsect1" lang="en" xml:lang="en"> 11938 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450632"></a>11966 <a xmlns="http://www.w3.org/1999/xhtml" id="id523608"></a> 11939 11967 <div class="header">Description:</div> 11940 11968 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11959 11987 <div> 11960 11988 <div class="refsect1" lang="en" xml:lang="en"> 11961 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450687"></a>11989 <a xmlns="http://www.w3.org/1999/xhtml" id="id523663"></a> 11962 11990 <div class="header">Description:</div> 11963 11991 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11979 12007 <div> 11980 12008 <div class="refsect1" lang="en" xml:lang="en"> 11981 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450741"></a>12009 <a xmlns="http://www.w3.org/1999/xhtml" id="id523717"></a> 11982 12010 <div class="header">Description:</div> 11983 12011 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12002 12030 <div> 12003 12031 <div class="refsect1" lang="en" xml:lang="en"> 12004 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450800"></a>12032 <a xmlns="http://www.w3.org/1999/xhtml" id="id523776"></a> 12005 12033 <div class="header">Description:</div> 12006 12034 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12028 12056 <div> 12029 12057 <div class="refsect1" lang="en" xml:lang="en"> 12030 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450860"></a>12058 <a xmlns="http://www.w3.org/1999/xhtml" id="id523836"></a> 12031 12059 <div class="header">Description:</div> 12032 12060 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12051 12079 <div> 12052 12080 <div class="refsect1" lang="en" xml:lang="en"> 12053 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450919"></a>12081 <a xmlns="http://www.w3.org/1999/xhtml" id="id523895"></a> 12054 12082 <div class="header">Description:</div> 12055 12083 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12071 12099 <div> 12072 12100 <div class="refsect1" lang="en" xml:lang="en"> 12073 <a xmlns="http://www.w3.org/1999/xhtml" id="id 450973"></a>12101 <a xmlns="http://www.w3.org/1999/xhtml" id="id523949"></a> 12074 12102 <div class="header">Description:</div> 12075 12103 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12128 12156 <div> 12129 12157 <div class="refsect1" lang="en" xml:lang="en"> 12130 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451061"></a>12158 <a xmlns="http://www.w3.org/1999/xhtml" id="id524037"></a> 12131 12159 <div class="header">Description:</div> 12132 12160 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12148 12176 <div> 12149 12177 <div class="refsect1" lang="en" xml:lang="en"> 12150 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451115"></a>12178 <a xmlns="http://www.w3.org/1999/xhtml" id="id524090"></a> 12151 12179 <div class="header">Description:</div> 12152 12180 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12180 12208 <div> 12181 12209 <div class="refsect1" lang="en" xml:lang="en"> 12182 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451181"></a>12210 <a xmlns="http://www.w3.org/1999/xhtml" id="id524156"></a> 12183 12211 <div class="header">Description:</div> 12184 12212 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12263 12291 <div> 12264 12292 <div class="refsect1" lang="en" xml:lang="en"> 12265 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451324"></a>12293 <a xmlns="http://www.w3.org/1999/xhtml" id="id524300"></a> 12266 12294 <div class="header">Description:</div> 12267 12295 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12287 12315 <div> 12288 12316 <div class="refsect1" lang="en" xml:lang="en"> 12289 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451391"></a>12317 <a xmlns="http://www.w3.org/1999/xhtml" id="id524367"></a> 12290 12318 <div class="header">Description:</div> 12291 12319 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12319 12347 <div> 12320 12348 <div class="refsect1" lang="en" xml:lang="en"> 12321 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451470"></a>12349 <a xmlns="http://www.w3.org/1999/xhtml" id="id524446"></a> 12322 12350 <div class="header">Description:</div> 12323 12351 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12348 12376 <div> 12349 12377 <div class="refsect1" lang="en" xml:lang="en"> 12350 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451542"></a>12378 <a xmlns="http://www.w3.org/1999/xhtml" id="id524518"></a> 12351 12379 <div class="header">Description:</div> 12352 12380 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12370 12398 <div> 12371 12399 <div class="refsect1" lang="en" xml:lang="en"> 12372 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451599"></a>12400 <a xmlns="http://www.w3.org/1999/xhtml" id="id524575"></a> 12373 12401 <div class="header">Description:</div> 12374 12402 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12390 12418 <div> 12391 12419 <div class="refsect1" lang="en" xml:lang="en"> 12392 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451655"></a>12420 <a xmlns="http://www.w3.org/1999/xhtml" id="id524630"></a> 12393 12421 <div class="header">Description:</div> 12394 12422 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12410 12438 <div> 12411 12439 <div class="refsect1" lang="en" xml:lang="en"> 12412 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451711"></a>12440 <a xmlns="http://www.w3.org/1999/xhtml" id="id524687"></a> 12413 12441 <div class="header">Description:</div> 12414 12442 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12492 12520 <div> 12493 12521 <div class="refsect1" lang="en" xml:lang="en"> 12494 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451826"></a>12522 <a xmlns="http://www.w3.org/1999/xhtml" id="id524801"></a> 12495 12523 <div class="header">Description:</div> 12496 12524 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12599 12627 <div> 12600 12628 <div class="refsect1" lang="en" xml:lang="en"> 12601 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451991"></a>12629 <a xmlns="http://www.w3.org/1999/xhtml" id="id524967"></a> 12602 12630 <div class="header">Description:</div> 12603 12631 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12644 12672 <div> 12645 12673 <div class="refsect1" lang="en" xml:lang="en"> 12646 <a xmlns="http://www.w3.org/1999/xhtml" id="id 452126"></a>12674 <a xmlns="http://www.w3.org/1999/xhtml" id="id525102"></a> 12647 12675 <div class="header">Description:</div> 12648 12676 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12669 12697 <div> 12670 12698 <div class="refsect1" lang="en" xml:lang="en"> 12671 <a xmlns="http://www.w3.org/1999/xhtml" id="id 452188"></a>12699 <a xmlns="http://www.w3.org/1999/xhtml" id="id525164"></a> 12672 12700 <div class="header">Description:</div> 12673 12701 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12701 12729 <div> 12702 12730 <div class="refsect1" lang="en" xml:lang="en"> 12703 <a xmlns="http://www.w3.org/1999/xhtml" id="id 452266"></a>12731 <a xmlns="http://www.w3.org/1999/xhtml" id="id525242"></a> 12704 12732 <div class="header">Description:</div> 12705 12733 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12744 12772 <div> 12745 12773 <div class="refsect1" lang="en" xml:lang="en"> 12746 <a xmlns="http://www.w3.org/1999/xhtml" id="id 452410"></a>12774 <a xmlns="http://www.w3.org/1999/xhtml" id="id525386"></a> 12747 12775 <div class="header">Description:</div> 12748 12776 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12805 12833 <div> 12806 12834 <div class="refsect1" lang="en" xml:lang="en"> 12807 <a xmlns="http://www.w3.org/1999/xhtml" id="id 452504"></a>12835 <a xmlns="http://www.w3.org/1999/xhtml" id="id525479"></a> 12808 12836 <div class="header">Description:</div> 12809 12837 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12884 12912 <div> 12885 12913 <div class="refsect1" lang="en" xml:lang="en"> 12886 <a xmlns="http://www.w3.org/1999/xhtml" id="id 452627"></a>12914 <a xmlns="http://www.w3.org/1999/xhtml" id="id525603"></a> 12887 12915 <div class="header">Description:</div> 12888 12916 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12943 12971 <div> 12944 12972 <div class="refsect1" lang="en" xml:lang="en"> 12945 <a xmlns="http://www.w3.org/1999/xhtml" id="id 452719"></a>12973 <a xmlns="http://www.w3.org/1999/xhtml" id="id525694"></a> 12946 12974 <div class="header">Description:</div> 12947 12975 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13040 13068 <div> 13041 13069 <div class="refsect1" lang="en" xml:lang="en"> 13042 <a xmlns="http://www.w3.org/1999/xhtml" id="id 452858"></a>13070 <a xmlns="http://www.w3.org/1999/xhtml" id="id525834"></a> 13043 13071 <div class="header">Description:</div> 13044 13072 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13063 13091 <div> 13064 13092 <div class="refsect1" lang="en" xml:lang="en"> 13065 <a xmlns="http://www.w3.org/1999/xhtml" id="id 452912"></a>13093 <a xmlns="http://www.w3.org/1999/xhtml" id="id525888"></a> 13066 13094 <div class="header">Description:</div> 13067 13095 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13085 13113 <div> 13086 13114 <div class="refsect1" lang="en" xml:lang="en"> 13087 <a xmlns="http://www.w3.org/1999/xhtml" id="id 452967"></a>13115 <a xmlns="http://www.w3.org/1999/xhtml" id="id525942"></a> 13088 13116 <div class="header">Description:</div> 13089 13117 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13119 13147 <div> 13120 13148 <div class="refsect1" lang="en" xml:lang="en"> 13121 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453037"></a>13149 <a xmlns="http://www.w3.org/1999/xhtml" id="id526013"></a> 13122 13150 <div class="header">Description:</div> 13123 13151 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13167 13195 <div> 13168 13196 <div class="refsect1" lang="en" xml:lang="en"> 13169 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453122"></a>13197 <a xmlns="http://www.w3.org/1999/xhtml" id="id526098"></a> 13170 13198 <div class="header">Description:</div> 13171 13199 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13189 13217 <div> 13190 13218 <div class="refsect1" lang="en" xml:lang="en"> 13191 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453176"></a>13219 <a xmlns="http://www.w3.org/1999/xhtml" id="id526152"></a> 13192 13220 <div class="header">Description:</div> 13193 13221 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13209 13237 <div> 13210 13238 <div class="refsect1" lang="en" xml:lang="en"> 13211 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453231"></a>13239 <a xmlns="http://www.w3.org/1999/xhtml" id="id526207"></a> 13212 13240 <div class="header">Description:</div> 13213 13241 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13233 13261 <div> 13234 13262 <div class="refsect1" lang="en" xml:lang="en"> 13235 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453286"></a>13263 <a xmlns="http://www.w3.org/1999/xhtml" id="id526262"></a> 13236 13264 <div class="header">Description:</div> 13237 13265 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13253 13281 <div> 13254 13282 <div class="refsect1" lang="en" xml:lang="en"> 13255 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453341"></a>13283 <a xmlns="http://www.w3.org/1999/xhtml" id="id526317"></a> 13256 13284 <div class="header">Description:</div> 13257 13285 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13278 13306 <div> 13279 13307 <div class="refsect1" lang="en" xml:lang="en"> 13280 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453397"></a>13308 <a xmlns="http://www.w3.org/1999/xhtml" id="id526373"></a> 13281 13309 <div class="header">Description:</div> 13282 13310 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13300 13328 <div> 13301 13329 <div class="refsect1" lang="en" xml:lang="en"> 13302 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453451"></a>13330 <a xmlns="http://www.w3.org/1999/xhtml" id="id526427"></a> 13303 13331 <div class="header">Description:</div> 13304 13332 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13407 13435 <div> 13408 13436 <div class="refsect1" lang="en" xml:lang="en"> 13409 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453618"></a>13437 <a xmlns="http://www.w3.org/1999/xhtml" id="id526594"></a> 13410 13438 <div class="header">Description:</div> 13411 13439 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13439 13467 <div> 13440 13468 <div class="refsect1" lang="en" xml:lang="en"> 13441 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453694"></a>13469 <a xmlns="http://www.w3.org/1999/xhtml" id="id526670"></a> 13442 13470 <div class="header">Description:</div> 13443 13471 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13474 13502 <div> 13475 13503 <div class="refsect1" lang="en" xml:lang="en"> 13476 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453761"></a>13504 <a xmlns="http://www.w3.org/1999/xhtml" id="id526737"></a> 13477 13505 <div class="header">Description:</div> 13478 13506 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13494 13522 <div> 13495 13523 <div class="refsect1" lang="en" xml:lang="en"> 13496 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453816"></a>13524 <a xmlns="http://www.w3.org/1999/xhtml" id="id526792"></a> 13497 13525 <div class="header">Description:</div> 13498 13526 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13516 13544 <div> 13517 13545 <div class="refsect1" lang="en" xml:lang="en"> 13518 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453871"></a>13546 <a xmlns="http://www.w3.org/1999/xhtml" id="id526847"></a> 13519 13547 <div class="header">Description:</div> 13520 13548 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13536 13564 <div> 13537 13565 <div class="refsect1" lang="en" xml:lang="en"> 13538 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453926"></a>13566 <a xmlns="http://www.w3.org/1999/xhtml" id="id526902"></a> 13539 13567 <div class="header">Description:</div> 13540 13568 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13570 13598 <div> 13571 13599 <div class="refsect1" lang="en" xml:lang="en"> 13572 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453992"></a>13600 <a xmlns="http://www.w3.org/1999/xhtml" id="id526968"></a> 13573 13601 <div class="header">Description:</div> 13574 13602 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13593 13621 <div> 13594 13622 <div class="refsect1" lang="en" xml:lang="en"> 13595 <a xmlns="http://www.w3.org/1999/xhtml" id="id 454048"></a>13623 <a xmlns="http://www.w3.org/1999/xhtml" id="id527024"></a> 13596 13624 <div class="header">Description:</div> 13597 13625 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13613 13641 <div> 13614 13642 <div class="refsect1" lang="en" xml:lang="en"> 13615 <a xmlns="http://www.w3.org/1999/xhtml" id="id 454102"></a>13643 <a xmlns="http://www.w3.org/1999/xhtml" id="id527078"></a> 13616 13644 <div class="header">Description:</div> 13617 13645 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13640 13668 <div> 13641 13669 <div class="refsect1" lang="en" xml:lang="en"> 13642 <a xmlns="http://www.w3.org/1999/xhtml" id="id 454160"></a>13670 <a xmlns="http://www.w3.org/1999/xhtml" id="id527136"></a> 13643 13671 <div class="header">Description:</div> 13644 13672 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13660 13688 <div> 13661 13689 <div class="refsect1" lang="en" xml:lang="en"> 13662 <a xmlns="http://www.w3.org/1999/xhtml" id="id 454215"></a>13690 <a xmlns="http://www.w3.org/1999/xhtml" id="id527190"></a> 13663 13691 <div class="header">Description:</div> 13664 13692 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13684 13712 <div> 13685 13713 <div class="refsect1" lang="en" xml:lang="en"> 13686 <a xmlns="http://www.w3.org/1999/xhtml" id="id 454273"></a>13714 <a xmlns="http://www.w3.org/1999/xhtml" id="id527249"></a> 13687 13715 <div class="header">Description:</div> 13688 13716 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13704 13732 <div> 13705 13733 <div class="refsect1" lang="en" xml:lang="en"> 13706 <a xmlns="http://www.w3.org/1999/xhtml" id="id 454332"></a>13734 <a xmlns="http://www.w3.org/1999/xhtml" id="id527308"></a> 13707 13735 <div class="header">Description:</div> 13708 13736 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13734 13762 <div> 13735 13763 <div class="refsect1" lang="en" xml:lang="en"> 13736 <a xmlns="http://www.w3.org/1999/xhtml" id="id 454395"></a>13764 <a xmlns="http://www.w3.org/1999/xhtml" id="id527371"></a> 13737 13765 <div class="header">Description:</div> 13738 13766 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13754 13782 <div> 13755 13783 <div class="refsect1" lang="en" xml:lang="en"> 13756 <a xmlns="http://www.w3.org/1999/xhtml" id="id 454450"></a>13784 <a xmlns="http://www.w3.org/1999/xhtml" id="id527425"></a> 13757 13785 <div class="header">Description:</div> 13758 13786 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13798 13826 <div> 13799 13827 <div class="refsect1" lang="en" xml:lang="en"> 13800 <a xmlns="http://www.w3.org/1999/xhtml" id="id 454529"></a>13828 <a xmlns="http://www.w3.org/1999/xhtml" id="id527504"></a> 13801 13829 <div class="header">Description:</div> 13802 13830 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14038 14066 <div> 14039 14067 <div class="refsect1" lang="en" xml:lang="en"> 14040 <a xmlns="http://www.w3.org/1999/xhtml" id="id 454932"></a>14068 <a xmlns="http://www.w3.org/1999/xhtml" id="id527907"></a> 14041 14069 <div class="header">Description:</div> 14042 14070 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14071 14099 <div> 14072 14100 <div class="refsect1" lang="en" xml:lang="en"> 14073 <a xmlns="http://www.w3.org/1999/xhtml" id="id 454998"></a>14101 <a xmlns="http://www.w3.org/1999/xhtml" id="id527974"></a> 14074 14102 <div class="header">Description:</div> 14075 14103 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14093 14121 <div> 14094 14122 <div class="refsect1" lang="en" xml:lang="en"> 14095 <a xmlns="http://www.w3.org/1999/xhtml" id="id 455053"></a>14123 <a xmlns="http://www.w3.org/1999/xhtml" id="id528029"></a> 14096 14124 <div class="header">Description:</div> 14097 14125 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14124 14152 <div> 14125 14153 <div class="refsect1" lang="en" xml:lang="en"> 14126 <a xmlns="http://www.w3.org/1999/xhtml" id="id 455119"></a>14154 <a xmlns="http://www.w3.org/1999/xhtml" id="id528095"></a> 14127 14155 <div class="header">Description:</div> 14128 14156 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14148 14176 <div> 14149 14177 <div class="refsect1" lang="en" xml:lang="en"> 14150 <a xmlns="http://www.w3.org/1999/xhtml" id="id 455178"></a>14178 <a xmlns="http://www.w3.org/1999/xhtml" id="id528154"></a> 14151 14179 <div class="header">Description:</div> 14152 14180 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14189 14217 <div> 14190 14218 <div class="refsect1" lang="en" xml:lang="en"> 14191 <a xmlns="http://www.w3.org/1999/xhtml" id="id 455261"></a>14219 <a xmlns="http://www.w3.org/1999/xhtml" id="id528237"></a> 14192 14220 <div class="header">Description:</div> 14193 14221 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14276 14304 <div> 14277 14305 <div class="refsect1" lang="en" xml:lang="en"> 14278 <a xmlns="http://www.w3.org/1999/xhtml" id="id 455509"></a>14306 <a xmlns="http://www.w3.org/1999/xhtml" id="id528485"></a> 14279 14307 <div class="header">Description:</div> 14280 14308 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14299 14327 <div> 14300 14328 <div class="refsect1" lang="en" xml:lang="en"> 14301 <a xmlns="http://www.w3.org/1999/xhtml" id="id 455566"></a>14329 <a xmlns="http://www.w3.org/1999/xhtml" id="id528541"></a> 14302 14330 <div class="header">Description:</div> 14303 14331 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14327 14355 <div> 14328 14356 <div class="refsect1" lang="en" xml:lang="en"> 14329 <a xmlns="http://www.w3.org/1999/xhtml" id="id 455627"></a>14357 <a xmlns="http://www.w3.org/1999/xhtml" id="id528603"></a> 14330 14358 <div class="header">Description:</div> 14331 14359 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14350 14378 <div> 14351 14379 <div class="refsect1" lang="en" xml:lang="en"> 14352 <a xmlns="http://www.w3.org/1999/xhtml" id="id 455682"></a>14380 <a xmlns="http://www.w3.org/1999/xhtml" id="id528658"></a> 14353 14381 <div class="header">Description:</div> 14354 14382 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 14370 14398 <div> 14371 14399 <div class="refsect1" lang="en" xml:lang="en"> 14372 <a xmlns="http://www.w3.org/1999/xhtml" id="id 455737"></a>14400 <a xmlns="http://www.w3.org/1999/xhtml" id="id528713"></a> 14373 14401 <div class="header">Description:</div> 14374 14402 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14393 14421 <div> 14394 14422 <div class="refsect1" lang="en" xml:lang="en"> 14395 <a xmlns="http://www.w3.org/1999/xhtml" id="id 455792"></a>14423 <a xmlns="http://www.w3.org/1999/xhtml" id="id528768"></a> 14396 14424 <div class="header">Description:</div> 14397 14425 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14556 14584 <div> 14557 14585 <div class="refsect1" lang="en" xml:lang="en"> 14558 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456056"></a>14586 <a xmlns="http://www.w3.org/1999/xhtml" id="id529032"></a> 14559 14587 <div class="header">Description:</div> 14560 14588 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14578 14606 <div> 14579 14607 <div class="refsect1" lang="en" xml:lang="en"> 14580 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456114"></a>14608 <a xmlns="http://www.w3.org/1999/xhtml" id="id529089"></a> 14581 14609 <div class="header">Description:</div> 14582 14610 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 14598 14626 <div> 14599 14627 <div class="refsect1" lang="en" xml:lang="en"> 14600 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456172"></a>14628 <a xmlns="http://www.w3.org/1999/xhtml" id="id529147"></a> 14601 14629 <div class="header">Description:</div> 14602 14630 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14621 14649 <div> 14622 14650 <div class="refsect1" lang="en" xml:lang="en"> 14623 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456227"></a>14651 <a xmlns="http://www.w3.org/1999/xhtml" id="id529203"></a> 14624 14652 <div class="header">Description:</div> 14625 14653 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14725 14753 <div> 14726 14754 <div class="refsect1" lang="en" xml:lang="en"> 14727 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456403"></a>14755 <a xmlns="http://www.w3.org/1999/xhtml" id="id529378"></a> 14728 14756 <div class="header">Description:</div> 14729 14757 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14753 14781 <div> 14754 14782 <div class="refsect1" lang="en" xml:lang="en"> 14755 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456464"></a>14783 <a xmlns="http://www.w3.org/1999/xhtml" id="id529440"></a> 14756 14784 <div class="header">Description:</div> 14757 14785 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14777 14805 <div> 14778 14806 <div class="refsect1" lang="en" xml:lang="en"> 14779 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456536"></a>14807 <a xmlns="http://www.w3.org/1999/xhtml" id="id529512"></a> 14780 14808 <div class="header">Description:</div> 14781 14809 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14803 14831 <div> 14804 14832 <div class="refsect1" lang="en" xml:lang="en"> 14805 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456602"></a>14833 <a xmlns="http://www.w3.org/1999/xhtml" id="id529578"></a> 14806 14834 <div class="header">Description:</div> 14807 14835 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14829 14857 <div> 14830 14858 <div class="refsect1" lang="en" xml:lang="en"> 14831 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456663"></a>14859 <a xmlns="http://www.w3.org/1999/xhtml" id="id529639"></a> 14832 14860 <div class="header">Description:</div> 14833 14861 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14853 14881 <div> 14854 14882 <div class="refsect1" lang="en" xml:lang="en"> 14855 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456722"></a>14883 <a xmlns="http://www.w3.org/1999/xhtml" id="id529698"></a> 14856 14884 <div class="header">Description:</div> 14857 14885 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14887 14915 <div> 14888 14916 <div class="refsect1" lang="en" xml:lang="en"> 14889 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456790"></a>14917 <a xmlns="http://www.w3.org/1999/xhtml" id="id529765"></a> 14890 14918 <div class="header">Description:</div> 14891 14919 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14910 14938 <div> 14911 14939 <div class="refsect1" lang="en" xml:lang="en"> 14912 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456849"></a>14940 <a xmlns="http://www.w3.org/1999/xhtml" id="id529825"></a> 14913 14941 <div class="header">Description:</div> 14914 14942 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14932 14960 <div> 14933 14961 <div class="refsect1" lang="en" xml:lang="en"> 14934 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456908"></a>14962 <a xmlns="http://www.w3.org/1999/xhtml" id="id529884"></a> 14935 14963 <div class="header">Description:</div> 14936 14964 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14957 14985 <div> 14958 14986 <div class="refsect1" lang="en" xml:lang="en"> 14959 <a xmlns="http://www.w3.org/1999/xhtml" id="id 456968"></a>14987 <a xmlns="http://www.w3.org/1999/xhtml" id="id529944"></a> 14960 14988 <div class="header">Description:</div> 14961 14989 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14984 15012 <div> 14985 15013 <div class="refsect1" lang="en" xml:lang="en"> 14986 <a xmlns="http://www.w3.org/1999/xhtml" id="id 457030"></a>15014 <a xmlns="http://www.w3.org/1999/xhtml" id="id530006"></a> 14987 15015 <div class="header">Description:</div> 14988 15016 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15008 15036 <div> 15009 15037 <div class="refsect1" lang="en" xml:lang="en"> 15010 <a xmlns="http://www.w3.org/1999/xhtml" id="id 457086"></a>15038 <a xmlns="http://www.w3.org/1999/xhtml" id="id530062"></a> 15011 15039 <div class="header">Description:</div> 15012 15040 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15112 15140 <div> 15113 15141 <div class="refsect1" lang="en" xml:lang="en"> 15114 <a xmlns="http://www.w3.org/1999/xhtml" id="id 457258"></a>15142 <a xmlns="http://www.w3.org/1999/xhtml" id="id530234"></a> 15115 15143 <div class="header">Description:</div> 15116 15144 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15150 15178 <div> 15151 15179 <div class="refsect1" lang="en" xml:lang="en"> 15152 <a xmlns="http://www.w3.org/1999/xhtml" id="id 457334"></a>15180 <a xmlns="http://www.w3.org/1999/xhtml" id="id530309"></a> 15153 15181 <div class="header">Description:</div> 15154 15182 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15225 15253 <div> 15226 15254 <div class="refsect1" lang="en" xml:lang="en"> 15227 <a xmlns="http://www.w3.org/1999/xhtml" id="id 457562"></a>15255 <a xmlns="http://www.w3.org/1999/xhtml" id="id530538"></a> 15228 15256 <div class="header">Description:</div> 15229 15257 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15247 15275 <div> 15248 15276 <div class="refsect1" lang="en" xml:lang="en"> 15249 <a xmlns="http://www.w3.org/1999/xhtml" id="id 457617"></a>15277 <a xmlns="http://www.w3.org/1999/xhtml" id="id530593"></a> 15250 15278 <div class="header">Description:</div> 15251 15279 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15270 15298 <div> 15271 15299 <div class="refsect1" lang="en" xml:lang="en"> 15272 <a xmlns="http://www.w3.org/1999/xhtml" id="id 457672"></a>15300 <a xmlns="http://www.w3.org/1999/xhtml" id="id530648"></a> 15273 15301 <div class="header">Description:</div> 15274 15302 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15296 15324 <div> 15297 15325 <div class="refsect1" lang="en" xml:lang="en"> 15298 <a xmlns="http://www.w3.org/1999/xhtml" id="id 457733"></a>15326 <a xmlns="http://www.w3.org/1999/xhtml" id="id530709"></a> 15299 15327 <div class="header">Description:</div> 15300 15328 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15367 15395 <div> 15368 15396 <div class="refsect1" lang="en" xml:lang="en"> 15369 <a xmlns="http://www.w3.org/1999/xhtml" id="id 457837"></a>15397 <a xmlns="http://www.w3.org/1999/xhtml" id="id530813"></a> 15370 15398 <div class="header">Description:</div> 15371 15399 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15391 15419 <div> 15392 15420 <div class="refsect1" lang="en" xml:lang="en"> 15393 <a xmlns="http://www.w3.org/1999/xhtml" id="id 457893"></a>15421 <a xmlns="http://www.w3.org/1999/xhtml" id="id530869"></a> 15394 15422 <div class="header">Description:</div> 15395 15423 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15416 15444 <div> 15417 15445 <div class="refsect1" lang="en" xml:lang="en"> 15418 <a xmlns="http://www.w3.org/1999/xhtml" id="id 457954"></a>15446 <a xmlns="http://www.w3.org/1999/xhtml" id="id530929"></a> 15419 15447 <div class="header">Description:</div> 15420 15448 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15458 15486 <div> 15459 15487 <div class="refsect1" lang="en" xml:lang="en"> 15460 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458028"></a>15488 <a xmlns="http://www.w3.org/1999/xhtml" id="id531004"></a> 15461 15489 <div class="header">Description:</div> 15462 15490 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15480 15508 <div> 15481 15509 <div class="refsect1" lang="en" xml:lang="en"> 15482 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458083"></a>15510 <a xmlns="http://www.w3.org/1999/xhtml" id="id531059"></a> 15483 15511 <div class="header">Description:</div> 15484 15512 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15500 15528 <div> 15501 15529 <div class="refsect1" lang="en" xml:lang="en"> 15502 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458138"></a>15530 <a xmlns="http://www.w3.org/1999/xhtml" id="id531114"></a> 15503 15531 <div class="header">Description:</div> 15504 15532 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15520 15548 <div> 15521 15549 <div class="refsect1" lang="en" xml:lang="en"> 15522 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458194"></a>15550 <a xmlns="http://www.w3.org/1999/xhtml" id="id531170"></a> 15523 15551 <div class="header">Description:</div> 15524 15552 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15544 15572 <div> 15545 15573 <div class="refsect1" lang="en" xml:lang="en"> 15546 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458250"></a>15574 <a xmlns="http://www.w3.org/1999/xhtml" id="id531226"></a> 15547 15575 <div class="header">Description:</div> 15548 15576 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15596 15624 <div> 15597 15625 <div class="refsect1" lang="en" xml:lang="en"> 15598 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458338"></a>15626 <a xmlns="http://www.w3.org/1999/xhtml" id="id531314"></a> 15599 15627 <div class="header">Description:</div> 15600 15628 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15618 15646 <div> 15619 15647 <div class="refsect1" lang="en" xml:lang="en"> 15620 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458397"></a>15648 <a xmlns="http://www.w3.org/1999/xhtml" id="id531373"></a> 15621 15649 <div class="header">Description:</div> 15622 15650 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15638 15666 <div> 15639 15667 <div class="refsect1" lang="en" xml:lang="en"> 15640 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458451"></a>15668 <a xmlns="http://www.w3.org/1999/xhtml" id="id531427"></a> 15641 15669 <div class="header">Description:</div> 15642 15670 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15671 15699 <div> 15672 15700 <div class="refsect1" lang="en" xml:lang="en"> 15673 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458517"></a>15701 <a xmlns="http://www.w3.org/1999/xhtml" id="id531493"></a> 15674 15702 <div class="header">Description:</div> 15675 15703 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15691 15719 <div> 15692 15720 <div class="refsect1" lang="en" xml:lang="en"> 15693 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458572"></a>15721 <a xmlns="http://www.w3.org/1999/xhtml" id="id531548"></a> 15694 15722 <div class="header">Description:</div> 15695 15723 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15711 15739 <div> 15712 15740 <div class="refsect1" lang="en" xml:lang="en"> 15713 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458627"></a>15741 <a xmlns="http://www.w3.org/1999/xhtml" id="id531603"></a> 15714 15742 <div class="header">Description:</div> 15715 15743 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15796 15824 <div> 15797 15825 <div class="refsect1" lang="en" xml:lang="en"> 15798 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458762"></a>15826 <a xmlns="http://www.w3.org/1999/xhtml" id="id531738"></a> 15799 15827 <div class="header">Description:</div> 15800 15828 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15816 15844 <div> 15817 15845 <div class="refsect1" lang="en" xml:lang="en"> 15818 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458816"></a>15846 <a xmlns="http://www.w3.org/1999/xhtml" id="id531792"></a> 15819 15847 <div class="header">Description:</div> 15820 15848 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15932 15960 <div> 15933 15961 <div class="refsect1" lang="en" xml:lang="en"> 15934 <a xmlns="http://www.w3.org/1999/xhtml" id="id 458993"></a>15962 <a xmlns="http://www.w3.org/1999/xhtml" id="id531969"></a> 15935 15963 <div class="header">Description:</div> 15936 15964 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15978 16006 <div> 15979 16007 <div class="refsect1" lang="en" xml:lang="en"> 15980 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459071"></a>16008 <a xmlns="http://www.w3.org/1999/xhtml" id="id532047"></a> 15981 16009 <div class="header">Description:</div> 15982 16010 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16001 16029 <div> 16002 16030 <div class="refsect1" lang="en" xml:lang="en"> 16003 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459132"></a>16031 <a xmlns="http://www.w3.org/1999/xhtml" id="id532108"></a> 16004 16032 <div class="header">Description:</div> 16005 16033 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16023 16051 <div> 16024 16052 <div class="refsect1" lang="en" xml:lang="en"> 16025 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459186"></a>16053 <a xmlns="http://www.w3.org/1999/xhtml" id="id532162"></a> 16026 16054 <div class="header">Description:</div> 16027 16055 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16064 16092 <div> 16065 16093 <div class="refsect1" lang="en" xml:lang="en"> 16066 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459273"></a>16094 <a xmlns="http://www.w3.org/1999/xhtml" id="id532249"></a> 16067 16095 <div class="header">Description:</div> 16068 16096 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16100 16128 <div> 16101 16129 <div class="refsect1" lang="en" xml:lang="en"> 16102 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459383"></a>16130 <a xmlns="http://www.w3.org/1999/xhtml" id="id532359"></a> 16103 16131 <div class="header">Description:</div> 16104 16132 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16122 16150 <div> 16123 16151 <div class="refsect1" lang="en" xml:lang="en"> 16124 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459439"></a>16152 <a xmlns="http://www.w3.org/1999/xhtml" id="id532414"></a> 16125 16153 <div class="header">Description:</div> 16126 16154 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16145 16173 <div> 16146 16174 <div class="refsect1" lang="en" xml:lang="en"> 16147 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459494"></a>16175 <a xmlns="http://www.w3.org/1999/xhtml" id="id532470"></a> 16148 16176 <div class="header">Description:</div> 16149 16177 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16167 16195 <div> 16168 16196 <div class="refsect1" lang="en" xml:lang="en"> 16169 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459550"></a>16197 <a xmlns="http://www.w3.org/1999/xhtml" id="id532526"></a> 16170 16198 <div class="header">Description:</div> 16171 16199 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16189 16217 <div> 16190 16218 <div class="refsect1" lang="en" xml:lang="en"> 16191 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459605"></a>16219 <a xmlns="http://www.w3.org/1999/xhtml" id="id532581"></a> 16192 16220 <div class="header">Description:</div> 16193 16221 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16213 16241 <div> 16214 16242 <div class="refsect1" lang="en" xml:lang="en"> 16215 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459664"></a>16243 <a xmlns="http://www.w3.org/1999/xhtml" id="id532640"></a> 16216 16244 <div class="header">Description:</div> 16217 16245 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16264 16292 <div> 16265 16293 <div class="refsect1" lang="en" xml:lang="en"> 16266 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459754"></a>16294 <a xmlns="http://www.w3.org/1999/xhtml" id="id532729"></a> 16267 16295 <div class="header">Description:</div> 16268 16296 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16291 16319 <div> 16292 16320 <div class="refsect1" lang="en" xml:lang="en"> 16293 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459811"></a>16321 <a xmlns="http://www.w3.org/1999/xhtml" id="id532787"></a> 16294 16322 <div class="header">Description:</div> 16295 16323 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16335 16363 <div> 16336 16364 <div class="refsect1" lang="en" xml:lang="en"> 16337 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459886"></a>16365 <a xmlns="http://www.w3.org/1999/xhtml" id="id532862"></a> 16338 16366 <div class="header">Description:</div> 16339 16367 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16382 16410 <div> 16383 16411 <div class="refsect1" lang="en" xml:lang="en"> 16384 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459973"></a>16412 <a xmlns="http://www.w3.org/1999/xhtml" id="id532949"></a> 16385 16413 <div class="header">Description:</div> 16386 16414 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16406 16434 <div> 16407 16435 <div class="refsect1" lang="en" xml:lang="en"> 16408 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460029"></a>16436 <a xmlns="http://www.w3.org/1999/xhtml" id="id533005"></a> 16409 16437 <div class="header">Description:</div> 16410 16438 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16457 16485 <div> 16458 16486 <div class="refsect1" lang="en" xml:lang="en"> 16459 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460116"></a>16487 <a xmlns="http://www.w3.org/1999/xhtml" id="id533092"></a> 16460 16488 <div class="header">Description:</div> 16461 16489 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16486 16514 <div> 16487 16515 <div class="refsect1" lang="en" xml:lang="en"> 16488 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460174"></a>16516 <a xmlns="http://www.w3.org/1999/xhtml" id="id533150"></a> 16489 16517 <div class="header">Description:</div> 16490 16518 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16506 16534 <div> 16507 16535 <div class="refsect1" lang="en" xml:lang="en"> 16508 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460229"></a>16536 <a xmlns="http://www.w3.org/1999/xhtml" id="id533205"></a> 16509 16537 <div class="header">Description:</div> 16510 16538 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16530 16558 <div> 16531 16559 <div class="refsect1" lang="en" xml:lang="en"> 16532 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460285"></a>16560 <a xmlns="http://www.w3.org/1999/xhtml" id="id533260"></a> 16533 16561 <div class="header">Description:</div> 16534 16562 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16550 16578 <div> 16551 16579 <div class="refsect1" lang="en" xml:lang="en"> 16552 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460340"></a>16580 <a xmlns="http://www.w3.org/1999/xhtml" id="id533316"></a> 16553 16581 <div class="header">Description:</div> 16554 16582 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16574 16602 <div> 16575 16603 <div class="refsect1" lang="en" xml:lang="en"> 16576 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460396"></a>16604 <a xmlns="http://www.w3.org/1999/xhtml" id="id533372"></a> 16577 16605 <div class="header">Description:</div> 16578 16606 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16620 16648 <div> 16621 16649 <div class="refsect1" lang="en" xml:lang="en"> 16622 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460482"></a>16650 <a xmlns="http://www.w3.org/1999/xhtml" id="id533458"></a> 16623 16651 <div class="header">Description:</div> 16624 16652 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16640 16668 <div> 16641 16669 <div class="refsect1" lang="en" xml:lang="en"> 16642 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460536"></a>16670 <a xmlns="http://www.w3.org/1999/xhtml" id="id533512"></a> 16643 16671 <div class="header">Description:</div> 16644 16672 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16660 16688 <div> 16661 16689 <div class="refsect1" lang="en" xml:lang="en"> 16662 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460591"></a>16690 <a xmlns="http://www.w3.org/1999/xhtml" id="id533567"></a> 16663 16691 <div class="header">Description:</div> 16664 16692 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16680 16708 <div> 16681 16709 <div class="refsect1" lang="en" xml:lang="en"> 16682 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460645"></a>16710 <a xmlns="http://www.w3.org/1999/xhtml" id="id533621"></a> 16683 16711 <div class="header">Description:</div> 16684 16712 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16700 16728 <div> 16701 16729 <div class="refsect1" lang="en" xml:lang="en"> 16702 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460700"></a>16730 <a xmlns="http://www.w3.org/1999/xhtml" id="id533676"></a> 16703 16731 <div class="header">Description:</div> 16704 16732 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16720 16748 <div> 16721 16749 <div class="refsect1" lang="en" xml:lang="en"> 16722 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460754"></a>16750 <a xmlns="http://www.w3.org/1999/xhtml" id="id533730"></a> 16723 16751 <div class="header">Description:</div> 16724 16752 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16757 16785 <div> 16758 16786 <div class="refsect1" lang="en" xml:lang="en"> 16759 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460820"></a>16787 <a xmlns="http://www.w3.org/1999/xhtml" id="id533796"></a> 16760 16788 <div class="header">Description:</div> 16761 16789 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16782 16810 <div> 16783 16811 <div class="refsect1" lang="en" xml:lang="en"> 16784 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460876"></a>16812 <a xmlns="http://www.w3.org/1999/xhtml" id="id533852"></a> 16785 16813 <div class="header">Description:</div> 16786 16814 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16807 16835 <div> 16808 16836 <div class="refsect1" lang="en" xml:lang="en"> 16809 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460932"></a>16837 <a xmlns="http://www.w3.org/1999/xhtml" id="id533908"></a> 16810 16838 <div class="header">Description:</div> 16811 16839 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16835 16863 <div> 16836 16864 <div class="refsect1" lang="en" xml:lang="en"> 16837 <a xmlns="http://www.w3.org/1999/xhtml" id="id 460990"></a>16865 <a xmlns="http://www.w3.org/1999/xhtml" id="id533966"></a> 16838 16866 <div class="header">Description:</div> 16839 16867 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16860 16888 <div> 16861 16889 <div class="refsect1" lang="en" xml:lang="en"> 16862 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461046"></a>16890 <a xmlns="http://www.w3.org/1999/xhtml" id="id534022"></a> 16863 16891 <div class="header">Description:</div> 16864 16892 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16880 16908 <div> 16881 16909 <div class="refsect1" lang="en" xml:lang="en"> 16882 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461101"></a>16910 <a xmlns="http://www.w3.org/1999/xhtml" id="id534077"></a> 16883 16911 <div class="header">Description:</div> 16884 16912 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16905 16933 <div> 16906 16934 <div class="refsect1" lang="en" xml:lang="en"> 16907 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461163"></a>16935 <a xmlns="http://www.w3.org/1999/xhtml" id="id534139"></a> 16908 16936 <div class="header">Description:</div> 16909 16937 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16925 16953 <div> 16926 16954 <div class="refsect1" lang="en" xml:lang="en"> 16927 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461217"></a>16955 <a xmlns="http://www.w3.org/1999/xhtml" id="id534193"></a> 16928 16956 <div class="header">Description:</div> 16929 16957 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16950 16978 <div> 16951 16979 <div class="refsect1" lang="en" xml:lang="en"> 16952 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461279"></a>16980 <a xmlns="http://www.w3.org/1999/xhtml" id="id534255"></a> 16953 16981 <div class="header">Description:</div> 16954 16982 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16975 17003 <div> 16976 17004 <div class="refsect1" lang="en" xml:lang="en"> 16977 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461335"></a>17005 <a xmlns="http://www.w3.org/1999/xhtml" id="id534311"></a> 16978 17006 <div class="header">Description:</div> 16979 17007 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17017 17045 <div> 17018 17046 <div class="refsect1" lang="en" xml:lang="en"> 17019 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461415"></a>17047 <a xmlns="http://www.w3.org/1999/xhtml" id="id534391"></a> 17020 17048 <div class="header">Description:</div> 17021 17049 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17044 17072 <div> 17045 17073 <div class="refsect1" lang="en" xml:lang="en"> 17046 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461478"></a>17074 <a xmlns="http://www.w3.org/1999/xhtml" id="id534454"></a> 17047 17075 <div class="header">Description:</div> 17048 17076 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17074 17102 <div> 17075 17103 <div class="refsect1" lang="en" xml:lang="en"> 17076 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461546"></a>17104 <a xmlns="http://www.w3.org/1999/xhtml" id="id534522"></a> 17077 17105 <div class="header">Description:</div> 17078 17106 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17094 17122 <div> 17095 17123 <div class="refsect1" lang="en" xml:lang="en"> 17096 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461601"></a>17124 <a xmlns="http://www.w3.org/1999/xhtml" id="id534577"></a> 17097 17125 <div class="header">Description:</div> 17098 17126 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17165 17193 <div> 17166 17194 <div class="refsect1" lang="en" xml:lang="en"> 17167 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461699"></a>17195 <a xmlns="http://www.w3.org/1999/xhtml" id="id534675"></a> 17168 17196 <div class="header">Description:</div> 17169 17197 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17224 17252 <div> 17225 17253 <div class="refsect1" lang="en" xml:lang="en"> 17226 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461798"></a>17254 <a xmlns="http://www.w3.org/1999/xhtml" id="id534773"></a> 17227 17255 <div class="header">Description:</div> 17228 17256 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17244 17272 <div> 17245 17273 <div class="refsect1" lang="en" xml:lang="en"> 17246 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461852"></a>17274 <a xmlns="http://www.w3.org/1999/xhtml" id="id534828"></a> 17247 17275 <div class="header">Description:</div> 17248 17276 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17268 17296 <div> 17269 17297 <div class="refsect1" lang="en" xml:lang="en"> 17270 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461911"></a>17298 <a xmlns="http://www.w3.org/1999/xhtml" id="id534887"></a> 17271 17299 <div class="header">Description:</div> 17272 17300 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17292 17320 <div> 17293 17321 <div class="refsect1" lang="en" xml:lang="en"> 17294 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461971"></a>17322 <a xmlns="http://www.w3.org/1999/xhtml" id="id534947"></a> 17295 17323 <div class="header">Description:</div> 17296 17324 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17359 17387 <div> 17360 17388 <div class="refsect1" lang="en" xml:lang="en"> 17361 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462070"></a>17389 <a xmlns="http://www.w3.org/1999/xhtml" id="id535046"></a> 17362 17390 <div class="header">Description:</div> 17363 17391 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17391 17419 <div> 17392 17420 <div class="refsect1" lang="en" xml:lang="en"> 17393 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462133"></a>17421 <a xmlns="http://www.w3.org/1999/xhtml" id="id535108"></a> 17394 17422 <div class="header">Description:</div> 17395 17423 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17414 17442 <div> 17415 17443 <div class="refsect1" lang="en" xml:lang="en"> 17416 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462188"></a>17444 <a xmlns="http://www.w3.org/1999/xhtml" id="id535164"></a> 17417 17445 <div class="header">Description:</div> 17418 17446 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17437 17465 <div> 17438 17466 <div class="refsect1" lang="en" xml:lang="en"> 17439 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462243"></a>17467 <a xmlns="http://www.w3.org/1999/xhtml" id="id535219"></a> 17440 17468 <div class="header">Description:</div> 17441 17469 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17457 17485 <div> 17458 17486 <div class="refsect1" lang="en" xml:lang="en"> 17459 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462297"></a>17487 <a xmlns="http://www.w3.org/1999/xhtml" id="id535273"></a> 17460 17488 <div class="header">Description:</div> 17461 17489 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17481 17509 <div> 17482 17510 <div class="refsect1" lang="en" xml:lang="en"> 17483 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462352"></a>17511 <a xmlns="http://www.w3.org/1999/xhtml" id="id535328"></a> 17484 17512 <div class="header">Description:</div> 17485 17513 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17510 17538 <div> 17511 17539 <div class="refsect1" lang="en" xml:lang="en"> 17512 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462413"></a>17540 <a xmlns="http://www.w3.org/1999/xhtml" id="id535389"></a> 17513 17541 <div class="header">Description:</div> 17514 17542 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17599 17627 <div> 17600 17628 <div class="refsect1" lang="en" xml:lang="en"> 17601 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462602"></a>17629 <a xmlns="http://www.w3.org/1999/xhtml" id="id535578"></a> 17602 17630 <div class="header">Description:</div> 17603 17631 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17619 17647 <div> 17620 17648 <div class="refsect1" lang="en" xml:lang="en"> 17621 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462657"></a>17649 <a xmlns="http://www.w3.org/1999/xhtml" id="id535633"></a> 17622 17650 <div class="header">Description:</div> 17623 17651 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17649 17677 <div> 17650 17678 <div class="refsect1" lang="en" xml:lang="en"> 17651 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462719"></a>17679 <a xmlns="http://www.w3.org/1999/xhtml" id="id535695"></a> 17652 17680 <div class="header">Description:</div> 17653 17681 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17689 17717 <div> 17690 17718 <div class="refsect1" lang="en" xml:lang="en"> 17691 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462807"></a>17719 <a xmlns="http://www.w3.org/1999/xhtml" id="id535783"></a> 17692 17720 <div class="header">Description:</div> 17693 17721 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17713 17741 <div> 17714 17742 <div class="refsect1" lang="en" xml:lang="en"> 17715 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462863"></a>17743 <a xmlns="http://www.w3.org/1999/xhtml" id="id535839"></a> 17716 17744 <div class="header">Description:</div> 17717 17745 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17735 17763 <div> 17736 17764 <div class="refsect1" lang="en" xml:lang="en"> 17737 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462917"></a>17765 <a xmlns="http://www.w3.org/1999/xhtml" id="id535893"></a> 17738 17766 <div class="header">Description:</div> 17739 17767 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17758 17786 <div> 17759 17787 <div class="refsect1" lang="en" xml:lang="en"> 17760 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462973"></a>17788 <a xmlns="http://www.w3.org/1999/xhtml" id="id535949"></a> 17761 17789 <div class="header">Description:</div> 17762 17790 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17781 17809 <div> 17782 17810 <div class="refsect1" lang="en" xml:lang="en"> 17783 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463028"></a>17811 <a xmlns="http://www.w3.org/1999/xhtml" id="id536004"></a> 17784 17812 <div class="header">Description:</div> 17785 17813 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17803 17831 <div> 17804 17832 <div class="refsect1" lang="en" xml:lang="en"> 17805 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463083"></a>17833 <a xmlns="http://www.w3.org/1999/xhtml" id="id536059"></a> 17806 17834 <div class="header">Description:</div> 17807 17835 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17826 17854 <div> 17827 17855 <div class="refsect1" lang="en" xml:lang="en"> 17828 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463139"></a>17856 <a xmlns="http://www.w3.org/1999/xhtml" id="id536115"></a> 17829 17857 <div class="header">Description:</div> 17830 17858 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17950 17978 <div> 17951 17979 <div class="refsect1" lang="en" xml:lang="en"> 17952 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463298"></a>17980 <a xmlns="http://www.w3.org/1999/xhtml" id="id536274"></a> 17953 17981 <div class="header">Description:</div> 17954 17982 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17983 18011 <div> 17984 18012 <div class="refsect1" lang="en" xml:lang="en"> 17985 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463362"></a>18013 <a xmlns="http://www.w3.org/1999/xhtml" id="id536338"></a> 17986 18014 <div class="header">Description:</div> 17987 18015 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18006 18034 <div> 18007 18035 <div class="refsect1" lang="en" xml:lang="en"> 18008 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463418"></a>18036 <a xmlns="http://www.w3.org/1999/xhtml" id="id536394"></a> 18009 18037 <div class="header">Description:</div> 18010 18038 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18031 18059 <div> 18032 18060 <div class="refsect1" lang="en" xml:lang="en"> 18033 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463476"></a>18061 <a xmlns="http://www.w3.org/1999/xhtml" id="id536452"></a> 18034 18062 <div class="header">Description:</div> 18035 18063 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18054 18082 <div> 18055 18083 <div class="refsect1" lang="en" xml:lang="en"> 18056 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463532"></a>18084 <a xmlns="http://www.w3.org/1999/xhtml" id="id536508"></a> 18057 18085 <div class="header">Description:</div> 18058 18086 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18077 18105 <div> 18078 18106 <div class="refsect1" lang="en" xml:lang="en"> 18079 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463588"></a>18107 <a xmlns="http://www.w3.org/1999/xhtml" id="id536564"></a> 18080 18108 <div class="header">Description:</div> 18081 18109 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18100 18128 <div> 18101 18129 <div class="refsect1" lang="en" xml:lang="en"> 18102 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463645"></a>18130 <a xmlns="http://www.w3.org/1999/xhtml" id="id536621"></a> 18103 18131 <div class="header">Description:</div> 18104 18132 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18163 18191 <div> 18164 18192 <div class="refsect1" lang="en" xml:lang="en"> 18165 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463760"></a>18193 <a xmlns="http://www.w3.org/1999/xhtml" id="id536736"></a> 18166 18194 <div class="header">Description:</div> 18167 18195 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18185 18213 <div> 18186 18214 <div class="refsect1" lang="en" xml:lang="en"> 18187 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463820"></a>18215 <a xmlns="http://www.w3.org/1999/xhtml" id="id536796"></a> 18188 18216 <div class="header">Description:</div> 18189 18217 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18209 18237 <div> 18210 18238 <div class="refsect1" lang="en" xml:lang="en"> 18211 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463877"></a>18239 <a xmlns="http://www.w3.org/1999/xhtml" id="id536853"></a> 18212 18240 <div class="header">Description:</div> 18213 18241 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18233 18261 <div> 18234 18262 <div class="refsect1" lang="en" xml:lang="en"> 18235 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463934"></a>18263 <a xmlns="http://www.w3.org/1999/xhtml" id="id536910"></a> 18236 18264 <div class="header">Description:</div> 18237 18265 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18256 18284 <div> 18257 18285 <div class="refsect1" lang="en" xml:lang="en"> 18258 <a xmlns="http://www.w3.org/1999/xhtml" id="id 463990"></a>18286 <a xmlns="http://www.w3.org/1999/xhtml" id="id536966"></a> 18259 18287 <div class="header">Description:</div> 18260 18288 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18281 18309 <div> 18282 18310 <div class="refsect1" lang="en" xml:lang="en"> 18283 <a xmlns="http://www.w3.org/1999/xhtml" id="id 464048"></a>18311 <a xmlns="http://www.w3.org/1999/xhtml" id="id537024"></a> 18284 18312 <div class="header">Description:</div> 18285 18313 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18303 18331 <div> 18304 18332 <div class="refsect1" lang="en" xml:lang="en"> 18305 <a xmlns="http://www.w3.org/1999/xhtml" id="id 464104"></a>18333 <a xmlns="http://www.w3.org/1999/xhtml" id="id537080"></a> 18306 18334 <div class="header">Description:</div> 18307 18335 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18325 18353 <div> 18326 18354 <div class="refsect1" lang="en" xml:lang="en"> 18327 <a xmlns="http://www.w3.org/1999/xhtml" id="id 464159"></a>18355 <a xmlns="http://www.w3.org/1999/xhtml" id="id537135"></a> 18328 18356 <div class="header">Description:</div> 18329 18357 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18347 18375 <div> 18348 18376 <div class="refsect1" lang="en" xml:lang="en"> 18349 <a xmlns="http://www.w3.org/1999/xhtml" id="id 464215"></a>18377 <a xmlns="http://www.w3.org/1999/xhtml" id="id537191"></a> 18350 18378 <div class="header">Description:</div> 18351 18379 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18370 18398 <div> 18371 18399 <div class="refsect1" lang="en" xml:lang="en"> 18372 <a xmlns="http://www.w3.org/1999/xhtml" id="id 464272"></a>18400 <a xmlns="http://www.w3.org/1999/xhtml" id="id537248"></a> 18373 18401 <div class="header">Description:</div> 18374 18402 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18397 18425 <div> 18398 18426 <div class="refsect1" lang="en" xml:lang="en"> 18399 <a xmlns="http://www.w3.org/1999/xhtml" id="id 464330"></a>18427 <a xmlns="http://www.w3.org/1999/xhtml" id="id537306"></a> 18400 18428 <div class="header">Description:</div> 18401 18429 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18420 18448 <div> 18421 18449 <div class="refsect1" lang="en" xml:lang="en"> 18422 <a xmlns="http://www.w3.org/1999/xhtml" id="id 464391"></a>18450 <a xmlns="http://www.w3.org/1999/xhtml" id="id537367"></a> 18423 18451 <div class="header">Description:</div> 18424 18452 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18446 18474 <div> 18447 18475 <div class="refsect1" lang="en" xml:lang="en"> 18448 <a xmlns="http://www.w3.org/1999/xhtml" id="id 464452"></a>18476 <a xmlns="http://www.w3.org/1999/xhtml" id="id537428"></a> 18449 18477 <div class="header">Description:</div> 18450 18478 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18494 18522 <dt> 18495 18523 <span class="sect2"> 18496 <a href="#id 386138">7.3.2. As of August 2003:</a>18524 <a href="#id481682">7.3.2. As of August 2003:</a> 18497 18525 </span> 18498 18526 </dt> … … 18745 18773 <div> 18746 18774 <div> 18747 <h3 class="title"><a id="id 386138"></a>7.3.2. As of August 2003:</h3>18775 <h3 class="title"><a id="id481682"></a>7.3.2. As of August 2003:</h3> 18748 18776 </div> 18749 18777 </div> … … 19197 19225 <div> 19198 19226 <div class="refsect1" lang="en" xml:lang="en"> 19199 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 17594"></a>19227 <a xmlns="http://www.w3.org/1999/xhtml" id="id490634"></a> 19200 19228 <div class="header">Values:</div> 19201 19229 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads) … … 19203 19231 </div> 19204 19232 <div class="refsect1" lang="en" xml:lang="en"> 19205 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 17620"></a>19233 <a xmlns="http://www.w3.org/1999/xhtml" id="id490660"></a> 19206 19234 <div class="header">Description:</div> 19207 19235 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known … … 19215 19243 </div> 19216 19244 <div class="refsect1" lang="en" xml:lang="en"> 19217 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 17635"></a>19245 <a xmlns="http://www.w3.org/1999/xhtml" id="id490675"></a> 19218 19246 <div class="header">See Also:</div> 19219 19247 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 19243 19271 <div> 19244 19272 <div class="refsect1" lang="en" xml:lang="en"> 19245 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 17704"></a>19273 <a xmlns="http://www.w3.org/1999/xhtml" id="id490744"></a> 19246 19274 <div class="header">Arguments and Values:</div> 19247 19275 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p> … … 19286 19314 </div> 19287 19315 <div class="refsect1" lang="en" xml:lang="en"> 19288 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 17898"></a>19316 <a xmlns="http://www.w3.org/1999/xhtml" id="id490938"></a> 19289 19317 <div class="header">Description:</div> 19290 19318 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the … … 19307 19335 </div> 19308 19336 <div class="refsect1" lang="en" xml:lang="en"> 19309 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 17950"></a>19337 <a xmlns="http://www.w3.org/1999/xhtml" id="id490990"></a> 19310 19338 <div class="header">See Also:</div> 19311 19339 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span> … … 19326 19354 <div> 19327 19355 <div class="refsect1" lang="en" xml:lang="en"> 19328 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 18029"></a>19356 <a xmlns="http://www.w3.org/1999/xhtml" id="id491069"></a> 19329 19357 <div class="header">Arguments and Values:</div> 19330 19358 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19336 19364 </div> 19337 19365 <div class="refsect1" lang="en" xml:lang="en"> 19338 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 18083"></a>19366 <a xmlns="http://www.w3.org/1999/xhtml" id="id491123"></a> 19339 19367 <div class="header">Description:</div> 19340 19368 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from … … 19358 19386 </div> 19359 19387 <div class="refsect1" lang="en" xml:lang="en"> 19360 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 18138"></a>19388 <a xmlns="http://www.w3.org/1999/xhtml" id="id491178"></a> 19361 19389 <div class="header">See Also:</div> 19362 19390 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-resume" title="Function PROCESS-RESUME"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-resume</b></a>, <a class="xref" href="#f_process-suspend-count" title="Function PROCESS-SUSPEND-COUNT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend-count</b></a></span> 19363 19391 </div> 19364 19392 <div class="refsect1" lang="en" xml:lang="en"> 19365 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 18163"></a>19393 <a xmlns="http://www.w3.org/1999/xhtml" id="id491203"></a> 19366 19394 <div class="header">Notes:</div> 19367 19395 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called … … 19389 19417 <div> 19390 19418 <div class="refsect1" lang="en" xml:lang="en"> 19391 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 18244"></a>19419 <a xmlns="http://www.w3.org/1999/xhtml" id="id491284"></a> 19392 19420 <div class="header">Arguments and Values:</div> 19393 19421 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19400 19428 </div> 19401 19429 <div class="refsect1" lang="en" xml:lang="en"> 19402 <a xmlns="http://www.w3.org/1999/xhtml" id="id 418297"></a>19430 <a xmlns="http://www.w3.org/1999/xhtml" id="id500709"></a> 19403 19431 <div class="header">Description:</div> 19404 19432 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to … … 19411 19439 </div> 19412 19440 <div class="refsect1" lang="en" xml:lang="en"> 19413 <a xmlns="http://www.w3.org/1999/xhtml" id="id 418328"></a>19441 <a xmlns="http://www.w3.org/1999/xhtml" id="id500740"></a> 19414 19442 <div class="header">See Also:</div> 19415 19443 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a>, <a class="xref" href="#f_process-suspend-count" title="Function PROCESS-SUSPEND-COUNT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend-count</b></a></span> 19416 19444 </div> 19417 19445 <div class="refsect1" lang="en" xml:lang="en"> 19418 <a xmlns="http://www.w3.org/1999/xhtml" id="id 418353"></a>19446 <a xmlns="http://www.w3.org/1999/xhtml" id="id500765"></a> 19419 19447 <div class="header">Notes:</div> 19420 19448 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19442 19470 <div> 19443 19471 <div class="refsect1" lang="en" xml:lang="en"> 19444 <a xmlns="http://www.w3.org/1999/xhtml" id="id 427769"></a>19472 <a xmlns="http://www.w3.org/1999/xhtml" id="id500830"></a> 19445 19473 <div class="header">Arguments and Values:</div> 19446 19474 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19452 19480 </div> 19453 19481 <div class="refsect1" lang="en" xml:lang="en"> 19454 <a xmlns="http://www.w3.org/1999/xhtml" id="id 427822"></a>19482 <a xmlns="http://www.w3.org/1999/xhtml" id="id500884"></a> 19455 19483 <div class="header">Description:</div> 19456 19484 <p xmlns="http://www.w3.org/1999/xhtml">An "outstanding" <a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a> call … … 19467 19495 </div> 19468 19496 <div class="refsect1" lang="en" xml:lang="en"> 19469 <a xmlns="http://www.w3.org/1999/xhtml" id="id 427872"></a>19497 <a xmlns="http://www.w3.org/1999/xhtml" id="id500934"></a> 19470 19498 <div class="header">See Also:</div> 19471 19499 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a>, <a class="xref" href="#f_process-resume" title="Function PROCESS-RESUME"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-resume</b></a></span> … … 19488 19516 <div> 19489 19517 <div class="refsect1" lang="en" xml:lang="en"> 19490 <a xmlns="http://www.w3.org/1999/xhtml" id="id 427949"></a>19518 <a xmlns="http://www.w3.org/1999/xhtml" id="id501010"></a> 19491 19519 <div class="header">Arguments and Values:</div> 19492 19520 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19499 19527 </div> 19500 19528 <div class="refsect1" lang="en" xml:lang="en"> 19501 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428024"></a>19529 <a xmlns="http://www.w3.org/1999/xhtml" id="id501084"></a> 19502 19530 <div class="header">Description:</div> 19503 19531 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset … … 19513 19541 </div> 19514 19542 <div class="refsect1" lang="en" xml:lang="en"> 19515 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428068"></a>19543 <a xmlns="http://www.w3.org/1999/xhtml" id="id501128"></a> 19516 19544 <div class="header">See Also:</div> 19517 19545 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span> … … 19534 19562 <div> 19535 19563 <div class="refsect1" lang="en" xml:lang="en"> 19536 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428150"></a>19564 <a xmlns="http://www.w3.org/1999/xhtml" id="id501210"></a> 19537 19565 <div class="header">Arguments and Values:</div> 19538 19566 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19543 19571 </div> 19544 19572 <div class="refsect1" lang="en" xml:lang="en"> 19545 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428212"></a>19573 <a xmlns="http://www.w3.org/1999/xhtml" id="id501272"></a> 19546 19574 <div class="header">Description:</div> 19547 19575 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>. … … 19560 19588 </div> 19561 19589 <div class="refsect1" lang="en" xml:lang="en"> 19562 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428261"></a>19590 <a xmlns="http://www.w3.org/1999/xhtml" id="id501321"></a> 19563 19591 <div class="header">See Also:</div> 19564 19592 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span> 19565 19593 </div> 19566 19594 <div class="refsect1" lang="en" xml:lang="en"> 19567 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428291"></a>19595 <a xmlns="http://www.w3.org/1999/xhtml" id="id501352"></a> 19568 19596 <div class="header">Notes:</div> 19569 19597 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means … … 19586 19614 <div> 19587 19615 <div class="refsect1" lang="en" xml:lang="en"> 19588 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428407"></a>19616 <a xmlns="http://www.w3.org/1999/xhtml" id="id501467"></a> 19589 19617 <div class="header">Arguments and Values:</div> 19590 19618 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process. … … 19608 19636 </div> 19609 19637 <div class="refsect1" lang="en" xml:lang="en"> 19610 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428596"></a>19638 <a xmlns="http://www.w3.org/1999/xhtml" id="id501656"></a> 19611 19639 <div class="header">Description:</div> 19612 19640 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via … … 19621 19649 </div> 19622 19650 <div class="refsect1" lang="en" xml:lang="en"> 19623 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428631"></a>19651 <a xmlns="http://www.w3.org/1999/xhtml" id="id501691"></a> 19624 19652 <div class="header">See Also:</div> 19625 19653 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a></span> … … 19642 19670 <div> 19643 19671 <div class="refsect1" lang="en" xml:lang="en"> 19644 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428714"></a>19672 <a xmlns="http://www.w3.org/1999/xhtml" id="id501774"></a> 19645 19673 <div class="header">Arguments and Values:</div> 19646 19674 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19655 19683 </div> 19656 19684 <div class="refsect1" lang="en" xml:lang="en"> 19657 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428806"></a>19685 <a xmlns="http://www.w3.org/1999/xhtml" id="id501867"></a> 19658 19686 <div class="header">Description:</div> 19659 19687 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em> … … 19686 19714 </div> 19687 19715 <div class="refsect1" lang="en" xml:lang="en"> 19688 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428881"></a>19716 <a xmlns="http://www.w3.org/1999/xhtml" id="id501941"></a> 19689 19717 <div class="header">See Also:</div> 19690 19718 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 19695 19723 </div> 19696 19724 <div class="refsect1" lang="en" xml:lang="en"> 19697 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428900"></a>19725 <a xmlns="http://www.w3.org/1999/xhtml" id="id501960"></a> 19698 19726 <div class="header">Notes:</div> 19699 19727 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em> … … 19725 19753 <div> 19726 19754 <div class="refsect1" lang="en" xml:lang="en"> 19727 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428965"></a>19755 <a xmlns="http://www.w3.org/1999/xhtml" id="id502025"></a> 19728 19756 <div class="header">Value Type:</div> 19729 19757 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p> 19730 19758 </div> 19731 19759 <div class="refsect1" lang="en" xml:lang="en"> 19732 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428976"></a>19760 <a xmlns="http://www.w3.org/1999/xhtml" id="id502037"></a> 19733 19761 <div class="header">Initial Value:</div> 19734 19762 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself. … … 19736 19764 </div> 19737 19765 <div class="refsect1" lang="en" xml:lang="en"> 19738 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428988"></a>19766 <a xmlns="http://www.w3.org/1999/xhtml" id="id502048"></a> 19739 19767 <div class="header">Description:</div> 19740 19768 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is … … 19742 19770 </div> 19743 19771 <div class="refsect1" lang="en" xml:lang="en"> 19744 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429000"></a>19772 <a xmlns="http://www.w3.org/1999/xhtml" id="id502060"></a> 19745 19773 <div class="header">See Also:</div> 19746 19774 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 19766 19794 <div> 19767 19795 <div class="refsect1" lang="en" xml:lang="en"> 19768 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429070"></a>19796 <a xmlns="http://www.w3.org/1999/xhtml" id="id502131"></a> 19769 19797 <div class="header">Arguments and Values:</div> 19770 19798 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19773 19801 </div> 19774 19802 <div class="refsect1" lang="en" xml:lang="en"> 19775 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429127"></a>19803 <a xmlns="http://www.w3.org/1999/xhtml" id="id502187"></a> 19776 19804 <div class="header">Description:</div> 19777 19805 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit … … 19800 19828 </div> 19801 19829 <div class="refsect1" lang="en" xml:lang="en"> 19802 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429194"></a>19830 <a xmlns="http://www.w3.org/1999/xhtml" id="id502254"></a> 19803 19831 <div class="header">See Also:</div> 19804 19832 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-kill" title="Function PROCESS-KILL"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-kill</b></a>, <a class="xref" href="#f_process-abort" title="Function PROCESS-ABORT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-abort</b></a></span> … … 19820 19848 <div> 19821 19849 <div class="refsect1" lang="en" xml:lang="en"> 19822 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429267"></a>19850 <a xmlns="http://www.w3.org/1999/xhtml" id="id502327"></a> 19823 19851 <div class="header">Arguments and Values:</div> 19824 19852 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which … … 19827 19855 </div> 19828 19856 <div class="refsect1" lang="en" xml:lang="en"> 19829 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429309"></a>19857 <a xmlns="http://www.w3.org/1999/xhtml" id="id502369"></a> 19830 19858 <div class="header">Description:</div> 19831 19859 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19835 19863 </div> 19836 19864 <div class="refsect1" lang="en" xml:lang="en"> 19837 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429320"></a>19865 <a xmlns="http://www.w3.org/1999/xhtml" id="id502381"></a> 19838 19866 <div class="header">See Also:</div> 19839 19867 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a></span> … … 19855 19883 <div> 19856 19884 <div class="refsect1" lang="en" xml:lang="en"> 19857 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429394"></a>19885 <a xmlns="http://www.w3.org/1999/xhtml" id="id502454"></a> 19858 19886 <div class="header">Arguments and Values:</div> 19859 19887 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19861 19889 </div> 19862 19890 <div class="refsect1" lang="en" xml:lang="en"> 19863 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429435"></a>19891 <a xmlns="http://www.w3.org/1999/xhtml" id="id502495"></a> 19864 19892 <div class="header">Description:</div> 19865 19893 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19869 19897 </div> 19870 19898 <div class="refsect1" lang="en" xml:lang="en"> 19871 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429450"></a>19899 <a xmlns="http://www.w3.org/1999/xhtml" id="id502510"></a> 19872 19900 <div class="header">See Also:</div> 19873 19901 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-abort" title="Function PROCESS-ABORT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-abort</b></a></span> … … 19891 19919 <div> 19892 19920 <div class="refsect1" lang="en" xml:lang="en"> 19893 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429533"></a>19921 <a xmlns="http://www.w3.org/1999/xhtml" id="id502593"></a> 19894 19922 <div class="header">Arguments and Values:</div> 19895 19923 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19897 19925 </div> 19898 19926 <div class="refsect1" lang="en" xml:lang="en"> 19899 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429574"></a>19927 <a xmlns="http://www.w3.org/1999/xhtml" id="id502634"></a> 19900 19928 <div class="header">Description:</div> 19901 19929 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 19911 19939 </div> 19912 19940 <div class="refsect1" lang="en" xml:lang="en"> 19913 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429638"></a>19941 <a xmlns="http://www.w3.org/1999/xhtml" id="id502698"></a> 19914 19942 <div class="header">See Also:</div> 19915 19943 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-kill" title="Function PROCESS-KILL"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-kill</b></a></span> … … 19930 19958 <div> 19931 19959 <div class="refsect1" lang="en" xml:lang="en"> 19932 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429696"></a>19960 <a xmlns="http://www.w3.org/1999/xhtml" id="id502756"></a> 19933 19961 <div class="header">Value Type:</div> 19934 19962 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p> 19935 19963 </div> 19936 19964 <div class="refsect1" lang="en" xml:lang="en"> 19937 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429707"></a>19965 <a xmlns="http://www.w3.org/1999/xhtml" id="id502768"></a> 19938 19966 <div class="header">Initial Value:</div> 19939 19967 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler. Currently, … … 19942 19970 </div> 19943 19971 <div class="refsect1" lang="en" xml:lang="en"> 19944 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429719"></a>19972 <a xmlns="http://www.w3.org/1999/xhtml" id="id502780"></a> 19945 19973 <div class="header">Description:</div> 19946 19974 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best, … … 19950 19978 </div> 19951 19979 <div class="refsect1" lang="en" xml:lang="en"> 19952 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429732"></a>19980 <a xmlns="http://www.w3.org/1999/xhtml" id="id502793"></a> 19953 19981 <div class="header">See Also:</div> 19954 19982 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 19974 20002 <div> 19975 20003 <div class="refsect1" lang="en" xml:lang="en"> 19976 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429837"></a>20004 <a xmlns="http://www.w3.org/1999/xhtml" id="id502897"></a> 19977 20005 <div class="header">Description:</div> 19978 20006 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of … … 19988 20016 </div> 19989 20017 <div class="refsect1" lang="en" xml:lang="en"> 19990 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429880"></a>20018 <a xmlns="http://www.w3.org/1999/xhtml" id="id502939"></a> 19991 20019 <div class="header">See Also:</div> 19992 20020 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-wait" title="Function PROCESS-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait</b></a>, <a class="xref" href="#f_process-wait-with-timeout" title="Function PROCESS-WAIT-WITH-TIMEOUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait-with-timeout</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 19993 20021 </div> 19994 20022 <div class="refsect1" lang="en" xml:lang="en"> 19995 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429911"></a>20023 <a xmlns="http://www.w3.org/1999/xhtml" id="id502970"></a> 19996 20024 <div class="header">Notes:</div> 19997 20025 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to … … 20017 20045 <div> 20018 20046 <div class="refsect1" lang="en" xml:lang="en"> 20019 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429970"></a>20047 <a xmlns="http://www.w3.org/1999/xhtml" id="id503029"></a> 20020 20048 <div class="header">Description:</div> 20021 20049 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing … … 20026 20054 </div> 20027 20055 <div class="refsect1" lang="en" xml:lang="en"> 20028 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429983"></a>20056 <a xmlns="http://www.w3.org/1999/xhtml" id="id503043"></a> 20029 20057 <div class="header">See Also:</div> 20030 20058 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 20031 20059 </div> 20032 20060 <div class="refsect1" lang="en" xml:lang="en"> 20033 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430031"></a>20061 <a xmlns="http://www.w3.org/1999/xhtml" id="id503091"></a> 20034 20062 <div class="header">Notes:</div> 20035 20063 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative … … 20054 20082 <div> 20055 20083 <div class="refsect1" lang="en" xml:lang="en"> 20056 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430096"></a>20084 <a xmlns="http://www.w3.org/1999/xhtml" id="id503155"></a> 20057 20085 <div class="header">Arguments and Values:</div> 20058 20086 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 20067 20095 </div> 20068 20096 <div class="refsect1" lang="en" xml:lang="en"> 20069 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430175"></a>20097 <a xmlns="http://www.w3.org/1999/xhtml" id="id503235"></a> 20070 20098 <div class="header">Description:</div> 20071 20099 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly … … 20084 20112 </div> 20085 20113 <div class="refsect1" lang="en" xml:lang="en"> 20086 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430211"></a>20114 <a xmlns="http://www.w3.org/1999/xhtml" id="id503270"></a> 20087 20115 <div class="header">See Also:</div> 20088 20116 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-whostate" title="Function PROCESS-WHOSTATE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>, <a class="xref" href="#f_process-wait-with-timeout" title="Function PROCESS-WAIT-WITH-TIMEOUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait-with-timeout</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20104 20132 <div> 20105 20133 <div class="refsect1" lang="en" xml:lang="en"> 20106 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430319"></a>20134 <a xmlns="http://www.w3.org/1999/xhtml" id="id503379"></a> 20107 20135 <div class="header">Arguments and Values:</div> 20108 20136 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 20122 20150 </div> 20123 20151 <div class="refsect1" lang="en" xml:lang="en"> 20124 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430433"></a>20152 <a xmlns="http://www.w3.org/1999/xhtml" id="id503493"></a> 20125 20153 <div class="header">Description:</div> 20126 20154 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like … … 20139 20167 </div> 20140 20168 <div class="refsect1" lang="en" xml:lang="en"> 20141 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430483"></a>20169 <a xmlns="http://www.w3.org/1999/xhtml" id="id503543"></a> 20142 20170 <div class="header">See Also:</div> 20143 20171 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#v_ticks-per-second" title="Variable *TICKS-PER-SECOND*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*ticks-per-second*</b></a>, <a class="xref" href="#f_process-whostate" title="Function PROCESS-WHOSTATE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>, <a class="xref" href="#f_process-wait" title="Function PROCESS-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20159 20187 <div> 20160 20188 <div class="refsect1" lang="en" xml:lang="en"> 20161 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430600"></a>20189 <a xmlns="http://www.w3.org/1999/xhtml" id="id505972"></a> 20162 20190 <div class="header">Arguments and Values:</div> 20163 20191 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 20166 20194 </div> 20167 20195 <div class="refsect1" lang="en" xml:lang="en"> 20168 <a xmlns="http://www.w3.org/1999/xhtml" id="id 432923"></a>20196 <a xmlns="http://www.w3.org/1999/xhtml" id="id506017"></a> 20169 20197 <div class="header">Description:</div> 20170 20198 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 20181 20209 </div> 20182 20210 <div class="refsect1" lang="en" xml:lang="en"> 20183 <a xmlns="http://www.w3.org/1999/xhtml" id="id 432955"></a>20211 <a xmlns="http://www.w3.org/1999/xhtml" id="id506048"></a> 20184 20212 <div class="header">See Also:</div> 20185 20213 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 20205 20233 <div> 20206 20234 <div class="refsect1" lang="en" xml:lang="en"> 20207 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433027"></a>20235 <a xmlns="http://www.w3.org/1999/xhtml" id="id506120"></a> 20208 20236 <div class="header">Arguments and Values:</div> 20209 20237 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 20212 20240 </div> 20213 20241 <div class="refsect1" lang="en" xml:lang="en"> 20214 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433071"></a>20242 <a xmlns="http://www.w3.org/1999/xhtml" id="id506164"></a> 20215 20243 <div class="header">Description:</div> 20216 20244 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 20235 20263 <div> 20236 20264 <div class="refsect1" lang="en" xml:lang="en"> 20237 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433143"></a>20265 <a xmlns="http://www.w3.org/1999/xhtml" id="id506236"></a> 20238 20266 <div class="header">Arguments and Values:</div> 20239 20267 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of … … 20245 20273 </div> 20246 20274 <div class="refsect1" lang="en" xml:lang="en"> 20247 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433195"></a>20275 <a xmlns="http://www.w3.org/1999/xhtml" id="id506289"></a> 20248 20276 <div class="header">Description:</div> 20249 20277 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can … … 20255 20283 </div> 20256 20284 <div class="refsect1" lang="en" xml:lang="en"> 20257 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433212"></a>20285 <a xmlns="http://www.w3.org/1999/xhtml" id="id506305"></a> 20258 20286 <div class="header">See Also:</div> 20259 20287 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20275 20303 <div> 20276 20304 <div class="refsect1" lang="en" xml:lang="en"> 20277 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433329"></a>20305 <a xmlns="http://www.w3.org/1999/xhtml" id="id506422"></a> 20278 20306 <div class="header">Arguments and Values:</div> 20279 20307 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 20283 20311 </div> 20284 20312 <div class="refsect1" lang="en" xml:lang="en"> 20285 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433388"></a>20313 <a xmlns="http://www.w3.org/1999/xhtml" id="id506482"></a> 20286 20314 <div class="header">Description:</div> 20287 20315 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or … … 20294 20322 </div> 20295 20323 <div class="refsect1" lang="en" xml:lang="en"> 20296 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433421"></a>20324 <a xmlns="http://www.w3.org/1999/xhtml" id="id506515"></a> 20297 20325 <div class="header">See Also:</div> 20298 20326 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20313 20341 <div> 20314 20342 <div class="refsect1" lang="en" xml:lang="en"> 20315 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433534"></a>20343 <a xmlns="http://www.w3.org/1999/xhtml" id="id506628"></a> 20316 20344 <div class="header">Arguments and Values:</div> 20317 20345 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 20318 20346 </div> 20319 20347 <div class="refsect1" lang="en" xml:lang="en"> 20320 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433561"></a>20348 <a xmlns="http://www.w3.org/1999/xhtml" id="id506654"></a> 20321 20349 <div class="header">Description:</div> 20322 20350 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the … … 20329 20357 </div> 20330 20358 <div class="refsect1" lang="en" xml:lang="en"> 20331 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433599"></a>20359 <a xmlns="http://www.w3.org/1999/xhtml" id="id506692"></a> 20332 20360 <div class="header">See Also:</div> 20333 20361 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20347 20375 <div> 20348 20376 <div class="refsect1" lang="en" xml:lang="en"> 20349 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433712"></a>20377 <a xmlns="http://www.w3.org/1999/xhtml" id="id506805"></a> 20350 20378 <div class="header">Arguments and Values:</div> 20351 20379 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 20352 20380 </div> 20353 20381 <div class="refsect1" lang="en" xml:lang="en"> 20354 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433738"></a>20382 <a xmlns="http://www.w3.org/1999/xhtml" id="id506831"></a> 20355 20383 <div class="header">Description:</div> 20356 20384 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if … … 20365 20393 </div> 20366 20394 <div class="refsect1" lang="en" xml:lang="en"> 20367 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433777"></a>20395 <a xmlns="http://www.w3.org/1999/xhtml" id="id506870"></a> 20368 20396 <div class="header">See Also:</div> 20369 20397 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20384 20412 <div> 20385 20413 <div class="refsect1" lang="en" xml:lang="en"> 20386 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433890"></a>20414 <a xmlns="http://www.w3.org/1999/xhtml" id="id506983"></a> 20387 20415 <div class="header">Arguments and Values:</div> 20388 20416 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 20391 20419 </div> 20392 20420 <div class="refsect1" lang="en" xml:lang="en"> 20393 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433935"></a>20421 <a xmlns="http://www.w3.org/1999/xhtml" id="id507028"></a> 20394 20422 <div class="header">Description:</div> 20395 20423 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em> … … 20404 20432 </div> 20405 20433 <div class="refsect1" lang="en" xml:lang="en"> 20406 <a xmlns="http://www.w3.org/1999/xhtml" id="id 433960"></a>20434 <a xmlns="http://www.w3.org/1999/xhtml" id="id507053"></a> 20407 20435 <div class="header">See Also:</div> 20408 20436 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20424 20452 <div> 20425 20453 <div class="refsect1" lang="en" xml:lang="en"> 20426 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434074"></a>20454 <a xmlns="http://www.w3.org/1999/xhtml" id="id507167"></a> 20427 20455 <div class="header">Arguments and Values:</div> 20428 20456 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type … … 20430 20458 </div> 20431 20459 <div class="refsect1" lang="en" xml:lang="en"> 20432 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434100"></a>20460 <a xmlns="http://www.w3.org/1999/xhtml" id="id507193"></a> 20433 20461 <div class="header">Description:</div> 20434 20462 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK. … … 20441 20469 </div> 20442 20470 <div class="refsect1" lang="en" xml:lang="en"> 20443 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434118"></a>20471 <a xmlns="http://www.w3.org/1999/xhtml" id="id507211"></a> 20444 20472 <div class="header">See Also:</div> 20445 20473 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-read-lock" title="Macro WITH-READ-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-read-lock</b></a>, <a class="xref" href="#m_with-write-lock" title="Macro WITH-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-write-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 20446 20474 </div> 20447 20475 <div class="refsect1" lang="en" xml:lang="en"> 20448 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434172"></a>20476 <a xmlns="http://www.w3.org/1999/xhtml" id="id507265"></a> 20449 20477 <div class="header">Notes:</div> 20450 20478 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to … … 20469 20497 <div> 20470 20498 <div class="refsect1" lang="en" xml:lang="en"> 20471 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434236"></a>20499 <a xmlns="http://www.w3.org/1999/xhtml" id="id507330"></a> 20472 20500 <div class="header">Arguments and Values:</div> 20473 20501 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 20478 20506 </div> 20479 20507 <div class="refsect1" lang="en" xml:lang="en"> 20480 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434296"></a>20508 <a xmlns="http://www.w3.org/1999/xhtml" id="id507389"></a> 20481 20509 <div class="header">Description:</div> 20482 20510 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 20492 20520 </div> 20493 20521 <div class="refsect1" lang="en" xml:lang="en"> 20494 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434341"></a>20522 <a xmlns="http://www.w3.org/1999/xhtml" id="id507434"></a> 20495 20523 <div class="header">See Also:</div> 20496 20524 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#m_with-write-lock" title="Macro WITH-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-write-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20512 20540 <div> 20513 20541 <div class="refsect1" lang="en" xml:lang="en"> 20514 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434447"></a>20542 <a xmlns="http://www.w3.org/1999/xhtml" id="id507540"></a> 20515 20543 <div class="header">Arguments and Values:</div> 20516 20544 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 20521 20549 </div> 20522 20550 <div class="refsect1" lang="en" xml:lang="en"> 20523 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434506"></a>20551 <a xmlns="http://www.w3.org/1999/xhtml" id="id507599"></a> 20524 20552 <div class="header">Description:</div> 20525 20553 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 20536 20564 </div> 20537 20565 <div class="refsect1" lang="en" xml:lang="en"> 20538 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434557"></a>20566 <a xmlns="http://www.w3.org/1999/xhtml" id="id507650"></a> 20539 20567 <div class="header">See Also:</div> 20540 20568 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#m_with-read-lock" title="Macro WITH-READ-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-read-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20556 20584 <div> 20557 20585 <div class="refsect1" lang="en" xml:lang="en"> 20558 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434659"></a>20586 <a xmlns="http://www.w3.org/1999/xhtml" id="id507752"></a> 20559 20587 <div class="header">Arguments and Values:</div> 20560 20588 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p> 20561 20589 </div> 20562 20590 <div class="refsect1" lang="en" xml:lang="en"> 20563 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434685"></a>20591 <a xmlns="http://www.w3.org/1999/xhtml" id="id507778"></a> 20564 20592 <div class="header">Description:</div> 20565 20593 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE. … … 20570 20598 </div> 20571 20599 <div class="refsect1" lang="en" xml:lang="en"> 20572 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434702"></a>20600 <a xmlns="http://www.w3.org/1999/xhtml" id="id507795"></a> 20573 20601 <div class="header">See Also:</div> 20574 20602 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_signal-semaphore" title="Function SIGNAL-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">signal-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20590 20618 <div> 20591 20619 <div class="refsect1" lang="en" xml:lang="en"> 20592 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434809"></a>20620 <a xmlns="http://www.w3.org/1999/xhtml" id="id507903"></a> 20593 20621 <div class="header">Arguments and Values:</div> 20594 20622 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 20597 20625 </div> 20598 20626 <div class="refsect1" lang="en" xml:lang="en"> 20599 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434851"></a>20627 <a xmlns="http://www.w3.org/1999/xhtml" id="id507945"></a> 20600 20628 <div class="header">Description:</div> 20601 20629 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s … … 20604 20632 </div> 20605 20633 <div class="refsect1" lang="en" xml:lang="en"> 20606 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434867"></a>20634 <a xmlns="http://www.w3.org/1999/xhtml" id="id507960"></a> 20607 20635 <div class="header">See Also:</div> 20608 20636 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 20609 20637 </div> 20610 20638 <div class="refsect1" lang="en" xml:lang="en"> 20611 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434926"></a>20639 <a xmlns="http://www.w3.org/1999/xhtml" id="id508020"></a> 20612 20640 <div class="header">Notes:</div> 20613 20641 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 20632 20660 <div> 20633 20661 <div class="refsect1" lang="en" xml:lang="en"> 20634 <a xmlns="http://www.w3.org/1999/xhtml" id="id 434995"></a>20662 <a xmlns="http://www.w3.org/1999/xhtml" id="id508088"></a> 20635 20663 <div class="header">Arguments and Values:</div> 20636 20664 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 20639 20667 </div> 20640 20668 <div class="refsect1" lang="en" xml:lang="en"> 20641 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435037"></a>20669 <a xmlns="http://www.w3.org/1999/xhtml" id="id508130"></a> 20642 20670 <div class="header">Description:</div> 20643 20671 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 20647 20675 </div> 20648 20676 <div class="refsect1" lang="en" xml:lang="en"> 20649 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435053"></a>20677 <a xmlns="http://www.w3.org/1999/xhtml" id="id508146"></a> 20650 20678 <div class="header">See Also:</div> 20651 20679 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_signal-semaphore" title="Function SIGNAL-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">signal-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 20652 20680 </div> 20653 20681 <div class="refsect1" lang="en" xml:lang="en"> 20654 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435112"></a>20682 <a xmlns="http://www.w3.org/1999/xhtml" id="id508206"></a> 20655 20683 <div class="header">Notes:</div> 20656 20684 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 20676 20704 <div> 20677 20705 <div class="refsect1" lang="en" xml:lang="en"> 20678 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435182"></a>20706 <a xmlns="http://www.w3.org/1999/xhtml" id="id508275"></a> 20679 20707 <div class="header">Arguments and Values:</div> 20680 20708 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p> … … 20689 20717 </div> 20690 20718 <div class="refsect1" lang="en" xml:lang="en"> 20691 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435258"></a>20719 <a xmlns="http://www.w3.org/1999/xhtml" id="id508351"></a> 20692 20720 <div class="header">Description:</div> 20693 20721 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 20698 20726 </div> 20699 20727 <div class="refsect1" lang="en" xml:lang="en"> 20700 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435277"></a>20728 <a xmlns="http://www.w3.org/1999/xhtml" id="id508371"></a> 20701 20729 <div class="header">See Also:</div> 20702 20730 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 20718 20746 <div> 20719 20747 <div class="refsect1" lang="en" xml:lang="en"> 20720 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435383"></a>20748 <a xmlns="http://www.w3.org/1999/xhtml" id="id508476"></a> 20721 20749 <div class="header">Arguments and Values:</div> 20722 20750 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 20726 20754 </div> 20727 20755 <div class="refsect1" lang="en" xml:lang="en"> 20728 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435430"></a>20756 <a xmlns="http://www.w3.org/1999/xhtml" id="id508524"></a> 20729 20757 <div class="header">Description:</div> 20730 20758 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>. … … 20742 20770 </div> 20743 20771 <div class="refsect1" lang="en" xml:lang="en"> 20744 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435467"></a>20772 <a xmlns="http://www.w3.org/1999/xhtml" id="id508560"></a> 20745 20773 <div class="header">See Also:</div> 20746 20774 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 20747 20775 </div> 20748 20776 <div class="refsect1" lang="en" xml:lang="en"> 20749 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435509"></a>20777 <a xmlns="http://www.w3.org/1999/xhtml" id="id508603"></a> 20750 20778 <div class="header">Notes:</div> 20751 20779 <p xmlns="http://www.w3.org/1999/xhtml"> … … 20772 20800 <div> 20773 20801 <div class="refsect1" lang="en" xml:lang="en"> 20774 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435583"></a>20802 <a xmlns="http://www.w3.org/1999/xhtml" id="id508676"></a> 20775 20803 <div class="header">Arguments and Values:</div> 20776 20804 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 20780 20808 </div> 20781 20809 <div class="refsect1" lang="en" xml:lang="en"> 20782 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435631"></a>20810 <a xmlns="http://www.w3.org/1999/xhtml" id="id508724"></a> 20783 20811 <div class="header">Description:</div> 20784 20812 <p xmlns="http://www.w3.org/1999/xhtml">Wait until output is possible on <em class="varname">fd</em> or until <em class="varname">timeout</em>, if … … 20793 20821 </div> 20794 20822 <div class="refsect1" lang="en" xml:lang="en"> 20795 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435668"></a>20823 <a xmlns="http://www.w3.org/1999/xhtml" id="id508761"></a> 20796 20824 <div class="header">See Also:</div> 20797 20825 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 20798 20826 </div> 20799 20827 <div class="refsect1" lang="en" xml:lang="en"> 20800 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435710"></a>20828 <a xmlns="http://www.w3.org/1999/xhtml" id="id508803"></a> 20801 20829 <div class="header">Notes:</div> 20802 20830 <p xmlns="http://www.w3.org/1999/xhtml"> … … 20823 20851 <div> 20824 20852 <div class="refsect1" lang="en" xml:lang="en"> 20825 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435784"></a>20853 <a xmlns="http://www.w3.org/1999/xhtml" id="id508877"></a> 20826 20854 <div class="header">Arguments and Values:</div> 20827 20855 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 20830 20858 </div> 20831 20859 <div class="refsect1" lang="en" xml:lang="en"> 20832 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435829"></a>20860 <a xmlns="http://www.w3.org/1999/xhtml" id="id508922"></a> 20833 20861 <div class="header">Description:</div> 20834 20862 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal … … 20838 20866 </div> 20839 20867 <div class="refsect1" lang="en" xml:lang="en"> 20840 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435847"></a>20868 <a xmlns="http://www.w3.org/1999/xhtml" id="id508941"></a> 20841 20869 <div class="header">See Also:</div> 20842 20870 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#v_request-terminal-input-via-break" title="Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*request-terminal-input-via-break*</b></a>, <a class="xref" href="#cmd_y" title="Toplevel Command :Y"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">:y</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span> … … 20857 20885 <div> 20858 20886 <div class="refsect1" lang="en" xml:lang="en"> 20859 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435936"></a>20887 <a xmlns="http://www.w3.org/1999/xhtml" id="id509029"></a> 20860 20888 <div class="header">Value Type:</div> 20861 20889 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p> 20862 20890 </div> 20863 20891 <div class="refsect1" lang="en" xml:lang="en"> 20864 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435947"></a>20892 <a xmlns="http://www.w3.org/1999/xhtml" id="id509040"></a> 20865 20893 <div class="header">Initial Value:</div> 20866 20894 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p> 20867 20895 </div> 20868 20896 <div class="refsect1" lang="en" xml:lang="en"> 20869 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435958"></a>20897 <a xmlns="http://www.w3.org/1999/xhtml" id="id509051"></a> 20870 20898 <div class="header">Description:</div> 20871 20899 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input … … 20879 20907 </div> 20880 20908 <div class="refsect1" lang="en" xml:lang="en"> 20881 <a xmlns="http://www.w3.org/1999/xhtml" id="id 435973"></a>20909 <a xmlns="http://www.w3.org/1999/xhtml" id="id509066"></a> 20882 20910 <div class="header">See Also:</div> 20883 20911 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a>, <a class="xref" href="#cmd_y" title="Toplevel Command :Y"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">:y</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span> … … 20898 20926 <div> 20899 20927 <div class="refsect1" lang="en" xml:lang="en"> 20900 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436076"></a>20928 <a xmlns="http://www.w3.org/1999/xhtml" id="id509169"></a> 20901 20929 <div class="header">Arguments and Values:</div> 20902 20930 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by … … 20907 20935 </div> 20908 20936 <div class="refsect1" lang="en" xml:lang="en"> 20909 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436121"></a>20937 <a xmlns="http://www.w3.org/1999/xhtml" id="id509214"></a> 20910 20938 <div class="header">Description:</div> 20911 20939 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function. As such, it … … 20918 20946 </div> 20919 20947 <div class="refsect1" lang="en" xml:lang="en"> 20920 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436146"></a>20948 <a xmlns="http://www.w3.org/1999/xhtml" id="id509239"></a> 20921 20949 <div class="header">See Also:</div> 20922 20950 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a>, <a class="xref" href="#v_request-terminal-input-via-break" title="Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*request-terminal-input-via-break*</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span> … … 20939 20967 <div> 20940 20968 <div class="refsect1" lang="en" xml:lang="en"> 20941 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436251"></a>20969 <a xmlns="http://www.w3.org/1999/xhtml" id="id509345"></a> 20942 20970 <div class="header">Arguments and Values:</div> 20943 20971 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a process, typically created by <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a> or by <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a></p> … … 20949 20977 </div> 20950 20978 <div class="refsect1" lang="en" xml:lang="en"> 20951 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436317"></a>20979 <a xmlns="http://www.w3.org/1999/xhtml" id="id509411"></a> 20952 20980 <div class="header">Description:</div> 20953 20981 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate. If the … … 21090 21118 <div> 21091 21119 <div class="refsect1" lang="en" xml:lang="en"> 21092 <a xmlns="http://www.w3.org/1999/xhtml" id="id 361390"></a>21120 <a xmlns="http://www.w3.org/1999/xhtml" id="id445024"></a> 21093 21121 <div class="header">Arguments and Values:</div> 21094 21122 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently … … 21190 21218 </div> 21191 21219 <div class="refsect1" lang="en" xml:lang="en"> 21192 <a xmlns="http://www.w3.org/1999/xhtml" id="id 381075"></a>21220 <a xmlns="http://www.w3.org/1999/xhtml" id="id480653"></a> 21193 21221 <div class="header">Description:</div> 21194 21222 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p> … … 21209 21237 <div> 21210 21238 <div class="refsect1" lang="en" xml:lang="en"> 21211 <a xmlns="http://www.w3.org/1999/xhtml" id="id 372137"></a>21239 <a xmlns="http://www.w3.org/1999/xhtml" id="id515224"></a> 21212 21240 <div class="header">Arguments and Values:</div> 21213 21241 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p> … … 21217 21245 </div> 21218 21246 <div class="refsect1" lang="en" xml:lang="en"> 21219 <a xmlns="http://www.w3.org/1999/xhtml" id="id 372180"></a>21247 <a xmlns="http://www.w3.org/1999/xhtml" id="id515266"></a> 21220 21248 <div class="header">Description:</div> 21221 21249 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending … … 21243 21271 <div> 21244 21272 <div class="refsect1" lang="en" xml:lang="en"> 21245 <a xmlns="http://www.w3.org/1999/xhtml" id="id 383970"></a>21273 <a xmlns="http://www.w3.org/1999/xhtml" id="id479141"></a> 21246 21274 <div class="header">Arguments and Values:</div> 21247 21275 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the … … 21251 21279 </div> 21252 21280 <div class="refsect1" lang="en" xml:lang="en"> 21253 <a xmlns="http://www.w3.org/1999/xhtml" id="id 384011"></a>21281 <a xmlns="http://www.w3.org/1999/xhtml" id="id479183"></a> 21254 21282 <div class="header">Description:</div> 21255 21283 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to … … 21271 21299 <div> 21272 21300 <div class="refsect1" lang="en" xml:lang="en"> 21273 <a xmlns="http://www.w3.org/1999/xhtml" id="id 442243"></a>21301 <a xmlns="http://www.w3.org/1999/xhtml" id="id514368"></a> 21274 21302 <div class="header">Arguments and Values:</div> 21275 21303 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ipaddr</span></i>---A 32-bit integer representing an internet host address</p> … … 21280 21308 </div> 21281 21309 <div class="refsect1" lang="en" xml:lang="en"> 21282 <a xmlns="http://www.w3.org/1999/xhtml" id="id 442285"></a>21310 <a xmlns="http://www.w3.org/1999/xhtml" id="id514410"></a> 21283 21311 <div class="header">Description:</div> 21284 21312 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p> … … 21299 21327 <div> 21300 21328 <div class="refsect1" lang="en" xml:lang="en"> 21301 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 41389"></a>21329 <a xmlns="http://www.w3.org/1999/xhtml" id="id453755"></a> 21302 21330 <div class="header">Arguments and Values:</div> 21303 21331 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ipaddr</span></i>---a 32-bit integer representing an internet host address</p> … … 21306 21334 </div> 21307 21335 <div class="refsect1" lang="en" xml:lang="en"> 21308 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 41429"></a>21336 <a xmlns="http://www.w3.org/1999/xhtml" id="id453795"></a> 21309 21337 <div class="header">Description:</div> 21310 21338 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name … … 21326 21354 <div> 21327 21355 <div class="refsect1" lang="en" xml:lang="en"> 21328 <a xmlns="http://www.w3.org/1999/xhtml" id="id43 1826"></a>21356 <a xmlns="http://www.w3.org/1999/xhtml" id="id435999"></a> 21329 21357 <div class="header">Arguments and Values:</div> 21330 21358 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">host</span></i>---Specifies the host. It can be either a host name … … 21334 21362 </div> 21335 21363 <div class="refsect1" lang="en" xml:lang="en"> 21336 <a xmlns="http://www.w3.org/1999/xhtml" id="id43 1854"></a>21364 <a xmlns="http://www.w3.org/1999/xhtml" id="id436026"></a> 21337 21365 <div class="header">Description:</div> 21338 21366 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a … … 21354 21382 <div> 21355 21383 <div class="refsect1" lang="en" xml:lang="en"> 21356 <a xmlns="http://www.w3.org/1999/xhtml" id="id43 1912"></a>21384 <a xmlns="http://www.w3.org/1999/xhtml" id="id436084"></a> 21357 21385 <div class="header">Arguments and Values:</div> 21358 21386 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">port</span></i>---Specifies the port. It can be either a string, such as … … 21363 21391 </div> 21364 21392 <div class="refsect1" lang="en" xml:lang="en"> 21365 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 42497"></a>21393 <a xmlns="http://www.w3.org/1999/xhtml" id="id480795"></a> 21366 21394 <div class="header">Description:</div> 21367 21395 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p> … … 21383 21411 <div> 21384 21412 <div class="refsect1" lang="en" xml:lang="en"> 21385 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 42558"></a>21413 <a xmlns="http://www.w3.org/1999/xhtml" id="id480856"></a> 21386 21414 <div class="header">Arguments and Values:</div> 21387 21415 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p> … … 21400 21428 </div> 21401 21429 <div class="refsect1" lang="en" xml:lang="en"> 21402 <a xmlns="http://www.w3.org/1999/xhtml" id="id 388449"></a>21430 <a xmlns="http://www.w3.org/1999/xhtml" id="id504980"></a> 21403 21431 <div class="header">Description:</div> 21404 21432 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are … … 21437 21465 <div> 21438 21466 <div class="refsect1" lang="en" xml:lang="en"> 21439 <a xmlns="http://www.w3.org/1999/xhtml" id="id 380689"></a>21467 <a xmlns="http://www.w3.org/1999/xhtml" id="id483703"></a> 21440 21468 <div class="header">Arguments and Values:</div> 21441 21469 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p> … … 21452 21480 </div> 21453 21481 <div class="refsect1" lang="en" xml:lang="en"> 21454 <a xmlns="http://www.w3.org/1999/xhtml" id="id 368731"></a>21482 <a xmlns="http://www.w3.org/1999/xhtml" id="id515460"></a> 21455 21483 <div class="header">Description:</div> 21456 21484 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p> … … 21471 21499 <div> 21472 21500 <div class="refsect1" lang="en" xml:lang="en"> 21473 <a xmlns="http://www.w3.org/1999/xhtml" id="id 368792"></a>21501 <a xmlns="http://www.w3.org/1999/xhtml" id="id515521"></a> 21474 21502 <div class="header">Arguments and Values:</div> 21475 21503 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to shut down (typically a tcp-stream)</p> … … 21478 21506 </div> 21479 21507 <div class="refsect1" lang="en" xml:lang="en"> 21480 <a xmlns="http://www.w3.org/1999/xhtml" id="id 368832"></a>21508 <a xmlns="http://www.w3.org/1999/xhtml" id="id515562"></a> 21481 21509 <div class="header">Description:</div> 21482 21510 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is … … 21499 21527 <div> 21500 21528 <div class="refsect1" lang="en" xml:lang="en"> 21501 <a xmlns="http://www.w3.org/1999/xhtml" id="id 388092"></a>21529 <a xmlns="http://www.w3.org/1999/xhtml" id="id441690"></a> 21502 21530 <div class="header">Arguments and Values:</div> 21503 21531 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21504 21532 </div> 21505 21533 <div class="refsect1" lang="en" xml:lang="en"> 21506 <a xmlns="http://www.w3.org/1999/xhtml" id="id 388118"></a>21534 <a xmlns="http://www.w3.org/1999/xhtml" id="id441716"></a> 21507 21535 <div class="header">Description:</div> 21508 21536 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or … … 21529 21557 <div> 21530 21558 <div class="refsect1" lang="en" xml:lang="en"> 21531 <a xmlns="http://www.w3.org/1999/xhtml" id="id 387624"></a>21559 <a xmlns="http://www.w3.org/1999/xhtml" id="id453909"></a> 21532 21560 <div class="header">Arguments and Values:</div> 21533 21561 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21534 21562 </div> 21535 21563 <div class="refsect1" lang="en" xml:lang="en"> 21536 <a xmlns="http://www.w3.org/1999/xhtml" id="id 387650"></a>21564 <a xmlns="http://www.w3.org/1999/xhtml" id="id453935"></a> 21537 21565 <div class="header">Description:</div> 21538 21566 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host, … … 21554 21582 <div> 21555 21583 <div class="refsect1" lang="en" xml:lang="en"> 21556 <a xmlns="http://www.w3.org/1999/xhtml" id="id 387708"></a>21584 <a xmlns="http://www.w3.org/1999/xhtml" id="id453993"></a> 21557 21585 <div class="header">Arguments and Values:</div> 21558 21586 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21559 21587 </div> 21560 21588 <div class="refsect1" lang="en" xml:lang="en"> 21561 <a xmlns="http://www.w3.org/1999/xhtml" id="id 387734"></a>21589 <a xmlns="http://www.w3.org/1999/xhtml" id="id471510"></a> 21562 21590 <div class="header">Description:</div> 21563 21591 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not … … 21579 21607 <div> 21580 21608 <div class="refsect1" lang="en" xml:lang="en"> 21581 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 10795"></a>21609 <a xmlns="http://www.w3.org/1999/xhtml" id="id471567"></a> 21582 21610 <div class="header">Arguments and Values:</div> 21583 21611 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21584 21612 </div> 21585 21613 <div class="refsect1" lang="en" xml:lang="en"> 21586 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 10821"></a>21614 <a xmlns="http://www.w3.org/1999/xhtml" id="id471593"></a> 21587 21615 <div class="header">Description:</div> 21588 21616 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p> … … 21603 21631 <div> 21604 21632 <div class="refsect1" lang="en" xml:lang="en"> 21605 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 10583"></a>21633 <a xmlns="http://www.w3.org/1999/xhtml" id="id475535"></a> 21606 21634 <div class="header">Arguments and Values:</div> 21607 21635 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21608 21636 </div> 21609 21637 <div class="refsect1" lang="en" xml:lang="en"> 21610 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 10609"></a>21638 <a xmlns="http://www.w3.org/1999/xhtml" id="id475561"></a> 21611 21639 <div class="header">Description:</div> 21612 21640 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p> … … 21627 21655 <div> 21628 21656 <div class="refsect1" lang="en" xml:lang="en"> 21629 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 10667"></a>21657 <a xmlns="http://www.w3.org/1999/xhtml" id="id475619"></a> 21630 21658 <div class="header">Arguments and Values:</div> 21631 21659 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21632 21660 </div> 21633 21661 <div class="refsect1" lang="en" xml:lang="en"> 21634 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 10693"></a>21662 <a xmlns="http://www.w3.org/1999/xhtml" id="id475645"></a> 21635 21663 <div class="header">Description:</div> 21636 21664 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p> … … 21651 21679 <div> 21652 21680 <div class="refsect1" lang="en" xml:lang="en"> 21653 <a xmlns="http://www.w3.org/1999/xhtml" id="id 441653"></a>21681 <a xmlns="http://www.w3.org/1999/xhtml" id="id516184"></a> 21654 21682 <div class="header">Arguments and Values:</div> 21655 21683 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21656 21684 </div> 21657 21685 <div class="refsect1" lang="en" xml:lang="en"> 21658 <a xmlns="http://www.w3.org/1999/xhtml" id="id 441679"></a>21686 <a xmlns="http://www.w3.org/1999/xhtml" id="id516210"></a> 21659 21687 <div class="header">Description:</div> 21660 21688 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for … … 21676 21704 <div> 21677 21705 <div class="refsect1" lang="en" xml:lang="en"> 21678 <a xmlns="http://www.w3.org/1999/xhtml" id="id 441737"></a>21706 <a xmlns="http://www.w3.org/1999/xhtml" id="id516267"></a> 21679 21707 <div class="header">Arguments and Values:</div> 21680 21708 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21681 21709 </div> 21682 21710 <div class="refsect1" lang="en" xml:lang="en"> 21683 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431661"></a>21711 <a xmlns="http://www.w3.org/1999/xhtml" id="id516636"></a> 21684 21712 <div class="header">Description:</div> 21685 21713 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format … … 21701 21729 <div> 21702 21730 <div class="refsect1" lang="en" xml:lang="en"> 21703 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431718"></a>21731 <a xmlns="http://www.w3.org/1999/xhtml" id="id516693"></a> 21704 21732 <div class="header">Arguments and Values:</div> 21705 21733 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21706 21734 </div> 21707 21735 <div class="refsect1" lang="en" xml:lang="en"> 21708 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431744"></a>21736 <a xmlns="http://www.w3.org/1999/xhtml" id="id516719"></a> 21709 21737 <div class="header">Description:</div> 21710 21738 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and … … 21725 21753 <div> 21726 21754 <div class="refsect1" lang="en" xml:lang="en"> 21727 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431787"></a>21755 <a xmlns="http://www.w3.org/1999/xhtml" id="id514609"></a> 21728 21756 <div class="header">Description:</div> 21729 21757 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p> 21730 21758 </div> 21731 21759 <div class="refsect1" lang="en" xml:lang="en"> 21732 <a xmlns="http://www.w3.org/1999/xhtml" id="id 408002"></a>21760 <a xmlns="http://www.w3.org/1999/xhtml" id="id514620"></a> 21733 21761 <div class="header">Superclasses:</div> 21734 21762 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p> … … 21749 21777 <div> 21750 21778 <div class="refsect1" lang="en" xml:lang="en"> 21751 <a xmlns="http://www.w3.org/1999/xhtml" id="id 408059"></a>21779 <a xmlns="http://www.w3.org/1999/xhtml" id="id514678"></a> 21752 21780 <div class="header">Arguments and Values:</div> 21753 21781 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 21754 21782 </div> 21755 21783 <div class="refsect1" lang="en" xml:lang="en"> 21756 <a xmlns="http://www.w3.org/1999/xhtml" id="id 408085"></a>21784 <a xmlns="http://www.w3.org/1999/xhtml" id="id514704"></a> 21757 21785 <div class="header">Description:</div> 21758 21786 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p> … … 21773 21801 <div> 21774 21802 <div class="refsect1" lang="en" xml:lang="en"> 21775 <a xmlns="http://www.w3.org/1999/xhtml" id="id 443164"></a>21803 <a xmlns="http://www.w3.org/1999/xhtml" id="id504802"></a> 21776 21804 <div class="header">Arguments and Values:</div> 21777 21805 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 21778 21806 </div> 21779 21807 <div class="refsect1" lang="en" xml:lang="en"> 21780 <a xmlns="http://www.w3.org/1999/xhtml" id="id 443190"></a>21808 <a xmlns="http://www.w3.org/1999/xhtml" id="id504828"></a> 21781 21809 <div class="header">Description:</div> 21782 21810 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more … … 21802 21830 <div> 21803 21831 <div class="refsect1" lang="en" xml:lang="en"> 21804 <a xmlns="http://www.w3.org/1999/xhtml" id="id 443254"></a>21832 <a xmlns="http://www.w3.org/1999/xhtml" id="id504891"></a> 21805 21833 <div class="header">Arguments and Values:</div> 21806 21834 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 21807 21835 </div> 21808 21836 <div class="refsect1" lang="en" xml:lang="en"> 21809 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 43280"></a>21837 <a xmlns="http://www.w3.org/1999/xhtml" id="id483511"></a> 21810 21838 <div class="header">Description:</div> 21811 21839 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On … … 21828 21856 <div> 21829 21857 <div class="refsect1" lang="en" xml:lang="en"> 21830 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 43662"></a>21858 <a xmlns="http://www.w3.org/1999/xhtml" id="id483572"></a> 21831 21859 <div class="header">Arguments and Values:</div> 21832 21860 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p> … … 21839 21867 </div> 21840 21868 <div class="refsect1" lang="en" xml:lang="en"> 21841 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 43706"></a>21869 <a xmlns="http://www.w3.org/1999/xhtml" id="id483615"></a> 21842 21870 <div class="header">Description:</div> 21843 21871 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It … … 21860 21888 <div> 21861 21889 <div class="refsect1" lang="en" xml:lang="en"> 21862 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 43768"></a>21890 <a xmlns="http://www.w3.org/1999/xhtml" id="id480942"></a> 21863 21891 <div class="header">Arguments and Values:</div> 21864 21892 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p> … … 21867 21895 </div> 21868 21896 <div class="refsect1" lang="en" xml:lang="en"> 21869 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 02672"></a>21897 <a xmlns="http://www.w3.org/1999/xhtml" id="id480997"></a> 21870 21898 <div class="header">Description:</div> 21871 21899 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying … … 21999 22027 <div> 22000 22028 <div class="refsect1" lang="en" xml:lang="en"> 22001 <a xmlns="http://www.w3.org/1999/xhtml" id="id 373481"></a>22029 <a xmlns="http://www.w3.org/1999/xhtml" id="id460863"></a> 22002 22030 <div class="header">Arguments and Values:</div> 22003 22031 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file. … … 22050 22078 </div> 22051 22079 <div class="refsect1" lang="en" xml:lang="en"> 22052 <a xmlns="http://www.w3.org/1999/xhtml" id="id 371685"></a>22080 <a xmlns="http://www.w3.org/1999/xhtml" id="id481102"></a> 22053 22081 <div class="header">Description:</div> 22054 22082 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process, … … 22070 22098 <div> 22071 22099 <div class="refsect1" lang="en" xml:lang="en"> 22072 <a xmlns="http://www.w3.org/1999/xhtml" id="id 371744"></a>22100 <a xmlns="http://www.w3.org/1999/xhtml" id="id481161"></a> 22073 22101 <div class="header">Arguments and Values:</div> 22074 22102 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> … … 22076 22104 </div> 22077 22105 <div class="refsect1" lang="en" xml:lang="en"> 22078 <a xmlns="http://www.w3.org/1999/xhtml" id="id 391983"></a>22106 <a xmlns="http://www.w3.org/1999/xhtml" id="id475854"></a> 22079 22107 <div class="header">Description:</div> 22080 22108 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified … … 22099 22127 <div> 22100 22128 <div class="refsect1" lang="en" xml:lang="en"> 22101 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392045"></a>22129 <a xmlns="http://www.w3.org/1999/xhtml" id="id475964"></a> 22102 22130 <div class="header">Arguments and Values:</div> 22103 22131 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22104 22132 </div> 22105 22133 <div class="refsect1" lang="en" xml:lang="en"> 22106 <a xmlns="http://www.w3.org/1999/xhtml" id="id 361148"></a>22134 <a xmlns="http://www.w3.org/1999/xhtml" id="id475990"></a> 22107 22135 <div class="header">Description:</div> 22108 22136 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to … … 22126 22154 <div> 22127 22155 <div class="refsect1" lang="en" xml:lang="en"> 22128 <a xmlns="http://www.w3.org/1999/xhtml" id="id 361212"></a>22156 <a xmlns="http://www.w3.org/1999/xhtml" id="id460951"></a> 22129 22157 <div class="header">Arguments and Values:</div> 22130 22158 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22131 22159 </div> 22132 22160 <div class="refsect1" lang="en" xml:lang="en"> 22133 <a xmlns="http://www.w3.org/1999/xhtml" id="id 385250"></a>22161 <a xmlns="http://www.w3.org/1999/xhtml" id="id460977"></a> 22134 22162 <div class="header">Description:</div> 22135 22163 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to … … 22152 22180 <div> 22153 22181 <div class="refsect1" lang="en" xml:lang="en"> 22154 <a xmlns="http://www.w3.org/1999/xhtml" id="id 385310"></a>22182 <a xmlns="http://www.w3.org/1999/xhtml" id="id463167"></a> 22155 22183 <div class="header">Arguments and Values:</div> 22156 22184 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22157 22185 </div> 22158 22186 <div class="refsect1" lang="en" xml:lang="en"> 22159 <a xmlns="http://www.w3.org/1999/xhtml" id="id 380835"></a>22187 <a xmlns="http://www.w3.org/1999/xhtml" id="id463193"></a> 22160 22188 <div class="header">Description:</div> 22161 22189 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to … … 22179 22207 <div> 22180 22208 <div class="refsect1" lang="en" xml:lang="en"> 22181 <a xmlns="http://www.w3.org/1999/xhtml" id="id 380896"></a>22209 <a xmlns="http://www.w3.org/1999/xhtml" id="id460521"></a> 22182 22210 <div class="header">Arguments and Values:</div> 22183 22211 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22184 22212 </div> 22185 22213 <div class="refsect1" lang="en" xml:lang="en"> 22186 <a xmlns="http://www.w3.org/1999/xhtml" id="id 395678"></a>22214 <a xmlns="http://www.w3.org/1999/xhtml" id="id460547"></a> 22187 22215 <div class="header">Description:</div> 22188 22216 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to … … 22206 22234 <div> 22207 22235 <div class="refsect1" lang="en" xml:lang="en"> 22208 <a xmlns="http://www.w3.org/1999/xhtml" id="id 395739"></a>22236 <a xmlns="http://www.w3.org/1999/xhtml" id="id460607"></a> 22209 22237 <div class="header">Arguments and Values:</div> 22210 22238 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22211 22239 </div> 22212 22240 <div class="refsect1" lang="en" xml:lang="en"> 22213 <a xmlns="http://www.w3.org/1999/xhtml" id="id 384402"></a>22241 <a xmlns="http://www.w3.org/1999/xhtml" id="id476310"></a> 22214 22242 <div class="header">Description:</div> 22215 22243 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status … … 22241 22269 <dt> 22242 22270 <span class="sect2"> 22243 <a href="#id 396351">10.1.1. Stream External Format</a>22271 <a href="#id441396">10.1.1. Stream External Format</a> 22244 22272 </span> 22245 22273 </dt> … … 22309 22337 <div> 22310 22338 <div> 22311 <h3 class="title"><a id="id 396351"></a>10.1.1. Stream External Format</h3>22339 <h3 class="title"><a id="id441396"></a>10.1.1. Stream External Format</h3> 22312 22340 </div> 22313 22341 </div> … … 22472 22500 </div> 22473 22501 </div> 22474 <a xmlns="http://www.w3.org/1999/xhtml" id="id 402795" class="indexterm"></a>22475 <a xmlns="http://www.w3.org/1999/xhtml" id="id 402804" class="indexterm"></a>22476 <a xmlns="http://www.w3.org/1999/xhtml" id="id 402814" class="indexterm"></a>22477 <a xmlns="http://www.w3.org/1999/xhtml" id="id 432518" class="indexterm"></a>22478 <a xmlns="http://www.w3.org/1999/xhtml" id="id 432528" class="indexterm"></a>22479 <a xmlns="http://www.w3.org/1999/xhtml" id="id 432538" class="indexterm"></a>22502 <a xmlns="http://www.w3.org/1999/xhtml" id="id504675" class="indexterm"></a> 22503 <a xmlns="http://www.w3.org/1999/xhtml" id="id504685" class="indexterm"></a> 22504 <a xmlns="http://www.w3.org/1999/xhtml" id="id504694" class="indexterm"></a> 22505 <a xmlns="http://www.w3.org/1999/xhtml" id="id504704" class="indexterm"></a> 22506 <a xmlns="http://www.w3.org/1999/xhtml" id="id504714" class="indexterm"></a> 22507 <a xmlns="http://www.w3.org/1999/xhtml" id="id500440" class="indexterm"></a> 22480 22508 <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has 22481 22509 attributes and accessors: … … 22530 22558 <div> 22531 22559 <div class="refsect1" lang="en" xml:lang="en"> 22532 <a xmlns="http://www.w3.org/1999/xhtml" id="id 432703"></a>22560 <a xmlns="http://www.w3.org/1999/xhtml" id="id500605"></a> 22533 22561 <div class="header">Values:</div> 22534 22562 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream-list</span></i>---A list of open file streams. This is a copy of … … 22537 22565 </div> 22538 22566 <div class="refsect1" lang="en" xml:lang="en"> 22539 <a xmlns="http://www.w3.org/1999/xhtml" id="id 432730"></a>22567 <a xmlns="http://www.w3.org/1999/xhtml" id="id500633"></a> 22540 22568 <div class="header">Description:</div> 22541 22569 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p> 22542 22570 </div> 22543 22571 <div class="refsect1" lang="en" xml:lang="en"> 22544 <a xmlns="http://www.w3.org/1999/xhtml" id="id 432741"></a>22572 <a xmlns="http://www.w3.org/1999/xhtml" id="id500644"></a> 22545 22573 <div class="header">See Also:</div> 22546 22574 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_note-open-file-stream" title="Function NOTE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">note-open-file-stream</b></a>, <a class="xref" href="#f_remove-open-file-stream" title="Function REMOVE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">remove-open-file-stream</b></a></span> … … 22565 22593 <div> 22566 22594 <div class="refsect1" lang="en" xml:lang="en"> 22567 <a xmlns="http://www.w3.org/1999/xhtml" id="id 432822"></a>22595 <a xmlns="http://www.w3.org/1999/xhtml" id="id505308"></a> 22568 22596 <div class="header">Arguments:</div> 22569 22597 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 22570 22598 </div> 22571 22599 <div class="refsect1" lang="en" xml:lang="en"> 22572 <a xmlns="http://www.w3.org/1999/xhtml" id="id 432848"></a>22600 <a xmlns="http://www.w3.org/1999/xhtml" id="id505334"></a> 22573 22601 <div class="header">Description:</div> 22574 22602 <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open … … 22579 22607 </div> 22580 22608 <div class="refsect1" lang="en" xml:lang="en"> 22581 <a xmlns="http://www.w3.org/1999/xhtml" id="id 432867"></a>22609 <a xmlns="http://www.w3.org/1999/xhtml" id="id505353"></a> 22582 22610 <div class="header">See Also:</div> 22583 22611 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_open-file-streams" title="Function OPEN-FILE-STREAMS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">open-file-streams</b></a>, <a class="xref" href="#f_remove-open-file-stream" title="Function REMOVE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">remove-open-file-stream</b></a></span> … … 22602 22630 <div> 22603 22631 <div class="refsect1" lang="en" xml:lang="en"> 22604 <a xmlns="http://www.w3.org/1999/xhtml" id="id 427313"></a>22632 <a xmlns="http://www.w3.org/1999/xhtml" id="id505434"></a> 22605 22633 <div class="header">Arguments:</div> 22606 22634 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 22607 22635 </div> 22608 22636 <div class="refsect1" lang="en" xml:lang="en"> 22609 <a xmlns="http://www.w3.org/1999/xhtml" id="id 427339"></a>22637 <a xmlns="http://www.w3.org/1999/xhtml" id="id505460"></a> 22610 22638 <div class="header">Description:</div> 22611 22639 <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file … … 22616 22644 </div> 22617 22645 <div class="refsect1" lang="en" xml:lang="en"> 22618 <a xmlns="http://www.w3.org/1999/xhtml" id="id 427358"></a>22646 <a xmlns="http://www.w3.org/1999/xhtml" id="id505479"></a> 22619 22647 <div class="header">See Also:</div> 22620 22648 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_open-file-streams" title="Function OPEN-FILE-STREAMS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">open-file-streams</b></a>, <a class="xref" href="#f_note-open-file-stream" title="Function NOTE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">note-open-file-stream</b></a></span> … … 23049 23077 <div> 23050 23078 <div class="refsect1" lang="en" xml:lang="en"> 23051 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430867"></a>23079 <a xmlns="http://www.w3.org/1999/xhtml" id="id504000"></a> 23052 23080 <div class="header">Arguments and Values:</div> 23053 23081 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p> … … 23060 23088 </div> 23061 23089 <div class="refsect1" lang="en" xml:lang="en"> 23062 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430925"></a>23090 <a xmlns="http://www.w3.org/1999/xhtml" id="id504058"></a> 23063 23091 <div class="header">Description:</div> 23064 23092 <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the … … 23081 23109 <div> 23082 23110 <div class="refsect1" lang="en" xml:lang="en"> 23083 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430985"></a>23111 <a xmlns="http://www.w3.org/1999/xhtml" id="id504117"></a> 23084 23112 <div class="header">Arguments and Values:</div> 23085 23113 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p> … … 23092 23120 </div> 23093 23121 <div class="refsect1" lang="en" xml:lang="en"> 23094 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431043"></a>23122 <a xmlns="http://www.w3.org/1999/xhtml" id="id504175"></a> 23095 23123 <div class="header">Description:</div> 23096 23124 <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to … … 23112 23140 <div> 23113 23141 <div class="refsect1" lang="en" xml:lang="en"> 23114 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431101"></a>23142 <a xmlns="http://www.w3.org/1999/xhtml" id="id504233"></a> 23115 23143 <div class="header">Arguments and Values:</div> 23116 23144 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p> … … 23128 23156 </div> 23129 23157 <div class="refsect1" lang="en" xml:lang="en"> 23130 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431176"></a>23158 <a xmlns="http://www.w3.org/1999/xhtml" id="id504309"></a> 23131 23159 <div class="header">Description:</div> 23132 23160 <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into … … 23151 23179 <div> 23152 23180 <div class="refsect1" lang="en" xml:lang="en"> 23153 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431236"></a>23181 <a xmlns="http://www.w3.org/1999/xhtml" id="id504369"></a> 23154 23182 <div class="header">Arguments and Values:</div> 23155 23183 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p> … … 23167 23195 </div> 23168 23196 <div class="refsect1" lang="en" xml:lang="en"> 23169 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431312"></a>23197 <a xmlns="http://www.w3.org/1999/xhtml" id="id504444"></a> 23170 23198 <div class="header">Description:</div> 23171 23199 <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream, … … 23189 23217 <div> 23190 23218 <div class="refsect1" lang="en" xml:lang="en"> 23191 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431372"></a>23219 <a xmlns="http://www.w3.org/1999/xhtml" id="id504504"></a> 23192 23220 <div class="header">Method Signatures:</div> 23193 23221 <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i> … … 23195 23223 </div> 23196 23224 <div class="refsect1" lang="en" xml:lang="en"> 23197 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431390"></a>23225 <a xmlns="http://www.w3.org/1999/xhtml" id="id504522"></a> 23198 23226 <div class="header">Arguments and Values:</div> 23199 23227 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p> … … 23206 23234 </div> 23207 23235 <div class="refsect1" lang="en" xml:lang="en"> 23208 <a xmlns="http://www.w3.org/1999/xhtml" id="id 439229"></a>23236 <a xmlns="http://www.w3.org/1999/xhtml" id="id512310"></a> 23209 23237 <div class="header">Description:</div> 23210 23238 <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with … … 23230 23258 <div> 23231 23259 <div class="refsect1" lang="en" xml:lang="en"> 23232 <a xmlns="http://www.w3.org/1999/xhtml" id="id 439298"></a>23260 <a xmlns="http://www.w3.org/1999/xhtml" id="id512380"></a> 23233 23261 <div class="header">Description:</div> 23234 23262 <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector, … … 23237 23265 </div> 23238 23266 <div class="refsect1" lang="en" xml:lang="en"> 23239 <a xmlns="http://www.w3.org/1999/xhtml" id="id 439310"></a>23267 <a xmlns="http://www.w3.org/1999/xhtml" id="id512392"></a> 23240 23268 <div class="header">Arguments:</div> 23241 23269 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 23262 23290 <div> 23263 23291 <div class="refsect1" lang="en" xml:lang="en"> 23264 <a xmlns="http://www.w3.org/1999/xhtml" id="id 439430"></a>23292 <a xmlns="http://www.w3.org/1999/xhtml" id="id512511"></a> 23265 23293 <div class="header">Description:</div> 23266 23294 <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at … … 23268 23296 </div> 23269 23297 <div class="refsect1" lang="en" xml:lang="en"> 23270 <a xmlns="http://www.w3.org/1999/xhtml" id="id 439442"></a>23298 <a xmlns="http://www.w3.org/1999/xhtml" id="id512523"></a> 23271 23299 <div class="header">Arguments:</div> 23272 23300 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 23278 23306 </div> 23279 23307 <div class="refsect1" lang="en" xml:lang="en"> 23280 <a xmlns="http://www.w3.org/1999/xhtml" id="id 439514"></a>23308 <a xmlns="http://www.w3.org/1999/xhtml" id="id512595"></a> 23281 23309 <div class="header">Examples:</div> 23282 23310 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 24069 24097 <dt> 24070 24098 <span class="sect2"> 24071 <a href="#id 382725">12.2.2. Generating a lisp image for use with Shark</a>24099 <a href="#id446753">12.2.2. Generating a lisp image for use with Shark</a> 24072 24100 </span> 24073 24101 </dt> … … 24347 24375 <div> 24348 24376 <div> 24349 <h3 class="title"><a id="id 382725"></a>12.2.2. Generating a lisp image for use with Shark</h3>24377 <h3 class="title"><a id="id446753"></a>12.2.2. Generating a lisp image for use with Shark</h3> 24350 24378 </div> 24351 24379 </div> … … 24458 24486 </div> 24459 24487 </div> 24460 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 380566" class="indexterm"></a>24488 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id465020" class="indexterm"></a> 24461 24489 <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> 24462 24490 [Variable]</strong></span></p> … … 24464 24492 profiling configuration file created by the "Config Editor" in 24465 24493 Shark.app.</p> 24466 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 380590" class="indexterm"></a> <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&key</em> (reset nil)24494 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id465043" class="indexterm"></a> <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&key</em> (reset nil) 24467 24495 (debug-output nil) [Macro]</strong></span></p> 24468 24496 <p xmlns="http://www.w3.org/1999/xhtml">Executes FORM (an arbitrary lisp form) and returns whatever … … 25556 25584 <div> 25557 25585 <div> 25558 <h4 class="title"><a id="id 438134"></a>13.3.2.4. %int-to-ptr [Function]</h4>25586 <h4 class="title"><a id="id511241"></a>13.3.2.4. %int-to-ptr [Function]</h4> 25559 25587 </div> 25560 25588 </div> … … 25597 25625 <div> 25598 25626 <div> 25599 <h4 class="title"><a id="id 438208"></a>13.3.2.5. %inc-ptr [Function]</h4>25627 <h4 class="title"><a id="id511315"></a>13.3.2.5. %inc-ptr [Function]</h4> 25600 25628 </div> 25601 25629 </div> … … 25647 25675 <div> 25648 25676 <div> 25649 <h4 class="title"><a id="id 438300"></a>13.3.2.6. %ptr-to-int [Function]</h4>25677 <h4 class="title"><a id="id511407"></a>13.3.2.6. %ptr-to-int [Function]</h4> 25650 25678 </div> 25651 25679 </div> … … 25689 25717 <div> 25690 25718 <div> 25691 <h4 class="title"><a id="id 438374"></a>13.3.2.7. %null-ptr [Macro]</h4>25719 <h4 class="title"><a id="id511481"></a>13.3.2.7. %null-ptr [Macro]</h4> 25692 25720 </div> 25693 25721 </div> … … 25714 25742 <div> 25715 25743 <div> 25716 <h4 class="title"><a id="id 438416"></a>13.3.2.8. %null-ptr-p [Function]</h4>25744 <h4 class="title"><a id="id511522"></a>13.3.2.8. %null-ptr-p [Function]</h4> 25717 25745 </div> 25718 25746 </div> … … 25756 25784 <div> 25757 25785 <div> 25758 <h4 class="title"><a id="id 438491"></a>13.3.2.9. %setf-macptr [Function]</h4>25786 <h4 class="title"><a id="id511598"></a>13.3.2.9. %setf-macptr [Function]</h4> 25759 25787 </div> 25760 25788 </div> … … 25804 25832 <div> 25805 25833 <div> 25806 <h4 class="title"><a id="id 438581"></a>13.3.2.10. %incf-ptr [Macro]</h4>25834 <h4 class="title"><a id="id511688"></a>13.3.2.10. %incf-ptr [Macro]</h4> 25807 25835 </div> 25808 25836 </div> … … 25852 25880 <div> 25853 25881 <div> 25854 <h4 class="title"><a id="id 438672"></a>13.3.2.11. with-macptrs [Macro]</h4>25882 <h4 class="title"><a id="id511779"></a>13.3.2.11. with-macptrs [Macro]</h4> 25855 25883 </div> 25856 25884 </div> … … 25902 25930 <div> 25903 25931 <div> 25904 <h4 class="title"><a id="id 438764"></a>13.3.2.12. %stack-block [Macro]</h4>25932 <h4 class="title"><a id="id511870"></a>13.3.2.12. %stack-block [Macro]</h4> 25905 25933 </div> 25906 25934 </div> … … 25953 25981 <div> 25954 25982 <div> 25955 <h4 class="title"><a id="id 438855"></a>13.3.2.13. make-cstring [Function]</h4>25983 <h4 class="title"><a id="id511962"></a>13.3.2.13. make-cstring [Function]</h4> 25956 25984 </div> 25957 25985 </div> … … 25996 26024 <div> 25997 26025 <div> 25998 <h4 class="title"><a id="id 438931"></a>13.3.2.14. with-cstrs [Macro]</h4>26026 <h4 class="title"><a id="id512038"></a>13.3.2.14. with-cstrs [Macro]</h4> 25999 26027 </div> 26000 26028 </div> … … 26046 26074 <div> 26047 26075 <div> 26048 <h4 class="title"><a id="id 439023"></a>13.3.2.15. with-encoded-cstrs [Macro]</h4>26076 <h4 class="title"><a id="id512130"></a>13.3.2.15. with-encoded-cstrs [Macro]</h4> 26049 26077 </div> 26050 26078 </div> … … 26109 26137 <div> 26110 26138 <div> 26111 <h4 class="title"><a id="id 439146"></a>13.3.2.16. %get-cstring [Function]</h4>26139 <h4 class="title"><a id="id512253"></a>13.3.2.16. %get-cstring [Function]</h4> 26112 26140 </div> 26113 26141 </div> … … 26151 26179 <div> 26152 26180 <div> 26153 <h4 class="title"><a id="id 471177"></a>13.3.2.17. %str-from-ptr [Function]</h4>26181 <h4 class="title"><a id="id544185"></a>13.3.2.17. %str-from-ptr [Function]</h4> 26154 26182 </div> 26155 26183 </div> … … 27597 27625 <div> 27598 27626 <div class="refsect1" lang="en" xml:lang="en"> 27599 <a xmlns="http://www.w3.org/1999/xhtml" id="id 473130"></a>27627 <a xmlns="http://www.w3.org/1999/xhtml" id="id546139"></a> 27600 27628 <div class="header">Description:</div> 27601 27629 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE* … … 27649 27677 <div> 27650 27678 <div class="refsect1" lang="en" xml:lang="en"> 27651 <a xmlns="http://www.w3.org/1999/xhtml" id="id 473236"></a>27679 <a xmlns="http://www.w3.org/1999/xhtml" id="id546245"></a> 27652 27680 <div class="header">Description:</div> 27653 27681 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #& reader macro can be used to … … 27708 27736 <div> 27709 27737 <div class="refsect1" lang="en" xml:lang="en"> 27710 <a xmlns="http://www.w3.org/1999/xhtml" id="id 473354"></a>27738 <a xmlns="http://www.w3.org/1999/xhtml" id="id546363"></a> 27711 27739 <div class="header">Description:</div> 27712 27740 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 0.14.2 and later, the #? reader macro can be used … … 27755 27783 <div> 27756 27784 <div class="refsect1" lang="en" xml:lang="en"> 27757 <a xmlns="http://www.w3.org/1999/xhtml" id="id 473436"></a>27785 <a xmlns="http://www.w3.org/1999/xhtml" id="id546445"></a> 27758 27786 <div class="header">Description:</div> 27759 27787 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #/ reader macro can be used to … … 27858 27886 <div> 27859 27887 <div class="refsect1" lang="en" xml:lang="en"> 27860 <a xmlns="http://www.w3.org/1999/xhtml" id="id 473575"></a>27888 <a xmlns="http://www.w3.org/1999/xhtml" id="id546584"></a> 27861 27889 <div class="header">Description:</div> 27862 27890 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #> reader macro reads … … 27887 27915 <div> 27888 27916 <div class="refsect1" lang="en" xml:lang="en"> 27889 <a xmlns="http://www.w3.org/1999/xhtml" id="id 473650"></a>27917 <a xmlns="http://www.w3.org/1999/xhtml" id="id546659"></a> 27890 27918 <div class="header">Values:</div> 27891 27919 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">library</span></i>---either an object of type SHLIB, or a string which … … 27894 27922 </div> 27895 27923 <div class="refsect1" lang="en" xml:lang="en"> 27896 <a xmlns="http://www.w3.org/1999/xhtml" id="id 473686"></a>27924 <a xmlns="http://www.w3.org/1999/xhtml" id="id546695"></a> 27897 27925 <div class="header">Description:</div> 27898 27926 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the … … 27923 27951 <div> 27924 27952 <div class="refsect1" lang="en" xml:lang="en"> 27925 <a xmlns="http://www.w3.org/1999/xhtml" id="id 473762"></a>27953 <a xmlns="http://www.w3.org/1999/xhtml" id="id546771"></a> 27926 27954 <div class="header">Values:</div> 27927 27955 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A symbol which can be made into a special variable</p> … … 27940 27968 </div> 27941 27969 <div class="refsect1" lang="en" xml:lang="en"> 27942 <a xmlns="http://www.w3.org/1999/xhtml" id="id 473833"></a>27970 <a xmlns="http://www.w3.org/1999/xhtml" id="id546842"></a> 27943 27971 <div class="header">Description:</div> 27944 27972 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em> … … 27976 28004 <div> 27977 28005 <div class="refsect1" lang="en" xml:lang="en"> 27978 <a xmlns="http://www.w3.org/1999/xhtml" id="id 473913"></a>28006 <a xmlns="http://www.w3.org/1999/xhtml" id="id546922"></a> 27979 28007 <div class="header">Values:</div> 27980 28008 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain … … 27984 28012 </div> 27985 28013 <div class="refsect1" lang="en" xml:lang="en"> 27986 <a xmlns="http://www.w3.org/1999/xhtml" id="id 473954"></a>28014 <a xmlns="http://www.w3.org/1999/xhtml" id="id546963"></a> 27987 28015 <div class="header">Description:</div> 27988 28016 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the … … 28018 28046 <div> 28019 28047 <div class="refsect1" lang="en" xml:lang="en"> 28020 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474027"></a>28048 <a xmlns="http://www.w3.org/1999/xhtml" id="id547035"></a> 28021 28049 <div class="header">Values:</div> 28022 28050 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>--- … … 28031 28059 </div> 28032 28060 <div class="refsect1" lang="en" xml:lang="en"> 28033 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474067"></a>28061 <a xmlns="http://www.w3.org/1999/xhtml" id="id547076"></a> 28034 28062 <div class="header">Description:</div> 28035 28063 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for … … 28059 28087 <div> 28060 28088 <div class="refsect1" lang="en" xml:lang="en"> 28061 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474136"></a>28089 <a xmlns="http://www.w3.org/1999/xhtml" id="id547145"></a> 28062 28090 <div class="header">Values:</div> 28063 28091 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p> … … 28072 28100 </div> 28073 28101 <div class="refsect1" lang="en" xml:lang="en"> 28074 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474210"></a>28102 <a xmlns="http://www.w3.org/1999/xhtml" id="id547219"></a> 28075 28103 <div class="header">Description:</div> 28076 28104 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by … … 28099 28127 <div> 28100 28128 <div class="refsect1" lang="en" xml:lang="en"> 28101 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474269"></a>28129 <a xmlns="http://www.w3.org/1999/xhtml" id="id547278"></a> 28102 28130 <div class="header">Values:</div> 28103 28131 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 28110 28138 </div> 28111 28139 <div class="refsect1" lang="en" xml:lang="en"> 28112 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474332"></a>28140 <a xmlns="http://www.w3.org/1999/xhtml" id="id547341"></a> 28113 28141 <div class="header">Description:</div> 28114 28142 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 28136 28164 <div> 28137 28165 <div class="refsect1" lang="en" xml:lang="en"> 28138 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474391"></a>28166 <a xmlns="http://www.w3.org/1999/xhtml" id="id547400"></a> 28139 28167 <div class="header">Values:</div> 28140 28168 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 28149 28177 </div> 28150 28178 <div class="refsect1" lang="en" xml:lang="en"> 28151 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474465"></a>28179 <a xmlns="http://www.w3.org/1999/xhtml" id="id547474"></a> 28152 28180 <div class="header">Description:</div> 28153 28181 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 28174 28202 <div> 28175 28203 <div class="refsect1" lang="en" xml:lang="en"> 28176 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474521"></a>28204 <a xmlns="http://www.w3.org/1999/xhtml" id="id547529"></a> 28177 28205 <div class="header">Values:</div> 28178 28206 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 28179 28207 </div> 28180 28208 <div class="refsect1" lang="en" xml:lang="en"> 28181 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474543"></a>28209 <a xmlns="http://www.w3.org/1999/xhtml" id="id547552"></a> 28182 28210 <div class="header">Description:</div> 28183 28211 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol … … 28202 28230 <div> 28203 28231 <div class="refsect1" lang="en" xml:lang="en"> 28204 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474602"></a>28232 <a xmlns="http://www.w3.org/1999/xhtml" id="id547611"></a> 28205 28233 <div class="header">Values:</div> 28206 28234 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 28207 28235 </div> 28208 28236 <div class="refsect1" lang="en" xml:lang="en"> 28209 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474624"></a>28237 <a xmlns="http://www.w3.org/1999/xhtml" id="id547633"></a> 28210 28238 <div class="header">Description:</div> 28211 28239 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If … … 28229 28257 <div> 28230 28258 <div class="refsect1" lang="en" xml:lang="en"> 28231 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474679"></a>28259 <a xmlns="http://www.w3.org/1999/xhtml" id="id547687"></a> 28232 28260 <div class="header">Values:</div> 28233 28261 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ptr</span></i>---A <code xmlns="http://www.w3.org/1999/xhtml" class="code">MACPTR</code> that points to a block of … … 28235 28263 </div> 28236 28264 <div class="refsect1" lang="en" xml:lang="en"> 28237 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474705"></a>28265 <a xmlns="http://www.w3.org/1999/xhtml" id="id547714"></a> 28238 28266 <div class="header">Description:</div> 28239 28267 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the <code class="code">CCL:FREE</code> … … 28267 28295 <div> 28268 28296 <div class="refsect1" lang="en" xml:lang="en"> 28269 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474798"></a>28297 <a xmlns="http://www.w3.org/1999/xhtml" id="id547806"></a> 28270 28298 <div class="header">Values:</div> 28271 28299 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p> … … 28282 28310 </div> 28283 28311 <div class="refsect1" lang="en" xml:lang="en"> 28284 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474873"></a>28312 <a xmlns="http://www.w3.org/1999/xhtml" id="id547882"></a> 28285 28313 <div class="header">Description:</div> 28286 28314 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28317 28345 <div> 28318 28346 <div class="refsect1" lang="en" xml:lang="en"> 28319 <a xmlns="http://www.w3.org/1999/xhtml" id="id 474944"></a>28347 <a xmlns="http://www.w3.org/1999/xhtml" id="id547953"></a> 28320 28348 <div class="header">Values:</div> 28321 28349 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">typespec</span></i>---A foreign type specifier, or a keyword which is used … … 28334 28362 </div> 28335 28363 <div class="refsect1" lang="en" xml:lang="en"> 28336 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475012"></a>28364 <a xmlns="http://www.w3.org/1999/xhtml" id="id548021"></a> 28337 28365 <div class="header">Description:</div> 28338 28366 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28383 28411 <div> 28384 28412 <div class="refsect1" lang="en" xml:lang="en"> 28385 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475134"></a>28413 <a xmlns="http://www.w3.org/1999/xhtml" id="id548143"></a> 28386 28414 <div class="header">Values:</div> 28387 28415 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">typespec</span></i>---A foreign type specifier, or a keyword which is used … … 28397 28425 </div> 28398 28426 <div class="refsect1" lang="en" xml:lang="en"> 28399 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475192"></a>28427 <a xmlns="http://www.w3.org/1999/xhtml" id="id548201"></a> 28400 28428 <div class="header">Description:</div> 28401 28429 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28438 28466 </div> 28439 28467 <div class="refsect1" lang="en" xml:lang="en"> 28440 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475282"></a>28468 <a xmlns="http://www.w3.org/1999/xhtml" id="id548290"></a> 28441 28469 <div class="header">Notes:</div> 28442 28470 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28471 28499 <div> 28472 28500 <div class="refsect1" lang="en" xml:lang="en"> 28473 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475365"></a>28501 <a xmlns="http://www.w3.org/1999/xhtml" id="id548374"></a> 28474 28502 <div class="header">Values:</div> 28475 28503 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A SIMPLE-STRING which is presumed to be the so-name of … … 28479 28507 </div> 28480 28508 <div class="refsect1" lang="en" xml:lang="en"> 28481 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475405"></a>28509 <a xmlns="http://www.w3.org/1999/xhtml" id="id548414"></a> 28482 28510 <div class="header">Description:</div> 28483 28511 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can … … 28490 28518 </div> 28491 28519 <div class="refsect1" lang="en" xml:lang="en"> 28492 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475421"></a>28520 <a xmlns="http://www.w3.org/1999/xhtml" id="id548430"></a> 28493 28521 <div class="header">Examples:</div> 28494 28522 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple. … … 28525 28553 </div> 28526 28554 <div class="refsect1" lang="en" xml:lang="en"> 28527 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475442"></a>28555 <a xmlns="http://www.w3.org/1999/xhtml" id="id548450"></a> 28528 28556 <div class="header">Notes:</div> 28529 28557 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give … … 28548 28576 <div> 28549 28577 <div class="refsect1" lang="en" xml:lang="en"> 28550 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475499"></a>28578 <a xmlns="http://www.w3.org/1999/xhtml" id="id548508"></a> 28551 28579 <div class="header">Values:</div> 28552 28580 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ptr</span></i>---<a xmlns="http://www.w3.org/1999/xhtml" class="link" href="#Referencing-and-Using-Foreign-Memory-Addresses" title="13.3. Referencing and Using Foreign Memory Addresses">a MACPTR</a>.</p> … … 28556 28584 </div> 28557 28585 <div class="refsect1" lang="en" xml:lang="en"> 28558 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475543"></a>28586 <a xmlns="http://www.w3.org/1999/xhtml" id="id548552"></a> 28559 28587 <div class="header">Description:</div> 28560 28588 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of … … 28582 28610 <div> 28583 28611 <div class="refsect1" lang="en" xml:lang="en"> 28584 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475609"></a>28612 <a xmlns="http://www.w3.org/1999/xhtml" id="id548618"></a> 28585 28613 <div class="header">Values:</div> 28586 28614 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL … … 28588 28616 </div> 28589 28617 <div class="refsect1" lang="en" xml:lang="en"> 28590 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475632"></a>28618 <a xmlns="http://www.w3.org/1999/xhtml" id="id548641"></a> 28591 28619 <div class="header">Description:</div> 28592 28620 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT … … 28611 28639 <div> 28612 28640 <div class="refsect1" lang="en" xml:lang="en"> 28613 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475703"></a>28641 <a xmlns="http://www.w3.org/1999/xhtml" id="id548712"></a> 28614 28642 <div class="header">Values:</div> 28615 28643 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 28619 28647 </div> 28620 28648 <div class="refsect1" lang="en" xml:lang="en"> 28621 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475754"></a>28649 <a xmlns="http://www.w3.org/1999/xhtml" id="id548763"></a> 28622 28650 <div class="header">Description:</div> 28623 28651 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 28649 28677 <div> 28650 28678 <div class="refsect1" lang="en" xml:lang="en"> 28651 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475835"></a>28679 <a xmlns="http://www.w3.org/1999/xhtml" id="id548844"></a> 28652 28680 <div class="header">Values:</div> 28653 28681 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 28656 28684 </div> 28657 28685 <div class="refsect1" lang="en" xml:lang="en"> 28658 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475883"></a>28686 <a xmlns="http://www.w3.org/1999/xhtml" id="id548892"></a> 28659 28687 <div class="header">Description:</div> 28660 28688 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is … … 28683 28711 <div> 28684 28712 <div class="refsect1" lang="en" xml:lang="en"> 28685 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475950"></a>28713 <a xmlns="http://www.w3.org/1999/xhtml" id="id548959"></a> 28686 28714 <div class="header">Values:</div> 28687 28715 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>---A CLOS object of a class for which there exists … … 28691 28719 </div> 28692 28720 <div class="refsect1" lang="en" xml:lang="en"> 28693 <a xmlns="http://www.w3.org/1999/xhtml" id="id 475979"></a>28721 <a xmlns="http://www.w3.org/1999/xhtml" id="id548988"></a> 28694 28722 <div class="header">Description:</div> 28695 28723 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28728 28756 </div> 28729 28757 <div class="refsect1" lang="en" xml:lang="en"> 28730 <a xmlns="http://www.w3.org/1999/xhtml" id="id 476035"></a>28758 <a xmlns="http://www.w3.org/1999/xhtml" id="id549044"></a> 28731 28759 <div class="header">Example:</div> 28732 28760 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 28742 28770 </div> 28743 28771 <div class="refsect1" lang="en" xml:lang="en"> 28744 <a xmlns="http://www.w3.org/1999/xhtml" id="id 476050"></a>28772 <a xmlns="http://www.w3.org/1999/xhtml" id="id549058"></a> 28745 28773 <div class="header">See Also:</div> 28746 28774 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 28764 28792 <div> 28765 28793 <div class="refsect1" lang="en" xml:lang="en"> 28766 <a xmlns="http://www.w3.org/1999/xhtml" id="id 476110"></a>28794 <a xmlns="http://www.w3.org/1999/xhtml" id="id549118"></a> 28767 28795 <div class="header">Values:</div> 28768 28796 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dir-id</span></i>---A keyword whose pname, mapped to lower case, names a … … 28771 28799 </div> 28772 28800 <div class="refsect1" lang="en" xml:lang="en"> 28773 <a xmlns="http://www.w3.org/1999/xhtml" id="id 476133"></a>28801 <a xmlns="http://www.w3.org/1999/xhtml" id="id549142"></a> 28774 28802 <div class="header">Description:</div> 28775 28803 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by … … 28795 28823 <div> 28796 28824 <div class="refsect1" lang="en" xml:lang="en"> 28797 <a xmlns="http://www.w3.org/1999/xhtml" id="id 476193"></a>28825 <a xmlns="http://www.w3.org/1999/xhtml" id="id549202"></a> 28798 28826 <div class="header">Values:</div> 28799 28827 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dir-id</span></i>---A keyword whose pname, mapped to lower case, names a … … 28802 28830 </div> 28803 28831 <div class="refsect1" lang="en" xml:lang="en"> 28804 <a xmlns="http://www.w3.org/1999/xhtml" id="id 476217"></a>28832 <a xmlns="http://www.w3.org/1999/xhtml" id="id549226"></a> 28805 28833 <div class="header">Description:</div> 28806 28834 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by … … 28824 28852 </div> 28825 28853 <div class="refsect1" lang="en" xml:lang="en"> 28826 <a xmlns="http://www.w3.org/1999/xhtml" id="id 476255"></a>28854 <a xmlns="http://www.w3.org/1999/xhtml" id="id549264"></a> 28827 28855 <div class="header">Examples:</div> 28828 28856 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be … … 30477 30505 <div> 30478 30506 <div class="refsect1" lang="en" xml:lang="en"> 30479 <a xmlns="http://www.w3.org/1999/xhtml" id="id 440059"></a>30507 <a xmlns="http://www.w3.org/1999/xhtml" id="id513426"></a> 30480 30508 <div class="header">Arguments and Values:</div> 30481 30509 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing … … 30487 30515 </div> 30488 30516 <div class="refsect1" lang="en" xml:lang="en"> 30489 <a xmlns="http://www.w3.org/1999/xhtml" id="id 440104"></a>30517 <a xmlns="http://www.w3.org/1999/xhtml" id="id513471"></a> 30490 30518 <div class="header">Description:</div> 30491 30519 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30508 30536 <div> 30509 30537 <div class="refsect1" lang="en" xml:lang="en"> 30510 <a xmlns="http://www.w3.org/1999/xhtml" id="id 440165"></a>30538 <a xmlns="http://www.w3.org/1999/xhtml" id="id513532"></a> 30511 30539 <div class="header">Arguments and Values:</div> 30512 30540 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of a new or existing … … 30521 30549 </div> 30522 30550 <div class="refsect1" lang="en" xml:lang="en"> 30523 <a xmlns="http://www.w3.org/1999/xhtml" id="id 440225"></a>30551 <a xmlns="http://www.w3.org/1999/xhtml" id="id513592"></a> 30524 30552 <div class="header">Description:</div> 30525 30553 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30545 30573 <div> 30546 30574 <div class="refsect1" lang="en" xml:lang="en"> 30547 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 40288"></a>30575 <a xmlns="http://www.w3.org/1999/xhtml" id="id488201"></a> 30548 30576 <div class="header">Values:</div> 30549 30577 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with … … 30551 30579 </div> 30552 30580 <div class="refsect1" lang="en" xml:lang="en"> 30553 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 15239"></a>30581 <a xmlns="http://www.w3.org/1999/xhtml" id="id488228"></a> 30554 30582 <div class="header">Description:</div> 30555 30583 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30573 30601 <div> 30574 30602 <div class="refsect1" lang="en" xml:lang="en"> 30575 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 15298"></a>30603 <a xmlns="http://www.w3.org/1999/xhtml" id="id488287"></a> 30576 30604 <div class="header">Values:</div> 30577 30605 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 30579 30607 </div> 30580 30608 <div class="refsect1" lang="en" xml:lang="en"> 30581 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 15325"></a>30609 <a xmlns="http://www.w3.org/1999/xhtml" id="id488314"></a> 30582 30610 <div class="header">Description:</div> 30583 30611 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30599 30627 <div> 30600 30628 <div class="refsect1" lang="en" xml:lang="en"> 30601 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 15382"></a>30629 <a xmlns="http://www.w3.org/1999/xhtml" id="id488371"></a> 30602 30630 <div class="header">Arguments and Values:</div> 30603 30631 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 30608 30636 </div> 30609 30637 <div class="refsect1" lang="en" xml:lang="en"> 30610 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 15425"></a>30638 <a xmlns="http://www.w3.org/1999/xhtml" id="id488414"></a> 30611 30639 <div class="header">Description:</div> 30612 30640 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30631 30659 <div> 30632 30660 <div class="refsect1" lang="en" xml:lang="en"> 30633 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 15484"></a>30661 <a xmlns="http://www.w3.org/1999/xhtml" id="id488473"></a> 30634 30662 <div class="header">Arguments and Values:</div> 30635 30663 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific … … 30640 30668 </div> 30641 30669 <div class="refsect1" lang="en" xml:lang="en"> 30642 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 15527"></a>30670 <a xmlns="http://www.w3.org/1999/xhtml" id="id488516"></a> 30643 30671 <div class="header">Description:</div> 30644 30672 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30663 30691 <div> 30664 30692 <div class="refsect1" lang="en" xml:lang="en"> 30665 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 15586"></a>30693 <a xmlns="http://www.w3.org/1999/xhtml" id="id488575"></a> 30666 30694 <div class="header">Values:</div> 30667 30695 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p> 30668 30696 </div> 30669 30697 <div class="refsect1" lang="en" xml:lang="en"> 30670 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 15612"></a>30698 <a xmlns="http://www.w3.org/1999/xhtml" id="id488601"></a> 30671 30699 <div class="header">Description:</div> 30672 30700 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30689 30717 <div> 30690 30718 <div class="refsect1" lang="en" xml:lang="en"> 30691 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 15670"></a>30719 <a xmlns="http://www.w3.org/1999/xhtml" id="id488658"></a> 30692 30720 <div class="header">Values:</div> 30693 30721 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 30697 30725 </div> 30698 30726 <div class="refsect1" lang="en" xml:lang="en"> 30699 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 15712"></a>30727 <a xmlns="http://www.w3.org/1999/xhtml" id="id489287"></a> 30700 30728 <div class="header">Description:</div> 30701 30729 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30722 30750 <div> 30723 30751 <div class="refsect1" lang="en" xml:lang="en"> 30724 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16368"></a>30752 <a xmlns="http://www.w3.org/1999/xhtml" id="id489356"></a> 30725 30753 <div class="header">Values:</div> 30726 30754 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and … … 30731 30759 </div> 30732 30760 <div class="refsect1" lang="en" xml:lang="en"> 30733 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16411"></a>30761 <a xmlns="http://www.w3.org/1999/xhtml" id="id489399"></a> 30734 30762 <div class="header">Description:</div> 30735 30763 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30747 30775 </div> 30748 30776 <div class="refsect1" lang="en" xml:lang="en"> 30749 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16444"></a>30777 <a xmlns="http://www.w3.org/1999/xhtml" id="id489432"></a> 30750 30778 <div class="header">Notes:</div> 30751 30779 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30772 30800 <div> 30773 30801 <div class="refsect1" lang="en" xml:lang="en"> 30774 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16505"></a>30802 <a xmlns="http://www.w3.org/1999/xhtml" id="id489493"></a> 30775 30803 <div class="header">Arguments and Values:</div> 30776 30804 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">class-name</span></i>---a string which denotes an existing class name, or a … … 30779 30807 </div> 30780 30808 <div class="refsect1" lang="en" xml:lang="en"> 30781 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16532"></a>30809 <a xmlns="http://www.w3.org/1999/xhtml" id="id489520"></a> 30782 30810 <div class="header">Description:</div> 30783 30811 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use … … 30804 30832 <div> 30805 30833 <div class="refsect1" lang="en" xml:lang="en"> 30806 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16602"></a>30834 <a xmlns="http://www.w3.org/1999/xhtml" id="id489590"></a> 30807 30835 <div class="header">Arguments and Values:</div> 30808 30836 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an … … 30810 30838 </div> 30811 30839 <div class="refsect1" lang="en" xml:lang="en"> 30812 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16628"></a>30840 <a xmlns="http://www.w3.org/1999/xhtml" id="id489616"></a> 30813 30841 <div class="header">Description:</div> 30814 30842 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses … … 30832 30860 <div> 30833 30861 <div class="refsect1" lang="en" xml:lang="en"> 30834 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16693"></a>30862 <a xmlns="http://www.w3.org/1999/xhtml" id="id489681"></a> 30835 30863 <div class="header">Arguments and Values:</div> 30836 30864 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name-and-result-type</span></i>---either an Objective-C message name, for methods … … 30854 30882 </div> 30855 30883 <div class="refsect1" lang="en" xml:lang="en"> 30856 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16774"></a>30884 <a xmlns="http://www.w3.org/1999/xhtml" id="id489762"></a> 30857 30885 <div class="header">Description:</div> 30858 30886 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements … … 30879 30907 <div> 30880 30908 <div class="refsect1" lang="en" xml:lang="en"> 30881 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16857"></a>30909 <a xmlns="http://www.w3.org/1999/xhtml" id="id489845"></a> 30882 30910 <div class="header">Arguments and Values:</div> 30883 30911 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the … … 30894 30922 </div> 30895 30923 <div class="refsect1" lang="en" xml:lang="en"> 30896 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16903"></a>30924 <a xmlns="http://www.w3.org/1999/xhtml" id="id489891"></a> 30897 30925 <div class="header">Description:</div> 30898 30926 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the … … 30915 30943 <div> 30916 30944 <div class="refsect1" lang="en" xml:lang="en"> 30917 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436357"></a>30945 <a xmlns="http://www.w3.org/1999/xhtml" id="id509481"></a> 30918 30946 <div class="header">Arguments and Values:</div> 30919 30947 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p> 30920 30948 </div> 30921 30949 <div class="refsect1" lang="en" xml:lang="en"> 30922 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436368"></a>30950 <a xmlns="http://www.w3.org/1999/xhtml" id="id509492"></a> 30923 30951 <div class="header">Description:</div> 30924 30952 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the … … 30962 30990 <div> 30963 30991 <div class="refsect1" lang="en" xml:lang="en"> 30964 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436444"></a>30992 <a xmlns="http://www.w3.org/1999/xhtml" id="id509569"></a> 30965 30993 <div class="header">Description:</div> 30966 30994 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro … … 30997 31025 <div> 30998 31026 <div class="refsect1" lang="en" xml:lang="en"> 30999 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436502"></a>31027 <a xmlns="http://www.w3.org/1999/xhtml" id="id509626"></a> 31000 31028 <div class="header">Superclasses:</div> 31001 31029 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p> 31002 31030 </div> 31003 31031 <div class="refsect1" lang="en" xml:lang="en"> 31004 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436513"></a>31032 <a xmlns="http://www.w3.org/1999/xhtml" id="id509638"></a> 31005 31033 <div class="header">Initargs:</div> 31006 31034 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>--- … … 31010 31038 </div> 31011 31039 <div class="refsect1" lang="en" xml:lang="en"> 31012 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436540"></a>31040 <a xmlns="http://www.w3.org/1999/xhtml" id="id509664"></a> 31013 31041 <div class="header">Description:</div> 31014 31042 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31028 31056 </div> 31029 31057 <div class="refsect1" lang="en" xml:lang="en"> 31030 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436559"></a>31058 <a xmlns="http://www.w3.org/1999/xhtml" id="id509684"></a> 31031 31059 <div class="header">Examples:</div> 31032 31060 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31059 31087 </div> 31060 31088 <div class="refsect1" lang="en" xml:lang="en"> 31061 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436612"></a>31089 <a xmlns="http://www.w3.org/1999/xhtml" id="id509737"></a> 31062 31090 <div class="header">Notes:</div> 31063 31091 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31399 31427 <div> 31400 31428 <div class="refsect1" lang="en" xml:lang="en"> 31401 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 11978"></a>31429 <a xmlns="http://www.w3.org/1999/xhtml" id="id487201"></a> 31402 31430 <div class="header">Arguments and Values:</div> 31403 31431 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">type</span></i>---The type of population, one of <code xmlns="http://www.w3.org/1999/xhtml" class="literal">:LIST</code> (the default) or <code xmlns="http://www.w3.org/1999/xhtml" class="literal">:ALIST</code></p> … … 31407 31435 </div> 31408 31436 <div class="refsect1" lang="en" xml:lang="en"> 31409 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 12037"></a>31437 <a xmlns="http://www.w3.org/1999/xhtml" id="id487261"></a> 31410 31438 <div class="header">Description:</div> 31411 31439 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p> … … 31425 31453 <div> 31426 31454 <div class="refsect1" lang="en" xml:lang="en"> 31427 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 12094"></a>31455 <a xmlns="http://www.w3.org/1999/xhtml" id="id487318"></a> 31428 31456 <div class="header">Description:</div> 31429 31457 <p xmlns="http://www.w3.org/1999/xhtml">returns the type of <code class="literal">population</code>, one of <code class="literal">:LIST</code> or <code class="literal">:ALIST</code></p> … … 31443 31471 <div> 31444 31472 <div class="refsect1" lang="en" xml:lang="en"> 31445 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 14314"></a>31473 <a xmlns="http://www.w3.org/1999/xhtml" id="id487392"></a> 31446 31474 <div class="header">Description:</div> 31447 31475 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>. … … 31466 31494 <div> 31467 31495 <div class="refsect1" lang="en" xml:lang="en"> 31468 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414382"></a>31496 <a xmlns="http://www.w3.org/1999/xhtml" id="id509756"></a> 31469 31497 <div class="header">Description:</div> 31470 31498 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to … … 31499 31527 <div> 31500 31528 <div class="refsect1" lang="en" xml:lang="en"> 31501 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414467"></a>31529 <a xmlns="http://www.w3.org/1999/xhtml" id="id509840"></a> 31502 31530 <div class="header">Description:</div> 31503 31531 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the … … 31520 31548 <div> 31521 31549 <div class="refsect1" lang="en" xml:lang="en"> 31522 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436685"></a>31550 <a xmlns="http://www.w3.org/1999/xhtml" id="id509901"></a> 31523 31551 <div class="header">Arguments and Values:</div> 31524 31552 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p> 31525 31553 </div> 31526 31554 <div class="refsect1" lang="en" xml:lang="en"> 31527 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436711"></a>31555 <a xmlns="http://www.w3.org/1999/xhtml" id="id509927"></a> 31528 31556 <div class="header">Description:</div> 31529 31557 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the … … 31549 31577 <div> 31550 31578 <div class="refsect1" lang="en" xml:lang="en"> 31551 <a xmlns="http://www.w3.org/1999/xhtml" id="id3 20341"></a>31579 <a xmlns="http://www.w3.org/1999/xhtml" id="id393250"></a> 31552 31580 <div class="header">Description:</div> 31553 31581 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the … … 31569 31597 <div> 31570 31598 <div class="refsect1" lang="en" xml:lang="en"> 31571 <a xmlns="http://www.w3.org/1999/xhtml" id="id3 20400"></a>31599 <a xmlns="http://www.w3.org/1999/xhtml" id="id393308"></a> 31572 31600 <div class="header">Arguments and Values:</div> 31573 31601 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 31574 31602 </div> 31575 31603 <div class="refsect1" lang="en" xml:lang="en"> 31576 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 36755"></a>31604 <a xmlns="http://www.w3.org/1999/xhtml" id="id484774"></a> 31577 31605 <div class="header">Description:</div> 31578 31606 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC … … 31600 31628 <div> 31601 31629 <div class="refsect1" lang="en" xml:lang="en"> 31602 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 36813"></a>31630 <a xmlns="http://www.w3.org/1999/xhtml" id="id484832"></a> 31603 31631 <div class="header">Description:</div> 31604 31632 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call, … … 31623 31651 <div> 31624 31652 <div class="refsect1" lang="en" xml:lang="en"> 31625 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436869"></a>31653 <a xmlns="http://www.w3.org/1999/xhtml" id="id509977"></a> 31626 31654 <div class="header">Description:</div> 31627 31655 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL … … 31648 31676 <div> 31649 31677 <div class="refsect1" lang="en" xml:lang="en"> 31650 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436927"></a>31678 <a xmlns="http://www.w3.org/1999/xhtml" id="id510035"></a> 31651 31679 <div class="header">Description:</div> 31652 31680 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the … … 31670 31698 <div> 31671 31699 <div class="refsect1" lang="en" xml:lang="en"> 31672 <a xmlns="http://www.w3.org/1999/xhtml" id="id 436986"></a>31700 <a xmlns="http://www.w3.org/1999/xhtml" id="id510094"></a> 31673 31701 <div class="header">Arguments and Values:</div> 31674 31702 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest … … 31680 31708 </div> 31681 31709 <div class="refsect1" lang="en" xml:lang="en"> 31682 <a xmlns="http://www.w3.org/1999/xhtml" id="id 437041"></a>31710 <a xmlns="http://www.w3.org/1999/xhtml" id="id510149"></a> 31683 31711 <div class="header">Description:</div> 31684 31712 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect. … … 31704 31732 <div> 31705 31733 <div class="refsect1" lang="en" xml:lang="en"> 31706 <a xmlns="http://www.w3.org/1999/xhtml" id="id 437107"></a>31734 <a xmlns="http://www.w3.org/1999/xhtml" id="id510215"></a> 31707 31735 <div class="header">Arguments and Values:</div> 31708 31736 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 31709 31737 </div> 31710 31738 <div class="refsect1" lang="en" xml:lang="en"> 31711 <a xmlns="http://www.w3.org/1999/xhtml" id="id 465305"></a>31739 <a xmlns="http://www.w3.org/1999/xhtml" id="id537453"></a> 31712 31740 <div class="header">Description:</div> 31713 31741 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages … … 31734 31762 <div> 31735 31763 <div class="refsect1" lang="en" xml:lang="en"> 31736 <a xmlns="http://www.w3.org/1999/xhtml" id="id 465363"></a>31764 <a xmlns="http://www.w3.org/1999/xhtml" id="id537511"></a> 31737 31765 <div class="header">Description:</div> 31738 31766 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs … … 31889 31917 <dt> 31890 31918 <span class="sect2"> 31891 <a href="#id 471026">17.7.2. Recommended Reading</a>31919 <a href="#id543853">17.7.2. Recommended Reading</a> 31892 31920 </span> 31893 31921 </dt> … … 33165 33193 <li class="listitem"> 33166 33194 <p>To support a feature called <span class="emphasis"><em>GCTWA 33167 <sup>[<a id="id 470580" href="#ftn.id470580" class="footnote">1</a>]</sup>33195 <sup>[<a id="id543407" href="#ftn.id543407" class="footnote">1</a>]</sup> 33168 33196 , </em></span>the vector that contains the internal 33169 33197 symbols of the current package is marked on entry to the … … 33298 33326 <hr width="100" align="left" /> 33299 33327 <div class="footnote"> 33300 <p><sup>[<a id="ftn.id 470580" href="#id470580" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,33328 <p><sup>[<a id="ftn.id543407" href="#id543407" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP, 33301 33329 where it stood for "Garbage Collection of Truly 33302 33330 Worthless Atoms".</p> … … 33358 33386 generations looking for such intergenerational references, the 33359 33387 runtime system must note all such intergenerational references 33360 at the point where they're created (via Setf).<sup>[<a id="id 470814" href="#ftn.id470814" class="footnote">2</a>]</sup> The33388 at the point where they're created (via Setf).<sup>[<a id="id543641" href="#ftn.id543641" class="footnote">2</a>]</sup> The 33361 33389 set of pointers that may contain intergenerational references is 33362 33390 sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p> … … 33405 33433 that might introduce an intergenerational reference must be 33406 33434 memoized. 33407 <sup>[<a id="id 470882" href="#ftn.id470882" class="footnote">3</a>]</sup> It's always safe to33435 <sup>[<a id="id543710" href="#ftn.id543710" class="footnote">3</a>]</sup> It's always safe to 33408 33436 push any cons cell or gvector locative onto the memo stack; 33409 33437 it's never safe to push anything else. … … 33426 33454 <hr width="100" align="left" /> 33427 33455 <div class="footnote"> 33428 <p><sup>[<a id="ftn.id 470814" href="#id470814" class="para">2</a>] </sup>This is33456 <p><sup>[<a id="ftn.id543641" href="#id543641" class="para">2</a>] </sup>This is 33429 33457 sometimes called "The Write Barrier": all assignments which 33430 33458 might result in intergenerational references must be noted, as … … 33432 33460 </div> 33433 33461 <div class="footnote"> 33434 <p><sup>[<a id="ftn.id 470882" href="#id470882" class="para">3</a>] </sup>Note that the implicit setfs that occur when33462 <p><sup>[<a id="ftn.id543710" href="#id543710" class="para">3</a>] </sup>Note that the implicit setfs that occur when 33435 33463 initializing an object - as in the case of a call to cons or 33436 33464 vector - can't introduce intergenerational references, since … … 33548 33576 <div> 33549 33577 <div> 33550 <h3 class="title"><a id="id 471026"></a>17.7.2. Recommended Reading</h3>33578 <h3 class="title"><a id="id543853"></a>17.7.2. Recommended Reading</h3> 33551 33579 </div> 33552 33580 </div> … … 33961 33989 <div> 33962 33990 <div class="refsect1" lang="en" xml:lang="en"> 33963 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 13232"></a>33991 <a xmlns="http://www.w3.org/1999/xhtml" id="id465319"></a> 33964 33992 <div class="header">Description:</div> 33965 33993 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD) … … 33986 34014 <div> 33987 34015 <div class="refsect1" lang="en" xml:lang="en"> 33988 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16107"></a>34016 <a xmlns="http://www.w3.org/1999/xhtml" id="id487585"></a> 33989 34017 <div class="header">Description:</div> 33990 34018 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 34010 34038 <div> 34011 34039 <div class="refsect1" lang="en" xml:lang="en"> 34012 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 02867"></a>34040 <a xmlns="http://www.w3.org/1999/xhtml" id="id476161"></a> 34013 34041 <div class="header">Description:</div> 34014 34042 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 34033 34061 <div> 34034 34062 <div class="refsect1" lang="en" xml:lang="en"> 34035 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 15121"></a>34063 <a xmlns="http://www.w3.org/1999/xhtml" id="id476206"></a> 34036 34064 <div class="header">Description:</div> 34037 34065 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session … … 34058 34086 <div> 34059 34087 <div class="refsect1" lang="en" xml:lang="en"> 34060 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 41525"></a>34088 <a xmlns="http://www.w3.org/1999/xhtml" id="id479559"></a> 34061 34089 <div class="header">Description:</div> 34062 34090 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p> … … 34076 34104 <div> 34077 34105 <div class="refsect1" lang="en" xml:lang="en"> 34078 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 11609"></a>34106 <a xmlns="http://www.w3.org/1999/xhtml" id="id459551"></a> 34079 34107 <div class="header">Description:</div> 34080 34108 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros. … … 34098 34126 <div> 34099 34127 <div class="refsect1" lang="en" xml:lang="en"> 34100 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 11672"></a>34128 <a xmlns="http://www.w3.org/1999/xhtml" id="id485197"></a> 34101 34129 <div class="header">Arguments and Values:</div> 34102 34130 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p> … … 34104 34132 </div> 34105 34133 <div class="refsect1" lang="en" xml:lang="en"> 34106 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 18691"></a>34134 <a xmlns="http://www.w3.org/1999/xhtml" id="id479717"></a> 34107 34135 <div class="header">Description:</div> 34108 34136 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If … … 34130 34158 <div> 34131 34159 <div class="refsect1" lang="en" xml:lang="en"> 34132 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 71102"></a>34160 <a xmlns="http://www.w3.org/1999/xhtml" id="id488045"></a> 34133 34161 <div class="header">Arguments and Values:</div> 34134 34162 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p> … … 34139 34167 </div> 34140 34168 <div class="refsect1" lang="en" xml:lang="en"> 34141 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 71159"></a>34169 <a xmlns="http://www.w3.org/1999/xhtml" id="id458246"></a> 34142 34170 <div class="header">Description:</div> 34143 34171 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer … … 34518 34546 <dt>*default-external-format*, <a class="indexterm" href="#v_default-external-format">Variable CCL:*DEFAULT-EXTERNAL-FORMAT*</a></dt> 34519 34547 <dt>*default-line-termination*, <a class="indexterm" href="#v_default-line-termination">Variable CCL:*DEFAULT-LINE-TERMINATION*</a></dt> 34548 <dt>*disassemble-verbose*, <a class="indexterm" href="#v_disassemble-verbose">Variable *disassemble-verbose*</a></dt> 34520 34549 <dt>*ephemerally-active-command-types*, <a class="indexterm" href="#v_ephemerally-active-command-types">Variable *ephemerally-active-command-types*</a></dt> 34521 34550 <dt>*global-variable-names*, <a class="indexterm" href="#v_global-variable-names">Variable *global-variable-names*</a></dt> … … 35158 35187 <a href="#Symbol-Index">Symbol Index</a> 35159 35188 </div> 35160 <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 2 :0 on May 15, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14801<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>35189 <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 22:0 on June 15, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14831<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p> 35161 35190 </body> 35162 35191 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
