Changeset 14912
- Timestamp:
- Jul 28, 2011, 8:00:26 AM (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
r14836 r14912 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 446146" title="Clozure CL Documentation" />8 <link rel="home" href="#id525028" 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 446146"></a>Clozure CL Documentation</h1>16 <h1 class="title"><a id="id525028"></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 472820" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl1847 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id551702" 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 472889" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp1858 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id551771" 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 488173" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap1868 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id567055" 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 470500" class="indexterm"></a> bootstrapping image is a minimal1879 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id549383" 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 490684" class="indexterm"></a>1891 <a id="id569566" 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 482171" class="indexterm"></a>2725 <a id="id561053" 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="id5 00945" class="indexterm"></a>3169 <a id="id579827" 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="id5 00971" class="indexterm"></a>3174 <a id="id579853" 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="id5 01000" class="indexterm"></a>3179 <a id="id579882" 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="id5 01049" class="indexterm"></a>3187 <a id="id579931" 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="id5 01083" class="indexterm"></a>3195 <a id="id579966" 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="id5 01118" class="indexterm"></a>3203 <a id="id580000" 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="id5 01281"></a>3252 <a xmlns="http://www.w3.org/1999/xhtml" id="id580163"></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="id5 01388"></a>3287 <a xmlns="http://www.w3.org/1999/xhtml" id="id580271"></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="id5 01488"></a>3332 <a xmlns="http://www.w3.org/1999/xhtml" id="id580370"></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="id5 01554"></a>3347 <a xmlns="http://www.w3.org/1999/xhtml" id="id580436"></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="id5 01632"></a>3371 <a xmlns="http://www.w3.org/1999/xhtml" id="id580514"></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="id5 01680"></a>3383 <a xmlns="http://www.w3.org/1999/xhtml" id="id580563"></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="id5 02215"></a>3543 <a xmlns="http://www.w3.org/1999/xhtml" id="id581097"></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="id5 02277"></a>3569 <a xmlns="http://www.w3.org/1999/xhtml" id="id581159"></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="id5 02359"></a>3601 <a xmlns="http://www.w3.org/1999/xhtml" id="id581241"></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="id5 18159"></a>3635 <a xmlns="http://www.w3.org/1999/xhtml" id="id597084"></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="id5 18493"></a>4.5.4.1. Encoding Problems</h4>3808 <h4 class="title"><a id="id597418"></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="id5 18505"></a>4.5.4.2. Byte Order Marks</h4>3824 <h4 class="title"><a id="id597431"></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="id5 18540"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>3852 <h4 class="title"><a id="id597465"></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="id5 18601"></a>3874 <a xmlns="http://www.w3.org/1999/xhtml" id="id597527"></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="id5 18616"></a>3883 <a xmlns="http://www.w3.org/1999/xhtml" id="id597542"></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> … … 4305 4305 <p>Alias: <code class="literal">:EUCJP</code></p> 4306 4306 </dd> 4307 <dt> 4308 <span class="term"> 4309 <code class="literal">:GB2312</code> 4310 </span> 4311 </dt> 4312 <dd> 4313 <p>An 8-bit, variable-length character encoding in which 4314 character code points in the range #x00-#x80 can be encoded in a 4315 single octet; characters with larger code values can be encoded 4316 in 2 bytes.</p> 4317 <p>Alias: <code class="literal">:GB2312-80 :GB2312-1980 :EUC-CN :EUCCN</code></p> 4318 </dd> 4319 <dt> 4320 <span class="term"> 4321 <code class="literal">:CP936</code> 4322 </span> 4323 </dt> 4324 <dd> 4325 <p>An 8-bit, variable-length character encoding in which 4326 character code points in the range #x00-#x80 can be encoded in a 4327 single octet; characters with larger code values can be encoded 4328 in 2 bytes.</p> 4329 <p>Alias: <code class="literal">:GBK :MS936 :WINDOWS-936</code></p> 4330 </dd> 4307 4331 </dl> 4308 4332 </div> … … 4312 4336 <div> 4313 4337 <div> 4314 <h4 class="title"><a id="id5 19295"></a>4.5.4.5. Encoding and Decoding Strings</h4>4338 <h4 class="title"><a id="id598264"></a>4.5.4.5. Encoding and Decoding Strings</h4> 4315 4339 </div> 4316 4340 </div> … … 4337 4361 <div> 4338 4362 <div class="refsect1" lang="en" xml:lang="en"> 4339 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19371"></a>4363 <a xmlns="http://www.w3.org/1999/xhtml" id="id598340"></a> 4340 4364 <div class="header">Description:</div> 4341 4365 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4368 4392 <div> 4369 4393 <div class="refsect1" lang="en" xml:lang="en"> 4370 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19466"></a>4394 <a xmlns="http://www.w3.org/1999/xhtml" id="id598435"></a> 4371 4395 <div class="header">Description:</div> 4372 4396 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4417 4441 <div> 4418 4442 <div class="refsect1" lang="en" xml:lang="en"> 4419 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19600"></a>4443 <a xmlns="http://www.w3.org/1999/xhtml" id="id598569"></a> 4420 4444 <div class="header">Description:</div> 4421 4445 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4470 4494 <div> 4471 4495 <div class="refsect1" lang="en" xml:lang="en"> 4472 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19730"></a>4496 <a xmlns="http://www.w3.org/1999/xhtml" id="id598700"></a> 4473 4497 <div class="header">Description:</div> 4474 4498 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4520 4544 </div> 4521 4545 <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="id5 19819" class="indexterm"></a>4546 <a xmlns="http://www.w3.org/1999/xhtml" id="id598788" class="indexterm"></a> 4523 4547 <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the 4524 4548 <code class="literal">ccl</code> directory. It is used for a variety of … … 4579 4603 <div> 4580 4604 <div> 4581 <h4 class="title"><a id="id5 19922"></a>4.6.3.1. Working with native namestrings</h4>4605 <h4 class="title"><a id="id598891"></a>4.6.3.1. Working with native namestrings</h4> 4582 4606 </div> 4583 4607 </div> … … 4598 4622 <div> 4599 4623 <div class="refsect1" lang="en" xml:lang="en"> 4600 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19968"></a>4624 <a xmlns="http://www.w3.org/1999/xhtml" id="id598937"></a> 4601 4625 <div class="header">Description:</div> 4602 4626 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4629 4653 <div> 4630 4654 <div class="refsect1" lang="en" xml:lang="en"> 4631 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20042"></a>4655 <a xmlns="http://www.w3.org/1999/xhtml" id="id599011"></a> 4632 4656 <div class="header">Description:</div> 4633 4657 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4752 4776 platforms.</p> 4753 4777 <p xmlns="http://www.w3.org/1999/xhtml"> 4754 <a id="id5 20216" class="indexterm"></a>4778 <a id="id599185" class="indexterm"></a> 4755 4779 <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em> 4756 4780 <em class="parameter"><code>pathname</code></em> … … 4812 4836 a memory error.</p> 4813 4837 <p xmlns="http://www.w3.org/1999/xhtml"> 4814 <a id="id5 20349" class="indexterm"></a>4838 <a id="id599318" class="indexterm"></a> 4815 4839 <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em> 4816 4840 <em class="parameter"><code>displaced-array</code></em> … … 4824 4848 target is an empty vector (of length zero).</p> 4825 4849 <p xmlns="http://www.w3.org/1999/xhtml"> 4826 <a id="id5 20384" class="indexterm"></a>4850 <a id="id599354" class="indexterm"></a> 4827 4851 <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em> 4828 4852 <em class="parameter"><code>pathname</code></em> … … 4834 4858 bytes.</p> 4835 4859 <p xmlns="http://www.w3.org/1999/xhtml"> 4836 <a id="id5 20416" class="indexterm"></a>4860 <a id="id599386" class="indexterm"></a> 4837 4861 <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em> 4838 4862 <em class="parameter"><code>displaced-array</code></em> … … 4873 4897 static.</p> 4874 4898 <p xmlns="http://www.w3.org/1999/xhtml"> 4875 <a id="id5 20491" class="indexterm"></a>4899 <a id="id599460" class="indexterm"></a> 4876 4900 <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em> 4877 4901 <em class="parameter"><code>var</code></em> … … 4927 4951 </div> 4928 4952 </div> 4929 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20603" class="indexterm"></a>4953 <a xmlns="http://www.w3.org/1999/xhtml" id="id599572" class="indexterm"></a> 4930 4954 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the 4931 4955 function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file … … 5007 5031 converted, because address 0 can always be relied upon to refer to 5008 5032 the same thing.</p> 5009 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20824" class="indexterm"></a>5033 <a xmlns="http://www.w3.org/1999/xhtml" id="id599794" class="indexterm"></a> 5010 5034 <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code> 5011 5035 refers to a <code class="literal">MACPTR</code> object that points to address 0.</p> … … 5018 5042 or <code class="literal">ccl64</code> script.</p> 5019 5043 <p xmlns="http://www.w3.org/1999/xhtml"> 5020 <a id="id5 20872" class="indexterm"></a>5044 <a id="id599841" class="indexterm"></a> 5021 5045 <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em> 5022 5046 <em class="parameter"><code>filename</code></em> … … 5219 5243 <div> 5220 5244 <div class="refsect1" lang="en" xml:lang="en"> 5221 <a xmlns="http://www.w3.org/1999/xhtml" id="id 521275"></a>5245 <a xmlns="http://www.w3.org/1999/xhtml" id="id600244"></a> 5222 5246 <div class="header">Arguments and Values:</div> 5223 5247 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>--- … … 5233 5257 </div> 5234 5258 <div class="refsect1" lang="en" xml:lang="en"> 5235 <a xmlns="http://www.w3.org/1999/xhtml" id="id 521334"></a>5259 <a xmlns="http://www.w3.org/1999/xhtml" id="id600304"></a> 5236 5260 <div class="header">Description:</div> 5237 5261 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5293 5317 <div> 5294 5318 <div class="refsect1" lang="en" xml:lang="en"> 5295 <a xmlns="http://www.w3.org/1999/xhtml" id="id 521425"></a>5319 <a xmlns="http://www.w3.org/1999/xhtml" id="id600395"></a> 5296 5320 <div class="header">Arguments and Values:</div> 5297 5321 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>--- … … 5301 5325 </div> 5302 5326 <div class="refsect1" lang="en" xml:lang="en"> 5303 <a xmlns="http://www.w3.org/1999/xhtml" id="id 521449"></a>5327 <a xmlns="http://www.w3.org/1999/xhtml" id="id600418"></a> 5304 5328 <div class="header">Description:</div> 5305 5329 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5340 5364 <div> 5341 5365 <div class="refsect1" lang="en" xml:lang="en"> 5342 <a xmlns="http://www.w3.org/1999/xhtml" id="id 521544"></a>5366 <a xmlns="http://www.w3.org/1999/xhtml" id="id600513"></a> 5343 5367 <div class="header">Arguments and Values:</div> 5344 5368 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>--- … … 5349 5373 </div> 5350 5374 <div class="refsect1" lang="en" xml:lang="en"> 5351 <a xmlns="http://www.w3.org/1999/xhtml" id="id 521580"></a>5375 <a xmlns="http://www.w3.org/1999/xhtml" id="id600550"></a> 5352 5376 <div class="header">Description:</div> 5353 5377 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5398 5422 <div> 5399 5423 <div class="refsect1" lang="en" xml:lang="en"> 5400 <a xmlns="http://www.w3.org/1999/xhtml" id="id 521655"></a>5424 <a xmlns="http://www.w3.org/1999/xhtml" id="id600625"></a> 5401 5425 <div class="header">Arguments and Values:</div> 5402 5426 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>--- … … 5405 5429 </div> 5406 5430 <div class="refsect1" lang="en" xml:lang="en"> 5407 <a xmlns="http://www.w3.org/1999/xhtml" id="id 521678"></a>5431 <a xmlns="http://www.w3.org/1999/xhtml" id="id600647"></a> 5408 5432 <div class="header">Description:</div> 5409 5433 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5572 5596 <div> 5573 5597 <div class="refsect1" lang="en" xml:lang="en"> 5574 <a xmlns="http://www.w3.org/1999/xhtml" id="id 521852"></a>5598 <a xmlns="http://www.w3.org/1999/xhtml" id="id600821"></a> 5575 5599 <div class="header">Description:</div> 5576 5600 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5606 5630 <div> 5607 5631 <div class="refsect1" lang="en" xml:lang="en"> 5608 <a xmlns="http://www.w3.org/1999/xhtml" id="id 521900"></a>5632 <a xmlns="http://www.w3.org/1999/xhtml" id="id600870"></a> 5609 5633 <div class="header">Discussion:</div> 5610 5634 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5624 5648 </div> 5625 5649 <div class="refsect1" lang="en" xml:lang="en"> 5626 <a xmlns="http://www.w3.org/1999/xhtml" id="id 521954"></a>5650 <a xmlns="http://www.w3.org/1999/xhtml" id="id600923"></a> 5627 5651 <div class="header">Restarts:</div> 5628 5652 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5692 5716 <div> 5693 5717 <div> 5694 <h4 class="title"><a id="id 522011"></a>4.12.5.1. Fancy arrays</h4>5718 <h4 class="title"><a id="id600981"></a>4.12.5.1. Fancy arrays</h4> 5695 5719 </div> 5696 5720 </div> … … 5719 5743 <div> 5720 5744 <div> 5721 <h4 class="title"><a id="id 522030"></a>4.12.5.2. Hash tables</h4>5745 <h4 class="title"><a id="id601000"></a>4.12.5.2. Hash tables</h4> 5722 5746 </div> 5723 5747 </div> … … 5767 5791 <div> 5768 5792 <div> 5769 <h4 class="title"><a id="id 522061"></a>4.12.5.3. Lists</h4>5793 <h4 class="title"><a id="id601030"></a>4.12.5.3. Lists</h4> 5770 5794 </div> 5771 5795 </div> … … 5960 5984 <div> 5961 5985 <div class="refsect1" lang="en" xml:lang="en"> 5962 <a xmlns="http://www.w3.org/1999/xhtml" id="id 522290"></a>5986 <a xmlns="http://www.w3.org/1999/xhtml" id="id601259"></a> 5963 5987 <div class="header">Arguments and Values:</div> 5964 5988 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">output-file</span></i>--- … … 5984 6008 </div> 5985 6009 <div class="refsect1" lang="en" xml:lang="en"> 5986 <a xmlns="http://www.w3.org/1999/xhtml" id="id 522361"></a>6010 <a xmlns="http://www.w3.org/1999/xhtml" id="id601331"></a> 5987 6011 <div class="header">Example:</div> 5988 6012 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6018 6042 <div> 6019 6043 <div class="refsect1" lang="en" xml:lang="en"> 6020 <a xmlns="http://www.w3.org/1999/xhtml" id="id 522440"></a>6044 <a xmlns="http://www.w3.org/1999/xhtml" id="id601410"></a> 6021 6045 <div class="header">Description:</div> 6022 6046 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6040 6064 <div> 6041 6065 <div class="refsect1" lang="en" xml:lang="en"> 6042 <a xmlns="http://www.w3.org/1999/xhtml" id="id 522479"></a>6066 <a xmlns="http://www.w3.org/1999/xhtml" id="id601448"></a> 6043 6067 <div class="header">Description:</div> 6044 6068 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6066 6090 <div> 6067 6091 <div class="refsect1" lang="en" xml:lang="en"> 6068 <a xmlns="http://www.w3.org/1999/xhtml" id="id 522541"></a>6092 <a xmlns="http://www.w3.org/1999/xhtml" id="id601510"></a> 6069 6093 <div class="header">Description:</div> 6070 6094 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6092 6116 <div> 6093 6117 <div class="refsect1" lang="en" xml:lang="en"> 6094 <a xmlns="http://www.w3.org/1999/xhtml" id="id 522598"></a>6118 <a xmlns="http://www.w3.org/1999/xhtml" id="id601568"></a> 6095 6119 <div class="header">Description:</div> 6096 6120 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6123 6147 <div> 6124 6148 <div class="refsect1" lang="en" xml:lang="en"> 6125 <a xmlns="http://www.w3.org/1999/xhtml" id="id 522662"></a>6149 <a xmlns="http://www.w3.org/1999/xhtml" id="id601631"></a> 6126 6150 <div class="header">Description:</div> 6127 6151 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6150 6174 <div> 6151 6175 <div class="refsect1" lang="en" xml:lang="en"> 6152 <a xmlns="http://www.w3.org/1999/xhtml" id="id 522729"></a>6176 <a xmlns="http://www.w3.org/1999/xhtml" id="id601698"></a> 6153 6177 <div class="header">Description:</div> 6154 6178 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6173 6197 <div> 6174 6198 <div class="refsect1" lang="en" xml:lang="en"> 6175 <a xmlns="http://www.w3.org/1999/xhtml" id="id 522780"></a>6199 <a xmlns="http://www.w3.org/1999/xhtml" id="id601749"></a> 6176 6200 <div class="header">Description:</div> 6177 6201 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6197 6221 <div> 6198 6222 <div class="refsect1" lang="en" xml:lang="en"> 6199 <a xmlns="http://www.w3.org/1999/xhtml" id="id 522830"></a>6223 <a xmlns="http://www.w3.org/1999/xhtml" id="id601800"></a> 6200 6224 <div class="header">Description:</div> 6201 6225 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6224 6248 <div> 6225 6249 <div class="refsect1" lang="en" xml:lang="en"> 6226 <a xmlns="http://www.w3.org/1999/xhtml" id="id 522893"></a>6250 <a xmlns="http://www.w3.org/1999/xhtml" id="id601862"></a> 6227 6251 <div class="header">Description:</div> 6228 6252 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6251 6275 <div> 6252 6276 <div class="refsect1" lang="en" xml:lang="en"> 6253 <a xmlns="http://www.w3.org/1999/xhtml" id="id 522960"></a>6277 <a xmlns="http://www.w3.org/1999/xhtml" id="id601930"></a> 6254 6278 <div class="header">Description:</div> 6255 6279 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6418 6442 <div> 6419 6443 <div class="refsect1" lang="en" xml:lang="en"> 6420 <a xmlns="http://www.w3.org/1999/xhtml" id="id 523211"></a>6444 <a xmlns="http://www.w3.org/1999/xhtml" id="id602180"></a> 6421 6445 <div class="header">Description:</div> 6422 6446 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6444 6468 <div> 6445 6469 <div class="refsect1" lang="en" xml:lang="en"> 6446 <a xmlns="http://www.w3.org/1999/xhtml" id="id 523271"></a>6470 <a xmlns="http://www.w3.org/1999/xhtml" id="id602241"></a> 6447 6471 <div class="header">Description:</div> 6448 6472 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6478 6502 <div> 6479 6503 <div class="refsect1" lang="en" xml:lang="en"> 6480 <a xmlns="http://www.w3.org/1999/xhtml" id="id 523349"></a>6504 <a xmlns="http://www.w3.org/1999/xhtml" id="id602319"></a> 6481 6505 <div class="header">Arguments and Values:</div> 6482 6506 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">collection</span></i>--- … … 6489 6513 </div> 6490 6514 <div class="refsect1" lang="en" xml:lang="en"> 6491 <a xmlns="http://www.w3.org/1999/xhtml" id="id 523386"></a>6515 <a xmlns="http://www.w3.org/1999/xhtml" id="id602355"></a> 6492 6516 <div class="header">Description:</div> 6493 6517 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6523 6547 <div> 6524 6548 <div class="refsect1" lang="en" xml:lang="en"> 6525 <a xmlns="http://www.w3.org/1999/xhtml" id="id 523466"></a>6549 <a xmlns="http://www.w3.org/1999/xhtml" id="id602436"></a> 6526 6550 <div class="header">Arguments and Values:</div> 6527 6551 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">collection</span></i>--- … … 6540 6564 </div> 6541 6565 <div class="refsect1" lang="en" xml:lang="en"> 6542 <a xmlns="http://www.w3.org/1999/xhtml" id="id 523527"></a>6566 <a xmlns="http://www.w3.org/1999/xhtml" id="id602497"></a> 6543 6567 <div class="header">Description:</div> 6544 6568 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6574 6598 <div> 6575 6599 <div class="refsect1" lang="en" xml:lang="en"> 6576 <a xmlns="http://www.w3.org/1999/xhtml" id="id 523608"></a>6600 <a xmlns="http://www.w3.org/1999/xhtml" id="id602577"></a> 6577 6601 <div class="header">Description:</div> 6578 6602 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6599 6623 <div> 6600 6624 <div class="refsect1" lang="en" xml:lang="en"> 6601 <a xmlns="http://www.w3.org/1999/xhtml" id="id 523659"></a>6625 <a xmlns="http://www.w3.org/1999/xhtml" id="id602629"></a> 6602 6626 <div class="header">Description:</div> 6603 6627 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6675 6699 <div> 6676 6700 <div class="refsect1" lang="en" xml:lang="en"> 6677 <a xmlns="http://www.w3.org/1999/xhtml" id="id 523771"></a>6701 <a xmlns="http://www.w3.org/1999/xhtml" id="id602740"></a> 6678 6702 <div class="header">Summary:</div> 6679 6703 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6710 6734 <div> 6711 6735 <div class="refsect1" lang="en" xml:lang="en"> 6712 <a xmlns="http://www.w3.org/1999/xhtml" id="id 523833"></a>6736 <a xmlns="http://www.w3.org/1999/xhtml" id="id602802"></a> 6713 6737 <div class="header">Summary:</div> 6714 6738 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6741 6765 <div> 6742 6766 <div class="refsect1" lang="en" xml:lang="en"> 6743 <a xmlns="http://www.w3.org/1999/xhtml" id="id 523890"></a>6767 <a xmlns="http://www.w3.org/1999/xhtml" id="id602860"></a> 6744 6768 <div class="header">Summary:</div> 6745 6769 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6766 6790 <div> 6767 6791 <div class="refsect1" lang="en" xml:lang="en"> 6768 <a xmlns="http://www.w3.org/1999/xhtml" id="id 523937"></a>6792 <a xmlns="http://www.w3.org/1999/xhtml" id="id602906"></a> 6769 6793 <div class="header">Description:</div> 6770 6794 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6999 7023 <div> 7000 7024 <div> 7001 <h4 class="title"><a id="id 474854"></a>5.4.2.1. Checking for Updates</h4>7025 <h4 class="title"><a id="id553772"></a>5.4.2.1. Checking for Updates</h4> 7002 7026 </div> 7003 7027 </div> … … 7131 7155 the required subsystems, if necessary.</p> 7132 7156 <p xmlns="http://www.w3.org/1999/xhtml"> 7133 <a id="id 455598" class="indexterm"></a>7157 <a id="id534516" class="indexterm"></a> 7134 7158 <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&key</em> 7135 7159 (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>) … … 7931 7955 <div> 7932 7956 <div class="refsect1" lang="en" xml:lang="en"> 7933 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07017"></a>7957 <a xmlns="http://www.w3.org/1999/xhtml" id="id546417"></a> 7934 7958 <div class="header">Description:</div> 7935 7959 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7953 7977 <div> 7954 7978 <div class="refsect1" lang="en" xml:lang="en"> 7955 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07069"></a>7979 <a xmlns="http://www.w3.org/1999/xhtml" id="id546469"></a> 7956 7980 <div class="header">Description:</div> 7957 7981 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7980 8004 <div> 7981 8005 <div class="refsect1" lang="en" xml:lang="en"> 7982 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17756"></a>8006 <a xmlns="http://www.w3.org/1999/xhtml" id="id596682"></a> 7983 8007 <div class="header">Description:</div> 7984 8008 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8000 8024 <div> 8001 8025 <div class="refsect1" lang="en" xml:lang="en"> 8002 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17808"></a>8026 <a xmlns="http://www.w3.org/1999/xhtml" id="id596734"></a> 8003 8027 <div class="header">Description:</div> 8004 8028 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8024 8048 <div> 8025 8049 <div class="refsect1" lang="en" xml:lang="en"> 8026 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17862"></a>8050 <a xmlns="http://www.w3.org/1999/xhtml" id="id538556"></a> 8027 8051 <div class="header">Description:</div> 8028 8052 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8048 8072 <div> 8049 8073 <div class="refsect1" lang="en" xml:lang="en"> 8050 <a xmlns="http://www.w3.org/1999/xhtml" id="id 492310"></a>8074 <a xmlns="http://www.w3.org/1999/xhtml" id="id538610"></a> 8051 8075 <div class="header">Description:</div> 8052 8076 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8071 8095 <div> 8072 8096 <div class="refsect1" lang="en" xml:lang="en"> 8073 <a xmlns="http://www.w3.org/1999/xhtml" id="id 492364"></a>8097 <a xmlns="http://www.w3.org/1999/xhtml" id="id538664"></a> 8074 8098 <div class="header">Description:</div> 8075 8099 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8096 8120 <div> 8097 8121 <div class="refsect1" lang="en" xml:lang="en"> 8098 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15565"></a>8122 <a xmlns="http://www.w3.org/1999/xhtml" id="id594498"></a> 8099 8123 <div class="header">Description:</div> 8100 8124 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8121 8145 <div> 8122 8146 <div class="refsect1" lang="en" xml:lang="en"> 8123 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15620"></a>8147 <a xmlns="http://www.w3.org/1999/xhtml" id="id594552"></a> 8124 8148 <div class="header">Description:</div> 8125 8149 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8207 8231 <div> 8208 8232 <div class="refsect1" lang="en" xml:lang="en"> 8209 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15742"></a>8233 <a xmlns="http://www.w3.org/1999/xhtml" id="id594675"></a> 8210 8234 <div class="header">Description:</div> 8211 8235 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8229 8253 <div> 8230 8254 <div class="refsect1" lang="en" xml:lang="en"> 8231 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15797"></a>8255 <a xmlns="http://www.w3.org/1999/xhtml" id="id594729"></a> 8232 8256 <div class="header">Description:</div> 8233 8257 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8251 8275 <div> 8252 8276 <div class="refsect1" lang="en" xml:lang="en"> 8253 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15850"></a>8277 <a xmlns="http://www.w3.org/1999/xhtml" id="id594782"></a> 8254 8278 <div class="header">Description:</div> 8255 8279 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8274 8298 <div> 8275 8299 <div class="refsect1" lang="en" xml:lang="en"> 8276 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15909"></a>8300 <a xmlns="http://www.w3.org/1999/xhtml" id="id594840"></a> 8277 8301 <div class="header">Description:</div> 8278 8302 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8296 8320 <div> 8297 8321 <div class="refsect1" lang="en" xml:lang="en"> 8298 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15963"></a>8322 <a xmlns="http://www.w3.org/1999/xhtml" id="id594894"></a> 8299 8323 <div class="header">Description:</div> 8300 8324 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8320 8344 <div> 8321 8345 <div class="refsect1" lang="en" xml:lang="en"> 8322 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16022"></a>8346 <a xmlns="http://www.w3.org/1999/xhtml" id="id594953"></a> 8323 8347 <div class="header">Description:</div> 8324 8348 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8344 8368 <div> 8345 8369 <div class="refsect1" lang="en" xml:lang="en"> 8346 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16087"></a>8370 <a xmlns="http://www.w3.org/1999/xhtml" id="id595019"></a> 8347 8371 <div class="header">Description:</div> 8348 8372 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8364 8388 <div> 8365 8389 <div class="refsect1" lang="en" xml:lang="en"> 8366 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16141"></a>8390 <a xmlns="http://www.w3.org/1999/xhtml" id="id595072"></a> 8367 8391 <div class="header">Description:</div> 8368 8392 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8399 8423 <div> 8400 8424 <div class="refsect1" lang="en" xml:lang="en"> 8401 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16210"></a>8425 <a xmlns="http://www.w3.org/1999/xhtml" id="id595142"></a> 8402 8426 <div class="header">Description:</div> 8403 8427 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8424 8448 <div> 8425 8449 <div class="refsect1" lang="en" xml:lang="en"> 8426 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16280"></a>8450 <a xmlns="http://www.w3.org/1999/xhtml" id="id595211"></a> 8427 8451 <div class="header">Description:</div> 8428 8452 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8447 8471 <div> 8448 8472 <div class="refsect1" lang="en" xml:lang="en"> 8449 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16335"></a>8473 <a xmlns="http://www.w3.org/1999/xhtml" id="id595266"></a> 8450 8474 <div class="header">Description:</div> 8451 8475 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8470 8494 <div> 8471 8495 <div class="refsect1" lang="en" xml:lang="en"> 8472 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16390"></a>8496 <a xmlns="http://www.w3.org/1999/xhtml" id="id595322"></a> 8473 8497 <div class="header">Description:</div> 8474 8498 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8510 8534 <div> 8511 8535 <div class="refsect1" lang="en" xml:lang="en"> 8512 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16469"></a>8536 <a xmlns="http://www.w3.org/1999/xhtml" id="id595400"></a> 8513 8537 <div class="header">Description:</div> 8514 8538 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8533 8557 <div> 8534 8558 <div class="refsect1" lang="en" xml:lang="en"> 8535 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16526"></a>8559 <a xmlns="http://www.w3.org/1999/xhtml" id="id595456"></a> 8536 8560 <div class="header">Description:</div> 8537 8561 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8556 8580 <div> 8557 8581 <div class="refsect1" lang="en" xml:lang="en"> 8558 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16581"></a>8582 <a xmlns="http://www.w3.org/1999/xhtml" id="id595510"></a> 8559 8583 <div class="header">Description:</div> 8560 8584 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8579 8603 <div> 8580 8604 <div class="refsect1" lang="en" xml:lang="en"> 8581 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16639"></a>8605 <a xmlns="http://www.w3.org/1999/xhtml" id="id595569"></a> 8582 8606 <div class="header">Description:</div> 8583 8607 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8599 8623 <div> 8600 8624 <div class="refsect1" lang="en" xml:lang="en"> 8601 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16696"></a>8625 <a xmlns="http://www.w3.org/1999/xhtml" id="id595626"></a> 8602 8626 <div class="header">Description:</div> 8603 8627 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8622 8646 <div> 8623 8647 <div class="refsect1" lang="en" xml:lang="en"> 8624 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16754"></a>8648 <a xmlns="http://www.w3.org/1999/xhtml" id="id595684"></a> 8625 8649 <div class="header">Description:</div> 8626 8650 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8642 8666 <div> 8643 8667 <div class="refsect1" lang="en" xml:lang="en"> 8644 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16812"></a>8668 <a xmlns="http://www.w3.org/1999/xhtml" id="id595742"></a> 8645 8669 <div class="header">Description:</div> 8646 8670 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8667 8691 <div> 8668 8692 <div class="refsect1" lang="en" xml:lang="en"> 8669 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16868"></a>8693 <a xmlns="http://www.w3.org/1999/xhtml" id="id595798"></a> 8670 8694 <div class="header">Description:</div> 8671 8695 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8687 8711 <div> 8688 8712 <div class="refsect1" lang="en" xml:lang="en"> 8689 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16922"></a>8713 <a xmlns="http://www.w3.org/1999/xhtml" id="id595852"></a> 8690 8714 <div class="header">Description:</div> 8691 8715 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8711 8735 <div> 8712 8736 <div class="refsect1" lang="en" xml:lang="en"> 8713 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16978"></a>8737 <a xmlns="http://www.w3.org/1999/xhtml" id="id595907"></a> 8714 8738 <div class="header">Description:</div> 8715 8739 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8736 8760 <div> 8737 8761 <div class="refsect1" lang="en" xml:lang="en"> 8738 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17037"></a>8762 <a xmlns="http://www.w3.org/1999/xhtml" id="id595966"></a> 8739 8763 <div class="header">Description:</div> 8740 8764 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8791 8815 <div> 8792 8816 <div class="refsect1" lang="en" xml:lang="en"> 8793 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17126"></a>8817 <a xmlns="http://www.w3.org/1999/xhtml" id="id596055"></a> 8794 8818 <div class="header">Description:</div> 8795 8819 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8815 8839 <div> 8816 8840 <div class="refsect1" lang="en" xml:lang="en"> 8817 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17182"></a>8841 <a xmlns="http://www.w3.org/1999/xhtml" id="id596111"></a> 8818 8842 <div class="header">Description:</div> 8819 8843 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8837 8861 <div> 8838 8862 <div class="refsect1" lang="en" xml:lang="en"> 8839 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17237"></a>8863 <a xmlns="http://www.w3.org/1999/xhtml" id="id596166"></a> 8840 8864 <div class="header">Description:</div> 8841 8865 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8861 8885 <div> 8862 8886 <div class="refsect1" lang="en" xml:lang="en"> 8863 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17300"></a>8887 <a xmlns="http://www.w3.org/1999/xhtml" id="id596229"></a> 8864 8888 <div class="header">Description:</div> 8865 8889 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8885 8909 <div> 8886 8910 <div class="refsect1" lang="en" xml:lang="en"> 8887 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17356"></a>8911 <a xmlns="http://www.w3.org/1999/xhtml" id="id596285"></a> 8888 8912 <div class="header">Description:</div> 8889 8913 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8905 8929 <div> 8906 8930 <div class="refsect1" lang="en" xml:lang="en"> 8907 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17410"></a>8931 <a xmlns="http://www.w3.org/1999/xhtml" id="id596339"></a> 8908 8932 <div class="header">Description:</div> 8909 8933 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8928 8952 <div> 8929 8953 <div class="refsect1" lang="en" xml:lang="en"> 8930 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17465"></a>8954 <a xmlns="http://www.w3.org/1999/xhtml" id="id596394"></a> 8931 8955 <div class="header">Description:</div> 8932 8956 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8952 8976 <div> 8953 8977 <div class="refsect1" lang="en" xml:lang="en"> 8954 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17527"></a>8978 <a xmlns="http://www.w3.org/1999/xhtml" id="id596456"></a> 8955 8979 <div class="header">Description:</div> 8956 8980 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8972 8996 <div> 8973 8997 <div class="refsect1" lang="en" xml:lang="en"> 8974 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17582"></a>8998 <a xmlns="http://www.w3.org/1999/xhtml" id="id596511"></a> 8975 8999 <div class="header">Description:</div> 8976 9000 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8994 9018 <div> 8995 9019 <div class="refsect1" lang="en" xml:lang="en"> 8996 <a xmlns="http://www.w3.org/1999/xhtml" id="id 540510"></a>9020 <a xmlns="http://www.w3.org/1999/xhtml" id="id619437"></a> 8997 9021 <div class="header">Description:</div> 8998 9022 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9017 9041 <div> 9018 9042 <div class="refsect1" lang="en" xml:lang="en"> 9019 <a xmlns="http://www.w3.org/1999/xhtml" id="id 540557"></a>9043 <a xmlns="http://www.w3.org/1999/xhtml" id="id619484"></a> 9020 9044 <div class="header">Description:</div> 9021 9045 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9040 9064 <div> 9041 9065 <div class="refsect1" lang="en" xml:lang="en"> 9042 <a xmlns="http://www.w3.org/1999/xhtml" id="id 540605"></a>9066 <a xmlns="http://www.w3.org/1999/xhtml" id="id619532"></a> 9043 9067 <div class="header">Description:</div> 9044 9068 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9066 9090 <div> 9067 9091 <div class="refsect1" lang="en" xml:lang="en"> 9068 <a xmlns="http://www.w3.org/1999/xhtml" id="id 540654"></a>9092 <a xmlns="http://www.w3.org/1999/xhtml" id="id619581"></a> 9069 9093 <div class="header">Description:</div> 9070 9094 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9179 9203 <div> 9180 9204 <div class="refsect1" lang="en" xml:lang="en"> 9181 <a xmlns="http://www.w3.org/1999/xhtml" id="id 540824"></a>9205 <a xmlns="http://www.w3.org/1999/xhtml" id="id619752"></a> 9182 9206 <div class="header">Description:</div> 9183 9207 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9202 9226 <div> 9203 9227 <div class="refsect1" lang="en" xml:lang="en"> 9204 <a xmlns="http://www.w3.org/1999/xhtml" id="id 540872"></a>9228 <a xmlns="http://www.w3.org/1999/xhtml" id="id619799"></a> 9205 9229 <div class="header">Description:</div> 9206 9230 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9226 9250 <div> 9227 9251 <div class="refsect1" lang="en" xml:lang="en"> 9228 <a xmlns="http://www.w3.org/1999/xhtml" id="id 540919"></a>9252 <a xmlns="http://www.w3.org/1999/xhtml" id="id619847"></a> 9229 9253 <div class="header">Description:</div> 9230 9254 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9249 9273 <div> 9250 9274 <div class="refsect1" lang="en" xml:lang="en"> 9251 <a xmlns="http://www.w3.org/1999/xhtml" id="id 540967"></a>9275 <a xmlns="http://www.w3.org/1999/xhtml" id="id619894"></a> 9252 9276 <div class="header">Description:</div> 9253 9277 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9273 9297 <div> 9274 9298 <div class="refsect1" lang="en" xml:lang="en"> 9275 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541017"></a>9299 <a xmlns="http://www.w3.org/1999/xhtml" id="id619944"></a> 9276 9300 <div class="header">Description:</div> 9277 9301 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9297 9321 <div> 9298 9322 <div class="refsect1" lang="en" xml:lang="en"> 9299 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541073"></a>9323 <a xmlns="http://www.w3.org/1999/xhtml" id="id620000"></a> 9300 9324 <div class="header">Description:</div> 9301 9325 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9322 9346 <div> 9323 9347 <div class="refsect1" lang="en" xml:lang="en"> 9324 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541130"></a>9348 <a xmlns="http://www.w3.org/1999/xhtml" id="id620057"></a> 9325 9349 <div class="header">Description:</div> 9326 9350 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9347 9371 <div> 9348 9372 <div class="refsect1" lang="en" xml:lang="en"> 9349 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541185"></a>9373 <a xmlns="http://www.w3.org/1999/xhtml" id="id620112"></a> 9350 9374 <div class="header">Description:</div> 9351 9375 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9371 9395 <div> 9372 9396 <div class="refsect1" lang="en" xml:lang="en"> 9373 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541241"></a>9397 <a xmlns="http://www.w3.org/1999/xhtml" id="id620168"></a> 9374 9398 <div class="header">Description:</div> 9375 9399 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9396 9420 <div> 9397 9421 <div class="refsect1" lang="en" xml:lang="en"> 9398 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541307"></a>9422 <a xmlns="http://www.w3.org/1999/xhtml" id="id620234"></a> 9399 9423 <div class="header">Description:</div> 9400 9424 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9423 9447 <div> 9424 9448 <div class="refsect1" lang="en" xml:lang="en"> 9425 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541373"></a>9449 <a xmlns="http://www.w3.org/1999/xhtml" id="id620300"></a> 9426 9450 <div class="header">Description:</div> 9427 9451 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9446 9470 <div> 9447 9471 <div class="refsect1" lang="en" xml:lang="en"> 9448 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541439"></a>9472 <a xmlns="http://www.w3.org/1999/xhtml" id="id620366"></a> 9449 9473 <div class="header">Description:</div> 9450 9474 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9468 9492 <div> 9469 9493 <div class="refsect1" lang="en" xml:lang="en"> 9470 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541494"></a>9494 <a xmlns="http://www.w3.org/1999/xhtml" id="id620421"></a> 9471 9495 <div class="header">Description:</div> 9472 9496 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9500 9524 <div> 9501 9525 <div class="refsect1" lang="en" xml:lang="en"> 9502 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541570"></a>9526 <a xmlns="http://www.w3.org/1999/xhtml" id="id620497"></a> 9503 9527 <div class="header">Description:</div> 9504 9528 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9520 9544 <div> 9521 9545 <div class="refsect1" lang="en" xml:lang="en"> 9522 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541624"></a>9546 <a xmlns="http://www.w3.org/1999/xhtml" id="id620552"></a> 9523 9547 <div class="header">Description:</div> 9524 9548 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9540 9564 <div> 9541 9565 <div class="refsect1" lang="en" xml:lang="en"> 9542 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541679"></a>9566 <a xmlns="http://www.w3.org/1999/xhtml" id="id620606"></a> 9543 9567 <div class="header">Description:</div> 9544 9568 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9577 9601 <div> 9578 9602 <div class="refsect1" lang="en" xml:lang="en"> 9579 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541754"></a>9603 <a xmlns="http://www.w3.org/1999/xhtml" id="id620681"></a> 9580 9604 <div class="header">Description:</div> 9581 9605 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9599 9623 <div> 9600 9624 <div class="refsect1" lang="en" xml:lang="en"> 9601 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541808"></a>9625 <a xmlns="http://www.w3.org/1999/xhtml" id="id620736"></a> 9602 9626 <div class="header">Description:</div> 9603 9627 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9619 9643 <div> 9620 9644 <div class="refsect1" lang="en" xml:lang="en"> 9621 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541862"></a>9645 <a xmlns="http://www.w3.org/1999/xhtml" id="id620789"></a> 9622 9646 <div class="header">Description:</div> 9623 9647 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9645 9669 <div> 9646 9670 <div class="refsect1" lang="en" xml:lang="en"> 9647 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541918"></a>9671 <a xmlns="http://www.w3.org/1999/xhtml" id="id620846"></a> 9648 9672 <div class="header">Description:</div> 9649 9673 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9671 9695 <div> 9672 9696 <div class="refsect1" lang="en" xml:lang="en"> 9673 <a xmlns="http://www.w3.org/1999/xhtml" id="id 541983"></a>9697 <a xmlns="http://www.w3.org/1999/xhtml" id="id620910"></a> 9674 9698 <div class="header">Description:</div> 9675 9699 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9691 9715 <div> 9692 9716 <div class="refsect1" lang="en" xml:lang="en"> 9693 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542037"></a>9717 <a xmlns="http://www.w3.org/1999/xhtml" id="id620965"></a> 9694 9718 <div class="header">Description:</div> 9695 9719 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9718 9742 <div> 9719 9743 <div class="refsect1" lang="en" xml:lang="en"> 9720 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542095"></a>9744 <a xmlns="http://www.w3.org/1999/xhtml" id="id621022"></a> 9721 9745 <div class="header">Description:</div> 9722 9746 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9743 9767 <div> 9744 9768 <div class="refsect1" lang="en" xml:lang="en"> 9745 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542151"></a>9769 <a xmlns="http://www.w3.org/1999/xhtml" id="id621078"></a> 9746 9770 <div class="header">Description:</div> 9747 9771 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9766 9790 <div> 9767 9791 <div class="refsect1" lang="en" xml:lang="en"> 9768 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542218"></a>9792 <a xmlns="http://www.w3.org/1999/xhtml" id="id621145"></a> 9769 9793 <div class="header">Description:</div> 9770 9794 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9790 9814 <div> 9791 9815 <div class="refsect1" lang="en" xml:lang="en"> 9792 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542274"></a>9816 <a xmlns="http://www.w3.org/1999/xhtml" id="id621201"></a> 9793 9817 <div class="header">Description:</div> 9794 9818 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9810 9834 <div> 9811 9835 <div class="refsect1" lang="en" xml:lang="en"> 9812 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542327"></a>9836 <a xmlns="http://www.w3.org/1999/xhtml" id="id621255"></a> 9813 9837 <div class="header">Description:</div> 9814 9838 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9846 9870 <div> 9847 9871 <div class="refsect1" lang="en" xml:lang="en"> 9848 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542395"></a>9872 <a xmlns="http://www.w3.org/1999/xhtml" id="id621322"></a> 9849 9873 <div class="header">Description:</div> 9850 9874 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9866 9890 <div> 9867 9891 <div class="refsect1" lang="en" xml:lang="en"> 9868 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542449"></a>9892 <a xmlns="http://www.w3.org/1999/xhtml" id="id621376"></a> 9869 9893 <div class="header">Description:</div> 9870 9894 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9892 9916 <div> 9893 9917 <div class="refsect1" lang="en" xml:lang="en"> 9894 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542506"></a>9918 <a xmlns="http://www.w3.org/1999/xhtml" id="id621433"></a> 9895 9919 <div class="header">Description:</div> 9896 9920 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9912 9936 <div> 9913 9937 <div class="refsect1" lang="en" xml:lang="en"> 9914 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542560"></a>9938 <a xmlns="http://www.w3.org/1999/xhtml" id="id621487"></a> 9915 9939 <div class="header">Description:</div> 9916 9940 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9938 9962 <div> 9939 9963 <div class="refsect1" lang="en" xml:lang="en"> 9940 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542620"></a>9964 <a xmlns="http://www.w3.org/1999/xhtml" id="id621547"></a> 9941 9965 <div class="header">Description:</div> 9942 9966 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9961 9985 <div> 9962 9986 <div class="refsect1" lang="en" xml:lang="en"> 9963 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542675"></a>9987 <a xmlns="http://www.w3.org/1999/xhtml" id="id621603"></a> 9964 9988 <div class="header">Description:</div> 9965 9989 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9985 10009 <div> 9986 10010 <div class="refsect1" lang="en" xml:lang="en"> 9987 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542731"></a>10011 <a xmlns="http://www.w3.org/1999/xhtml" id="id621658"></a> 9988 10012 <div class="header">Description:</div> 9989 10013 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10008 10032 <div> 10009 10033 <div class="refsect1" lang="en" xml:lang="en"> 10010 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542798"></a>10034 <a xmlns="http://www.w3.org/1999/xhtml" id="id621725"></a> 10011 10035 <div class="header">Description:</div> 10012 10036 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10032 10056 <div> 10033 10057 <div class="refsect1" lang="en" xml:lang="en"> 10034 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542859"></a>10058 <a xmlns="http://www.w3.org/1999/xhtml" id="id621786"></a> 10035 10059 <div class="header">Description:</div> 10036 10060 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10055 10079 <div> 10056 10080 <div class="refsect1" lang="en" xml:lang="en"> 10057 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542915"></a>10081 <a xmlns="http://www.w3.org/1999/xhtml" id="id621842"></a> 10058 10082 <div class="header">Description:</div> 10059 10083 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10075 10099 <div> 10076 10100 <div class="refsect1" lang="en" xml:lang="en"> 10077 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542969"></a>10101 <a xmlns="http://www.w3.org/1999/xhtml" id="id621896"></a> 10078 10102 <div class="header">Description:</div> 10079 10103 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10169 10193 <div> 10170 10194 <div class="refsect1" lang="en" xml:lang="en"> 10171 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543120"></a>10195 <a xmlns="http://www.w3.org/1999/xhtml" id="id622047"></a> 10172 10196 <div class="header">Description:</div> 10173 10197 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10196 10220 <div> 10197 10221 <div class="refsect1" lang="en" xml:lang="en"> 10198 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543178"></a>10222 <a xmlns="http://www.w3.org/1999/xhtml" id="id622105"></a> 10199 10223 <div class="header">Description:</div> 10200 10224 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10220 10244 <div> 10221 10245 <div class="refsect1" lang="en" xml:lang="en"> 10222 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543234"></a>10246 <a xmlns="http://www.w3.org/1999/xhtml" id="id622161"></a> 10223 10247 <div class="header">Description:</div> 10224 10248 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10243 10267 <div> 10244 10268 <div class="refsect1" lang="en" xml:lang="en"> 10245 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543289"></a>10269 <a xmlns="http://www.w3.org/1999/xhtml" id="id622216"></a> 10246 10270 <div class="header">Description:</div> 10247 10271 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10266 10290 <div> 10267 10291 <div class="refsect1" lang="en" xml:lang="en"> 10268 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543344"></a>10292 <a xmlns="http://www.w3.org/1999/xhtml" id="id622271"></a> 10269 10293 <div class="header">Description:</div> 10270 10294 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10292 10316 <div> 10293 10317 <div class="refsect1" lang="en" xml:lang="en"> 10294 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543400"></a>10318 <a xmlns="http://www.w3.org/1999/xhtml" id="id622328"></a> 10295 10319 <div class="header">Description:</div> 10296 10320 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10318 10342 <div> 10319 10343 <div class="refsect1" lang="en" xml:lang="en"> 10320 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543458"></a>10344 <a xmlns="http://www.w3.org/1999/xhtml" id="id622385"></a> 10321 10345 <div class="header">Description:</div> 10322 10346 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10347 10371 <div> 10348 10372 <div class="refsect1" lang="en" xml:lang="en"> 10349 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543517"></a>10373 <a xmlns="http://www.w3.org/1999/xhtml" id="id622444"></a> 10350 10374 <div class="header">Description:</div> 10351 10375 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10370 10394 <div> 10371 10395 <div class="refsect1" lang="en" xml:lang="en"> 10372 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543573"></a>10396 <a xmlns="http://www.w3.org/1999/xhtml" id="id622500"></a> 10373 10397 <div class="header">Description:</div> 10374 10398 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10420 10444 <div> 10421 10445 <div class="refsect1" lang="en" xml:lang="en"> 10422 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543661"></a>10446 <a xmlns="http://www.w3.org/1999/xhtml" id="id622588"></a> 10423 10447 <div class="header">Description:</div> 10424 10448 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10440 10464 <div> 10441 10465 <div class="refsect1" lang="en" xml:lang="en"> 10442 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543714"></a>10466 <a xmlns="http://www.w3.org/1999/xhtml" id="id622642"></a> 10443 10467 <div class="header">Description:</div> 10444 10468 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10460 10484 <div> 10461 10485 <div class="refsect1" lang="en" xml:lang="en"> 10462 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543769"></a>10486 <a xmlns="http://www.w3.org/1999/xhtml" id="id622696"></a> 10463 10487 <div class="header">Description:</div> 10464 10488 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10485 10509 <div> 10486 10510 <div class="refsect1" lang="en" xml:lang="en"> 10487 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543832"></a>10511 <a xmlns="http://www.w3.org/1999/xhtml" id="id622759"></a> 10488 10512 <div class="header">Description:</div> 10489 10513 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10512 10536 <div> 10513 10537 <div class="refsect1" lang="en" xml:lang="en"> 10514 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543893"></a>10538 <a xmlns="http://www.w3.org/1999/xhtml" id="id622821"></a> 10515 10539 <div class="header">Description:</div> 10516 10540 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10538 10562 <div> 10539 10563 <div class="refsect1" lang="en" xml:lang="en"> 10540 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543950"></a>10564 <a xmlns="http://www.w3.org/1999/xhtml" id="id622877"></a> 10541 10565 <div class="header">Description:</div> 10542 10566 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10563 10587 <div> 10564 10588 <div class="refsect1" lang="en" xml:lang="en"> 10565 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544007"></a>10589 <a xmlns="http://www.w3.org/1999/xhtml" id="id622934"></a> 10566 10590 <div class="header">Description:</div> 10567 10591 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10588 10612 <div> 10589 10613 <div class="refsect1" lang="en" xml:lang="en"> 10590 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544064"></a>10614 <a xmlns="http://www.w3.org/1999/xhtml" id="id622991"></a> 10591 10615 <div class="header">Description:</div> 10592 10616 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10647 10671 <div> 10648 10672 <div class="refsect1" lang="en" xml:lang="en"> 10649 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544176"></a>10673 <a xmlns="http://www.w3.org/1999/xhtml" id="id623103"></a> 10650 10674 <div class="header">Description:</div> 10651 10675 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10670 10694 <div> 10671 10695 <div class="refsect1" lang="en" xml:lang="en"> 10672 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544231"></a>10696 <a xmlns="http://www.w3.org/1999/xhtml" id="id623158"></a> 10673 10697 <div class="header">Description:</div> 10674 10698 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10697 10721 <div> 10698 10722 <div class="refsect1" lang="en" xml:lang="en"> 10699 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544294"></a>10723 <a xmlns="http://www.w3.org/1999/xhtml" id="id623221"></a> 10700 10724 <div class="header">Description:</div> 10701 10725 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10721 10745 <div> 10722 10746 <div class="refsect1" lang="en" xml:lang="en"> 10723 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544354"></a>10747 <a xmlns="http://www.w3.org/1999/xhtml" id="id623282"></a> 10724 10748 <div class="header">Description:</div> 10725 10749 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10741 10765 <div> 10742 10766 <div class="refsect1" lang="en" xml:lang="en"> 10743 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544408"></a>10767 <a xmlns="http://www.w3.org/1999/xhtml" id="id623335"></a> 10744 10768 <div class="header">Description:</div> 10745 10769 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10764 10788 <div> 10765 10789 <div class="refsect1" lang="en" xml:lang="en"> 10766 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544464"></a>10790 <a xmlns="http://www.w3.org/1999/xhtml" id="id623391"></a> 10767 10791 <div class="header">Description:</div> 10768 10792 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10793 10817 <div> 10794 10818 <div class="refsect1" lang="en" xml:lang="en"> 10795 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544524"></a>10819 <a xmlns="http://www.w3.org/1999/xhtml" id="id623451"></a> 10796 10820 <div class="header">Description:</div> 10797 10821 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10813 10837 <div> 10814 10838 <div class="refsect1" lang="en" xml:lang="en"> 10815 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544578"></a>10839 <a xmlns="http://www.w3.org/1999/xhtml" id="id623506"></a> 10816 10840 <div class="header">Description:</div> 10817 10841 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10833 10857 <div> 10834 10858 <div class="refsect1" lang="en" xml:lang="en"> 10835 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544633"></a>10859 <a xmlns="http://www.w3.org/1999/xhtml" id="id623560"></a> 10836 10860 <div class="header">Description:</div> 10837 10861 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10853 10877 <div> 10854 10878 <div class="refsect1" lang="en" xml:lang="en"> 10855 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544687"></a>10879 <a xmlns="http://www.w3.org/1999/xhtml" id="id623614"></a> 10856 10880 <div class="header">Description:</div> 10857 10881 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10873 10897 <div> 10874 10898 <div class="refsect1" lang="en" xml:lang="en"> 10875 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544741"></a>10899 <a xmlns="http://www.w3.org/1999/xhtml" id="id623668"></a> 10876 10900 <div class="header">Description:</div> 10877 10901 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10893 10917 <div> 10894 10918 <div class="refsect1" lang="en" xml:lang="en"> 10895 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544795"></a>10919 <a xmlns="http://www.w3.org/1999/xhtml" id="id623722"></a> 10896 10920 <div class="header">Description:</div> 10897 10921 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10918 10942 <div> 10919 10943 <div class="refsect1" lang="en" xml:lang="en"> 10920 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544852"></a>10944 <a xmlns="http://www.w3.org/1999/xhtml" id="id623779"></a> 10921 10945 <div class="header">Description:</div> 10922 10946 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10938 10962 <div> 10939 10963 <div class="refsect1" lang="en" xml:lang="en"> 10940 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544906"></a>10964 <a xmlns="http://www.w3.org/1999/xhtml" id="id623833"></a> 10941 10965 <div class="header">Description:</div> 10942 10966 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10958 10982 <div> 10959 10983 <div class="refsect1" lang="en" xml:lang="en"> 10960 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544960"></a>10984 <a xmlns="http://www.w3.org/1999/xhtml" id="id623888"></a> 10961 10985 <div class="header">Description:</div> 10962 10986 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10978 11002 <div> 10979 11003 <div class="refsect1" lang="en" xml:lang="en"> 10980 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545015"></a>11004 <a xmlns="http://www.w3.org/1999/xhtml" id="id623942"></a> 10981 11005 <div class="header">Description:</div> 10982 11006 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11001 11025 <div> 11002 11026 <div class="refsect1" lang="en" xml:lang="en"> 11003 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545070"></a>11027 <a xmlns="http://www.w3.org/1999/xhtml" id="id623997"></a> 11004 11028 <div class="header">Description:</div> 11005 11029 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11024 11048 <div> 11025 11049 <div class="refsect1" lang="en" xml:lang="en"> 11026 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545125"></a>11050 <a xmlns="http://www.w3.org/1999/xhtml" id="id624052"></a> 11027 11051 <div class="header">Description:</div> 11028 11052 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11044 11068 <div> 11045 11069 <div class="refsect1" lang="en" xml:lang="en"> 11046 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545179"></a>11070 <a xmlns="http://www.w3.org/1999/xhtml" id="id624107"></a> 11047 11071 <div class="header">Description:</div> 11048 11072 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11084 11108 <div> 11085 11109 <div class="refsect1" lang="en" xml:lang="en"> 11086 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545271"></a>11110 <a xmlns="http://www.w3.org/1999/xhtml" id="id624198"></a> 11087 11111 <div class="header">Description:</div> 11088 11112 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11112 11136 <div> 11113 11137 <div class="refsect1" lang="en" xml:lang="en"> 11114 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545334"></a>11138 <a xmlns="http://www.w3.org/1999/xhtml" id="id624261"></a> 11115 11139 <div class="header">Description:</div> 11116 11140 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11132 11156 <div> 11133 11157 <div class="refsect1" lang="en" xml:lang="en"> 11134 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545389"></a>11158 <a xmlns="http://www.w3.org/1999/xhtml" id="id624316"></a> 11135 11159 <div class="header">Description:</div> 11136 11160 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11240 11264 <div> 11241 11265 <div class="refsect1" lang="en" xml:lang="en"> 11242 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545542"></a>11266 <a xmlns="http://www.w3.org/1999/xhtml" id="id624469"></a> 11243 11267 <div class="header">Description:</div> 11244 11268 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11264 11288 <div> 11265 11289 <div class="refsect1" lang="en" xml:lang="en"> 11266 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545598"></a>11290 <a xmlns="http://www.w3.org/1999/xhtml" id="id624526"></a> 11267 11291 <div class="header">Description:</div> 11268 11292 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11294 11318 <div> 11295 11319 <div class="refsect1" lang="en" xml:lang="en"> 11296 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545663"></a>11320 <a xmlns="http://www.w3.org/1999/xhtml" id="id624590"></a> 11297 11321 <div class="header">Description:</div> 11298 11322 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11316 11340 <div> 11317 11341 <div class="refsect1" lang="en" xml:lang="en"> 11318 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545717"></a>11342 <a xmlns="http://www.w3.org/1999/xhtml" id="id624645"></a> 11319 11343 <div class="header">Description:</div> 11320 11344 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11338 11362 <div> 11339 11363 <div class="refsect1" lang="en" xml:lang="en"> 11340 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545772"></a>11364 <a xmlns="http://www.w3.org/1999/xhtml" id="id624699"></a> 11341 11365 <div class="header">Description:</div> 11342 11366 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11361 11385 <div> 11362 11386 <div class="refsect1" lang="en" xml:lang="en"> 11363 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545827"></a>11387 <a xmlns="http://www.w3.org/1999/xhtml" id="id624755"></a> 11364 11388 <div class="header">Description:</div> 11365 11389 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11384 11408 <div> 11385 11409 <div class="refsect1" lang="en" xml:lang="en"> 11386 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545887"></a>11410 <a xmlns="http://www.w3.org/1999/xhtml" id="id624814"></a> 11387 11411 <div class="header">Description:</div> 11388 11412 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11429 11453 <div> 11430 11454 <div class="refsect1" lang="en" xml:lang="en"> 11431 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545971"></a>11455 <a xmlns="http://www.w3.org/1999/xhtml" id="id624899"></a> 11432 11456 <div class="header">Description:</div> 11433 11457 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11487 11511 <div> 11488 11512 <div class="refsect1" lang="en" xml:lang="en"> 11489 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546171"></a>11513 <a xmlns="http://www.w3.org/1999/xhtml" id="id625098"></a> 11490 11514 <div class="header">Description:</div> 11491 11515 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11509 11533 <div> 11510 11534 <div class="refsect1" lang="en" xml:lang="en"> 11511 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546226"></a>11535 <a xmlns="http://www.w3.org/1999/xhtml" id="id625153"></a> 11512 11536 <div class="header">Description:</div> 11513 11537 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11536 11560 <div> 11537 11561 <div class="refsect1" lang="en" xml:lang="en"> 11538 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546283"></a>11562 <a xmlns="http://www.w3.org/1999/xhtml" id="id625210"></a> 11539 11563 <div class="header">Description:</div> 11540 11564 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11558 11582 <div> 11559 11583 <div class="refsect1" lang="en" xml:lang="en"> 11560 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546338"></a>11584 <a xmlns="http://www.w3.org/1999/xhtml" id="id625265"></a> 11561 11585 <div class="header">Description:</div> 11562 11586 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11583 11607 <div> 11584 11608 <div class="refsect1" lang="en" xml:lang="en"> 11585 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546398"></a>11609 <a xmlns="http://www.w3.org/1999/xhtml" id="id625325"></a> 11586 11610 <div class="header">Description:</div> 11587 11611 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11757 11781 <div> 11758 11782 <div class="refsect1" lang="en" xml:lang="en"> 11759 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546709"></a>11783 <a xmlns="http://www.w3.org/1999/xhtml" id="id625636"></a> 11760 11784 <div class="header">Description:</div> 11761 11785 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11781 11805 <div> 11782 11806 <div class="refsect1" lang="en" xml:lang="en"> 11783 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546764"></a>11807 <a xmlns="http://www.w3.org/1999/xhtml" id="id625692"></a> 11784 11808 <div class="header">Description:</div> 11785 11809 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11818 11842 <div> 11819 11843 <div class="refsect1" lang="en" xml:lang="en"> 11820 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546839"></a>11844 <a xmlns="http://www.w3.org/1999/xhtml" id="id625766"></a> 11821 11845 <div class="header">Description:</div> 11822 11846 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11861 11885 <div> 11862 11886 <div class="refsect1" lang="en" xml:lang="en"> 11863 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546991"></a>11887 <a xmlns="http://www.w3.org/1999/xhtml" id="id625918"></a> 11864 11888 <div class="header">Description:</div> 11865 11889 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11900 11924 <div> 11901 11925 <div class="refsect1" lang="en" xml:lang="en"> 11902 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547125"></a>11926 <a xmlns="http://www.w3.org/1999/xhtml" id="id626052"></a> 11903 11927 <div class="header">Description:</div> 11904 11928 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11920 11944 <div> 11921 11945 <div class="refsect1" lang="en" xml:lang="en"> 11922 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547183"></a>11946 <a xmlns="http://www.w3.org/1999/xhtml" id="id626110"></a> 11923 11947 <div class="header">Description:</div> 11924 11948 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11940 11964 <div> 11941 11965 <div class="refsect1" lang="en" xml:lang="en"> 11942 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547240"></a>11966 <a xmlns="http://www.w3.org/1999/xhtml" id="id626167"></a> 11943 11967 <div class="header">Description:</div> 11944 11968 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11964 11988 <div> 11965 11989 <div class="refsect1" lang="en" xml:lang="en"> 11966 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547296"></a>11990 <a xmlns="http://www.w3.org/1999/xhtml" id="id626224"></a> 11967 11991 <div class="header">Description:</div> 11968 11992 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11987 12011 <div> 11988 12012 <div class="refsect1" lang="en" xml:lang="en"> 11989 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547351"></a>12013 <a xmlns="http://www.w3.org/1999/xhtml" id="id626278"></a> 11990 12014 <div class="header">Description:</div> 11991 12015 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12007 12031 <div> 12008 12032 <div class="refsect1" lang="en" xml:lang="en"> 12009 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547406"></a>12033 <a xmlns="http://www.w3.org/1999/xhtml" id="id626333"></a> 12010 12034 <div class="header">Description:</div> 12011 12035 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12030 12054 <div> 12031 12055 <div class="refsect1" lang="en" xml:lang="en"> 12032 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547465"></a>12056 <a xmlns="http://www.w3.org/1999/xhtml" id="id626392"></a> 12033 12057 <div class="header">Description:</div> 12034 12058 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12056 12080 <div> 12057 12081 <div class="refsect1" lang="en" xml:lang="en"> 12058 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547524"></a>12082 <a xmlns="http://www.w3.org/1999/xhtml" id="id626452"></a> 12059 12083 <div class="header">Description:</div> 12060 12084 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12079 12103 <div> 12080 12104 <div class="refsect1" lang="en" xml:lang="en"> 12081 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547583"></a>12105 <a xmlns="http://www.w3.org/1999/xhtml" id="id626511"></a> 12082 12106 <div class="header">Description:</div> 12083 12107 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12099 12123 <div> 12100 12124 <div class="refsect1" lang="en" xml:lang="en"> 12101 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547638"></a>12125 <a xmlns="http://www.w3.org/1999/xhtml" id="id626565"></a> 12102 12126 <div class="header">Description:</div> 12103 12127 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12156 12180 <div> 12157 12181 <div class="refsect1" lang="en" xml:lang="en"> 12158 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547725"></a>12182 <a xmlns="http://www.w3.org/1999/xhtml" id="id626652"></a> 12159 12183 <div class="header">Description:</div> 12160 12184 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12176 12200 <div> 12177 12201 <div class="refsect1" lang="en" xml:lang="en"> 12178 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547779"></a>12202 <a xmlns="http://www.w3.org/1999/xhtml" id="id626706"></a> 12179 12203 <div class="header">Description:</div> 12180 12204 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12208 12232 <div> 12209 12233 <div class="refsect1" lang="en" xml:lang="en"> 12210 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547845"></a>12234 <a xmlns="http://www.w3.org/1999/xhtml" id="id626772"></a> 12211 12235 <div class="header">Description:</div> 12212 12236 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12291 12315 <div> 12292 12316 <div class="refsect1" lang="en" xml:lang="en"> 12293 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547988"></a>12317 <a xmlns="http://www.w3.org/1999/xhtml" id="id626916"></a> 12294 12318 <div class="header">Description:</div> 12295 12319 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12315 12339 <div> 12316 12340 <div class="refsect1" lang="en" xml:lang="en"> 12317 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548055"></a>12341 <a xmlns="http://www.w3.org/1999/xhtml" id="id626982"></a> 12318 12342 <div class="header">Description:</div> 12319 12343 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12347 12371 <div> 12348 12372 <div class="refsect1" lang="en" xml:lang="en"> 12349 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548134"></a>12373 <a xmlns="http://www.w3.org/1999/xhtml" id="id627062"></a> 12350 12374 <div class="header">Description:</div> 12351 12375 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12376 12400 <div> 12377 12401 <div class="refsect1" lang="en" xml:lang="en"> 12378 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548206"></a>12402 <a xmlns="http://www.w3.org/1999/xhtml" id="id627133"></a> 12379 12403 <div class="header">Description:</div> 12380 12404 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12398 12422 <div> 12399 12423 <div class="refsect1" lang="en" xml:lang="en"> 12400 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548263"></a>12424 <a xmlns="http://www.w3.org/1999/xhtml" id="id627190"></a> 12401 12425 <div class="header">Description:</div> 12402 12426 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12418 12442 <div> 12419 12443 <div class="refsect1" lang="en" xml:lang="en"> 12420 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548319"></a>12444 <a xmlns="http://www.w3.org/1999/xhtml" id="id627246"></a> 12421 12445 <div class="header">Description:</div> 12422 12446 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12438 12462 <div> 12439 12463 <div class="refsect1" lang="en" xml:lang="en"> 12440 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548375"></a>12464 <a xmlns="http://www.w3.org/1999/xhtml" id="id627303"></a> 12441 12465 <div class="header">Description:</div> 12442 12466 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12520 12544 <div> 12521 12545 <div class="refsect1" lang="en" xml:lang="en"> 12522 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548490"></a>12546 <a xmlns="http://www.w3.org/1999/xhtml" id="id627417"></a> 12523 12547 <div class="header">Description:</div> 12524 12548 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12627 12651 <div> 12628 12652 <div class="refsect1" lang="en" xml:lang="en"> 12629 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548656"></a>12653 <a xmlns="http://www.w3.org/1999/xhtml" id="id627583"></a> 12630 12654 <div class="header">Description:</div> 12631 12655 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12672 12696 <div> 12673 12697 <div class="refsect1" lang="en" xml:lang="en"> 12674 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548790"></a>12698 <a xmlns="http://www.w3.org/1999/xhtml" id="id627718"></a> 12675 12699 <div class="header">Description:</div> 12676 12700 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12697 12721 <div> 12698 12722 <div class="refsect1" lang="en" xml:lang="en"> 12699 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548853"></a>12723 <a xmlns="http://www.w3.org/1999/xhtml" id="id627780"></a> 12700 12724 <div class="header">Description:</div> 12701 12725 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12729 12753 <div> 12730 12754 <div class="refsect1" lang="en" xml:lang="en"> 12731 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548930"></a>12755 <a xmlns="http://www.w3.org/1999/xhtml" id="id627858"></a> 12732 12756 <div class="header">Description:</div> 12733 12757 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12772 12796 <div> 12773 12797 <div class="refsect1" lang="en" xml:lang="en"> 12774 <a xmlns="http://www.w3.org/1999/xhtml" id="id 549074"></a>12798 <a xmlns="http://www.w3.org/1999/xhtml" id="id628002"></a> 12775 12799 <div class="header">Description:</div> 12776 12800 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12833 12857 <div> 12834 12858 <div class="refsect1" lang="en" xml:lang="en"> 12835 <a xmlns="http://www.w3.org/1999/xhtml" id="id 549168"></a>12859 <a xmlns="http://www.w3.org/1999/xhtml" id="id628095"></a> 12836 12860 <div class="header">Description:</div> 12837 12861 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12912 12936 <div> 12913 12937 <div class="refsect1" lang="en" xml:lang="en"> 12914 <a xmlns="http://www.w3.org/1999/xhtml" id="id 549291"></a>12938 <a xmlns="http://www.w3.org/1999/xhtml" id="id628218"></a> 12915 12939 <div class="header">Description:</div> 12916 12940 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12971 12995 <div> 12972 12996 <div class="refsect1" lang="en" xml:lang="en"> 12973 <a xmlns="http://www.w3.org/1999/xhtml" id="id 549383"></a>12997 <a xmlns="http://www.w3.org/1999/xhtml" id="id628310"></a> 12974 12998 <div class="header">Description:</div> 12975 12999 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13068 13092 <div> 13069 13093 <div class="refsect1" lang="en" xml:lang="en"> 13070 <a xmlns="http://www.w3.org/1999/xhtml" id="id 549522"></a>13094 <a xmlns="http://www.w3.org/1999/xhtml" id="id628449"></a> 13071 13095 <div class="header">Description:</div> 13072 13096 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13091 13115 <div> 13092 13116 <div class="refsect1" lang="en" xml:lang="en"> 13093 <a xmlns="http://www.w3.org/1999/xhtml" id="id 549577"></a>13117 <a xmlns="http://www.w3.org/1999/xhtml" id="id628504"></a> 13094 13118 <div class="header">Description:</div> 13095 13119 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13113 13137 <div> 13114 13138 <div class="refsect1" lang="en" xml:lang="en"> 13115 <a xmlns="http://www.w3.org/1999/xhtml" id="id 549631"></a>13139 <a xmlns="http://www.w3.org/1999/xhtml" id="id628558"></a> 13116 13140 <div class="header">Description:</div> 13117 13141 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13147 13171 <div> 13148 13172 <div class="refsect1" lang="en" xml:lang="en"> 13149 <a xmlns="http://www.w3.org/1999/xhtml" id="id 549702"></a>13173 <a xmlns="http://www.w3.org/1999/xhtml" id="id628629"></a> 13150 13174 <div class="header">Description:</div> 13151 13175 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13195 13219 <div> 13196 13220 <div class="refsect1" lang="en" xml:lang="en"> 13197 <a xmlns="http://www.w3.org/1999/xhtml" id="id 549786"></a>13221 <a xmlns="http://www.w3.org/1999/xhtml" id="id628713"></a> 13198 13222 <div class="header">Description:</div> 13199 13223 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13217 13241 <div> 13218 13242 <div class="refsect1" lang="en" xml:lang="en"> 13219 <a xmlns="http://www.w3.org/1999/xhtml" id="id 549841"></a>13243 <a xmlns="http://www.w3.org/1999/xhtml" id="id628768"></a> 13220 13244 <div class="header">Description:</div> 13221 13245 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13237 13261 <div> 13238 13262 <div class="refsect1" lang="en" xml:lang="en"> 13239 <a xmlns="http://www.w3.org/1999/xhtml" id="id 549896"></a>13263 <a xmlns="http://www.w3.org/1999/xhtml" id="id628823"></a> 13240 13264 <div class="header">Description:</div> 13241 13265 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13261 13285 <div> 13262 13286 <div class="refsect1" lang="en" xml:lang="en"> 13263 <a xmlns="http://www.w3.org/1999/xhtml" id="id 549951"></a>13287 <a xmlns="http://www.w3.org/1999/xhtml" id="id628878"></a> 13264 13288 <div class="header">Description:</div> 13265 13289 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13281 13305 <div> 13282 13306 <div class="refsect1" lang="en" xml:lang="en"> 13283 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550006"></a>13307 <a xmlns="http://www.w3.org/1999/xhtml" id="id628933"></a> 13284 13308 <div class="header">Description:</div> 13285 13309 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13306 13330 <div> 13307 13331 <div class="refsect1" lang="en" xml:lang="en"> 13308 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550061"></a>13332 <a xmlns="http://www.w3.org/1999/xhtml" id="id628988"></a> 13309 13333 <div class="header">Description:</div> 13310 13334 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13328 13352 <div> 13329 13353 <div class="refsect1" lang="en" xml:lang="en"> 13330 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550115"></a>13354 <a xmlns="http://www.w3.org/1999/xhtml" id="id629042"></a> 13331 13355 <div class="header">Description:</div> 13332 13356 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13435 13459 <div> 13436 13460 <div class="refsect1" lang="en" xml:lang="en"> 13437 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550282"></a>13461 <a xmlns="http://www.w3.org/1999/xhtml" id="id629210"></a> 13438 13462 <div class="header">Description:</div> 13439 13463 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13467 13491 <div> 13468 13492 <div class="refsect1" lang="en" xml:lang="en"> 13469 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550358"></a>13493 <a xmlns="http://www.w3.org/1999/xhtml" id="id629286"></a> 13470 13494 <div class="header">Description:</div> 13471 13495 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13502 13526 <div> 13503 13527 <div class="refsect1" lang="en" xml:lang="en"> 13504 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550426"></a>13528 <a xmlns="http://www.w3.org/1999/xhtml" id="id629353"></a> 13505 13529 <div class="header">Description:</div> 13506 13530 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13522 13546 <div> 13523 13547 <div class="refsect1" lang="en" xml:lang="en"> 13524 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550480"></a>13548 <a xmlns="http://www.w3.org/1999/xhtml" id="id629408"></a> 13525 13549 <div class="header">Description:</div> 13526 13550 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13544 13568 <div> 13545 13569 <div class="refsect1" lang="en" xml:lang="en"> 13546 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550535"></a>13570 <a xmlns="http://www.w3.org/1999/xhtml" id="id629462"></a> 13547 13571 <div class="header">Description:</div> 13548 13572 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13564 13588 <div> 13565 13589 <div class="refsect1" lang="en" xml:lang="en"> 13566 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550590"></a>13590 <a xmlns="http://www.w3.org/1999/xhtml" id="id629517"></a> 13567 13591 <div class="header">Description:</div> 13568 13592 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13598 13622 <div> 13599 13623 <div class="refsect1" lang="en" xml:lang="en"> 13600 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550657"></a>13624 <a xmlns="http://www.w3.org/1999/xhtml" id="id629584"></a> 13601 13625 <div class="header">Description:</div> 13602 13626 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13621 13645 <div> 13622 13646 <div class="refsect1" lang="en" xml:lang="en"> 13623 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550712"></a>13647 <a xmlns="http://www.w3.org/1999/xhtml" id="id629639"></a> 13624 13648 <div class="header">Description:</div> 13625 13649 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13641 13665 <div> 13642 13666 <div class="refsect1" lang="en" xml:lang="en"> 13643 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550767"></a>13667 <a xmlns="http://www.w3.org/1999/xhtml" id="id629694"></a> 13644 13668 <div class="header">Description:</div> 13645 13669 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13668 13692 <div> 13669 13693 <div class="refsect1" lang="en" xml:lang="en"> 13670 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550824"></a>13694 <a xmlns="http://www.w3.org/1999/xhtml" id="id629752"></a> 13671 13695 <div class="header">Description:</div> 13672 13696 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13688 13712 <div> 13689 13713 <div class="refsect1" lang="en" xml:lang="en"> 13690 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550879"></a>13714 <a xmlns="http://www.w3.org/1999/xhtml" id="id629806"></a> 13691 13715 <div class="header">Description:</div> 13692 13716 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13712 13736 <div> 13713 13737 <div class="refsect1" lang="en" xml:lang="en"> 13714 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550938"></a>13738 <a xmlns="http://www.w3.org/1999/xhtml" id="id629865"></a> 13715 13739 <div class="header">Description:</div> 13716 13740 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13732 13756 <div> 13733 13757 <div class="refsect1" lang="en" xml:lang="en"> 13734 <a xmlns="http://www.w3.org/1999/xhtml" id="id 550996"></a>13758 <a xmlns="http://www.w3.org/1999/xhtml" id="id629924"></a> 13735 13759 <div class="header">Description:</div> 13736 13760 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13762 13786 <div> 13763 13787 <div class="refsect1" lang="en" xml:lang="en"> 13764 <a xmlns="http://www.w3.org/1999/xhtml" id="id 551059"></a>13788 <a xmlns="http://www.w3.org/1999/xhtml" id="id629986"></a> 13765 13789 <div class="header">Description:</div> 13766 13790 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13782 13806 <div> 13783 13807 <div class="refsect1" lang="en" xml:lang="en"> 13784 <a xmlns="http://www.w3.org/1999/xhtml" id="id 551114"></a>13808 <a xmlns="http://www.w3.org/1999/xhtml" id="id630041"></a> 13785 13809 <div class="header">Description:</div> 13786 13810 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13826 13850 <div> 13827 13851 <div class="refsect1" lang="en" xml:lang="en"> 13828 <a xmlns="http://www.w3.org/1999/xhtml" id="id 551193"></a>13852 <a xmlns="http://www.w3.org/1999/xhtml" id="id630120"></a> 13829 13853 <div class="header">Description:</div> 13830 13854 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14066 14090 <div> 14067 14091 <div class="refsect1" lang="en" xml:lang="en"> 14068 <a xmlns="http://www.w3.org/1999/xhtml" id="id 551596"></a>14092 <a xmlns="http://www.w3.org/1999/xhtml" id="id630523"></a> 14069 14093 <div class="header">Description:</div> 14070 14094 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14099 14123 <div> 14100 14124 <div class="refsect1" lang="en" xml:lang="en"> 14101 <a xmlns="http://www.w3.org/1999/xhtml" id="id 551663"></a>14125 <a xmlns="http://www.w3.org/1999/xhtml" id="id630590"></a> 14102 14126 <div class="header">Description:</div> 14103 14127 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14121 14145 <div> 14122 14146 <div class="refsect1" lang="en" xml:lang="en"> 14123 <a xmlns="http://www.w3.org/1999/xhtml" id="id 551718"></a>14147 <a xmlns="http://www.w3.org/1999/xhtml" id="id630645"></a> 14124 14148 <div class="header">Description:</div> 14125 14149 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14152 14176 <div> 14153 14177 <div class="refsect1" lang="en" xml:lang="en"> 14154 <a xmlns="http://www.w3.org/1999/xhtml" id="id 551784"></a>14178 <a xmlns="http://www.w3.org/1999/xhtml" id="id630711"></a> 14155 14179 <div class="header">Description:</div> 14156 14180 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14176 14200 <div> 14177 14201 <div class="refsect1" lang="en" xml:lang="en"> 14178 <a xmlns="http://www.w3.org/1999/xhtml" id="id 551843"></a>14202 <a xmlns="http://www.w3.org/1999/xhtml" id="id630770"></a> 14179 14203 <div class="header">Description:</div> 14180 14204 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14217 14241 <div> 14218 14242 <div class="refsect1" lang="en" xml:lang="en"> 14219 <a xmlns="http://www.w3.org/1999/xhtml" id="id 551926"></a>14243 <a xmlns="http://www.w3.org/1999/xhtml" id="id630853"></a> 14220 14244 <div class="header">Description:</div> 14221 14245 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14304 14328 <div> 14305 14329 <div class="refsect1" lang="en" xml:lang="en"> 14306 <a xmlns="http://www.w3.org/1999/xhtml" id="id 552174"></a>14330 <a xmlns="http://www.w3.org/1999/xhtml" id="id631101"></a> 14307 14331 <div class="header">Description:</div> 14308 14332 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14327 14351 <div> 14328 14352 <div class="refsect1" lang="en" xml:lang="en"> 14329 <a xmlns="http://www.w3.org/1999/xhtml" id="id 552230"></a>14353 <a xmlns="http://www.w3.org/1999/xhtml" id="id631157"></a> 14330 14354 <div class="header">Description:</div> 14331 14355 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14355 14379 <div> 14356 14380 <div class="refsect1" lang="en" xml:lang="en"> 14357 <a xmlns="http://www.w3.org/1999/xhtml" id="id 552291"></a>14381 <a xmlns="http://www.w3.org/1999/xhtml" id="id631218"></a> 14358 14382 <div class="header">Description:</div> 14359 14383 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14378 14402 <div> 14379 14403 <div class="refsect1" lang="en" xml:lang="en"> 14380 <a xmlns="http://www.w3.org/1999/xhtml" id="id 552346"></a>14404 <a xmlns="http://www.w3.org/1999/xhtml" id="id631274"></a> 14381 14405 <div class="header">Description:</div> 14382 14406 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 14398 14422 <div> 14399 14423 <div class="refsect1" lang="en" xml:lang="en"> 14400 <a xmlns="http://www.w3.org/1999/xhtml" id="id 552401"></a>14424 <a xmlns="http://www.w3.org/1999/xhtml" id="id631329"></a> 14401 14425 <div class="header">Description:</div> 14402 14426 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14421 14445 <div> 14422 14446 <div class="refsect1" lang="en" xml:lang="en"> 14423 <a xmlns="http://www.w3.org/1999/xhtml" id="id 552457"></a>14447 <a xmlns="http://www.w3.org/1999/xhtml" id="id631384"></a> 14424 14448 <div class="header">Description:</div> 14425 14449 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14584 14608 <div> 14585 14609 <div class="refsect1" lang="en" xml:lang="en"> 14586 <a xmlns="http://www.w3.org/1999/xhtml" id="id 552720"></a>14610 <a xmlns="http://www.w3.org/1999/xhtml" id="id631647"></a> 14587 14611 <div class="header">Description:</div> 14588 14612 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14606 14630 <div> 14607 14631 <div class="refsect1" lang="en" xml:lang="en"> 14608 <a xmlns="http://www.w3.org/1999/xhtml" id="id 552778"></a>14632 <a xmlns="http://www.w3.org/1999/xhtml" id="id631705"></a> 14609 14633 <div class="header">Description:</div> 14610 14634 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 14626 14650 <div> 14627 14651 <div class="refsect1" lang="en" xml:lang="en"> 14628 <a xmlns="http://www.w3.org/1999/xhtml" id="id 552836"></a>14652 <a xmlns="http://www.w3.org/1999/xhtml" id="id631763"></a> 14629 14653 <div class="header">Description:</div> 14630 14654 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14649 14673 <div> 14650 14674 <div class="refsect1" lang="en" xml:lang="en"> 14651 <a xmlns="http://www.w3.org/1999/xhtml" id="id 552891"></a>14675 <a xmlns="http://www.w3.org/1999/xhtml" id="id631818"></a> 14652 14676 <div class="header">Description:</div> 14653 14677 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14753 14777 <div> 14754 14778 <div class="refsect1" lang="en" xml:lang="en"> 14755 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553067"></a>14779 <a xmlns="http://www.w3.org/1999/xhtml" id="id631994"></a> 14756 14780 <div class="header">Description:</div> 14757 14781 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14781 14805 <div> 14782 14806 <div class="refsect1" lang="en" xml:lang="en"> 14783 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553128"></a>14807 <a xmlns="http://www.w3.org/1999/xhtml" id="id632056"></a> 14784 14808 <div class="header">Description:</div> 14785 14809 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14805 14829 <div> 14806 14830 <div class="refsect1" lang="en" xml:lang="en"> 14807 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553200"></a>14831 <a xmlns="http://www.w3.org/1999/xhtml" id="id632127"></a> 14808 14832 <div class="header">Description:</div> 14809 14833 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14831 14855 <div> 14832 14856 <div class="refsect1" lang="en" xml:lang="en"> 14833 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553266"></a>14857 <a xmlns="http://www.w3.org/1999/xhtml" id="id632194"></a> 14834 14858 <div class="header">Description:</div> 14835 14859 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14857 14881 <div> 14858 14882 <div class="refsect1" lang="en" xml:lang="en"> 14859 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553327"></a>14883 <a xmlns="http://www.w3.org/1999/xhtml" id="id632255"></a> 14860 14884 <div class="header">Description:</div> 14861 14885 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14881 14905 <div> 14882 14906 <div class="refsect1" lang="en" xml:lang="en"> 14883 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553387"></a>14907 <a xmlns="http://www.w3.org/1999/xhtml" id="id632314"></a> 14884 14908 <div class="header">Description:</div> 14885 14909 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14915 14939 <div> 14916 14940 <div class="refsect1" lang="en" xml:lang="en"> 14917 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553454"></a>14941 <a xmlns="http://www.w3.org/1999/xhtml" id="id632381"></a> 14918 14942 <div class="header">Description:</div> 14919 14943 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14938 14962 <div> 14939 14963 <div class="refsect1" lang="en" xml:lang="en"> 14940 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553513"></a>14964 <a xmlns="http://www.w3.org/1999/xhtml" id="id632440"></a> 14941 14965 <div class="header">Description:</div> 14942 14966 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14960 14984 <div> 14961 14985 <div class="refsect1" lang="en" xml:lang="en"> 14962 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553572"></a>14986 <a xmlns="http://www.w3.org/1999/xhtml" id="id632499"></a> 14963 14987 <div class="header">Description:</div> 14964 14988 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14985 15009 <div> 14986 15010 <div class="refsect1" lang="en" xml:lang="en"> 14987 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553632"></a>15011 <a xmlns="http://www.w3.org/1999/xhtml" id="id632560"></a> 14988 15012 <div class="header">Description:</div> 14989 15013 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15012 15036 <div> 15013 15037 <div class="refsect1" lang="en" xml:lang="en"> 15014 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553694"></a>15038 <a xmlns="http://www.w3.org/1999/xhtml" id="id632621"></a> 15015 15039 <div class="header">Description:</div> 15016 15040 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15036 15060 <div> 15037 15061 <div class="refsect1" lang="en" xml:lang="en"> 15038 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553750"></a>15062 <a xmlns="http://www.w3.org/1999/xhtml" id="id632677"></a> 15039 15063 <div class="header">Description:</div> 15040 15064 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15140 15164 <div> 15141 15165 <div class="refsect1" lang="en" xml:lang="en"> 15142 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553922"></a>15166 <a xmlns="http://www.w3.org/1999/xhtml" id="id632849"></a> 15143 15167 <div class="header">Description:</div> 15144 15168 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15178 15202 <div> 15179 15203 <div class="refsect1" lang="en" xml:lang="en"> 15180 <a xmlns="http://www.w3.org/1999/xhtml" id="id 553998"></a>15204 <a xmlns="http://www.w3.org/1999/xhtml" id="id632925"></a> 15181 15205 <div class="header">Description:</div> 15182 15206 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15253 15277 <div> 15254 15278 <div class="refsect1" lang="en" xml:lang="en"> 15255 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554226"></a>15279 <a xmlns="http://www.w3.org/1999/xhtml" id="id633154"></a> 15256 15280 <div class="header">Description:</div> 15257 15281 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15275 15299 <div> 15276 15300 <div class="refsect1" lang="en" xml:lang="en"> 15277 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554281"></a>15301 <a xmlns="http://www.w3.org/1999/xhtml" id="id633209"></a> 15278 15302 <div class="header">Description:</div> 15279 15303 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15298 15322 <div> 15299 15323 <div class="refsect1" lang="en" xml:lang="en"> 15300 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554337"></a>15324 <a xmlns="http://www.w3.org/1999/xhtml" id="id633264"></a> 15301 15325 <div class="header">Description:</div> 15302 15326 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15324 15348 <div> 15325 15349 <div class="refsect1" lang="en" xml:lang="en"> 15326 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554397"></a>15350 <a xmlns="http://www.w3.org/1999/xhtml" id="id633325"></a> 15327 15351 <div class="header">Description:</div> 15328 15352 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15395 15419 <div> 15396 15420 <div class="refsect1" lang="en" xml:lang="en"> 15397 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554501"></a>15421 <a xmlns="http://www.w3.org/1999/xhtml" id="id633429"></a> 15398 15422 <div class="header">Description:</div> 15399 15423 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15419 15443 <div> 15420 15444 <div class="refsect1" lang="en" xml:lang="en"> 15421 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554558"></a>15445 <a xmlns="http://www.w3.org/1999/xhtml" id="id633485"></a> 15422 15446 <div class="header">Description:</div> 15423 15447 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15444 15468 <div> 15445 15469 <div class="refsect1" lang="en" xml:lang="en"> 15446 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554618"></a>15470 <a xmlns="http://www.w3.org/1999/xhtml" id="id633545"></a> 15447 15471 <div class="header">Description:</div> 15448 15472 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15486 15510 <div> 15487 15511 <div class="refsect1" lang="en" xml:lang="en"> 15488 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554692"></a>15512 <a xmlns="http://www.w3.org/1999/xhtml" id="id633620"></a> 15489 15513 <div class="header">Description:</div> 15490 15514 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15508 15532 <div> 15509 15533 <div class="refsect1" lang="en" xml:lang="en"> 15510 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554748"></a>15534 <a xmlns="http://www.w3.org/1999/xhtml" id="id633675"></a> 15511 15535 <div class="header">Description:</div> 15512 15536 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15528 15552 <div> 15529 15553 <div class="refsect1" lang="en" xml:lang="en"> 15530 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554803"></a>15554 <a xmlns="http://www.w3.org/1999/xhtml" id="id633730"></a> 15531 15555 <div class="header">Description:</div> 15532 15556 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15548 15572 <div> 15549 15573 <div class="refsect1" lang="en" xml:lang="en"> 15550 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554858"></a>15574 <a xmlns="http://www.w3.org/1999/xhtml" id="id633785"></a> 15551 15575 <div class="header">Description:</div> 15552 15576 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15572 15596 <div> 15573 15597 <div class="refsect1" lang="en" xml:lang="en"> 15574 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554914"></a>15598 <a xmlns="http://www.w3.org/1999/xhtml" id="id633842"></a> 15575 15599 <div class="header">Description:</div> 15576 15600 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15624 15648 <div> 15625 15649 <div class="refsect1" lang="en" xml:lang="en"> 15626 <a xmlns="http://www.w3.org/1999/xhtml" id="id 555003"></a>15650 <a xmlns="http://www.w3.org/1999/xhtml" id="id633930"></a> 15627 15651 <div class="header">Description:</div> 15628 15652 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15646 15670 <div> 15647 15671 <div class="refsect1" lang="en" xml:lang="en"> 15648 <a xmlns="http://www.w3.org/1999/xhtml" id="id 555061"></a>15672 <a xmlns="http://www.w3.org/1999/xhtml" id="id633989"></a> 15649 15673 <div class="header">Description:</div> 15650 15674 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15666 15690 <div> 15667 15691 <div class="refsect1" lang="en" xml:lang="en"> 15668 <a xmlns="http://www.w3.org/1999/xhtml" id="id 555116"></a>15692 <a xmlns="http://www.w3.org/1999/xhtml" id="id634043"></a> 15669 15693 <div class="header">Description:</div> 15670 15694 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15699 15723 <div> 15700 15724 <div class="refsect1" lang="en" xml:lang="en"> 15701 <a xmlns="http://www.w3.org/1999/xhtml" id="id 555182"></a>15725 <a xmlns="http://www.w3.org/1999/xhtml" id="id634109"></a> 15702 15726 <div class="header">Description:</div> 15703 15727 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15719 15743 <div> 15720 15744 <div class="refsect1" lang="en" xml:lang="en"> 15721 <a xmlns="http://www.w3.org/1999/xhtml" id="id 555236"></a>15745 <a xmlns="http://www.w3.org/1999/xhtml" id="id634163"></a> 15722 15746 <div class="header">Description:</div> 15723 15747 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15739 15763 <div> 15740 15764 <div class="refsect1" lang="en" xml:lang="en"> 15741 <a xmlns="http://www.w3.org/1999/xhtml" id="id 555291"></a>15765 <a xmlns="http://www.w3.org/1999/xhtml" id="id634219"></a> 15742 15766 <div class="header">Description:</div> 15743 15767 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15824 15848 <div> 15825 15849 <div class="refsect1" lang="en" xml:lang="en"> 15826 <a xmlns="http://www.w3.org/1999/xhtml" id="id 555426"></a>15850 <a xmlns="http://www.w3.org/1999/xhtml" id="id634353"></a> 15827 15851 <div class="header">Description:</div> 15828 15852 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15844 15868 <div> 15845 15869 <div class="refsect1" lang="en" xml:lang="en"> 15846 <a xmlns="http://www.w3.org/1999/xhtml" id="id 555480"></a>15870 <a xmlns="http://www.w3.org/1999/xhtml" id="id634408"></a> 15847 15871 <div class="header">Description:</div> 15848 15872 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15960 15984 <div> 15961 15985 <div class="refsect1" lang="en" xml:lang="en"> 15962 <a xmlns="http://www.w3.org/1999/xhtml" id="id 555657"></a>15986 <a xmlns="http://www.w3.org/1999/xhtml" id="id634585"></a> 15963 15987 <div class="header">Description:</div> 15964 15988 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16006 16030 <div> 16007 16031 <div class="refsect1" lang="en" xml:lang="en"> 16008 <a xmlns="http://www.w3.org/1999/xhtml" id="id 555736"></a>16032 <a xmlns="http://www.w3.org/1999/xhtml" id="id634663"></a> 16009 16033 <div class="header">Description:</div> 16010 16034 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16029 16053 <div> 16030 16054 <div class="refsect1" lang="en" xml:lang="en"> 16031 <a xmlns="http://www.w3.org/1999/xhtml" id="id 555796"></a>16055 <a xmlns="http://www.w3.org/1999/xhtml" id="id634724"></a> 16032 16056 <div class="header">Description:</div> 16033 16057 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16051 16075 <div> 16052 16076 <div class="refsect1" lang="en" xml:lang="en"> 16053 <a xmlns="http://www.w3.org/1999/xhtml" id="id 555851"></a>16077 <a xmlns="http://www.w3.org/1999/xhtml" id="id634778"></a> 16054 16078 <div class="header">Description:</div> 16055 16079 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16092 16116 <div> 16093 16117 <div class="refsect1" lang="en" xml:lang="en"> 16094 <a xmlns="http://www.w3.org/1999/xhtml" id="id 555937"></a>16118 <a xmlns="http://www.w3.org/1999/xhtml" id="id634864"></a> 16095 16119 <div class="header">Description:</div> 16096 16120 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16128 16152 <div> 16129 16153 <div class="refsect1" lang="en" xml:lang="en"> 16130 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556047"></a>16154 <a xmlns="http://www.w3.org/1999/xhtml" id="id634974"></a> 16131 16155 <div class="header">Description:</div> 16132 16156 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16150 16174 <div> 16151 16175 <div class="refsect1" lang="en" xml:lang="en"> 16152 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556103"></a>16176 <a xmlns="http://www.w3.org/1999/xhtml" id="id635030"></a> 16153 16177 <div class="header">Description:</div> 16154 16178 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16173 16197 <div> 16174 16198 <div class="refsect1" lang="en" xml:lang="en"> 16175 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556158"></a>16199 <a xmlns="http://www.w3.org/1999/xhtml" id="id635086"></a> 16176 16200 <div class="header">Description:</div> 16177 16201 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16195 16219 <div> 16196 16220 <div class="refsect1" lang="en" xml:lang="en"> 16197 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556214"></a>16221 <a xmlns="http://www.w3.org/1999/xhtml" id="id635141"></a> 16198 16222 <div class="header">Description:</div> 16199 16223 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16217 16241 <div> 16218 16242 <div class="refsect1" lang="en" xml:lang="en"> 16219 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556270"></a>16243 <a xmlns="http://www.w3.org/1999/xhtml" id="id635197"></a> 16220 16244 <div class="header">Description:</div> 16221 16245 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16241 16265 <div> 16242 16266 <div class="refsect1" lang="en" xml:lang="en"> 16243 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556329"></a>16267 <a xmlns="http://www.w3.org/1999/xhtml" id="id635256"></a> 16244 16268 <div class="header">Description:</div> 16245 16269 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16292 16316 <div> 16293 16317 <div class="refsect1" lang="en" xml:lang="en"> 16294 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556418"></a>16318 <a xmlns="http://www.w3.org/1999/xhtml" id="id635345"></a> 16295 16319 <div class="header">Description:</div> 16296 16320 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16319 16343 <div> 16320 16344 <div class="refsect1" lang="en" xml:lang="en"> 16321 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556476"></a>16345 <a xmlns="http://www.w3.org/1999/xhtml" id="id635403"></a> 16322 16346 <div class="header">Description:</div> 16323 16347 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16363 16387 <div> 16364 16388 <div class="refsect1" lang="en" xml:lang="en"> 16365 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556551"></a>16389 <a xmlns="http://www.w3.org/1999/xhtml" id="id635478"></a> 16366 16390 <div class="header">Description:</div> 16367 16391 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16410 16434 <div> 16411 16435 <div class="refsect1" lang="en" xml:lang="en"> 16412 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556637"></a>16436 <a xmlns="http://www.w3.org/1999/xhtml" id="id635565"></a> 16413 16437 <div class="header">Description:</div> 16414 16438 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16434 16458 <div> 16435 16459 <div class="refsect1" lang="en" xml:lang="en"> 16436 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556694"></a>16460 <a xmlns="http://www.w3.org/1999/xhtml" id="id635621"></a> 16437 16461 <div class="header">Description:</div> 16438 16462 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16485 16509 <div> 16486 16510 <div class="refsect1" lang="en" xml:lang="en"> 16487 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556780"></a>16511 <a xmlns="http://www.w3.org/1999/xhtml" id="id635707"></a> 16488 16512 <div class="header">Description:</div> 16489 16513 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16514 16538 <div> 16515 16539 <div class="refsect1" lang="en" xml:lang="en"> 16516 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556839"></a>16540 <a xmlns="http://www.w3.org/1999/xhtml" id="id635766"></a> 16517 16541 <div class="header">Description:</div> 16518 16542 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16534 16558 <div> 16535 16559 <div class="refsect1" lang="en" xml:lang="en"> 16536 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556893"></a>16560 <a xmlns="http://www.w3.org/1999/xhtml" id="id635820"></a> 16537 16561 <div class="header">Description:</div> 16538 16562 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16558 16582 <div> 16559 16583 <div class="refsect1" lang="en" xml:lang="en"> 16560 <a xmlns="http://www.w3.org/1999/xhtml" id="id 556949"></a>16584 <a xmlns="http://www.w3.org/1999/xhtml" id="id635876"></a> 16561 16585 <div class="header">Description:</div> 16562 16586 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16578 16602 <div> 16579 16603 <div class="refsect1" lang="en" xml:lang="en"> 16580 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557004"></a>16604 <a xmlns="http://www.w3.org/1999/xhtml" id="id635931"></a> 16581 16605 <div class="header">Description:</div> 16582 16606 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16602 16626 <div> 16603 16627 <div class="refsect1" lang="en" xml:lang="en"> 16604 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557060"></a>16628 <a xmlns="http://www.w3.org/1999/xhtml" id="id635988"></a> 16605 16629 <div class="header">Description:</div> 16606 16630 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16648 16672 <div> 16649 16673 <div class="refsect1" lang="en" xml:lang="en"> 16650 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557146"></a>16674 <a xmlns="http://www.w3.org/1999/xhtml" id="id636074"></a> 16651 16675 <div class="header">Description:</div> 16652 16676 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16668 16692 <div> 16669 16693 <div class="refsect1" lang="en" xml:lang="en"> 16670 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557200"></a>16694 <a xmlns="http://www.w3.org/1999/xhtml" id="id636128"></a> 16671 16695 <div class="header">Description:</div> 16672 16696 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16688 16712 <div> 16689 16713 <div class="refsect1" lang="en" xml:lang="en"> 16690 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557255"></a>16714 <a xmlns="http://www.w3.org/1999/xhtml" id="id636182"></a> 16691 16715 <div class="header">Description:</div> 16692 16716 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16708 16732 <div> 16709 16733 <div class="refsect1" lang="en" xml:lang="en"> 16710 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557310"></a>16734 <a xmlns="http://www.w3.org/1999/xhtml" id="id636237"></a> 16711 16735 <div class="header">Description:</div> 16712 16736 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16728 16752 <div> 16729 16753 <div class="refsect1" lang="en" xml:lang="en"> 16730 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557364"></a>16754 <a xmlns="http://www.w3.org/1999/xhtml" id="id636291"></a> 16731 16755 <div class="header">Description:</div> 16732 16756 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16748 16772 <div> 16749 16773 <div class="refsect1" lang="en" xml:lang="en"> 16750 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557419"></a>16774 <a xmlns="http://www.w3.org/1999/xhtml" id="id636346"></a> 16751 16775 <div class="header">Description:</div> 16752 16776 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16785 16809 <div> 16786 16810 <div class="refsect1" lang="en" xml:lang="en"> 16787 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557484"></a>16811 <a xmlns="http://www.w3.org/1999/xhtml" id="id636411"></a> 16788 16812 <div class="header">Description:</div> 16789 16813 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16810 16834 <div> 16811 16835 <div class="refsect1" lang="en" xml:lang="en"> 16812 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557540"></a>16836 <a xmlns="http://www.w3.org/1999/xhtml" id="id636468"></a> 16813 16837 <div class="header">Description:</div> 16814 16838 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16835 16859 <div> 16836 16860 <div class="refsect1" lang="en" xml:lang="en"> 16837 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557596"></a>16861 <a xmlns="http://www.w3.org/1999/xhtml" id="id636524"></a> 16838 16862 <div class="header">Description:</div> 16839 16863 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16863 16887 <div> 16864 16888 <div class="refsect1" lang="en" xml:lang="en"> 16865 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557654"></a>16889 <a xmlns="http://www.w3.org/1999/xhtml" id="id636582"></a> 16866 16890 <div class="header">Description:</div> 16867 16891 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16888 16912 <div> 16889 16913 <div class="refsect1" lang="en" xml:lang="en"> 16890 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557711"></a>16914 <a xmlns="http://www.w3.org/1999/xhtml" id="id636638"></a> 16891 16915 <div class="header">Description:</div> 16892 16916 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16908 16932 <div> 16909 16933 <div class="refsect1" lang="en" xml:lang="en"> 16910 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557765"></a>16934 <a xmlns="http://www.w3.org/1999/xhtml" id="id636692"></a> 16911 16935 <div class="header">Description:</div> 16912 16936 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16933 16957 <div> 16934 16958 <div class="refsect1" lang="en" xml:lang="en"> 16935 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557827"></a>16959 <a xmlns="http://www.w3.org/1999/xhtml" id="id636754"></a> 16936 16960 <div class="header">Description:</div> 16937 16961 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16953 16977 <div> 16954 16978 <div class="refsect1" lang="en" xml:lang="en"> 16955 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557882"></a>16979 <a xmlns="http://www.w3.org/1999/xhtml" id="id636809"></a> 16956 16980 <div class="header">Description:</div> 16957 16981 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16978 17002 <div> 16979 17003 <div class="refsect1" lang="en" xml:lang="en"> 16980 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557944"></a>17004 <a xmlns="http://www.w3.org/1999/xhtml" id="id636871"></a> 16981 17005 <div class="header">Description:</div> 16982 17006 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17003 17027 <div> 17004 17028 <div class="refsect1" lang="en" xml:lang="en"> 17005 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558000"></a>17029 <a xmlns="http://www.w3.org/1999/xhtml" id="id636927"></a> 17006 17030 <div class="header">Description:</div> 17007 17031 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17045 17069 <div> 17046 17070 <div class="refsect1" lang="en" xml:lang="en"> 17047 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558079"></a>17071 <a xmlns="http://www.w3.org/1999/xhtml" id="id637007"></a> 17048 17072 <div class="header">Description:</div> 17049 17073 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17072 17096 <div> 17073 17097 <div class="refsect1" lang="en" xml:lang="en"> 17074 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558143"></a>17098 <a xmlns="http://www.w3.org/1999/xhtml" id="id637070"></a> 17075 17099 <div class="header">Description:</div> 17076 17100 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17102 17126 <div> 17103 17127 <div class="refsect1" lang="en" xml:lang="en"> 17104 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558210"></a>17128 <a xmlns="http://www.w3.org/1999/xhtml" id="id637138"></a> 17105 17129 <div class="header">Description:</div> 17106 17130 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17122 17146 <div> 17123 17147 <div class="refsect1" lang="en" xml:lang="en"> 17124 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558266"></a>17148 <a xmlns="http://www.w3.org/1999/xhtml" id="id637193"></a> 17125 17149 <div class="header">Description:</div> 17126 17150 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17193 17217 <div> 17194 17218 <div class="refsect1" lang="en" xml:lang="en"> 17195 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558364"></a>17219 <a xmlns="http://www.w3.org/1999/xhtml" id="id637291"></a> 17196 17220 <div class="header">Description:</div> 17197 17221 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17252 17276 <div> 17253 17277 <div class="refsect1" lang="en" xml:lang="en"> 17254 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558462"></a>17278 <a xmlns="http://www.w3.org/1999/xhtml" id="id637389"></a> 17255 17279 <div class="header">Description:</div> 17256 17280 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17272 17296 <div> 17273 17297 <div class="refsect1" lang="en" xml:lang="en"> 17274 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558516"></a>17298 <a xmlns="http://www.w3.org/1999/xhtml" id="id637444"></a> 17275 17299 <div class="header">Description:</div> 17276 17300 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17296 17320 <div> 17297 17321 <div class="refsect1" lang="en" xml:lang="en"> 17298 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558576"></a>17322 <a xmlns="http://www.w3.org/1999/xhtml" id="id637503"></a> 17299 17323 <div class="header">Description:</div> 17300 17324 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17320 17344 <div> 17321 17345 <div class="refsect1" lang="en" xml:lang="en"> 17322 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558635"></a>17346 <a xmlns="http://www.w3.org/1999/xhtml" id="id637562"></a> 17323 17347 <div class="header">Description:</div> 17324 17348 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17387 17411 <div> 17388 17412 <div class="refsect1" lang="en" xml:lang="en"> 17389 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558734"></a>17413 <a xmlns="http://www.w3.org/1999/xhtml" id="id637661"></a> 17390 17414 <div class="header">Description:</div> 17391 17415 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17419 17443 <div> 17420 17444 <div class="refsect1" lang="en" xml:lang="en"> 17421 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558797"></a>17445 <a xmlns="http://www.w3.org/1999/xhtml" id="id637724"></a> 17422 17446 <div class="header">Description:</div> 17423 17447 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17442 17466 <div> 17443 17467 <div class="refsect1" lang="en" xml:lang="en"> 17444 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558852"></a>17468 <a xmlns="http://www.w3.org/1999/xhtml" id="id637780"></a> 17445 17469 <div class="header">Description:</div> 17446 17470 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17465 17489 <div> 17466 17490 <div class="refsect1" lang="en" xml:lang="en"> 17467 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558907"></a>17491 <a xmlns="http://www.w3.org/1999/xhtml" id="id637835"></a> 17468 17492 <div class="header">Description:</div> 17469 17493 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17485 17509 <div> 17486 17510 <div class="refsect1" lang="en" xml:lang="en"> 17487 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558962"></a>17511 <a xmlns="http://www.w3.org/1999/xhtml" id="id637889"></a> 17488 17512 <div class="header">Description:</div> 17489 17513 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17509 17533 <div> 17510 17534 <div class="refsect1" lang="en" xml:lang="en"> 17511 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559017"></a>17535 <a xmlns="http://www.w3.org/1999/xhtml" id="id637944"></a> 17512 17536 <div class="header">Description:</div> 17513 17537 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17538 17562 <div> 17539 17563 <div class="refsect1" lang="en" xml:lang="en"> 17540 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559078"></a>17564 <a xmlns="http://www.w3.org/1999/xhtml" id="id638005"></a> 17541 17565 <div class="header">Description:</div> 17542 17566 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17627 17651 <div> 17628 17652 <div class="refsect1" lang="en" xml:lang="en"> 17629 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559267"></a>17653 <a xmlns="http://www.w3.org/1999/xhtml" id="id638194"></a> 17630 17654 <div class="header">Description:</div> 17631 17655 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17647 17671 <div> 17648 17672 <div class="refsect1" lang="en" xml:lang="en"> 17649 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559321"></a>17673 <a xmlns="http://www.w3.org/1999/xhtml" id="id638249"></a> 17650 17674 <div class="header">Description:</div> 17651 17675 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17677 17701 <div> 17678 17702 <div class="refsect1" lang="en" xml:lang="en"> 17679 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559383"></a>17703 <a xmlns="http://www.w3.org/1999/xhtml" id="id638311"></a> 17680 17704 <div class="header">Description:</div> 17681 17705 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17717 17741 <div> 17718 17742 <div class="refsect1" lang="en" xml:lang="en"> 17719 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559471"></a>17743 <a xmlns="http://www.w3.org/1999/xhtml" id="id638398"></a> 17720 17744 <div class="header">Description:</div> 17721 17745 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17741 17765 <div> 17742 17766 <div class="refsect1" lang="en" xml:lang="en"> 17743 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559527"></a>17767 <a xmlns="http://www.w3.org/1999/xhtml" id="id638454"></a> 17744 17768 <div class="header">Description:</div> 17745 17769 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17763 17787 <div> 17764 17788 <div class="refsect1" lang="en" xml:lang="en"> 17765 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559582"></a>17789 <a xmlns="http://www.w3.org/1999/xhtml" id="id638509"></a> 17766 17790 <div class="header">Description:</div> 17767 17791 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17786 17810 <div> 17787 17811 <div class="refsect1" lang="en" xml:lang="en"> 17788 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559637"></a>17812 <a xmlns="http://www.w3.org/1999/xhtml" id="id638565"></a> 17789 17813 <div class="header">Description:</div> 17790 17814 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17809 17833 <div> 17810 17834 <div class="refsect1" lang="en" xml:lang="en"> 17811 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559693"></a>17835 <a xmlns="http://www.w3.org/1999/xhtml" id="id638620"></a> 17812 17836 <div class="header">Description:</div> 17813 17837 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17831 17855 <div> 17832 17856 <div class="refsect1" lang="en" xml:lang="en"> 17833 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559748"></a>17857 <a xmlns="http://www.w3.org/1999/xhtml" id="id638675"></a> 17834 17858 <div class="header">Description:</div> 17835 17859 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17854 17878 <div> 17855 17879 <div class="refsect1" lang="en" xml:lang="en"> 17856 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559803"></a>17880 <a xmlns="http://www.w3.org/1999/xhtml" id="id638730"></a> 17857 17881 <div class="header">Description:</div> 17858 17882 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17978 18002 <div> 17979 18003 <div class="refsect1" lang="en" xml:lang="en"> 17980 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559962"></a>18004 <a xmlns="http://www.w3.org/1999/xhtml" id="id638889"></a> 17981 18005 <div class="header">Description:</div> 17982 18006 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18011 18035 <div> 18012 18036 <div class="refsect1" lang="en" xml:lang="en"> 18013 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560026"></a>18037 <a xmlns="http://www.w3.org/1999/xhtml" id="id638954"></a> 18014 18038 <div class="header">Description:</div> 18015 18039 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18034 18058 <div> 18035 18059 <div class="refsect1" lang="en" xml:lang="en"> 18036 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560083"></a>18060 <a xmlns="http://www.w3.org/1999/xhtml" id="id639010"></a> 18037 18061 <div class="header">Description:</div> 18038 18062 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18059 18083 <div> 18060 18084 <div class="refsect1" lang="en" xml:lang="en"> 18061 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560140"></a>18085 <a xmlns="http://www.w3.org/1999/xhtml" id="id639067"></a> 18062 18086 <div class="header">Description:</div> 18063 18087 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18082 18106 <div> 18083 18107 <div class="refsect1" lang="en" xml:lang="en"> 18084 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560196"></a>18108 <a xmlns="http://www.w3.org/1999/xhtml" id="id639124"></a> 18085 18109 <div class="header">Description:</div> 18086 18110 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18105 18129 <div> 18106 18130 <div class="refsect1" lang="en" xml:lang="en"> 18107 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560252"></a>18131 <a xmlns="http://www.w3.org/1999/xhtml" id="id639180"></a> 18108 18132 <div class="header">Description:</div> 18109 18133 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18128 18152 <div> 18129 18153 <div class="refsect1" lang="en" xml:lang="en"> 18130 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560310"></a>18154 <a xmlns="http://www.w3.org/1999/xhtml" id="id639237"></a> 18131 18155 <div class="header">Description:</div> 18132 18156 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18191 18215 <div> 18192 18216 <div class="refsect1" lang="en" xml:lang="en"> 18193 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560425"></a>18217 <a xmlns="http://www.w3.org/1999/xhtml" id="id639352"></a> 18194 18218 <div class="header">Description:</div> 18195 18219 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18213 18237 <div> 18214 18238 <div class="refsect1" lang="en" xml:lang="en"> 18215 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560484"></a>18239 <a xmlns="http://www.w3.org/1999/xhtml" id="id639412"></a> 18216 18240 <div class="header">Description:</div> 18217 18241 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18237 18261 <div> 18238 18262 <div class="refsect1" lang="en" xml:lang="en"> 18239 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560541"></a>18263 <a xmlns="http://www.w3.org/1999/xhtml" id="id639469"></a> 18240 18264 <div class="header">Description:</div> 18241 18265 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18261 18285 <div> 18262 18286 <div class="refsect1" lang="en" xml:lang="en"> 18263 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560599"></a>18287 <a xmlns="http://www.w3.org/1999/xhtml" id="id639526"></a> 18264 18288 <div class="header">Description:</div> 18265 18289 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18284 18308 <div> 18285 18309 <div class="refsect1" lang="en" xml:lang="en"> 18286 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560655"></a>18310 <a xmlns="http://www.w3.org/1999/xhtml" id="id639582"></a> 18287 18311 <div class="header">Description:</div> 18288 18312 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18309 18333 <div> 18310 18334 <div class="refsect1" lang="en" xml:lang="en"> 18311 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560712"></a>18335 <a xmlns="http://www.w3.org/1999/xhtml" id="id639640"></a> 18312 18336 <div class="header">Description:</div> 18313 18337 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18331 18355 <div> 18332 18356 <div class="refsect1" lang="en" xml:lang="en"> 18333 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560768"></a>18357 <a xmlns="http://www.w3.org/1999/xhtml" id="id639695"></a> 18334 18358 <div class="header">Description:</div> 18335 18359 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18353 18377 <div> 18354 18378 <div class="refsect1" lang="en" xml:lang="en"> 18355 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560824"></a>18379 <a xmlns="http://www.w3.org/1999/xhtml" id="id639751"></a> 18356 18380 <div class="header">Description:</div> 18357 18381 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18375 18399 <div> 18376 18400 <div class="refsect1" lang="en" xml:lang="en"> 18377 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560880"></a>18401 <a xmlns="http://www.w3.org/1999/xhtml" id="id639807"></a> 18378 18402 <div class="header">Description:</div> 18379 18403 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18398 18422 <div> 18399 18423 <div class="refsect1" lang="en" xml:lang="en"> 18400 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560936"></a>18424 <a xmlns="http://www.w3.org/1999/xhtml" id="id639864"></a> 18401 18425 <div class="header">Description:</div> 18402 18426 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18425 18449 <div> 18426 18450 <div class="refsect1" lang="en" xml:lang="en"> 18427 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560995"></a>18451 <a xmlns="http://www.w3.org/1999/xhtml" id="id639922"></a> 18428 18452 <div class="header">Description:</div> 18429 18453 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18448 18472 <div> 18449 18473 <div class="refsect1" lang="en" xml:lang="en"> 18450 <a xmlns="http://www.w3.org/1999/xhtml" id="id 561055"></a>18474 <a xmlns="http://www.w3.org/1999/xhtml" id="id639983"></a> 18451 18475 <div class="header">Description:</div> 18452 18476 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18474 18498 <div> 18475 18499 <div class="refsect1" lang="en" xml:lang="en"> 18476 <a xmlns="http://www.w3.org/1999/xhtml" id="id 561117"></a>18500 <a xmlns="http://www.w3.org/1999/xhtml" id="id640044"></a> 18477 18501 <div class="header">Description:</div> 18478 18502 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18522 18546 <dt> 18523 18547 <span class="sect2"> 18524 <a href="#id5 05371">7.3.2. As of August 2003:</a>18548 <a href="#id561040">7.3.2. As of August 2003:</a> 18525 18549 </span> 18526 18550 </dt> … … 18773 18797 <div> 18774 18798 <div> 18775 <h3 class="title"><a id="id5 05371"></a>7.3.2. As of August 2003:</h3>18799 <h3 class="title"><a id="id561040"></a>7.3.2. As of August 2003:</h3> 18776 18800 </div> 18777 18801 </div> … … 19225 19249 <div> 19226 19250 <div class="refsect1" lang="en" xml:lang="en"> 19227 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14322"></a>19251 <a xmlns="http://www.w3.org/1999/xhtml" id="id593202"></a> 19228 19252 <div class="header">Values:</div> 19229 19253 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads) … … 19231 19255 </div> 19232 19256 <div class="refsect1" lang="en" xml:lang="en"> 19233 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14348"></a>19257 <a xmlns="http://www.w3.org/1999/xhtml" id="id593228"></a> 19234 19258 <div class="header">Description:</div> 19235 19259 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known … … 19243 19267 </div> 19244 19268 <div class="refsect1" lang="en" xml:lang="en"> 19245 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14363"></a>19269 <a xmlns="http://www.w3.org/1999/xhtml" id="id593243"></a> 19246 19270 <div class="header">See Also:</div> 19247 19271 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 19271 19295 <div> 19272 19296 <div class="refsect1" lang="en" xml:lang="en"> 19273 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14433"></a>19297 <a xmlns="http://www.w3.org/1999/xhtml" id="id593312"></a> 19274 19298 <div class="header">Arguments and Values:</div> 19275 19299 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p> … … 19314 19338 </div> 19315 19339 <div class="refsect1" lang="en" xml:lang="en"> 19316 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14627"></a>19340 <a xmlns="http://www.w3.org/1999/xhtml" id="id593506"></a> 19317 19341 <div class="header">Description:</div> 19318 19342 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the … … 19335 19359 </div> 19336 19360 <div class="refsect1" lang="en" xml:lang="en"> 19337 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14679"></a>19361 <a xmlns="http://www.w3.org/1999/xhtml" id="id593558"></a> 19338 19362 <div class="header">See Also:</div> 19339 19363 <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> … … 19354 19378 <div> 19355 19379 <div class="refsect1" lang="en" xml:lang="en"> 19356 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14757"></a>19380 <a xmlns="http://www.w3.org/1999/xhtml" id="id593637"></a> 19357 19381 <div class="header">Arguments and Values:</div> 19358 19382 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19364 19388 </div> 19365 19389 <div class="refsect1" lang="en" xml:lang="en"> 19366 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14811"></a>19390 <a xmlns="http://www.w3.org/1999/xhtml" id="id593691"></a> 19367 19391 <div class="header">Description:</div> 19368 19392 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from … … 19386 19410 </div> 19387 19411 <div class="refsect1" lang="en" xml:lang="en"> 19388 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14866"></a>19412 <a xmlns="http://www.w3.org/1999/xhtml" id="id593746"></a> 19389 19413 <div class="header">See Also:</div> 19390 19414 <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> 19391 19415 </div> 19392 19416 <div class="refsect1" lang="en" xml:lang="en"> 19393 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14891"></a>19417 <a xmlns="http://www.w3.org/1999/xhtml" id="id593771"></a> 19394 19418 <div class="header">Notes:</div> 19395 19419 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called … … 19417 19441 <div> 19418 19442 <div class="refsect1" lang="en" xml:lang="en"> 19419 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14972"></a>19443 <a xmlns="http://www.w3.org/1999/xhtml" id="id593852"></a> 19420 19444 <div class="header">Arguments and Values:</div> 19421 19445 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19428 19452 </div> 19429 19453 <div class="refsect1" lang="en" xml:lang="en"> 19430 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524398"></a>19454 <a xmlns="http://www.w3.org/1999/xhtml" id="id603358"></a> 19431 19455 <div class="header">Description:</div> 19432 19456 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to … … 19439 19463 </div> 19440 19464 <div class="refsect1" lang="en" xml:lang="en"> 19441 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524429"></a>19465 <a xmlns="http://www.w3.org/1999/xhtml" id="id603388"></a> 19442 19466 <div class="header">See Also:</div> 19443 19467 <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> 19444 19468 </div> 19445 19469 <div class="refsect1" lang="en" xml:lang="en"> 19446 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524454"></a>19470 <a xmlns="http://www.w3.org/1999/xhtml" id="id603413"></a> 19447 19471 <div class="header">Notes:</div> 19448 19472 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19470 19494 <div> 19471 19495 <div class="refsect1" lang="en" xml:lang="en"> 19472 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524519"></a>19496 <a xmlns="http://www.w3.org/1999/xhtml" id="id603478"></a> 19473 19497 <div class="header">Arguments and Values:</div> 19474 19498 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19480 19504 </div> 19481 19505 <div class="refsect1" lang="en" xml:lang="en"> 19482 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524572"></a>19506 <a xmlns="http://www.w3.org/1999/xhtml" id="id603532"></a> 19483 19507 <div class="header">Description:</div> 19484 19508 <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 … … 19495 19519 </div> 19496 19520 <div class="refsect1" lang="en" xml:lang="en"> 19497 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524622"></a>19521 <a xmlns="http://www.w3.org/1999/xhtml" id="id603581"></a> 19498 19522 <div class="header">See Also:</div> 19499 19523 <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> … … 19516 19540 <div> 19517 19541 <div class="refsect1" lang="en" xml:lang="en"> 19518 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524698"></a>19542 <a xmlns="http://www.w3.org/1999/xhtml" id="id603658"></a> 19519 19543 <div class="header">Arguments and Values:</div> 19520 19544 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19527 19551 </div> 19528 19552 <div class="refsect1" lang="en" xml:lang="en"> 19529 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524773"></a>19553 <a xmlns="http://www.w3.org/1999/xhtml" id="id603733"></a> 19530 19554 <div class="header">Description:</div> 19531 19555 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset … … 19541 19565 </div> 19542 19566 <div class="refsect1" lang="en" xml:lang="en"> 19543 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524817"></a>19567 <a xmlns="http://www.w3.org/1999/xhtml" id="id603777"></a> 19544 19568 <div class="header">See Also:</div> 19545 19569 <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> … … 19562 19586 <div> 19563 19587 <div class="refsect1" lang="en" xml:lang="en"> 19564 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524899"></a>19588 <a xmlns="http://www.w3.org/1999/xhtml" id="id603860"></a> 19565 19589 <div class="header">Arguments and Values:</div> 19566 19590 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19571 19595 </div> 19572 19596 <div class="refsect1" lang="en" xml:lang="en"> 19573 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524961"></a>19597 <a xmlns="http://www.w3.org/1999/xhtml" id="id603921"></a> 19574 19598 <div class="header">Description:</div> 19575 19599 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>. … … 19588 19612 </div> 19589 19613 <div class="refsect1" lang="en" xml:lang="en"> 19590 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525009"></a>19614 <a xmlns="http://www.w3.org/1999/xhtml" id="id603970"></a> 19591 19615 <div class="header">See Also:</div> 19592 19616 <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> 19593 19617 </div> 19594 19618 <div class="refsect1" lang="en" xml:lang="en"> 19595 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525040"></a>19619 <a xmlns="http://www.w3.org/1999/xhtml" id="id604001"></a> 19596 19620 <div class="header">Notes:</div> 19597 19621 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means … … 19614 19638 <div> 19615 19639 <div class="refsect1" lang="en" xml:lang="en"> 19616 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525155"></a>19640 <a xmlns="http://www.w3.org/1999/xhtml" id="id604116"></a> 19617 19641 <div class="header">Arguments and Values:</div> 19618 19642 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process. … … 19636 19660 </div> 19637 19661 <div class="refsect1" lang="en" xml:lang="en"> 19638 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525344"></a>19662 <a xmlns="http://www.w3.org/1999/xhtml" id="id604305"></a> 19639 19663 <div class="header">Description:</div> 19640 19664 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via … … 19649 19673 </div> 19650 19674 <div class="refsect1" lang="en" xml:lang="en"> 19651 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525380"></a>19675 <a xmlns="http://www.w3.org/1999/xhtml" id="id604340"></a> 19652 19676 <div class="header">See Also:</div> 19653 19677 <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> … … 19670 19694 <div> 19671 19695 <div class="refsect1" lang="en" xml:lang="en"> 19672 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525463"></a>19696 <a xmlns="http://www.w3.org/1999/xhtml" id="id604423"></a> 19673 19697 <div class="header">Arguments and Values:</div> 19674 19698 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19683 19707 </div> 19684 19708 <div class="refsect1" lang="en" xml:lang="en"> 19685 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525555"></a>19709 <a xmlns="http://www.w3.org/1999/xhtml" id="id604516"></a> 19686 19710 <div class="header">Description:</div> 19687 19711 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em> … … 19714 19738 </div> 19715 19739 <div class="refsect1" lang="en" xml:lang="en"> 19716 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525630"></a>19740 <a xmlns="http://www.w3.org/1999/xhtml" id="id604590"></a> 19717 19741 <div class="header">See Also:</div> 19718 19742 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 19723 19747 </div> 19724 19748 <div class="refsect1" lang="en" xml:lang="en"> 19725 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525649"></a>19749 <a xmlns="http://www.w3.org/1999/xhtml" id="id604610"></a> 19726 19750 <div class="header">Notes:</div> 19727 19751 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em> … … 19753 19777 <div> 19754 19778 <div class="refsect1" lang="en" xml:lang="en"> 19755 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525714"></a>19779 <a xmlns="http://www.w3.org/1999/xhtml" id="id604674"></a> 19756 19780 <div class="header">Value Type:</div> 19757 19781 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p> 19758 19782 </div> 19759 19783 <div class="refsect1" lang="en" xml:lang="en"> 19760 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525725"></a>19784 <a xmlns="http://www.w3.org/1999/xhtml" id="id604686"></a> 19761 19785 <div class="header">Initial Value:</div> 19762 19786 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself. … … 19764 19788 </div> 19765 19789 <div class="refsect1" lang="en" xml:lang="en"> 19766 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525737"></a>19790 <a xmlns="http://www.w3.org/1999/xhtml" id="id604697"></a> 19767 19791 <div class="header">Description:</div> 19768 19792 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is … … 19770 19794 </div> 19771 19795 <div class="refsect1" lang="en" xml:lang="en"> 19772 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525749"></a>19796 <a xmlns="http://www.w3.org/1999/xhtml" id="id604709"></a> 19773 19797 <div class="header">See Also:</div> 19774 19798 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 19794 19818 <div> 19795 19819 <div class="refsect1" lang="en" xml:lang="en"> 19796 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525819"></a>19820 <a xmlns="http://www.w3.org/1999/xhtml" id="id604780"></a> 19797 19821 <div class="header">Arguments and Values:</div> 19798 19822 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19801 19825 </div> 19802 19826 <div class="refsect1" lang="en" xml:lang="en"> 19803 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525875"></a>19827 <a xmlns="http://www.w3.org/1999/xhtml" id="id604836"></a> 19804 19828 <div class="header">Description:</div> 19805 19829 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit … … 19828 19852 </div> 19829 19853 <div class="refsect1" lang="en" xml:lang="en"> 19830 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525943"></a>19854 <a xmlns="http://www.w3.org/1999/xhtml" id="id604903"></a> 19831 19855 <div class="header">See Also:</div> 19832 19856 <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> … … 19848 19872 <div> 19849 19873 <div class="refsect1" lang="en" xml:lang="en"> 19850 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526016"></a>19874 <a xmlns="http://www.w3.org/1999/xhtml" id="id604976"></a> 19851 19875 <div class="header">Arguments and Values:</div> 19852 19876 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which … … 19855 19879 </div> 19856 19880 <div class="refsect1" lang="en" xml:lang="en"> 19857 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526057"></a>19881 <a xmlns="http://www.w3.org/1999/xhtml" id="id605018"></a> 19858 19882 <div class="header">Description:</div> 19859 19883 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19863 19887 </div> 19864 19888 <div class="refsect1" lang="en" xml:lang="en"> 19865 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526069"></a>19889 <a xmlns="http://www.w3.org/1999/xhtml" id="id605030"></a> 19866 19890 <div class="header">See Also:</div> 19867 19891 <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> … … 19883 19907 <div> 19884 19908 <div class="refsect1" lang="en" xml:lang="en"> 19885 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526143"></a>19909 <a xmlns="http://www.w3.org/1999/xhtml" id="id605103"></a> 19886 19910 <div class="header">Arguments and Values:</div> 19887 19911 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19889 19913 </div> 19890 19914 <div class="refsect1" lang="en" xml:lang="en"> 19891 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526184"></a>19915 <a xmlns="http://www.w3.org/1999/xhtml" id="id605144"></a> 19892 19916 <div class="header">Description:</div> 19893 19917 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19897 19921 </div> 19898 19922 <div class="refsect1" lang="en" xml:lang="en"> 19899 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526198"></a>19923 <a xmlns="http://www.w3.org/1999/xhtml" id="id605159"></a> 19900 19924 <div class="header">See Also:</div> 19901 19925 <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> … … 19919 19943 <div> 19920 19944 <div class="refsect1" lang="en" xml:lang="en"> 19921 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526282"></a>19945 <a xmlns="http://www.w3.org/1999/xhtml" id="id605242"></a> 19922 19946 <div class="header">Arguments and Values:</div> 19923 19947 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19925 19949 </div> 19926 19950 <div class="refsect1" lang="en" xml:lang="en"> 19927 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526323"></a>19951 <a xmlns="http://www.w3.org/1999/xhtml" id="id605283"></a> 19928 19952 <div class="header">Description:</div> 19929 19953 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 19939 19963 </div> 19940 19964 <div class="refsect1" lang="en" xml:lang="en"> 19941 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526386"></a>19965 <a xmlns="http://www.w3.org/1999/xhtml" id="id605347"></a> 19942 19966 <div class="header">See Also:</div> 19943 19967 <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> … … 19958 19982 <div> 19959 19983 <div class="refsect1" lang="en" xml:lang="en"> 19960 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526445"></a>19984 <a xmlns="http://www.w3.org/1999/xhtml" id="id605405"></a> 19961 19985 <div class="header">Value Type:</div> 19962 19986 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p> 19963 19987 </div> 19964 19988 <div class="refsect1" lang="en" xml:lang="en"> 19965 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526456"></a>19989 <a xmlns="http://www.w3.org/1999/xhtml" id="id605417"></a> 19966 19990 <div class="header">Initial Value:</div> 19967 19991 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler. Currently, … … 19970 19994 </div> 19971 19995 <div class="refsect1" lang="en" xml:lang="en"> 19972 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526468"></a>19996 <a xmlns="http://www.w3.org/1999/xhtml" id="id605429"></a> 19973 19997 <div class="header">Description:</div> 19974 19998 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best, … … 19978 20002 </div> 19979 20003 <div class="refsect1" lang="en" xml:lang="en"> 19980 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526481"></a>20004 <a xmlns="http://www.w3.org/1999/xhtml" id="id605442"></a> 19981 20005 <div class="header">See Also:</div> 19982 20006 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 20002 20026 <div> 20003 20027 <div class="refsect1" lang="en" xml:lang="en"> 20004 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526585"></a>20028 <a xmlns="http://www.w3.org/1999/xhtml" id="id605546"></a> 20005 20029 <div class="header">Description:</div> 20006 20030 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of … … 20016 20040 </div> 20017 20041 <div class="refsect1" lang="en" xml:lang="en"> 20018 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526628"></a>20042 <a xmlns="http://www.w3.org/1999/xhtml" id="id605588"></a> 20019 20043 <div class="header">See Also:</div> 20020 20044 <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> 20021 20045 </div> 20022 20046 <div class="refsect1" lang="en" xml:lang="en"> 20023 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526659"></a>20047 <a xmlns="http://www.w3.org/1999/xhtml" id="id605618"></a> 20024 20048 <div class="header">Notes:</div> 20025 20049 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to … … 20045 20069 <div> 20046 20070 <div class="refsect1" lang="en" xml:lang="en"> 20047 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526718"></a>20071 <a xmlns="http://www.w3.org/1999/xhtml" id="id605677"></a> 20048 20072 <div class="header">Description:</div> 20049 20073 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing … … 20054 20078 </div> 20055 20079 <div class="refsect1" lang="en" xml:lang="en"> 20056 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526731"></a>20080 <a xmlns="http://www.w3.org/1999/xhtml" id="id605691"></a> 20057 20081 <div class="header">See Also:</div> 20058 20082 <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> 20059 20083 </div> 20060 20084 <div class="refsect1" lang="en" xml:lang="en"> 20061 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526779"></a>20085 <a xmlns="http://www.w3.org/1999/xhtml" id="id605739"></a> 20062 20086 <div class="header">Notes:</div> 20063 20087 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative … … 20082 20106 <div> 20083 20107 <div class="refsect1" lang="en" xml:lang="en"> 20084 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526844"></a>20108 <a xmlns="http://www.w3.org/1999/xhtml" id="id605803"></a> 20085 20109 <div class="header">Arguments and Values:</div> 20086 20110 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 20095 20119 </div> 20096 20120 <div class="refsect1" lang="en" xml:lang="en"> 20097 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526923"></a>20121 <a xmlns="http://www.w3.org/1999/xhtml" id="id605883"></a> 20098 20122 <div class="header">Description:</div> 20099 20123 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly … … 20112 20136 </div> 20113 20137 <div class="refsect1" lang="en" xml:lang="en"> 20114 <a xmlns="http://www.w3.org/1999/xhtml" id="id 526959"></a>20138 <a xmlns="http://www.w3.org/1999/xhtml" id="id605919"></a> 20115 20139 <div class="header">See Also:</div> 20116 20140 <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> … … 20132 20156 <div> 20133 20157 <div class="refsect1" lang="en" xml:lang="en"> 20134 <a xmlns="http://www.w3.org/1999/xhtml" id="id 527067"></a>20158 <a xmlns="http://www.w3.org/1999/xhtml" id="id606027"></a> 20135 20159 <div class="header">Arguments and Values:</div> 20136 20160 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 20150 20174 </div> 20151 20175 <div class="refsect1" lang="en" xml:lang="en"> 20152 <a xmlns="http://www.w3.org/1999/xhtml" id="id 527181"></a>20176 <a xmlns="http://www.w3.org/1999/xhtml" id="id606141"></a> 20153 20177 <div class="header">Description:</div> 20154 20178 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like … … 20167 20191 </div> 20168 20192 <div class="refsect1" lang="en" xml:lang="en"> 20169 <a xmlns="http://www.w3.org/1999/xhtml" id="id 527231"></a>20193 <a xmlns="http://www.w3.org/1999/xhtml" id="id606191"></a> 20170 20194 <div class="header">See Also:</div> 20171 20195 <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> … … 20187 20211 <div> 20188 20212 <div class="refsect1" lang="en" xml:lang="en"> 20189 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529661"></a>20213 <a xmlns="http://www.w3.org/1999/xhtml" id="id608587"></a> 20190 20214 <div class="header">Arguments and Values:</div> 20191 20215 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 20194 20218 </div> 20195 20219 <div class="refsect1" lang="en" xml:lang="en"> 20196 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529705"></a>20220 <a xmlns="http://www.w3.org/1999/xhtml" id="id608631"></a> 20197 20221 <div class="header">Description:</div> 20198 20222 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 20209 20233 </div> 20210 20234 <div class="refsect1" lang="en" xml:lang="en"> 20211 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529737"></a>20235 <a xmlns="http://www.w3.org/1999/xhtml" id="id608663"></a> 20212 20236 <div class="header">See Also:</div> 20213 20237 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 20233 20257 <div> 20234 20258 <div class="refsect1" lang="en" xml:lang="en"> 20235 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529808"></a>20259 <a xmlns="http://www.w3.org/1999/xhtml" id="id608735"></a> 20236 20260 <div class="header">Arguments and Values:</div> 20237 20261 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 20240 20264 </div> 20241 20265 <div class="refsect1" lang="en" xml:lang="en"> 20242 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529853"></a>20266 <a xmlns="http://www.w3.org/1999/xhtml" id="id608779"></a> 20243 20267 <div class="header">Description:</div> 20244 20268 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 20263 20287 <div> 20264 20288 <div class="refsect1" lang="en" xml:lang="en"> 20265 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529924"></a>20289 <a xmlns="http://www.w3.org/1999/xhtml" id="id608851"></a> 20266 20290 <div class="header">Arguments and Values:</div> 20267 20291 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of … … 20273 20297 </div> 20274 20298 <div class="refsect1" lang="en" xml:lang="en"> 20275 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529977"></a>20299 <a xmlns="http://www.w3.org/1999/xhtml" id="id608904"></a> 20276 20300 <div class="header">Description:</div> 20277 20301 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can … … 20283 20307 </div> 20284 20308 <div class="refsect1" lang="en" xml:lang="en"> 20285 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529994"></a>20309 <a xmlns="http://www.w3.org/1999/xhtml" id="id608920"></a> 20286 20310 <div class="header">See Also:</div> 20287 20311 <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> … … 20303 20327 <div> 20304 20328 <div class="refsect1" lang="en" xml:lang="en"> 20305 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530111"></a>20329 <a xmlns="http://www.w3.org/1999/xhtml" id="id609037"></a> 20306 20330 <div class="header">Arguments and Values:</div> 20307 20331 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 20311 20335 </div> 20312 20336 <div class="refsect1" lang="en" xml:lang="en"> 20313 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530170"></a>20337 <a xmlns="http://www.w3.org/1999/xhtml" id="id609097"></a> 20314 20338 <div class="header">Description:</div> 20315 20339 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or … … 20322 20346 </div> 20323 20347 <div class="refsect1" lang="en" xml:lang="en"> 20324 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530203"></a>20348 <a xmlns="http://www.w3.org/1999/xhtml" id="id609129"></a> 20325 20349 <div class="header">See Also:</div> 20326 20350 <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> … … 20341 20365 <div> 20342 20366 <div class="refsect1" lang="en" xml:lang="en"> 20343 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530316"></a>20367 <a xmlns="http://www.w3.org/1999/xhtml" id="id609242"></a> 20344 20368 <div class="header">Arguments and Values:</div> 20345 20369 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 20346 20370 </div> 20347 20371 <div class="refsect1" lang="en" xml:lang="en"> 20348 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530342"></a>20372 <a xmlns="http://www.w3.org/1999/xhtml" id="id609269"></a> 20349 20373 <div class="header">Description:</div> 20350 20374 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the … … 20357 20381 </div> 20358 20382 <div class="refsect1" lang="en" xml:lang="en"> 20359 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530381"></a>20383 <a xmlns="http://www.w3.org/1999/xhtml" id="id609307"></a> 20360 20384 <div class="header">See Also:</div> 20361 20385 <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> … … 20375 20399 <div> 20376 20400 <div class="refsect1" lang="en" xml:lang="en"> 20377 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530494"></a>20401 <a xmlns="http://www.w3.org/1999/xhtml" id="id609420"></a> 20378 20402 <div class="header">Arguments and Values:</div> 20379 20403 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 20380 20404 </div> 20381 20405 <div class="refsect1" lang="en" xml:lang="en"> 20382 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530520"></a>20406 <a xmlns="http://www.w3.org/1999/xhtml" id="id609446"></a> 20383 20407 <div class="header">Description:</div> 20384 20408 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if … … 20393 20417 </div> 20394 20418 <div class="refsect1" lang="en" xml:lang="en"> 20395 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530559"></a>20419 <a xmlns="http://www.w3.org/1999/xhtml" id="id609485"></a> 20396 20420 <div class="header">See Also:</div> 20397 20421 <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> … … 20412 20436 <div> 20413 20437 <div class="refsect1" lang="en" xml:lang="en"> 20414 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530672"></a>20438 <a xmlns="http://www.w3.org/1999/xhtml" id="id609598"></a> 20415 20439 <div class="header">Arguments and Values:</div> 20416 20440 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 20419 20443 </div> 20420 20444 <div class="refsect1" lang="en" xml:lang="en"> 20421 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530716"></a>20445 <a xmlns="http://www.w3.org/1999/xhtml" id="id609643"></a> 20422 20446 <div class="header">Description:</div> 20423 20447 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em> … … 20432 20456 </div> 20433 20457 <div class="refsect1" lang="en" xml:lang="en"> 20434 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530742"></a>20458 <a xmlns="http://www.w3.org/1999/xhtml" id="id609668"></a> 20435 20459 <div class="header">See Also:</div> 20436 20460 <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> … … 20452 20476 <div> 20453 20477 <div class="refsect1" lang="en" xml:lang="en"> 20454 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530855"></a>20478 <a xmlns="http://www.w3.org/1999/xhtml" id="id609782"></a> 20455 20479 <div class="header">Arguments and Values:</div> 20456 20480 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type … … 20458 20482 </div> 20459 20483 <div class="refsect1" lang="en" xml:lang="en"> 20460 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530882"></a>20484 <a xmlns="http://www.w3.org/1999/xhtml" id="id609808"></a> 20461 20485 <div class="header">Description:</div> 20462 20486 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK. … … 20469 20493 </div> 20470 20494 <div class="refsect1" lang="en" xml:lang="en"> 20471 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530900"></a>20495 <a xmlns="http://www.w3.org/1999/xhtml" id="id609826"></a> 20472 20496 <div class="header">See Also:</div> 20473 20497 <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> 20474 20498 </div> 20475 20499 <div class="refsect1" lang="en" xml:lang="en"> 20476 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530954"></a>20500 <a xmlns="http://www.w3.org/1999/xhtml" id="id609880"></a> 20477 20501 <div class="header">Notes:</div> 20478 20502 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to … … 20497 20521 <div> 20498 20522 <div class="refsect1" lang="en" xml:lang="en"> 20499 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531018"></a>20523 <a xmlns="http://www.w3.org/1999/xhtml" id="id609944"></a> 20500 20524 <div class="header">Arguments and Values:</div> 20501 20525 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 20506 20530 </div> 20507 20531 <div class="refsect1" lang="en" xml:lang="en"> 20508 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531077"></a>20532 <a xmlns="http://www.w3.org/1999/xhtml" id="id610004"></a> 20509 20533 <div class="header">Description:</div> 20510 20534 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 20520 20544 </div> 20521 20545 <div class="refsect1" lang="en" xml:lang="en"> 20522 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531123"></a>20546 <a xmlns="http://www.w3.org/1999/xhtml" id="id610049"></a> 20523 20547 <div class="header">See Also:</div> 20524 20548 <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> … … 20540 20564 <div> 20541 20565 <div class="refsect1" lang="en" xml:lang="en"> 20542 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531229"></a>20566 <a xmlns="http://www.w3.org/1999/xhtml" id="id610155"></a> 20543 20567 <div class="header">Arguments and Values:</div> 20544 20568 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 20549 20573 </div> 20550 20574 <div class="refsect1" lang="en" xml:lang="en"> 20551 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531288"></a>20575 <a xmlns="http://www.w3.org/1999/xhtml" id="id610214"></a> 20552 20576 <div class="header">Description:</div> 20553 20577 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 20564 20588 </div> 20565 20589 <div class="refsect1" lang="en" xml:lang="en"> 20566 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531339"></a>20590 <a xmlns="http://www.w3.org/1999/xhtml" id="id610265"></a> 20567 20591 <div class="header">See Also:</div> 20568 20592 <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> … … 20584 20608 <div> 20585 20609 <div class="refsect1" lang="en" xml:lang="en"> 20586 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531441"></a>20610 <a xmlns="http://www.w3.org/1999/xhtml" id="id610367"></a> 20587 20611 <div class="header">Arguments and Values:</div> 20588 20612 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p> 20589 20613 </div> 20590 20614 <div class="refsect1" lang="en" xml:lang="en"> 20591 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531466"></a>20615 <a xmlns="http://www.w3.org/1999/xhtml" id="id610393"></a> 20592 20616 <div class="header">Description:</div> 20593 20617 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE. … … 20598 20622 </div> 20599 20623 <div class="refsect1" lang="en" xml:lang="en"> 20600 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531484"></a>20624 <a xmlns="http://www.w3.org/1999/xhtml" id="id610410"></a> 20601 20625 <div class="header">See Also:</div> 20602 20626 <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> … … 20618 20642 <div> 20619 20643 <div class="refsect1" lang="en" xml:lang="en"> 20620 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531591"></a>20644 <a xmlns="http://www.w3.org/1999/xhtml" id="id610518"></a> 20621 20645 <div class="header">Arguments and Values:</div> 20622 20646 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 20625 20649 </div> 20626 20650 <div class="refsect1" lang="en" xml:lang="en"> 20627 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531633"></a>20651 <a xmlns="http://www.w3.org/1999/xhtml" id="id610559"></a> 20628 20652 <div class="header">Description:</div> 20629 20653 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s … … 20632 20656 </div> 20633 20657 <div class="refsect1" lang="en" xml:lang="en"> 20634 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531649"></a>20658 <a xmlns="http://www.w3.org/1999/xhtml" id="id610575"></a> 20635 20659 <div class="header">See Also:</div> 20636 20660 <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> 20637 20661 </div> 20638 20662 <div class="refsect1" lang="en" xml:lang="en"> 20639 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531708"></a>20663 <a xmlns="http://www.w3.org/1999/xhtml" id="id610634"></a> 20640 20664 <div class="header">Notes:</div> 20641 20665 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 20660 20684 <div> 20661 20685 <div class="refsect1" lang="en" xml:lang="en"> 20662 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531777"></a>20686 <a xmlns="http://www.w3.org/1999/xhtml" id="id610703"></a> 20663 20687 <div class="header">Arguments and Values:</div> 20664 20688 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 20667 20691 </div> 20668 20692 <div class="refsect1" lang="en" xml:lang="en"> 20669 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531819"></a>20693 <a xmlns="http://www.w3.org/1999/xhtml" id="id610745"></a> 20670 20694 <div class="header">Description:</div> 20671 20695 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 20675 20699 </div> 20676 20700 <div class="refsect1" lang="en" xml:lang="en"> 20677 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531835"></a>20701 <a xmlns="http://www.w3.org/1999/xhtml" id="id610761"></a> 20678 20702 <div class="header">See Also:</div> 20679 20703 <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> 20680 20704 </div> 20681 20705 <div class="refsect1" lang="en" xml:lang="en"> 20682 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531894"></a>20706 <a xmlns="http://www.w3.org/1999/xhtml" id="id610820"></a> 20683 20707 <div class="header">Notes:</div> 20684 20708 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 20704 20728 <div> 20705 20729 <div class="refsect1" lang="en" xml:lang="en"> 20706 <a xmlns="http://www.w3.org/1999/xhtml" id="id 531964"></a>20730 <a xmlns="http://www.w3.org/1999/xhtml" id="id610890"></a> 20707 20731 <div class="header">Arguments and Values:</div> 20708 20732 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p> … … 20717 20741 </div> 20718 20742 <div class="refsect1" lang="en" xml:lang="en"> 20719 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532040"></a>20743 <a xmlns="http://www.w3.org/1999/xhtml" id="id610966"></a> 20720 20744 <div class="header">Description:</div> 20721 20745 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 20726 20750 </div> 20727 20751 <div class="refsect1" lang="en" xml:lang="en"> 20728 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532059"></a>20752 <a xmlns="http://www.w3.org/1999/xhtml" id="id610985"></a> 20729 20753 <div class="header">See Also:</div> 20730 20754 <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> … … 20746 20770 <div> 20747 20771 <div class="refsect1" lang="en" xml:lang="en"> 20748 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532164"></a>20772 <a xmlns="http://www.w3.org/1999/xhtml" id="id611091"></a> 20749 20773 <div class="header">Arguments and Values:</div> 20750 20774 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 20754 20778 </div> 20755 20779 <div class="refsect1" lang="en" xml:lang="en"> 20756 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532212"></a>20780 <a xmlns="http://www.w3.org/1999/xhtml" id="id611138"></a> 20757 20781 <div class="header">Description:</div> 20758 20782 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>. … … 20770 20794 </div> 20771 20795 <div class="refsect1" lang="en" xml:lang="en"> 20772 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532249"></a>20796 <a xmlns="http://www.w3.org/1999/xhtml" id="id611175"></a> 20773 20797 <div class="header">See Also:</div> 20774 20798 <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> 20775 20799 </div> 20776 20800 <div class="refsect1" lang="en" xml:lang="en"> 20777 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532291"></a>20801 <a xmlns="http://www.w3.org/1999/xhtml" id="id611217"></a> 20778 20802 <div class="header">Notes:</div> 20779 20803 <p xmlns="http://www.w3.org/1999/xhtml"> … … 20800 20824 <div> 20801 20825 <div class="refsect1" lang="en" xml:lang="en"> 20802 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532365"></a>20826 <a xmlns="http://www.w3.org/1999/xhtml" id="id611291"></a> 20803 20827 <div class="header">Arguments and Values:</div> 20804 20828 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 20808 20832 </div> 20809 20833 <div class="refsect1" lang="en" xml:lang="en"> 20810 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532413"></a>20834 <a xmlns="http://www.w3.org/1999/xhtml" id="id611339"></a> 20811 20835 <div class="header">Description:</div> 20812 20836 <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 … … 20821 20845 </div> 20822 20846 <div class="refsect1" lang="en" xml:lang="en"> 20823 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532450"></a>20847 <a xmlns="http://www.w3.org/1999/xhtml" id="id611376"></a> 20824 20848 <div class="header">See Also:</div> 20825 20849 <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> 20826 20850 </div> 20827 20851 <div class="refsect1" lang="en" xml:lang="en"> 20828 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532492"></a>20852 <a xmlns="http://www.w3.org/1999/xhtml" id="id611418"></a> 20829 20853 <div class="header">Notes:</div> 20830 20854 <p xmlns="http://www.w3.org/1999/xhtml"> … … 20851 20875 <div> 20852 20876 <div class="refsect1" lang="en" xml:lang="en"> 20853 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532566"></a>20877 <a xmlns="http://www.w3.org/1999/xhtml" id="id611492"></a> 20854 20878 <div class="header">Arguments and Values:</div> 20855 20879 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 20858 20882 </div> 20859 20883 <div class="refsect1" lang="en" xml:lang="en"> 20860 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532610"></a>20884 <a xmlns="http://www.w3.org/1999/xhtml" id="id611537"></a> 20861 20885 <div class="header">Description:</div> 20862 20886 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal … … 20866 20890 </div> 20867 20891 <div class="refsect1" lang="en" xml:lang="en"> 20868 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532629"></a>20892 <a xmlns="http://www.w3.org/1999/xhtml" id="id611556"></a> 20869 20893 <div class="header">See Also:</div> 20870 20894 <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> … … 20885 20909 <div> 20886 20910 <div class="refsect1" lang="en" xml:lang="en"> 20887 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532717"></a>20911 <a xmlns="http://www.w3.org/1999/xhtml" id="id611644"></a> 20888 20912 <div class="header">Value Type:</div> 20889 20913 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p> 20890 20914 </div> 20891 20915 <div class="refsect1" lang="en" xml:lang="en"> 20892 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532729"></a>20916 <a xmlns="http://www.w3.org/1999/xhtml" id="id611655"></a> 20893 20917 <div class="header">Initial Value:</div> 20894 20918 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p> 20895 20919 </div> 20896 20920 <div class="refsect1" lang="en" xml:lang="en"> 20897 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532740"></a>20921 <a xmlns="http://www.w3.org/1999/xhtml" id="id611666"></a> 20898 20922 <div class="header">Description:</div> 20899 20923 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input … … 20907 20931 </div> 20908 20932 <div class="refsect1" lang="en" xml:lang="en"> 20909 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532755"></a>20933 <a xmlns="http://www.w3.org/1999/xhtml" id="id611681"></a> 20910 20934 <div class="header">See Also:</div> 20911 20935 <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> … … 20926 20950 <div> 20927 20951 <div class="refsect1" lang="en" xml:lang="en"> 20928 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532858"></a>20952 <a xmlns="http://www.w3.org/1999/xhtml" id="id611784"></a> 20929 20953 <div class="header">Arguments and Values:</div> 20930 20954 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by … … 20935 20959 </div> 20936 20960 <div class="refsect1" lang="en" xml:lang="en"> 20937 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532903"></a>20961 <a xmlns="http://www.w3.org/1999/xhtml" id="id611829"></a> 20938 20962 <div class="header">Description:</div> 20939 20963 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function. As such, it … … 20946 20970 </div> 20947 20971 <div class="refsect1" lang="en" xml:lang="en"> 20948 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532927"></a>20972 <a xmlns="http://www.w3.org/1999/xhtml" id="id611854"></a> 20949 20973 <div class="header">See Also:</div> 20950 20974 <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> … … 20967 20991 <div> 20968 20992 <div class="refsect1" lang="en" xml:lang="en"> 20969 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533033"></a>20993 <a xmlns="http://www.w3.org/1999/xhtml" id="id611960"></a> 20970 20994 <div class="header">Arguments and Values:</div> 20971 20995 <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> … … 20977 21001 </div> 20978 21002 <div class="refsect1" lang="en" xml:lang="en"> 20979 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533099"></a>21003 <a xmlns="http://www.w3.org/1999/xhtml" id="id612025"></a> 20980 21004 <div class="header">Description:</div> 20981 21005 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate. If the … … 21118 21142 <div> 21119 21143 <div class="refsect1" lang="en" xml:lang="en"> 21120 <a xmlns="http://www.w3.org/1999/xhtml" id="id 468712"></a>21144 <a xmlns="http://www.w3.org/1999/xhtml" id="id561923"></a> 21121 21145 <div class="header">Arguments and Values:</div> 21122 21146 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently … … 21218 21242 </div> 21219 21243 <div class="refsect1" lang="en" xml:lang="en"> 21220 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04341"></a>21244 <a xmlns="http://www.w3.org/1999/xhtml" id="id568218"></a> 21221 21245 <div class="header">Description:</div> 21222 21246 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p> … … 21237 21261 <div> 21238 21262 <div class="refsect1" lang="en" xml:lang="en"> 21239 <a xmlns="http://www.w3.org/1999/xhtml" id="id 538913"></a>21263 <a xmlns="http://www.w3.org/1999/xhtml" id="id618285"></a> 21240 21264 <div class="header">Arguments and Values:</div> 21241 21265 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p> … … 21245 21269 </div> 21246 21270 <div class="refsect1" lang="en" xml:lang="en"> 21247 <a xmlns="http://www.w3.org/1999/xhtml" id="id 538955"></a>21271 <a xmlns="http://www.w3.org/1999/xhtml" id="id618327"></a> 21248 21272 <div class="header">Description:</div> 21249 21273 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending … … 21271 21295 <div> 21272 21296 <div class="refsect1" lang="en" xml:lang="en"> 21273 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02830"></a>21297 <a xmlns="http://www.w3.org/1999/xhtml" id="id573274"></a> 21274 21298 <div class="header">Arguments and Values:</div> 21275 21299 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the … … 21279 21303 </div> 21280 21304 <div class="refsect1" lang="en" xml:lang="en"> 21281 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02871"></a>21305 <a xmlns="http://www.w3.org/1999/xhtml" id="id573316"></a> 21282 21306 <div class="header">Description:</div> 21283 21307 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to … … 21299 21323 <div> 21300 21324 <div class="refsect1" lang="en" xml:lang="en"> 21301 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38056"></a>21325 <a xmlns="http://www.w3.org/1999/xhtml" id="id581437"></a> 21302 21326 <div class="header">Arguments and Values:</div> 21303 21327 <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> … … 21308 21332 </div> 21309 21333 <div class="refsect1" lang="en" xml:lang="en"> 21310 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38098"></a>21334 <a xmlns="http://www.w3.org/1999/xhtml" id="id581479"></a> 21311 21335 <div class="header">Description:</div> 21312 21336 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p> … … 21327 21351 <div> 21328 21352 <div class="refsect1" lang="en" xml:lang="en"> 21329 <a xmlns="http://www.w3.org/1999/xhtml" id="id 477443"></a>21353 <a xmlns="http://www.w3.org/1999/xhtml" id="id581540"></a> 21330 21354 <div class="header">Arguments and Values:</div> 21331 21355 <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> … … 21334 21358 </div> 21335 21359 <div class="refsect1" lang="en" xml:lang="en"> 21336 <a xmlns="http://www.w3.org/1999/xhtml" id="id 477484"></a>21360 <a xmlns="http://www.w3.org/1999/xhtml" id="id607557"></a> 21337 21361 <div class="header">Description:</div> 21338 21362 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name … … 21354 21378 <div> 21355 21379 <div class="refsect1" lang="en" xml:lang="en"> 21356 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459687"></a>21380 <a xmlns="http://www.w3.org/1999/xhtml" id="id607614"></a> 21357 21381 <div class="header">Arguments and Values:</div> 21358 21382 <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 … … 21362 21386 </div> 21363 21387 <div class="refsect1" lang="en" xml:lang="en"> 21364 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459715"></a>21388 <a xmlns="http://www.w3.org/1999/xhtml" id="id607642"></a> 21365 21389 <div class="header">Description:</div> 21366 21390 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a … … 21382 21406 <div> 21383 21407 <div class="refsect1" lang="en" xml:lang="en"> 21384 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459773"></a>21408 <a xmlns="http://www.w3.org/1999/xhtml" id="id563924"></a> 21385 21409 <div class="header">Arguments and Values:</div> 21386 21410 <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 … … 21391 21415 </div> 21392 21416 <div class="refsect1" lang="en" xml:lang="en"> 21393 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04483"></a>21417 <a xmlns="http://www.w3.org/1999/xhtml" id="id563966"></a> 21394 21418 <div class="header">Description:</div> 21395 21419 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p> … … 21411 21435 <div> 21412 21436 <div class="refsect1" lang="en" xml:lang="en"> 21413 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04544"></a>21437 <a xmlns="http://www.w3.org/1999/xhtml" id="id536729"></a> 21414 21438 <div class="header">Arguments and Values:</div> 21415 21439 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p> … … 21428 21452 </div> 21429 21453 <div class="refsect1" lang="en" xml:lang="en"> 21430 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28669"></a>21454 <a xmlns="http://www.w3.org/1999/xhtml" id="id585804"></a> 21431 21455 <div class="header">Description:</div> 21432 21456 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are … … 21465 21489 <div> 21466 21490 <div class="refsect1" lang="en" xml:lang="en"> 21467 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07392"></a>21491 <a xmlns="http://www.w3.org/1999/xhtml" id="id585904"></a> 21468 21492 <div class="header">Arguments and Values:</div> 21469 21493 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p> … … 21480 21504 </div> 21481 21505 <div class="refsect1" lang="en" xml:lang="en"> 21482 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39148"></a>21506 <a xmlns="http://www.w3.org/1999/xhtml" id="id586310"></a> 21483 21507 <div class="header">Description:</div> 21484 21508 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p> … … 21499 21523 <div> 21500 21524 <div class="refsect1" lang="en" xml:lang="en"> 21501 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39210"></a>21525 <a xmlns="http://www.w3.org/1999/xhtml" id="id578112"></a> 21502 21526 <div class="header">Arguments and Values:</div> 21503 21527 <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> … … 21506 21530 </div> 21507 21531 <div class="refsect1" lang="en" xml:lang="en"> 21508 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39250"></a>21532 <a xmlns="http://www.w3.org/1999/xhtml" id="id578153"></a> 21509 21533 <div class="header">Description:</div> 21510 21534 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is … … 21527 21551 <div> 21528 21552 <div class="refsect1" lang="en" xml:lang="en"> 21529 <a xmlns="http://www.w3.org/1999/xhtml" id="id 465379"></a>21553 <a xmlns="http://www.w3.org/1999/xhtml" id="id578211"></a> 21530 21554 <div class="header">Arguments and Values:</div> 21531 21555 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21532 21556 </div> 21533 21557 <div class="refsect1" lang="en" xml:lang="en"> 21534 <a xmlns="http://www.w3.org/1999/xhtml" id="id 465405"></a>21558 <a xmlns="http://www.w3.org/1999/xhtml" id="id575151"></a> 21535 21559 <div class="header">Description:</div> 21536 21560 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or … … 21557 21581 <div> 21558 21582 <div class="refsect1" lang="en" xml:lang="en"> 21559 <a xmlns="http://www.w3.org/1999/xhtml" id="id 477598"></a>21583 <a xmlns="http://www.w3.org/1999/xhtml" id="id575212"></a> 21560 21584 <div class="header">Arguments and Values:</div> 21561 21585 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21562 21586 </div> 21563 21587 <div class="refsect1" lang="en" xml:lang="en"> 21564 <a xmlns="http://www.w3.org/1999/xhtml" id="id 477624"></a>21588 <a xmlns="http://www.w3.org/1999/xhtml" id="id575238"></a> 21565 21589 <div class="header">Description:</div> 21566 21590 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host, … … 21582 21606 <div> 21583 21607 <div class="refsect1" lang="en" xml:lang="en"> 21584 <a xmlns="http://www.w3.org/1999/xhtml" id="id 477682"></a>21608 <a xmlns="http://www.w3.org/1999/xhtml" id="id578823"></a> 21585 21609 <div class="header">Arguments and Values:</div> 21586 21610 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21587 21611 </div> 21588 21612 <div class="refsect1" lang="en" xml:lang="en"> 21589 <a xmlns="http://www.w3.org/1999/xhtml" id="id 495198"></a>21613 <a xmlns="http://www.w3.org/1999/xhtml" id="id578849"></a> 21590 21614 <div class="header">Description:</div> 21591 21615 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not … … 21607 21631 <div> 21608 21632 <div class="refsect1" lang="en" xml:lang="en"> 21609 <a xmlns="http://www.w3.org/1999/xhtml" id="id 495255"></a>21633 <a xmlns="http://www.w3.org/1999/xhtml" id="id578906"></a> 21610 21634 <div class="header">Arguments and Values:</div> 21611 21635 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21612 21636 </div> 21613 21637 <div class="refsect1" lang="en" xml:lang="en"> 21614 <a xmlns="http://www.w3.org/1999/xhtml" id="id 495281"></a>21638 <a xmlns="http://www.w3.org/1999/xhtml" id="id617217"></a> 21615 21639 <div class="header">Description:</div> 21616 21640 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p> … … 21631 21655 <div> 21632 21656 <div class="refsect1" lang="en" xml:lang="en"> 21633 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499224"></a>21657 <a xmlns="http://www.w3.org/1999/xhtml" id="id617274"></a> 21634 21658 <div class="header">Arguments and Values:</div> 21635 21659 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21636 21660 </div> 21637 21661 <div class="refsect1" lang="en" xml:lang="en"> 21638 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499250"></a>21662 <a xmlns="http://www.w3.org/1999/xhtml" id="id617300"></a> 21639 21663 <div class="header">Description:</div> 21640 21664 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p> … … 21655 21679 <div> 21656 21680 <div class="refsect1" lang="en" xml:lang="en"> 21657 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499308"></a>21681 <a xmlns="http://www.w3.org/1999/xhtml" id="id619098"></a> 21658 21682 <div class="header">Arguments and Values:</div> 21659 21683 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21660 21684 </div> 21661 21685 <div class="refsect1" lang="en" xml:lang="en"> 21662 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499334"></a>21686 <a xmlns="http://www.w3.org/1999/xhtml" id="id619124"></a> 21663 21687 <div class="header">Description:</div> 21664 21688 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p> … … 21679 21703 <div> 21680 21704 <div class="refsect1" lang="en" xml:lang="en"> 21681 <a xmlns="http://www.w3.org/1999/xhtml" id="id 539872"></a>21705 <a xmlns="http://www.w3.org/1999/xhtml" id="id619181"></a> 21682 21706 <div class="header">Arguments and Values:</div> 21683 21707 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21684 21708 </div> 21685 21709 <div class="refsect1" lang="en" xml:lang="en"> 21686 <a xmlns="http://www.w3.org/1999/xhtml" id="id 539899"></a>21710 <a xmlns="http://www.w3.org/1999/xhtml" id="id619207"></a> 21687 21711 <div class="header">Description:</div> 21688 21712 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for … … 21704 21728 <div> 21705 21729 <div class="refsect1" lang="en" xml:lang="en"> 21706 <a xmlns="http://www.w3.org/1999/xhtml" id="id 539956"></a>21730 <a xmlns="http://www.w3.org/1999/xhtml" id="id607418"></a> 21707 21731 <div class="header">Arguments and Values:</div> 21708 21732 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21709 21733 </div> 21710 21734 <div class="refsect1" lang="en" xml:lang="en"> 21711 <a xmlns="http://www.w3.org/1999/xhtml" id="id 540324"></a>21735 <a xmlns="http://www.w3.org/1999/xhtml" id="id607444"></a> 21712 21736 <div class="header">Description:</div> 21713 21737 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format … … 21729 21753 <div> 21730 21754 <div class="refsect1" lang="en" xml:lang="en"> 21731 <a xmlns="http://www.w3.org/1999/xhtml" id="id 540382"></a>21755 <a xmlns="http://www.w3.org/1999/xhtml" id="id607501"></a> 21732 21756 <div class="header">Arguments and Values:</div> 21733 21757 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21734 21758 </div> 21735 21759 <div class="refsect1" lang="en" xml:lang="en"> 21736 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40408"></a>21760 <a xmlns="http://www.w3.org/1999/xhtml" id="id586081"></a> 21737 21761 <div class="header">Description:</div> 21738 21762 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and … … 21753 21777 <div> 21754 21778 <div class="refsect1" lang="en" xml:lang="en"> 21755 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38298"></a>21779 <a xmlns="http://www.w3.org/1999/xhtml" id="id586124"></a> 21756 21780 <div class="header">Description:</div> 21757 21781 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p> 21758 21782 </div> 21759 21783 <div class="refsect1" lang="en" xml:lang="en"> 21760 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38309"></a>21784 <a xmlns="http://www.w3.org/1999/xhtml" id="id586135"></a> 21761 21785 <div class="header">Superclasses:</div> 21762 21786 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p> … … 21777 21801 <div> 21778 21802 <div class="refsect1" lang="en" xml:lang="en"> 21779 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38366"></a>21803 <a xmlns="http://www.w3.org/1999/xhtml" id="id586192"></a> 21780 21804 <div class="header">Arguments and Values:</div> 21781 21805 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 21782 21806 </div> 21783 21807 <div class="refsect1" lang="en" xml:lang="en"> 21784 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38392"></a>21808 <a xmlns="http://www.w3.org/1999/xhtml" id="id586218"></a> 21785 21809 <div class="header">Description:</div> 21786 21810 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p> … … 21801 21825 <div> 21802 21826 <div class="refsect1" lang="en" xml:lang="en"> 21803 <a xmlns="http://www.w3.org/1999/xhtml" id="id 528490"></a>21827 <a xmlns="http://www.w3.org/1999/xhtml" id="id618792"></a> 21804 21828 <div class="header">Arguments and Values:</div> 21805 21829 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 21806 21830 </div> 21807 21831 <div class="refsect1" lang="en" xml:lang="en"> 21808 <a xmlns="http://www.w3.org/1999/xhtml" id="id 528517"></a>21832 <a xmlns="http://www.w3.org/1999/xhtml" id="id618818"></a> 21809 21833 <div class="header">Description:</div> 21810 21834 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more … … 21830 21854 <div> 21831 21855 <div class="refsect1" lang="en" xml:lang="en"> 21832 <a xmlns="http://www.w3.org/1999/xhtml" id="id 528580"></a>21856 <a xmlns="http://www.w3.org/1999/xhtml" id="id618881"></a> 21833 21857 <div class="header">Arguments and Values:</div> 21834 21858 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 21835 21859 </div> 21836 21860 <div class="refsect1" lang="en" xml:lang="en"> 21837 <a xmlns="http://www.w3.org/1999/xhtml" id="id 507199"></a>21861 <a xmlns="http://www.w3.org/1999/xhtml" id="id618908"></a> 21838 21862 <div class="header">Description:</div> 21839 21863 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On … … 21856 21880 <div> 21857 21881 <div class="refsect1" lang="en" xml:lang="en"> 21858 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07260"></a>21882 <a xmlns="http://www.w3.org/1999/xhtml" id="id583583"></a> 21859 21883 <div class="header">Arguments and Values:</div> 21860 21884 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p> … … 21867 21891 </div> 21868 21892 <div class="refsect1" lang="en" xml:lang="en"> 21869 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07304"></a>21893 <a xmlns="http://www.w3.org/1999/xhtml" id="id583626"></a> 21870 21894 <div class="header">Description:</div> 21871 21895 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It … … 21888 21912 <div> 21889 21913 <div class="refsect1" lang="en" xml:lang="en"> 21890 <a xmlns="http://www.w3.org/1999/xhtml" id="id 504630"></a>21914 <a xmlns="http://www.w3.org/1999/xhtml" id="id619230"></a> 21891 21915 <div class="header">Arguments and Values:</div> 21892 21916 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p> … … 21895 21919 </div> 21896 21920 <div class="refsect1" lang="en" xml:lang="en"> 21897 <a xmlns="http://www.w3.org/1999/xhtml" id="id 504686"></a>21921 <a xmlns="http://www.w3.org/1999/xhtml" id="id619286"></a> 21898 21922 <div class="header">Description:</div> 21899 21923 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying … … 22027 22051 <div> 22028 22052 <div class="refsect1" lang="en" xml:lang="en"> 22029 <a xmlns="http://www.w3.org/1999/xhtml" id="id 484552"></a>22053 <a xmlns="http://www.w3.org/1999/xhtml" id="id584770"></a> 22030 22054 <div class="header">Arguments and Values:</div> 22031 22055 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file. … … 22078 22102 </div> 22079 22103 <div class="refsect1" lang="en" xml:lang="en"> 22080 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04790"></a>22104 <a xmlns="http://www.w3.org/1999/xhtml" id="id575931"></a> 22081 22105 <div class="header">Description:</div> 22082 22106 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process, … … 22098 22122 <div> 22099 22123 <div class="refsect1" lang="en" xml:lang="en"> 22100 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04849"></a>22124 <a xmlns="http://www.w3.org/1999/xhtml" id="id584616"></a> 22101 22125 <div class="header">Arguments and Values:</div> 22102 22126 <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 22128 </div> 22105 22129 <div class="refsect1" lang="en" xml:lang="en"> 22106 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499543"></a>22130 <a xmlns="http://www.w3.org/1999/xhtml" id="id584657"></a> 22107 22131 <div class="header">Description:</div> 22108 22132 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified … … 22127 22151 <div> 22128 22152 <div class="refsect1" lang="en" xml:lang="en"> 22129 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499652"></a>22153 <a xmlns="http://www.w3.org/1999/xhtml" id="id539055"></a> 22130 22154 <div class="header">Arguments and Values:</div> 22131 22155 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22132 22156 </div> 22133 22157 <div class="refsect1" lang="en" xml:lang="en"> 22134 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499678"></a>22158 <a xmlns="http://www.w3.org/1999/xhtml" id="id539081"></a> 22135 22159 <div class="header">Description:</div> 22136 22160 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to … … 22154 22178 <div> 22155 22179 <div class="refsect1" lang="en" xml:lang="en"> 22156 <a xmlns="http://www.w3.org/1999/xhtml" id="id 484639"></a>22180 <a xmlns="http://www.w3.org/1999/xhtml" id="id556324"></a> 22157 22181 <div class="header">Arguments and Values:</div> 22158 22182 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22159 22183 </div> 22160 22184 <div class="refsect1" lang="en" xml:lang="en"> 22161 <a xmlns="http://www.w3.org/1999/xhtml" id="id 484665"></a>22185 <a xmlns="http://www.w3.org/1999/xhtml" id="id556350"></a> 22162 22186 <div class="header">Description:</div> 22163 22187 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to … … 22180 22204 <div> 22181 22205 <div class="refsect1" lang="en" xml:lang="en"> 22182 <a xmlns="http://www.w3.org/1999/xhtml" id="id 486855"></a>22206 <a xmlns="http://www.w3.org/1999/xhtml" id="id570500"></a> 22183 22207 <div class="header">Arguments and Values:</div> 22184 22208 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22185 22209 </div> 22186 22210 <div class="refsect1" lang="en" xml:lang="en"> 22187 <a xmlns="http://www.w3.org/1999/xhtml" id="id 486881"></a>22211 <a xmlns="http://www.w3.org/1999/xhtml" id="id570526"></a> 22188 22212 <div class="header">Description:</div> 22189 22213 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to … … 22207 22231 <div> 22208 22232 <div class="refsect1" lang="en" xml:lang="en"> 22209 <a xmlns="http://www.w3.org/1999/xhtml" id="id 484209"></a>22233 <a xmlns="http://www.w3.org/1999/xhtml" id="id578583"></a> 22210 22234 <div class="header">Arguments and Values:</div> 22211 22235 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22212 22236 </div> 22213 22237 <div class="refsect1" lang="en" xml:lang="en"> 22214 <a xmlns="http://www.w3.org/1999/xhtml" id="id 484235"></a>22238 <a xmlns="http://www.w3.org/1999/xhtml" id="id578609"></a> 22215 22239 <div class="header">Description:</div> 22216 22240 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to … … 22234 22258 <div> 22235 22259 <div class="refsect1" lang="en" xml:lang="en"> 22236 <a xmlns="http://www.w3.org/1999/xhtml" id="id 484296"></a>22260 <a xmlns="http://www.w3.org/1999/xhtml" id="id578670"></a> 22237 22261 <div class="header">Arguments and Values:</div> 22238 22262 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22239 22263 </div> 22240 22264 <div class="refsect1" lang="en" xml:lang="en"> 22241 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499999"></a>22265 <a xmlns="http://www.w3.org/1999/xhtml" id="id619324"></a> 22242 22266 <div class="header">Description:</div> 22243 22267 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status … … 22269 22293 <dt> 22270 22294 <span class="sect2"> 22271 <a href="#id 465084">10.1.1. Stream External Format</a>22295 <a href="#id619015">10.1.1. Stream External Format</a> 22272 22296 </span> 22273 22297 </dt> … … 22337 22361 <div> 22338 22362 <div> 22339 <h3 class="title"><a id="id 465084"></a>10.1.1. Stream External Format</h3>22363 <h3 class="title"><a id="id619015"></a>10.1.1. Stream External Format</h3> 22340 22364 </div> 22341 22365 </div> … … 22500 22524 </div> 22501 22525 </div> 22502 <a xmlns="http://www.w3.org/1999/xhtml" id="id 528364" class="indexterm"></a>22503 <a xmlns="http://www.w3.org/1999/xhtml" id="id 528373" class="indexterm"></a>22504 <a xmlns="http://www.w3.org/1999/xhtml" id="id 528383" class="indexterm"></a>22505 <a xmlns="http://www.w3.org/1999/xhtml" id="id 528393" class="indexterm"></a>22506 <a xmlns="http://www.w3.org/1999/xhtml" id="id 528402" class="indexterm"></a>22507 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524129" class="indexterm"></a>22526 <a xmlns="http://www.w3.org/1999/xhtml" id="id607284" class="indexterm"></a> 22527 <a xmlns="http://www.w3.org/1999/xhtml" id="id607293" class="indexterm"></a> 22528 <a xmlns="http://www.w3.org/1999/xhtml" id="id607303" class="indexterm"></a> 22529 <a xmlns="http://www.w3.org/1999/xhtml" id="id607313" class="indexterm"></a> 22530 <a xmlns="http://www.w3.org/1999/xhtml" id="id607322" class="indexterm"></a> 22531 <a xmlns="http://www.w3.org/1999/xhtml" id="id607882" class="indexterm"></a> 22508 22532 <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has 22509 22533 attributes and accessors: … … 22558 22582 <div> 22559 22583 <div class="refsect1" lang="en" xml:lang="en"> 22560 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524294"></a>22584 <a xmlns="http://www.w3.org/1999/xhtml" id="id608048"></a> 22561 22585 <div class="header">Values:</div> 22562 22586 <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 … … 22565 22589 </div> 22566 22590 <div class="refsect1" lang="en" xml:lang="en"> 22567 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524321"></a>22591 <a xmlns="http://www.w3.org/1999/xhtml" id="id608075"></a> 22568 22592 <div class="header">Description:</div> 22569 22593 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p> 22570 22594 </div> 22571 22595 <div class="refsect1" lang="en" xml:lang="en"> 22572 <a xmlns="http://www.w3.org/1999/xhtml" id="id 524332"></a>22596 <a xmlns="http://www.w3.org/1999/xhtml" id="id608086"></a> 22573 22597 <div class="header">See Also:</div> 22574 22598 <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> … … 22593 22617 <div> 22594 22618 <div class="refsect1" lang="en" xml:lang="en"> 22595 <a xmlns="http://www.w3.org/1999/xhtml" id="id 528996"></a>22619 <a xmlns="http://www.w3.org/1999/xhtml" id="id608167"></a> 22596 22620 <div class="header">Arguments:</div> 22597 22621 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 22598 22622 </div> 22599 22623 <div class="refsect1" lang="en" xml:lang="en"> 22600 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529022"></a>22624 <a xmlns="http://www.w3.org/1999/xhtml" id="id608193"></a> 22601 22625 <div class="header">Description:</div> 22602 22626 <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open … … 22607 22631 </div> 22608 22632 <div class="refsect1" lang="en" xml:lang="en"> 22609 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529041"></a>22633 <a xmlns="http://www.w3.org/1999/xhtml" id="id602970"></a> 22610 22634 <div class="header">See Also:</div> 22611 22635 <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> … … 22630 22654 <div> 22631 22655 <div class="refsect1" lang="en" xml:lang="en"> 22632 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529122"></a>22656 <a xmlns="http://www.w3.org/1999/xhtml" id="id603051"></a> 22633 22657 <div class="header">Arguments:</div> 22634 22658 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 22635 22659 </div> 22636 22660 <div class="refsect1" lang="en" xml:lang="en"> 22637 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529149"></a>22661 <a xmlns="http://www.w3.org/1999/xhtml" id="id603077"></a> 22638 22662 <div class="header">Description:</div> 22639 22663 <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file … … 22644 22668 </div> 22645 22669 <div class="refsect1" lang="en" xml:lang="en"> 22646 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529168"></a>22670 <a xmlns="http://www.w3.org/1999/xhtml" id="id603096"></a> 22647 22671 <div class="header">See Also:</div> 22648 22672 <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> … … 23077 23101 <div> 23078 23102 <div class="refsect1" lang="en" xml:lang="en"> 23079 <a xmlns="http://www.w3.org/1999/xhtml" id="id 527688"></a>23103 <a xmlns="http://www.w3.org/1999/xhtml" id="id606604"></a> 23080 23104 <div class="header">Arguments and Values:</div> 23081 23105 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p> … … 23088 23112 </div> 23089 23113 <div class="refsect1" lang="en" xml:lang="en"> 23090 <a xmlns="http://www.w3.org/1999/xhtml" id="id 527746"></a>23114 <a xmlns="http://www.w3.org/1999/xhtml" id="id606662"></a> 23091 23115 <div class="header">Description:</div> 23092 23116 <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the … … 23109 23133 <div> 23110 23134 <div class="refsect1" lang="en" xml:lang="en"> 23111 <a xmlns="http://www.w3.org/1999/xhtml" id="id 527805"></a>23135 <a xmlns="http://www.w3.org/1999/xhtml" id="id606721"></a> 23112 23136 <div class="header">Arguments and Values:</div> 23113 23137 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p> … … 23120 23144 </div> 23121 23145 <div class="refsect1" lang="en" xml:lang="en"> 23122 <a xmlns="http://www.w3.org/1999/xhtml" id="id 527864"></a>23146 <a xmlns="http://www.w3.org/1999/xhtml" id="id606779"></a> 23123 23147 <div class="header">Description:</div> 23124 23148 <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to … … 23140 23164 <div> 23141 23165 <div class="refsect1" lang="en" xml:lang="en"> 23142 <a xmlns="http://www.w3.org/1999/xhtml" id="id 527922"></a>23166 <a xmlns="http://www.w3.org/1999/xhtml" id="id606838"></a> 23143 23167 <div class="header">Arguments and Values:</div> 23144 23168 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p> … … 23156 23180 </div> 23157 23181 <div class="refsect1" lang="en" xml:lang="en"> 23158 <a xmlns="http://www.w3.org/1999/xhtml" id="id 527997"></a>23182 <a xmlns="http://www.w3.org/1999/xhtml" id="id606913"></a> 23159 23183 <div class="header">Description:</div> 23160 23184 <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into … … 23179 23203 <div> 23180 23204 <div class="refsect1" lang="en" xml:lang="en"> 23181 <a xmlns="http://www.w3.org/1999/xhtml" id="id 528057"></a>23205 <a xmlns="http://www.w3.org/1999/xhtml" id="id606973"></a> 23182 23206 <div class="header">Arguments and Values:</div> 23183 23207 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p> … … 23195 23219 </div> 23196 23220 <div class="refsect1" lang="en" xml:lang="en"> 23197 <a xmlns="http://www.w3.org/1999/xhtml" id="id 528133"></a>23221 <a xmlns="http://www.w3.org/1999/xhtml" id="id607048"></a> 23198 23222 <div class="header">Description:</div> 23199 23223 <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream, … … 23217 23241 <div> 23218 23242 <div class="refsect1" lang="en" xml:lang="en"> 23219 <a xmlns="http://www.w3.org/1999/xhtml" id="id 528192"></a>23243 <a xmlns="http://www.w3.org/1999/xhtml" id="id607108"></a> 23220 23244 <div class="header">Method Signatures:</div> 23221 23245 <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i> … … 23223 23247 </div> 23224 23248 <div class="refsect1" lang="en" xml:lang="en"> 23225 <a xmlns="http://www.w3.org/1999/xhtml" id="id 528211"></a>23249 <a xmlns="http://www.w3.org/1999/xhtml" id="id607126"></a> 23226 23250 <div class="header">Arguments and Values:</div> 23227 23251 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p> … … 23234 23258 </div> 23235 23259 <div class="refsect1" lang="en" xml:lang="en"> 23236 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535999"></a>23260 <a xmlns="http://www.w3.org/1999/xhtml" id="id614925"></a> 23237 23261 <div class="header">Description:</div> 23238 23262 <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with … … 23258 23282 <div> 23259 23283 <div class="refsect1" lang="en" xml:lang="en"> 23260 <a xmlns="http://www.w3.org/1999/xhtml" id="id 536068"></a>23284 <a xmlns="http://www.w3.org/1999/xhtml" id="id614994"></a> 23261 23285 <div class="header">Description:</div> 23262 23286 <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector, … … 23265 23289 </div> 23266 23290 <div class="refsect1" lang="en" xml:lang="en"> 23267 <a xmlns="http://www.w3.org/1999/xhtml" id="id 536080"></a>23291 <a xmlns="http://www.w3.org/1999/xhtml" id="id615007"></a> 23268 23292 <div class="header">Arguments:</div> 23269 23293 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 23290 23314 <div> 23291 23315 <div class="refsect1" lang="en" xml:lang="en"> 23292 <a xmlns="http://www.w3.org/1999/xhtml" id="id 536200"></a>23316 <a xmlns="http://www.w3.org/1999/xhtml" id="id615126"></a> 23293 23317 <div class="header">Description:</div> 23294 23318 <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at … … 23296 23320 </div> 23297 23321 <div class="refsect1" lang="en" xml:lang="en"> 23298 <a xmlns="http://www.w3.org/1999/xhtml" id="id 536212"></a>23322 <a xmlns="http://www.w3.org/1999/xhtml" id="id615138"></a> 23299 23323 <div class="header">Arguments:</div> 23300 23324 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 23306 23330 </div> 23307 23331 <div class="refsect1" lang="en" xml:lang="en"> 23308 <a xmlns="http://www.w3.org/1999/xhtml" id="id 536284"></a>23332 <a xmlns="http://www.w3.org/1999/xhtml" id="id615210"></a> 23309 23333 <div class="header">Examples:</div> 23310 23334 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 24097 24121 <dt> 24098 24122 <span class="sect2"> 24099 <a href="#id 470441">12.2.2. Generating a lisp image for use with Shark</a>24123 <a href="#id571596">12.2.2. Generating a lisp image for use with Shark</a> 24100 24124 </span> 24101 24125 </dt> … … 24375 24399 <div> 24376 24400 <div> 24377 <h3 class="title"><a id="id 470441"></a>12.2.2. Generating a lisp image for use with Shark</h3>24401 <h3 class="title"><a id="id571596"></a>12.2.2. Generating a lisp image for use with Shark</h3> 24378 24402 </div> 24379 24403 </div> … … 24486 24510 </div> 24487 24511 </div> 24488 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 488708" class="indexterm"></a>24512 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id555193" class="indexterm"></a> 24489 24513 <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> 24490 24514 [Variable]</strong></span></p> … … 24492 24516 profiling configuration file created by the "Config Editor" in 24493 24517 Shark.app.</p> 24494 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 488732" 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)24518 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id555217" 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) 24495 24519 (debug-output nil) [Macro]</strong></span></p> 24496 24520 <p xmlns="http://www.w3.org/1999/xhtml">Executes FORM (an arbitrary lisp form) and returns whatever … … 25584 25608 <div> 25585 25609 <div> 25586 <h4 class="title"><a id="id 534929"></a>13.3.2.4. %int-to-ptr [Function]</h4>25610 <h4 class="title"><a id="id613858"></a>13.3.2.4. %int-to-ptr [Function]</h4> 25587 25611 </div> 25588 25612 </div> … … 25625 25649 <div> 25626 25650 <div> 25627 <h4 class="title"><a id="id 535004"></a>13.3.2.5. %inc-ptr [Function]</h4>25651 <h4 class="title"><a id="id613932"></a>13.3.2.5. %inc-ptr [Function]</h4> 25628 25652 </div> 25629 25653 </div> … … 25675 25699 <div> 25676 25700 <div> 25677 <h4 class="title"><a id="id 535095"></a>13.3.2.6. %ptr-to-int [Function]</h4>25701 <h4 class="title"><a id="id614024"></a>13.3.2.6. %ptr-to-int [Function]</h4> 25678 25702 </div> 25679 25703 </div> … … 25717 25741 <div> 25718 25742 <div> 25719 <h4 class="title"><a id="id 535170"></a>13.3.2.7. %null-ptr [Macro]</h4>25743 <h4 class="title"><a id="id614098"></a>13.3.2.7. %null-ptr [Macro]</h4> 25720 25744 </div> 25721 25745 </div> … … 25742 25766 <div> 25743 25767 <div> 25744 <h4 class="title"><a id="id 535211"></a>13.3.2.8. %null-ptr-p [Function]</h4>25768 <h4 class="title"><a id="id614140"></a>13.3.2.8. %null-ptr-p [Function]</h4> 25745 25769 </div> 25746 25770 </div> … … 25784 25808 <div> 25785 25809 <div> 25786 <h4 class="title"><a id="id 535286"></a>13.3.2.9. %setf-macptr [Function]</h4>25810 <h4 class="title"><a id="id614215"></a>13.3.2.9. %setf-macptr [Function]</h4> 25787 25811 </div> 25788 25812 </div> … … 25832 25856 <div> 25833 25857 <div> 25834 <h4 class="title"><a id="id 535377"></a>13.3.2.10. %incf-ptr [Macro]</h4>25858 <h4 class="title"><a id="id614305"></a>13.3.2.10. %incf-ptr [Macro]</h4> 25835 25859 </div> 25836 25860 </div> … … 25880 25904 <div> 25881 25905 <div> 25882 <h4 class="title"><a id="id 535467"></a>13.3.2.11. with-macptrs [Macro]</h4>25906 <h4 class="title"><a id="id614396"></a>13.3.2.11. with-macptrs [Macro]</h4> 25883 25907 </div> 25884 25908 </div> … … 25930 25954 <div> 25931 25955 <div> 25932 <h4 class="title"><a id="id 535559"></a>13.3.2.12. %stack-block [Macro]</h4>25956 <h4 class="title"><a id="id614488"></a>13.3.2.12. %stack-block [Macro]</h4> 25933 25957 </div> 25934 25958 </div> … … 25981 26005 <div> 25982 26006 <div> 25983 <h4 class="title"><a id="id 535650"></a>13.3.2.13. make-cstring [Function]</h4>26007 <h4 class="title"><a id="id614580"></a>13.3.2.13. make-cstring [Function]</h4> 25984 26008 </div> 25985 26009 </div> … … 26024 26048 <div> 26025 26049 <div> 26026 <h4 class="title"><a id="id 535726"></a>13.3.2.14. with-cstrs [Macro]</h4>26050 <h4 class="title"><a id="id614656"></a>13.3.2.14. with-cstrs [Macro]</h4> 26027 26051 </div> 26028 26052 </div> … … 26074 26098 <div> 26075 26099 <div> 26076 <h4 class="title"><a id="id 535818"></a>13.3.2.15. with-encoded-cstrs [Macro]</h4>26100 <h4 class="title"><a id="id614748"></a>13.3.2.15. with-encoded-cstrs [Macro]</h4> 26077 26101 </div> 26078 26102 </div> … … 26137 26161 <div> 26138 26162 <div> 26139 <h4 class="title"><a id="id 535942"></a>13.3.2.16. %get-cstring [Function]</h4>26163 <h4 class="title"><a id="id614871"></a>13.3.2.16. %get-cstring [Function]</h4> 26140 26164 </div> 26141 26165 </div> … … 26179 26203 <div> 26180 26204 <div> 26181 <h4 class="title"><a id="id 567873"></a>13.3.2.17. %str-from-ptr [Function]</h4>26205 <h4 class="title"><a id="id646793"></a>13.3.2.17. %str-from-ptr [Function]</h4> 26182 26206 </div> 26183 26207 </div> … … 27625 27649 <div> 27626 27650 <div class="refsect1" lang="en" xml:lang="en"> 27627 <a xmlns="http://www.w3.org/1999/xhtml" id="id 569827"></a>27651 <a xmlns="http://www.w3.org/1999/xhtml" id="id648747"></a> 27628 27652 <div class="header">Description:</div> 27629 27653 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE* … … 27677 27701 <div> 27678 27702 <div class="refsect1" lang="en" xml:lang="en"> 27679 <a xmlns="http://www.w3.org/1999/xhtml" id="id 569934"></a>27703 <a xmlns="http://www.w3.org/1999/xhtml" id="id648853"></a> 27680 27704 <div class="header">Description:</div> 27681 27705 <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 … … 27736 27760 <div> 27737 27761 <div class="refsect1" lang="en" xml:lang="en"> 27738 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570051"></a>27762 <a xmlns="http://www.w3.org/1999/xhtml" id="id648970"></a> 27739 27763 <div class="header">Description:</div> 27740 27764 <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 … … 27783 27807 <div> 27784 27808 <div class="refsect1" lang="en" xml:lang="en"> 27785 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570134"></a>27809 <a xmlns="http://www.w3.org/1999/xhtml" id="id649053"></a> 27786 27810 <div class="header">Description:</div> 27787 27811 <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 … … 27886 27910 <div> 27887 27911 <div class="refsect1" lang="en" xml:lang="en"> 27888 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570273"></a>27912 <a xmlns="http://www.w3.org/1999/xhtml" id="id649192"></a> 27889 27913 <div class="header">Description:</div> 27890 27914 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #> reader macro reads … … 27915 27939 <div> 27916 27940 <div class="refsect1" lang="en" xml:lang="en"> 27917 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570347"></a>27941 <a xmlns="http://www.w3.org/1999/xhtml" id="id649266"></a> 27918 27942 <div class="header">Values:</div> 27919 27943 <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 … … 27922 27946 </div> 27923 27947 <div class="refsect1" lang="en" xml:lang="en"> 27924 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570383"></a>27948 <a xmlns="http://www.w3.org/1999/xhtml" id="id649303"></a> 27925 27949 <div class="header">Description:</div> 27926 27950 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the … … 27951 27975 <div> 27952 27976 <div class="refsect1" lang="en" xml:lang="en"> 27953 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570459"></a>27977 <a xmlns="http://www.w3.org/1999/xhtml" id="id649379"></a> 27954 27978 <div class="header">Values:</div> 27955 27979 <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> … … 27968 27992 </div> 27969 27993 <div class="refsect1" lang="en" xml:lang="en"> 27970 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570531"></a>27994 <a xmlns="http://www.w3.org/1999/xhtml" id="id649450"></a> 27971 27995 <div class="header">Description:</div> 27972 27996 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em> … … 28004 28028 <div> 28005 28029 <div class="refsect1" lang="en" xml:lang="en"> 28006 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570610"></a>28030 <a xmlns="http://www.w3.org/1999/xhtml" id="id649529"></a> 28007 28031 <div class="header">Values:</div> 28008 28032 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain … … 28012 28036 </div> 28013 28037 <div class="refsect1" lang="en" xml:lang="en"> 28014 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570651"></a>28038 <a xmlns="http://www.w3.org/1999/xhtml" id="id649571"></a> 28015 28039 <div class="header">Description:</div> 28016 28040 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the … … 28046 28070 <div> 28047 28071 <div class="refsect1" lang="en" xml:lang="en"> 28048 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570724"></a>28072 <a xmlns="http://www.w3.org/1999/xhtml" id="id649643"></a> 28049 28073 <div class="header">Values:</div> 28050 28074 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>--- … … 28059 28083 </div> 28060 28084 <div class="refsect1" lang="en" xml:lang="en"> 28061 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570764"></a>28085 <a xmlns="http://www.w3.org/1999/xhtml" id="id649684"></a> 28062 28086 <div class="header">Description:</div> 28063 28087 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for … … 28087 28111 <div> 28088 28112 <div class="refsect1" lang="en" xml:lang="en"> 28089 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570834"></a>28113 <a xmlns="http://www.w3.org/1999/xhtml" id="id649753"></a> 28090 28114 <div class="header">Values:</div> 28091 28115 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p> … … 28100 28124 </div> 28101 28125 <div class="refsect1" lang="en" xml:lang="en"> 28102 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570907"></a>28126 <a xmlns="http://www.w3.org/1999/xhtml" id="id649826"></a> 28103 28127 <div class="header">Description:</div> 28104 28128 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by … … 28127 28151 <div> 28128 28152 <div class="refsect1" lang="en" xml:lang="en"> 28129 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570967"></a>28153 <a xmlns="http://www.w3.org/1999/xhtml" id="id649886"></a> 28130 28154 <div class="header">Values:</div> 28131 28155 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 28138 28162 </div> 28139 28163 <div class="refsect1" lang="en" xml:lang="en"> 28140 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571030"></a>28164 <a xmlns="http://www.w3.org/1999/xhtml" id="id649949"></a> 28141 28165 <div class="header">Description:</div> 28142 28166 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 28164 28188 <div> 28165 28189 <div class="refsect1" lang="en" xml:lang="en"> 28166 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571088"></a>28190 <a xmlns="http://www.w3.org/1999/xhtml" id="id650008"></a> 28167 28191 <div class="header">Values:</div> 28168 28192 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 28177 28201 </div> 28178 28202 <div class="refsect1" lang="en" xml:lang="en"> 28179 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571162"></a>28203 <a xmlns="http://www.w3.org/1999/xhtml" id="id650081"></a> 28180 28204 <div class="header">Description:</div> 28181 28205 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 28202 28226 <div> 28203 28227 <div class="refsect1" lang="en" xml:lang="en"> 28204 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571218"></a>28228 <a xmlns="http://www.w3.org/1999/xhtml" id="id650137"></a> 28205 28229 <div class="header">Values:</div> 28206 28230 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 28207 28231 </div> 28208 28232 <div class="refsect1" lang="en" xml:lang="en"> 28209 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571240"></a>28233 <a xmlns="http://www.w3.org/1999/xhtml" id="id650160"></a> 28210 28234 <div class="header">Description:</div> 28211 28235 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol … … 28230 28254 <div> 28231 28255 <div class="refsect1" lang="en" xml:lang="en"> 28232 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571299"></a>28256 <a xmlns="http://www.w3.org/1999/xhtml" id="id650219"></a> 28233 28257 <div class="header">Values:</div> 28234 28258 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 28235 28259 </div> 28236 28260 <div class="refsect1" lang="en" xml:lang="en"> 28237 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571322"></a>28261 <a xmlns="http://www.w3.org/1999/xhtml" id="id650241"></a> 28238 28262 <div class="header">Description:</div> 28239 28263 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If … … 28257 28281 <div> 28258 28282 <div class="refsect1" lang="en" xml:lang="en"> 28259 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571376"></a>28283 <a xmlns="http://www.w3.org/1999/xhtml" id="id650295"></a> 28260 28284 <div class="header">Values:</div> 28261 28285 <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 … … 28263 28287 </div> 28264 28288 <div class="refsect1" lang="en" xml:lang="en"> 28265 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571402"></a>28289 <a xmlns="http://www.w3.org/1999/xhtml" id="id650321"></a> 28266 28290 <div class="header">Description:</div> 28267 28291 <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> … … 28295 28319 <div> 28296 28320 <div class="refsect1" lang="en" xml:lang="en"> 28297 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571495"></a>28321 <a xmlns="http://www.w3.org/1999/xhtml" id="id650414"></a> 28298 28322 <div class="header">Values:</div> 28299 28323 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p> … … 28310 28334 </div> 28311 28335 <div class="refsect1" lang="en" xml:lang="en"> 28312 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571570"></a>28336 <a xmlns="http://www.w3.org/1999/xhtml" id="id650489"></a> 28313 28337 <div class="header">Description:</div> 28314 28338 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28345 28369 <div> 28346 28370 <div class="refsect1" lang="en" xml:lang="en"> 28347 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571642"></a>28371 <a xmlns="http://www.w3.org/1999/xhtml" id="id650561"></a> 28348 28372 <div class="header">Values:</div> 28349 28373 <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 … … 28362 28386 </div> 28363 28387 <div class="refsect1" lang="en" xml:lang="en"> 28364 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571709"></a>28388 <a xmlns="http://www.w3.org/1999/xhtml" id="id650628"></a> 28365 28389 <div class="header">Description:</div> 28366 28390 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28411 28435 <div> 28412 28436 <div class="refsect1" lang="en" xml:lang="en"> 28413 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571831"></a>28437 <a xmlns="http://www.w3.org/1999/xhtml" id="id650751"></a> 28414 28438 <div class="header">Values:</div> 28415 28439 <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 … … 28425 28449 </div> 28426 28450 <div class="refsect1" lang="en" xml:lang="en"> 28427 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571889"></a>28451 <a xmlns="http://www.w3.org/1999/xhtml" id="id650809"></a> 28428 28452 <div class="header">Description:</div> 28429 28453 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28466 28490 </div> 28467 28491 <div class="refsect1" lang="en" xml:lang="en"> 28468 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571979"></a>28492 <a xmlns="http://www.w3.org/1999/xhtml" id="id650898"></a> 28469 28493 <div class="header">Notes:</div> 28470 28494 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28499 28523 <div> 28500 28524 <div class="refsect1" lang="en" xml:lang="en"> 28501 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572062"></a>28525 <a xmlns="http://www.w3.org/1999/xhtml" id="id650982"></a> 28502 28526 <div class="header">Values:</div> 28503 28527 <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 … … 28507 28531 </div> 28508 28532 <div class="refsect1" lang="en" xml:lang="en"> 28509 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572103"></a>28533 <a xmlns="http://www.w3.org/1999/xhtml" id="id651022"></a> 28510 28534 <div class="header">Description:</div> 28511 28535 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can … … 28518 28542 </div> 28519 28543 <div class="refsect1" lang="en" xml:lang="en"> 28520 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572118"></a>28544 <a xmlns="http://www.w3.org/1999/xhtml" id="id651038"></a> 28521 28545 <div class="header">Examples:</div> 28522 28546 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple. … … 28553 28577 </div> 28554 28578 <div class="refsect1" lang="en" xml:lang="en"> 28555 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572139"></a>28579 <a xmlns="http://www.w3.org/1999/xhtml" id="id651058"></a> 28556 28580 <div class="header">Notes:</div> 28557 28581 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give … … 28576 28600 <div> 28577 28601 <div class="refsect1" lang="en" xml:lang="en"> 28578 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572196"></a>28602 <a xmlns="http://www.w3.org/1999/xhtml" id="id651116"></a> 28579 28603 <div class="header">Values:</div> 28580 28604 <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> … … 28584 28608 </div> 28585 28609 <div class="refsect1" lang="en" xml:lang="en"> 28586 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572241"></a>28610 <a xmlns="http://www.w3.org/1999/xhtml" id="id651160"></a> 28587 28611 <div class="header">Description:</div> 28588 28612 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of … … 28610 28634 <div> 28611 28635 <div class="refsect1" lang="en" xml:lang="en"> 28612 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572306"></a>28636 <a xmlns="http://www.w3.org/1999/xhtml" id="id651225"></a> 28613 28637 <div class="header">Values:</div> 28614 28638 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL … … 28616 28640 </div> 28617 28641 <div class="refsect1" lang="en" xml:lang="en"> 28618 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572329"></a>28642 <a xmlns="http://www.w3.org/1999/xhtml" id="id651248"></a> 28619 28643 <div class="header">Description:</div> 28620 28644 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT … … 28639 28663 <div> 28640 28664 <div class="refsect1" lang="en" xml:lang="en"> 28641 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572400"></a>28665 <a xmlns="http://www.w3.org/1999/xhtml" id="id651320"></a> 28642 28666 <div class="header">Values:</div> 28643 28667 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 28647 28671 </div> 28648 28672 <div class="refsect1" lang="en" xml:lang="en"> 28649 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572451"></a>28673 <a xmlns="http://www.w3.org/1999/xhtml" id="id651371"></a> 28650 28674 <div class="header">Description:</div> 28651 28675 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 28677 28701 <div> 28678 28702 <div class="refsect1" lang="en" xml:lang="en"> 28679 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572532"></a>28703 <a xmlns="http://www.w3.org/1999/xhtml" id="id651452"></a> 28680 28704 <div class="header">Values:</div> 28681 28705 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 28684 28708 </div> 28685 28709 <div class="refsect1" lang="en" xml:lang="en"> 28686 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572580"></a>28710 <a xmlns="http://www.w3.org/1999/xhtml" id="id651500"></a> 28687 28711 <div class="header">Description:</div> 28688 28712 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is … … 28711 28735 <div> 28712 28736 <div class="refsect1" lang="en" xml:lang="en"> 28713 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572648"></a>28737 <a xmlns="http://www.w3.org/1999/xhtml" id="id651567"></a> 28714 28738 <div class="header">Values:</div> 28715 28739 <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 … … 28719 28743 </div> 28720 28744 <div class="refsect1" lang="en" xml:lang="en"> 28721 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572676"></a>28745 <a xmlns="http://www.w3.org/1999/xhtml" id="id651595"></a> 28722 28746 <div class="header">Description:</div> 28723 28747 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28756 28780 </div> 28757 28781 <div class="refsect1" lang="en" xml:lang="en"> 28758 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572732"></a>28782 <a xmlns="http://www.w3.org/1999/xhtml" id="id651652"></a> 28759 28783 <div class="header">Example:</div> 28760 28784 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 28770 28794 </div> 28771 28795 <div class="refsect1" lang="en" xml:lang="en"> 28772 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572747"></a>28796 <a xmlns="http://www.w3.org/1999/xhtml" id="id651666"></a> 28773 28797 <div class="header">See Also:</div> 28774 28798 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 28792 28816 <div> 28793 28817 <div class="refsect1" lang="en" xml:lang="en"> 28794 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572807"></a>28818 <a xmlns="http://www.w3.org/1999/xhtml" id="id651726"></a> 28795 28819 <div class="header">Values:</div> 28796 28820 <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 … … 28799 28823 </div> 28800 28824 <div class="refsect1" lang="en" xml:lang="en"> 28801 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572830"></a>28825 <a xmlns="http://www.w3.org/1999/xhtml" id="id651750"></a> 28802 28826 <div class="header">Description:</div> 28803 28827 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by … … 28823 28847 <div> 28824 28848 <div class="refsect1" lang="en" xml:lang="en"> 28825 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572891"></a>28849 <a xmlns="http://www.w3.org/1999/xhtml" id="id651810"></a> 28826 28850 <div class="header">Values:</div> 28827 28851 <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 … … 28830 28854 </div> 28831 28855 <div class="refsect1" lang="en" xml:lang="en"> 28832 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572914"></a>28856 <a xmlns="http://www.w3.org/1999/xhtml" id="id651834"></a> 28833 28857 <div class="header">Description:</div> 28834 28858 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by … … 28852 28876 </div> 28853 28877 <div class="refsect1" lang="en" xml:lang="en"> 28854 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572952"></a>28878 <a xmlns="http://www.w3.org/1999/xhtml" id="id651872"></a> 28855 28879 <div class="header">Examples:</div> 28856 28880 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be … … 30505 30529 <div> 30506 30530 <div class="refsect1" lang="en" xml:lang="en"> 30507 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37114"></a>30531 <a xmlns="http://www.w3.org/1999/xhtml" id="id589035"></a> 30508 30532 <div class="header">Arguments and Values:</div> 30509 30533 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing … … 30515 30539 </div> 30516 30540 <div class="refsect1" lang="en" xml:lang="en"> 30517 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37159"></a>30541 <a xmlns="http://www.w3.org/1999/xhtml" id="id589080"></a> 30518 30542 <div class="header">Description:</div> 30519 30543 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30536 30560 <div> 30537 30561 <div class="refsect1" lang="en" xml:lang="en"> 30538 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37220"></a>30562 <a xmlns="http://www.w3.org/1999/xhtml" id="id589141"></a> 30539 30563 <div class="header">Arguments and Values:</div> 30540 30564 <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 … … 30549 30573 </div> 30550 30574 <div class="refsect1" lang="en" xml:lang="en"> 30551 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37280"></a>30575 <a xmlns="http://www.w3.org/1999/xhtml" id="id589201"></a> 30552 30576 <div class="header">Description:</div> 30553 30577 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30573 30597 <div> 30574 30598 <div class="refsect1" lang="en" xml:lang="en"> 30575 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11890"></a>30599 <a xmlns="http://www.w3.org/1999/xhtml" id="id590734"></a> 30576 30600 <div class="header">Values:</div> 30577 30601 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with … … 30579 30603 </div> 30580 30604 <div class="refsect1" lang="en" xml:lang="en"> 30581 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11917"></a>30605 <a xmlns="http://www.w3.org/1999/xhtml" id="id590761"></a> 30582 30606 <div class="header">Description:</div> 30583 30607 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30601 30625 <div> 30602 30626 <div class="refsect1" lang="en" xml:lang="en"> 30603 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11975"></a>30627 <a xmlns="http://www.w3.org/1999/xhtml" id="id590820"></a> 30604 30628 <div class="header">Values:</div> 30605 30629 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 30607 30631 </div> 30608 30632 <div class="refsect1" lang="en" xml:lang="en"> 30609 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12002"></a>30633 <a xmlns="http://www.w3.org/1999/xhtml" id="id590847"></a> 30610 30634 <div class="header">Description:</div> 30611 30635 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30627 30651 <div> 30628 30652 <div class="refsect1" lang="en" xml:lang="en"> 30629 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12060"></a>30653 <a xmlns="http://www.w3.org/1999/xhtml" id="id590904"></a> 30630 30654 <div class="header">Arguments and Values:</div> 30631 30655 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 30636 30660 </div> 30637 30661 <div class="refsect1" lang="en" xml:lang="en"> 30638 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12102"></a>30662 <a xmlns="http://www.w3.org/1999/xhtml" id="id590947"></a> 30639 30663 <div class="header">Description:</div> 30640 30664 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30659 30683 <div> 30660 30684 <div class="refsect1" lang="en" xml:lang="en"> 30661 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12162"></a>30685 <a xmlns="http://www.w3.org/1999/xhtml" id="id591006"></a> 30662 30686 <div class="header">Arguments and Values:</div> 30663 30687 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific … … 30668 30692 </div> 30669 30693 <div class="refsect1" lang="en" xml:lang="en"> 30670 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12204"></a>30694 <a xmlns="http://www.w3.org/1999/xhtml" id="id591049"></a> 30671 30695 <div class="header">Description:</div> 30672 30696 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30691 30715 <div> 30692 30716 <div class="refsect1" lang="en" xml:lang="en"> 30693 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12264"></a>30717 <a xmlns="http://www.w3.org/1999/xhtml" id="id591108"></a> 30694 30718 <div class="header">Values:</div> 30695 30719 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p> 30696 30720 </div> 30697 30721 <div class="refsect1" lang="en" xml:lang="en"> 30698 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12290"></a>30722 <a xmlns="http://www.w3.org/1999/xhtml" id="id591134"></a> 30699 30723 <div class="header">Description:</div> 30700 30724 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30717 30741 <div> 30718 30742 <div class="refsect1" lang="en" xml:lang="en"> 30719 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12347"></a>30743 <a xmlns="http://www.w3.org/1999/xhtml" id="id591191"></a> 30720 30744 <div class="header">Values:</div> 30721 30745 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 30725 30749 </div> 30726 30750 <div class="refsect1" lang="en" xml:lang="en"> 30727 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12976"></a>30751 <a xmlns="http://www.w3.org/1999/xhtml" id="id591234"></a> 30728 30752 <div class="header">Description:</div> 30729 30753 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30750 30774 <div> 30751 30775 <div class="refsect1" lang="en" xml:lang="en"> 30752 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13045"></a>30776 <a xmlns="http://www.w3.org/1999/xhtml" id="id591890"></a> 30753 30777 <div class="header">Values:</div> 30754 30778 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and … … 30759 30783 </div> 30760 30784 <div class="refsect1" lang="en" xml:lang="en"> 30761 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13087"></a>30785 <a xmlns="http://www.w3.org/1999/xhtml" id="id591932"></a> 30762 30786 <div class="header">Description:</div> 30763 30787 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30775 30799 </div> 30776 30800 <div class="refsect1" lang="en" xml:lang="en"> 30777 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13121"></a>30801 <a xmlns="http://www.w3.org/1999/xhtml" id="id591966"></a> 30778 30802 <div class="header">Notes:</div> 30779 30803 <p xmlns="http://www.w3.org/1999/xhtml"> … … 30800 30824 <div> 30801 30825 <div class="refsect1" lang="en" xml:lang="en"> 30802 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13181"></a>30826 <a xmlns="http://www.w3.org/1999/xhtml" id="id592026"></a> 30803 30827 <div class="header">Arguments and Values:</div> 30804 30828 <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 … … 30807 30831 </div> 30808 30832 <div class="refsect1" lang="en" xml:lang="en"> 30809 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13209"></a>30833 <a xmlns="http://www.w3.org/1999/xhtml" id="id592054"></a> 30810 30834 <div class="header">Description:</div> 30811 30835 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use … … 30832 30856 <div> 30833 30857 <div class="refsect1" lang="en" xml:lang="en"> 30834 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13278"></a>30858 <a xmlns="http://www.w3.org/1999/xhtml" id="id592123"></a> 30835 30859 <div class="header">Arguments and Values:</div> 30836 30860 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an … … 30838 30862 </div> 30839 30863 <div class="refsect1" lang="en" xml:lang="en"> 30840 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13304"></a>30864 <a xmlns="http://www.w3.org/1999/xhtml" id="id592149"></a> 30841 30865 <div class="header">Description:</div> 30842 30866 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses … … 30860 30884 <div> 30861 30885 <div class="refsect1" lang="en" xml:lang="en"> 30862 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13370"></a>30886 <a xmlns="http://www.w3.org/1999/xhtml" id="id592215"></a> 30863 30887 <div class="header">Arguments and Values:</div> 30864 30888 <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 … … 30882 30906 </div> 30883 30907 <div class="refsect1" lang="en" xml:lang="en"> 30884 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13451"></a>30908 <a xmlns="http://www.w3.org/1999/xhtml" id="id592296"></a> 30885 30909 <div class="header">Description:</div> 30886 30910 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements … … 30907 30931 <div> 30908 30932 <div class="refsect1" lang="en" xml:lang="en"> 30909 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13533"></a>30933 <a xmlns="http://www.w3.org/1999/xhtml" id="id592378"></a> 30910 30934 <div class="header">Arguments and Values:</div> 30911 30935 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the … … 30922 30946 </div> 30923 30947 <div class="refsect1" lang="en" xml:lang="en"> 30924 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13580"></a>30948 <a xmlns="http://www.w3.org/1999/xhtml" id="id592424"></a> 30925 30949 <div class="header">Description:</div> 30926 30950 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the … … 30943 30967 <div> 30944 30968 <div class="refsect1" lang="en" xml:lang="en"> 30945 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533170"></a>30969 <a xmlns="http://www.w3.org/1999/xhtml" id="id616018"></a> 30946 30970 <div class="header">Arguments and Values:</div> 30947 30971 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p> 30948 30972 </div> 30949 30973 <div class="refsect1" lang="en" xml:lang="en"> 30950 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533181"></a>30974 <a xmlns="http://www.w3.org/1999/xhtml" id="id616029"></a> 30951 30975 <div class="header">Description:</div> 30952 30976 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the … … 30990 31014 <div> 30991 31015 <div class="refsect1" lang="en" xml:lang="en"> 30992 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533257"></a>31016 <a xmlns="http://www.w3.org/1999/xhtml" id="id616105"></a> 30993 31017 <div class="header">Description:</div> 30994 31018 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro … … 31025 31049 <div> 31026 31050 <div class="refsect1" lang="en" xml:lang="en"> 31027 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533315"></a>31051 <a xmlns="http://www.w3.org/1999/xhtml" id="id616163"></a> 31028 31052 <div class="header">Superclasses:</div> 31029 31053 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p> 31030 31054 </div> 31031 31055 <div class="refsect1" lang="en" xml:lang="en"> 31032 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533326"></a>31056 <a xmlns="http://www.w3.org/1999/xhtml" id="id616174"></a> 31033 31057 <div class="header">Initargs:</div> 31034 31058 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>--- … … 31038 31062 </div> 31039 31063 <div class="refsect1" lang="en" xml:lang="en"> 31040 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533353"></a>31064 <a xmlns="http://www.w3.org/1999/xhtml" id="id616201"></a> 31041 31065 <div class="header">Description:</div> 31042 31066 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31056 31080 </div> 31057 31081 <div class="refsect1" lang="en" xml:lang="en"> 31058 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533372"></a>31082 <a xmlns="http://www.w3.org/1999/xhtml" id="id616220"></a> 31059 31083 <div class="header">Examples:</div> 31060 31084 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31087 31111 </div> 31088 31112 <div class="refsect1" lang="en" xml:lang="en"> 31089 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533425"></a>31113 <a xmlns="http://www.w3.org/1999/xhtml" id="id616273"></a> 31090 31114 <div class="header">Notes:</div> 31091 31115 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31427 31451 <div> 31428 31452 <div class="refsect1" lang="en" xml:lang="en"> 31429 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10890"></a>31453 <a xmlns="http://www.w3.org/1999/xhtml" id="id587516"></a> 31430 31454 <div class="header">Arguments and Values:</div> 31431 31455 <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> … … 31435 31459 </div> 31436 31460 <div class="refsect1" lang="en" xml:lang="en"> 31437 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10949"></a>31461 <a xmlns="http://www.w3.org/1999/xhtml" id="id587576"></a> 31438 31462 <div class="header">Description:</div> 31439 31463 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p> … … 31453 31477 <div> 31454 31478 <div class="refsect1" lang="en" xml:lang="en"> 31455 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11006"></a>31479 <a xmlns="http://www.w3.org/1999/xhtml" id="id587633"></a> 31456 31480 <div class="header">Description:</div> 31457 31481 <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> … … 31471 31495 <div> 31472 31496 <div class="refsect1" lang="en" xml:lang="en"> 31473 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11080"></a>31497 <a xmlns="http://www.w3.org/1999/xhtml" id="id589514"></a> 31474 31498 <div class="header">Description:</div> 31475 31499 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>. … … 31494 31518 <div> 31495 31519 <div class="refsect1" lang="en" xml:lang="en"> 31496 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33444"></a>31520 <a xmlns="http://www.w3.org/1999/xhtml" id="id589582"></a> 31497 31521 <div class="header">Description:</div> 31498 31522 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to … … 31527 31551 <div> 31528 31552 <div class="refsect1" lang="en" xml:lang="en"> 31529 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533529"></a>31553 <a xmlns="http://www.w3.org/1999/xhtml" id="id616303"></a> 31530 31554 <div class="header">Description:</div> 31531 31555 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the … … 31548 31572 <div> 31549 31573 <div class="refsect1" lang="en" xml:lang="en"> 31550 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533589"></a>31574 <a xmlns="http://www.w3.org/1999/xhtml" id="id616363"></a> 31551 31575 <div class="header">Arguments and Values:</div> 31552 31576 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p> 31553 31577 </div> 31554 31578 <div class="refsect1" lang="en" xml:lang="en"> 31555 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533615"></a>31579 <a xmlns="http://www.w3.org/1999/xhtml" id="id616389"></a> 31556 31580 <div class="header">Description:</div> 31557 31581 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the … … 31577 31601 <div> 31578 31602 <div class="refsect1" lang="en" xml:lang="en"> 31579 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16938"></a>31603 <a xmlns="http://www.w3.org/1999/xhtml" id="id495820"></a> 31580 31604 <div class="header">Description:</div> 31581 31605 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the … … 31597 31621 <div> 31598 31622 <div class="refsect1" lang="en" xml:lang="en"> 31599 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 16997"></a>31623 <a xmlns="http://www.w3.org/1999/xhtml" id="id495879"></a> 31600 31624 <div class="header">Arguments and Values:</div> 31601 31625 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 31602 31626 </div> 31603 31627 <div class="refsect1" lang="en" xml:lang="en"> 31604 <a xmlns="http://www.w3.org/1999/xhtml" id="id 508462"></a>31628 <a xmlns="http://www.w3.org/1999/xhtml" id="id616433"></a> 31605 31629 <div class="header">Description:</div> 31606 31630 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC … … 31628 31652 <div> 31629 31653 <div class="refsect1" lang="en" xml:lang="en"> 31630 <a xmlns="http://www.w3.org/1999/xhtml" id="id 508521"></a>31654 <a xmlns="http://www.w3.org/1999/xhtml" id="id616492"></a> 31631 31655 <div class="header">Description:</div> 31632 31656 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call, … … 31651 31675 <div> 31652 31676 <div class="refsect1" lang="en" xml:lang="en"> 31653 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533666"></a>31677 <a xmlns="http://www.w3.org/1999/xhtml" id="id616547"></a> 31654 31678 <div class="header">Description:</div> 31655 31679 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL … … 31676 31700 <div> 31677 31701 <div class="refsect1" lang="en" xml:lang="en"> 31678 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533724"></a>31702 <a xmlns="http://www.w3.org/1999/xhtml" id="id616605"></a> 31679 31703 <div class="header">Description:</div> 31680 31704 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the … … 31698 31722 <div> 31699 31723 <div class="refsect1" lang="en" xml:lang="en"> 31700 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533782"></a>31724 <a xmlns="http://www.w3.org/1999/xhtml" id="id616664"></a> 31701 31725 <div class="header">Arguments and Values:</div> 31702 31726 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest … … 31708 31732 </div> 31709 31733 <div class="refsect1" lang="en" xml:lang="en"> 31710 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533838"></a>31734 <a xmlns="http://www.w3.org/1999/xhtml" id="id616719"></a> 31711 31735 <div class="header">Description:</div> 31712 31736 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect. … … 31732 31756 <div> 31733 31757 <div class="refsect1" lang="en" xml:lang="en"> 31734 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533903"></a>31758 <a xmlns="http://www.w3.org/1999/xhtml" id="id616785"></a> 31735 31759 <div class="header">Arguments and Values:</div> 31736 31760 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 31737 31761 </div> 31738 31762 <div class="refsect1" lang="en" xml:lang="en"> 31739 <a xmlns="http://www.w3.org/1999/xhtml" id="id 561142"></a>31763 <a xmlns="http://www.w3.org/1999/xhtml" id="id640903"></a> 31740 31764 <div class="header">Description:</div> 31741 31765 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages … … 31762 31786 <div> 31763 31787 <div class="refsect1" lang="en" xml:lang="en"> 31764 <a xmlns="http://www.w3.org/1999/xhtml" id="id 561200"></a>31788 <a xmlns="http://www.w3.org/1999/xhtml" id="id640961"></a> 31765 31789 <div class="header">Description:</div> 31766 31790 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs … … 31917 31941 <dt> 31918 31942 <span class="sect2"> 31919 <a href="#id 567541">17.7.2. Recommended Reading</a>31943 <a href="#id646436">17.7.2. Recommended Reading</a> 31920 31944 </span> 31921 31945 </dt> … … 33193 33217 <li class="listitem"> 33194 33218 <p>To support a feature called <span class="emphasis"><em>GCTWA 33195 <sup>[<a id="id 567096" href="#ftn.id567096" class="footnote">1</a>]</sup>33219 <sup>[<a id="id645990" href="#ftn.id645990" class="footnote">1</a>]</sup> 33196 33220 , </em></span>the vector that contains the internal 33197 33221 symbols of the current package is marked on entry to the … … 33326 33350 <hr width="100" align="left" /> 33327 33351 <div class="footnote"> 33328 <p><sup>[<a id="ftn.id 567096" href="#id567096" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,33352 <p><sup>[<a id="ftn.id645990" href="#id645990" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP, 33329 33353 where it stood for "Garbage Collection of Truly 33330 33354 Worthless Atoms".</p> … … 33386 33410 generations looking for such intergenerational references, the 33387 33411 runtime system must note all such intergenerational references 33388 at the point where they're created (via Setf).<sup>[<a id="id 567330" href="#ftn.id567330" class="footnote">2</a>]</sup> The33412 at the point where they're created (via Setf).<sup>[<a id="id646224" href="#ftn.id646224" class="footnote">2</a>]</sup> The 33389 33413 set of pointers that may contain intergenerational references is 33390 33414 sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p> … … 33433 33457 that might introduce an intergenerational reference must be 33434 33458 memoized. 33435 <sup>[<a id="id 567398" href="#ftn.id567398" class="footnote">3</a>]</sup> It's always safe to33459 <sup>[<a id="id646293" href="#ftn.id646293" class="footnote">3</a>]</sup> It's always safe to 33436 33460 push any cons cell or gvector locative onto the memo stack; 33437 33461 it's never safe to push anything else. … … 33454 33478 <hr width="100" align="left" /> 33455 33479 <div class="footnote"> 33456 <p><sup>[<a id="ftn.id 567330" href="#id567330" class="para">2</a>] </sup>This is33480 <p><sup>[<a id="ftn.id646224" href="#id646224" class="para">2</a>] </sup>This is 33457 33481 sometimes called "The Write Barrier": all assignments which 33458 33482 might result in intergenerational references must be noted, as … … 33460 33484 </div> 33461 33485 <div class="footnote"> 33462 <p><sup>[<a id="ftn.id 567398" href="#id567398" class="para">3</a>] </sup>Note that the implicit setfs that occur when33486 <p><sup>[<a id="ftn.id646293" href="#id646293" class="para">3</a>] </sup>Note that the implicit setfs that occur when 33463 33487 initializing an object - as in the case of a call to cons or 33464 33488 vector - can't introduce intergenerational references, since … … 33576 33600 <div> 33577 33601 <div> 33578 <h3 class="title"><a id="id 567541"></a>17.7.2. Recommended Reading</h3>33602 <h3 class="title"><a id="id646436"></a>17.7.2. Recommended Reading</h3> 33579 33603 </div> 33580 33604 </div> … … 33989 34013 <div> 33990 34014 <div class="refsect1" lang="en" xml:lang="en"> 33991 <a xmlns="http://www.w3.org/1999/xhtml" id="id 489008"></a>34015 <a xmlns="http://www.w3.org/1999/xhtml" id="id567583"></a> 33992 34016 <div class="header">Description:</div> 33993 34017 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD) … … 34014 34038 <div> 34015 34039 <div class="refsect1" lang="en" xml:lang="en"> 34016 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11274"></a>34040 <a xmlns="http://www.w3.org/1999/xhtml" id="id587873"></a> 34017 34041 <div class="header">Description:</div> 34018 34042 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 34038 34062 <div> 34039 34063 <div class="refsect1" lang="en" xml:lang="en"> 34040 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499850"></a>34064 <a xmlns="http://www.w3.org/1999/xhtml" id="id574136"></a> 34041 34065 <div class="header">Description:</div> 34042 34066 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 34061 34085 <div> 34062 34086 <div class="refsect1" lang="en" xml:lang="en"> 34063 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499895"></a>34087 <a xmlns="http://www.w3.org/1999/xhtml" id="id578704"></a> 34064 34088 <div class="header">Description:</div> 34065 34089 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session … … 34086 34110 <div> 34087 34111 <div class="refsect1" lang="en" xml:lang="en"> 34088 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03248"></a>34112 <a xmlns="http://www.w3.org/1999/xhtml" id="id589836"></a> 34089 34113 <div class="header">Description:</div> 34090 34114 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p> … … 34104 34128 <div> 34105 34129 <div class="refsect1" lang="en" xml:lang="en"> 34106 <a xmlns="http://www.w3.org/1999/xhtml" id="id 483240"></a>34130 <a xmlns="http://www.w3.org/1999/xhtml" id="id572090"></a> 34107 34131 <div class="header">Description:</div> 34108 34132 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros. … … 34126 34150 <div> 34127 34151 <div class="refsect1" lang="en" xml:lang="en"> 34128 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08886"></a>34152 <a xmlns="http://www.w3.org/1999/xhtml" id="id565852"></a> 34129 34153 <div class="header">Arguments and Values:</div> 34130 34154 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p> … … 34132 34156 </div> 34133 34157 <div class="refsect1" lang="en" xml:lang="en"> 34134 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03406"></a>34158 <a xmlns="http://www.w3.org/1999/xhtml" id="id565893"></a> 34135 34159 <div class="header">Description:</div> 34136 34160 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If … … 34158 34182 <div> 34159 34183 <div class="refsect1" lang="en" xml:lang="en"> 34160 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11734"></a>34184 <a xmlns="http://www.w3.org/1999/xhtml" id="id586946"></a> 34161 34185 <div class="header">Arguments and Values:</div> 34162 34186 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p> … … 34167 34191 </div> 34168 34192 <div class="refsect1" lang="en" xml:lang="en"> 34169 <a xmlns="http://www.w3.org/1999/xhtml" id="id 481934"></a>34193 <a xmlns="http://www.w3.org/1999/xhtml" id="id568308"></a> 34170 34194 <div class="header">Description:</div> 34171 34195 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer … … 35187 35211 <a href="#Symbol-Index">Symbol Index</a> 35188 35212 </div> 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 1 9:0 on June 21, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14835<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>35213 <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 15:0 on July 28, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14911<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p> 35190 35214 </body> 35191 35215 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
