Changeset 15290
- Timestamp:
- Mar 29, 2012, 6:00:23 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/ccl-documentation.html (modified) (736 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/ccl-documentation.html
r15276 r15290 6 6 <title>Clozure CL Documentation</title> 7 7 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /> 8 <link rel="home" href="#id3 96322" title="Clozure CL Documentation" />8 <link rel="home" href="#id386732" 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="id3 96322"></a>Clozure CL Documentation</h1>16 <h1 class="title"><a id="id386732"></a>Clozure CL Documentation</h1> 17 17 </div> 18 18 </div> … … 441 441 <dt> 442 442 <span class="sect1"> 443 <a href="#id5 23748">10.3. Lisp Standard Streams and OS Standard Streams</a>443 <a href="#id560922">10.3. Lisp Standard Streams and OS Standard Streams</a> 444 444 </span> 445 445 </dt> … … 2218 2218 <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it 2219 2219 may be helpful to refer to these definitions.</p> 2220 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 467092" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl2220 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id510759" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl 2221 2221 files</em></a> are the object files produced 2222 2222 by <code class="literal">compile-file</code>. fasl files store the … … 2229 2229 see 2230 2230 <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> 2231 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id 453744" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp2231 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id530606" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp 2232 2232 kernel</em></a> is a C program with a fair amount of 2233 2233 platform-specific assembly language code. Its basic job is to … … 2239 2239 files on different platforms; see 2240 2240 <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> 2241 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id 456567" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap2241 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id522918" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap 2242 2242 image</em></a> is a file that can be quickly mapped into a 2243 2243 process's address space. Conceptually, it's not too different … … 2250 2250 standard full heap image files on different platforms; see 2251 2251 <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> 2252 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id 462359" class="indexterm"></a> bootstrapping image is a minimal2252 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id541219" class="indexterm"></a> bootstrapping image is a minimal 2253 2253 heap image used in the process of building Clozure CL itself. The 2254 2254 bootstrapping image contains just enough code to load the rest … … 2262 2262 as-yet-unsupported ones) has a uniquely named subdirectory of 2263 2263 <code class="literal">ccl/lisp-kernel/</code>; each such 2264 <a id="id 463151" class="indexterm"></a>2264 <a id="id515376" class="indexterm"></a> 2265 2265 contains a Makefile and may contain some auxiliary files (linker 2266 2266 scripts, etc.) that are used to build the lisp kernel on a … … 3097 3097 </p> 3098 3098 <p xmlns="http://www.w3.org/1999/xhtml"> 3099 <a id="id 443553" class="indexterm"></a>3099 <a id="id523067" class="indexterm"></a> 3100 3100 <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em> 3101 3101 <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> | … … 3541 3541 </div> 3542 3542 <p xmlns="http://www.w3.org/1999/xhtml"> 3543 <a id="id 480251" class="indexterm"></a>3543 <a id="id543375" class="indexterm"></a> 3544 3544 <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em> [Variable]</strong></span> 3545 3545 </p> 3546 3546 <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> 3547 3547 <p xmlns="http://www.w3.org/1999/xhtml"> 3548 <a id="id 480278" class="indexterm"></a>3548 <a id="id543401" class="indexterm"></a> 3549 3549 <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em> [Variable]</strong></span> 3550 3550 </p> 3551 3551 <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> 3552 3552 <p xmlns="http://www.w3.org/1999/xhtml"> 3553 <a id="id 480307" class="indexterm"></a>3553 <a id="id543431" class="indexterm"></a> 3554 3554 <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> 3555 3555 </p> … … 3559 3559 </p> 3560 3560 <p xmlns="http://www.w3.org/1999/xhtml"> 3561 <a id="id 480355" class="indexterm"></a>3561 <a id="id543480" class="indexterm"></a> 3562 3562 <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em> [Variable]</strong></span> 3563 3563 </p> … … 3567 3567 explicit printing done by user code.</p> 3568 3568 <p xmlns="http://www.w3.org/1999/xhtml"> 3569 <a id="id 480390" class="indexterm"></a>3569 <a id="id543514" class="indexterm"></a> 3570 3570 <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em> [Variable]</strong></span> 3571 3571 </p> … … 3575 3575 explicit printing done by user code.</p> 3576 3576 <p xmlns="http://www.w3.org/1999/xhtml"> 3577 <a id="id 480425" class="indexterm"></a>3577 <a id="id543549" class="indexterm"></a> 3578 3578 <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em> [Variable]</strong></span> 3579 3579 </p> … … 3624 3624 <div> 3625 3625 <div class="refsect1" lang="en" xml:lang="en"> 3626 <a xmlns="http://www.w3.org/1999/xhtml" id="id 480587"></a>3626 <a xmlns="http://www.w3.org/1999/xhtml" id="id543712"></a> 3627 3627 <div class="header">Arguments and Values:</div> 3628 3628 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>--- … … 3659 3659 </div> 3660 3660 <div class="refsect1" lang="en" xml:lang="en"> 3661 <a xmlns="http://www.w3.org/1999/xhtml" id="id 480694"></a>3661 <a xmlns="http://www.w3.org/1999/xhtml" id="id543819"></a> 3662 3662 <div class="header">Examples:</div> 3663 3663 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3704 3704 <div> 3705 3705 <div class="refsect1" lang="en" xml:lang="en"> 3706 <a xmlns="http://www.w3.org/1999/xhtml" id="id 480793"></a>3706 <a xmlns="http://www.w3.org/1999/xhtml" id="id543918"></a> 3707 3707 <div class="header">Description:</div> 3708 3708 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3719 3719 </div> 3720 3720 <div class="refsect1" lang="en" xml:lang="en"> 3721 <a xmlns="http://www.w3.org/1999/xhtml" id="id 480860"></a>3721 <a xmlns="http://www.w3.org/1999/xhtml" id="id543985"></a> 3722 3722 <div class="header">Arguments and Values:</div> 3723 3723 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3743 3743 <div> 3744 3744 <div class="refsect1" lang="en" xml:lang="en"> 3745 <a xmlns="http://www.w3.org/1999/xhtml" id="id 480938"></a>3745 <a xmlns="http://www.w3.org/1999/xhtml" id="id544063"></a> 3746 3746 <div class="header">Description:</div> 3747 3747 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3755 3755 </div> 3756 3756 <div class="refsect1" lang="en" xml:lang="en"> 3757 <a xmlns="http://www.w3.org/1999/xhtml" id="id 480986"></a>3757 <a xmlns="http://www.w3.org/1999/xhtml" id="id544111"></a> 3758 3758 <div class="header">Arguments and Values:</div> 3759 3759 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3915 3915 <div> 3916 3916 <div class="refsect1" lang="en" xml:lang="en"> 3917 <a xmlns="http://www.w3.org/1999/xhtml" id="id 481520"></a>3917 <a xmlns="http://www.w3.org/1999/xhtml" id="id544646"></a> 3918 3918 <div class="header">Description:</div> 3919 3919 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is … … 3941 3941 <div> 3942 3942 <div class="refsect1" lang="en" xml:lang="en"> 3943 <a xmlns="http://www.w3.org/1999/xhtml" id="id 481582"></a>3943 <a xmlns="http://www.w3.org/1999/xhtml" id="id544707"></a> 3944 3944 <div class="header">Description:</div> 3945 3945 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when an external-format … … 3973 3973 <div> 3974 3974 <div class="refsect1" lang="en" xml:lang="en"> 3975 <a xmlns="http://www.w3.org/1999/xhtml" id="id 481664"></a>3975 <a xmlns="http://www.w3.org/1999/xhtml" id="id544790"></a> 3976 3976 <div class="header">Arguments and Values:</div> 3977 3977 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external … … 4007 4007 </div> 4008 4008 <div class="refsect1" lang="en" xml:lang="en"> 4009 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 06040"></a>4009 <a xmlns="http://www.w3.org/1999/xhtml" id="id561310"></a> 4010 4010 <div class="header">Description:</div> 4011 4011 <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a … … 4180 4180 <div> 4181 4181 <div> 4182 <h4 class="title"><a id="id5 06374"></a>4.5.4.1. Encoding Problems</h4>4182 <h4 class="title"><a id="id561644"></a>4.5.4.1. Encoding Problems</h4> 4183 4183 </div> 4184 4184 </div> … … 4196 4196 <div> 4197 4197 <div> 4198 <h4 class="title"><a id="id5 06386"></a>4.5.4.2. Byte Order Marks</h4>4198 <h4 class="title"><a id="id561656"></a>4.5.4.2. Byte Order Marks</h4> 4199 4199 </div> 4200 4200 </div> … … 4224 4224 <div> 4225 4225 <div> 4226 <h4 class="title"><a id="id5 06421"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>4226 <h4 class="title"><a id="id561691"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4> 4227 4227 </div> 4228 4228 </div> … … 4246 4246 <div> 4247 4247 <div class="refsect1" lang="en" xml:lang="en"> 4248 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 06482"></a>4248 <a xmlns="http://www.w3.org/1999/xhtml" id="id561752"></a> 4249 4249 <div class="header">Description:</div> 4250 4250 <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings … … 4255 4255 </div> 4256 4256 <div class="refsect1" lang="en" xml:lang="en"> 4257 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 06497"></a>4257 <a xmlns="http://www.w3.org/1999/xhtml" id="id561767"></a> 4258 4258 <div class="header">See Also:</div> 4259 4259 <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> … … 4710 4710 <div> 4711 4711 <div> 4712 <h4 class="title"><a id="id5 07220"></a>4.5.4.5. Encoding and Decoding Strings</h4>4712 <h4 class="title"><a id="id562490"></a>4.5.4.5. Encoding and Decoding Strings</h4> 4713 4713 </div> 4714 4714 </div> … … 4735 4735 <div> 4736 4736 <div class="refsect1" lang="en" xml:lang="en"> 4737 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07295"></a>4737 <a xmlns="http://www.w3.org/1999/xhtml" id="id562565"></a> 4738 4738 <div class="header">Description:</div> 4739 4739 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4766 4766 <div> 4767 4767 <div class="refsect1" lang="en" xml:lang="en"> 4768 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07391"></a>4768 <a xmlns="http://www.w3.org/1999/xhtml" id="id562661"></a> 4769 4769 <div class="header">Description:</div> 4770 4770 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4815 4815 <div> 4816 4816 <div class="refsect1" lang="en" xml:lang="en"> 4817 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07525"></a>4817 <a xmlns="http://www.w3.org/1999/xhtml" id="id562794"></a> 4818 4818 <div class="header">Description:</div> 4819 4819 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4868 4868 <div> 4869 4869 <div class="refsect1" lang="en" xml:lang="en"> 4870 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07655"></a>4870 <a xmlns="http://www.w3.org/1999/xhtml" id="id562925"></a> 4871 4871 <div class="header">Description:</div> 4872 4872 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4918 4918 </div> 4919 4919 <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> 4920 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07743" class="indexterm"></a>4920 <a xmlns="http://www.w3.org/1999/xhtml" id="id563013" class="indexterm"></a> 4921 4921 <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the 4922 4922 <code class="literal">ccl</code> directory. It is used for a variety of … … 4977 4977 <div> 4978 4978 <div> 4979 <h4 class="title"><a id="id5 07846"></a>4.6.3.1. Working with native namestrings</h4>4979 <h4 class="title"><a id="id563116"></a>4.6.3.1. Working with native namestrings</h4> 4980 4980 </div> 4981 4981 </div> … … 4996 4996 <div> 4997 4997 <div class="refsect1" lang="en" xml:lang="en"> 4998 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07892"></a>4998 <a xmlns="http://www.w3.org/1999/xhtml" id="id563162"></a> 4999 4999 <div class="header">Description:</div> 5000 5000 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5027 5027 <div> 5028 5028 <div class="refsect1" lang="en" xml:lang="en"> 5029 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07966"></a>5029 <a xmlns="http://www.w3.org/1999/xhtml" id="id563236"></a> 5030 5030 <div class="header">Description:</div> 5031 5031 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5150 5150 platforms.</p> 5151 5151 <p xmlns="http://www.w3.org/1999/xhtml"> 5152 <a id="id5 08141" class="indexterm"></a>5152 <a id="id563411" class="indexterm"></a> 5153 5153 <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em> 5154 5154 <em class="parameter"><code>pathname</code></em> … … 5210 5210 a memory error.</p> 5211 5211 <p xmlns="http://www.w3.org/1999/xhtml"> 5212 <a id="id5 08274" class="indexterm"></a>5212 <a id="id563543" class="indexterm"></a> 5213 5213 <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em> 5214 5214 <em class="parameter"><code>displaced-array</code></em> … … 5222 5222 target is an empty vector (of length zero).</p> 5223 5223 <p xmlns="http://www.w3.org/1999/xhtml"> 5224 <a id="id5 08309" class="indexterm"></a>5224 <a id="id563579" class="indexterm"></a> 5225 5225 <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em> 5226 5226 <em class="parameter"><code>pathname</code></em> … … 5232 5232 bytes.</p> 5233 5233 <p xmlns="http://www.w3.org/1999/xhtml"> 5234 <a id="id5 08341" class="indexterm"></a>5234 <a id="id563611" class="indexterm"></a> 5235 5235 <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em> 5236 5236 <em class="parameter"><code>displaced-array</code></em> … … 5271 5271 static.</p> 5272 5272 <p xmlns="http://www.w3.org/1999/xhtml"> 5273 <a id="id5 08416" class="indexterm"></a>5273 <a id="id563685" class="indexterm"></a> 5274 5274 <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em> 5275 5275 <em class="parameter"><code>var</code></em> … … 5325 5325 </div> 5326 5326 </div> 5327 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08528" class="indexterm"></a>5327 <a xmlns="http://www.w3.org/1999/xhtml" id="id563798" class="indexterm"></a> 5328 5328 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the 5329 5329 function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file … … 5405 5405 converted, because address 0 can always be relied upon to refer to 5406 5406 the same thing.</p> 5407 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08749" class="indexterm"></a>5407 <a xmlns="http://www.w3.org/1999/xhtml" id="id564019" class="indexterm"></a> 5408 5408 <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code> 5409 5409 refers to a <code class="literal">MACPTR</code> object that points to address 0.</p> … … 5416 5416 or <code class="literal">ccl64</code> script.</p> 5417 5417 <p xmlns="http://www.w3.org/1999/xhtml"> 5418 <a id="id5 08796" class="indexterm"></a>5418 <a id="id564066" class="indexterm"></a> 5419 5419 <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em> 5420 5420 <em class="parameter"><code>filename</code></em> … … 5617 5617 <div> 5618 5618 <div class="refsect1" lang="en" xml:lang="en"> 5619 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09200"></a>5619 <a xmlns="http://www.w3.org/1999/xhtml" id="id564469"></a> 5620 5620 <div class="header">Arguments and Values:</div> 5621 5621 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>--- … … 5631 5631 </div> 5632 5632 <div class="refsect1" lang="en" xml:lang="en"> 5633 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09259"></a>5633 <a xmlns="http://www.w3.org/1999/xhtml" id="id564529"></a> 5634 5634 <div class="header">Description:</div> 5635 5635 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5691 5691 <div> 5692 5692 <div class="refsect1" lang="en" xml:lang="en"> 5693 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09350"></a>5693 <a xmlns="http://www.w3.org/1999/xhtml" id="id564620"></a> 5694 5694 <div class="header">Arguments and Values:</div> 5695 5695 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>--- … … 5699 5699 </div> 5700 5700 <div class="refsect1" lang="en" xml:lang="en"> 5701 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09373"></a>5701 <a xmlns="http://www.w3.org/1999/xhtml" id="id564643"></a> 5702 5702 <div class="header">Description:</div> 5703 5703 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5738 5738 <div> 5739 5739 <div class="refsect1" lang="en" xml:lang="en"> 5740 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09469"></a>5740 <a xmlns="http://www.w3.org/1999/xhtml" id="id564739"></a> 5741 5741 <div class="header">Arguments and Values:</div> 5742 5742 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>--- … … 5747 5747 </div> 5748 5748 <div class="refsect1" lang="en" xml:lang="en"> 5749 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09505"></a>5749 <a xmlns="http://www.w3.org/1999/xhtml" id="id564775"></a> 5750 5750 <div class="header">Description:</div> 5751 5751 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5796 5796 <div> 5797 5797 <div class="refsect1" lang="en" xml:lang="en"> 5798 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09580"></a>5798 <a xmlns="http://www.w3.org/1999/xhtml" id="id564850"></a> 5799 5799 <div class="header">Arguments and Values:</div> 5800 5800 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>--- … … 5803 5803 </div> 5804 5804 <div class="refsect1" lang="en" xml:lang="en"> 5805 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09602"></a>5805 <a xmlns="http://www.w3.org/1999/xhtml" id="id564872"></a> 5806 5806 <div class="header">Description:</div> 5807 5807 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5970 5970 <div> 5971 5971 <div class="refsect1" lang="en" xml:lang="en"> 5972 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09777"></a>5972 <a xmlns="http://www.w3.org/1999/xhtml" id="id565046"></a> 5973 5973 <div class="header">Description:</div> 5974 5974 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6004 6004 <div> 6005 6005 <div class="refsect1" lang="en" xml:lang="en"> 6006 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09825"></a>6006 <a xmlns="http://www.w3.org/1999/xhtml" id="id565095"></a> 6007 6007 <div class="header">Discussion:</div> 6008 6008 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6022 6022 </div> 6023 6023 <div class="refsect1" lang="en" xml:lang="en"> 6024 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09878"></a>6024 <a xmlns="http://www.w3.org/1999/xhtml" id="id565148"></a> 6025 6025 <div class="header">Restarts:</div> 6026 6026 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6090 6090 <div> 6091 6091 <div> 6092 <h4 class="title"><a id="id5 09936"></a>4.12.5.1. Fancy arrays</h4>6092 <h4 class="title"><a id="id565206"></a>4.12.5.1. Fancy arrays</h4> 6093 6093 </div> 6094 6094 </div> … … 6117 6117 <div> 6118 6118 <div> 6119 <h4 class="title"><a id="id5 09955"></a>4.12.5.2. Hash tables</h4>6119 <h4 class="title"><a id="id565225"></a>4.12.5.2. Hash tables</h4> 6120 6120 </div> 6121 6121 </div> … … 6165 6165 <div> 6166 6166 <div> 6167 <h4 class="title"><a id="id5 09985"></a>4.12.5.3. Lists</h4>6167 <h4 class="title"><a id="id565255"></a>4.12.5.3. Lists</h4> 6168 6168 </div> 6169 6169 </div> … … 6358 6358 <div> 6359 6359 <div class="refsect1" lang="en" xml:lang="en"> 6360 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10220"></a>6360 <a xmlns="http://www.w3.org/1999/xhtml" id="id565490"></a> 6361 6361 <div class="header">Arguments and Values:</div> 6362 6362 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">output-file</span></i>--- … … 6387 6387 </div> 6388 6388 <div class="refsect1" lang="en" xml:lang="en"> 6389 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10306"></a>6389 <a xmlns="http://www.w3.org/1999/xhtml" id="id565576"></a> 6390 6390 <div class="header">Example:</div> 6391 6391 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6421 6421 <div> 6422 6422 <div class="refsect1" lang="en" xml:lang="en"> 6423 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10386"></a>6423 <a xmlns="http://www.w3.org/1999/xhtml" id="id565656"></a> 6424 6424 <div class="header">Description:</div> 6425 6425 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6443 6443 <div> 6444 6444 <div class="refsect1" lang="en" xml:lang="en"> 6445 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10424"></a>6445 <a xmlns="http://www.w3.org/1999/xhtml" id="id565694"></a> 6446 6446 <div class="header">Description:</div> 6447 6447 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6469 6469 <div> 6470 6470 <div class="refsect1" lang="en" xml:lang="en"> 6471 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10486"></a>6471 <a xmlns="http://www.w3.org/1999/xhtml" id="id565756"></a> 6472 6472 <div class="header">Description:</div> 6473 6473 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6495 6495 <div> 6496 6496 <div class="refsect1" lang="en" xml:lang="en"> 6497 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10543"></a>6497 <a xmlns="http://www.w3.org/1999/xhtml" id="id565813"></a> 6498 6498 <div class="header">Description:</div> 6499 6499 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6526 6526 <div> 6527 6527 <div class="refsect1" lang="en" xml:lang="en"> 6528 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10607"></a>6528 <a xmlns="http://www.w3.org/1999/xhtml" id="id565877"></a> 6529 6529 <div class="header">Description:</div> 6530 6530 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6553 6553 <div> 6554 6554 <div class="refsect1" lang="en" xml:lang="en"> 6555 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10674"></a>6555 <a xmlns="http://www.w3.org/1999/xhtml" id="id565944"></a> 6556 6556 <div class="header">Description:</div> 6557 6557 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6576 6576 <div> 6577 6577 <div class="refsect1" lang="en" xml:lang="en"> 6578 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10725"></a>6578 <a xmlns="http://www.w3.org/1999/xhtml" id="id565995"></a> 6579 6579 <div class="header">Description:</div> 6580 6580 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6600 6600 <div> 6601 6601 <div class="refsect1" lang="en" xml:lang="en"> 6602 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10776"></a>6602 <a xmlns="http://www.w3.org/1999/xhtml" id="id566046"></a> 6603 6603 <div class="header">Description:</div> 6604 6604 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6627 6627 <div> 6628 6628 <div class="refsect1" lang="en" xml:lang="en"> 6629 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10838"></a>6629 <a xmlns="http://www.w3.org/1999/xhtml" id="id566108"></a> 6630 6630 <div class="header">Description:</div> 6631 6631 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6654 6654 <div> 6655 6655 <div class="refsect1" lang="en" xml:lang="en"> 6656 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10906"></a>6656 <a xmlns="http://www.w3.org/1999/xhtml" id="id566175"></a> 6657 6657 <div class="header">Description:</div> 6658 6658 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6821 6821 <div> 6822 6822 <div class="refsect1" lang="en" xml:lang="en"> 6823 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11156"></a>6823 <a xmlns="http://www.w3.org/1999/xhtml" id="id566426"></a> 6824 6824 <div class="header">Description:</div> 6825 6825 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6847 6847 <div> 6848 6848 <div class="refsect1" lang="en" xml:lang="en"> 6849 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11217"></a>6849 <a xmlns="http://www.w3.org/1999/xhtml" id="id566486"></a> 6850 6850 <div class="header">Description:</div> 6851 6851 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6881 6881 <div> 6882 6882 <div class="refsect1" lang="en" xml:lang="en"> 6883 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11295"></a>6883 <a xmlns="http://www.w3.org/1999/xhtml" id="id566564"></a> 6884 6884 <div class="header">Arguments and Values:</div> 6885 6885 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">collection</span></i>--- … … 6892 6892 </div> 6893 6893 <div class="refsect1" lang="en" xml:lang="en"> 6894 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11331"></a>6894 <a xmlns="http://www.w3.org/1999/xhtml" id="id566601"></a> 6895 6895 <div class="header">Description:</div> 6896 6896 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6926 6926 <div> 6927 6927 <div class="refsect1" lang="en" xml:lang="en"> 6928 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11412"></a>6928 <a xmlns="http://www.w3.org/1999/xhtml" id="id566681"></a> 6929 6929 <div class="header">Arguments and Values:</div> 6930 6930 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">collection</span></i>--- … … 6943 6943 </div> 6944 6944 <div class="refsect1" lang="en" xml:lang="en"> 6945 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11472"></a>6945 <a xmlns="http://www.w3.org/1999/xhtml" id="id566742"></a> 6946 6946 <div class="header">Description:</div> 6947 6947 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6977 6977 <div> 6978 6978 <div class="refsect1" lang="en" xml:lang="en"> 6979 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11553"></a>6979 <a xmlns="http://www.w3.org/1999/xhtml" id="id566823"></a> 6980 6980 <div class="header">Description:</div> 6981 6981 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7002 7002 <div> 7003 7003 <div class="refsect1" lang="en" xml:lang="en"> 7004 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11605"></a>7004 <a xmlns="http://www.w3.org/1999/xhtml" id="id566875"></a> 7005 7005 <div class="header">Description:</div> 7006 7006 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7078 7078 <div> 7079 7079 <div class="refsect1" lang="en" xml:lang="en"> 7080 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11716"></a>7080 <a xmlns="http://www.w3.org/1999/xhtml" id="id566986"></a> 7081 7081 <div class="header">Summary:</div> 7082 7082 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7113 7113 <div> 7114 7114 <div class="refsect1" lang="en" xml:lang="en"> 7115 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11778"></a>7115 <a xmlns="http://www.w3.org/1999/xhtml" id="id567048"></a> 7116 7116 <div class="header">Summary:</div> 7117 7117 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7144 7144 <div> 7145 7145 <div class="refsect1" lang="en" xml:lang="en"> 7146 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11836"></a>7146 <a xmlns="http://www.w3.org/1999/xhtml" id="id567105"></a> 7147 7147 <div class="header">Summary:</div> 7148 7148 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7169 7169 <div> 7170 7170 <div class="refsect1" lang="en" xml:lang="en"> 7171 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11882"></a>7171 <a xmlns="http://www.w3.org/1999/xhtml" id="id567152"></a> 7172 7172 <div class="header">Description:</div> 7173 7173 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7402 7402 <div> 7403 7403 <div> 7404 <h4 class="title"><a id="id 485949"></a>5.4.2.1. Checking for Updates</h4>7404 <h4 class="title"><a id="id501418"></a>5.4.2.1. Checking for Updates</h4> 7405 7405 </div> 7406 7406 </div> … … 7534 7534 the required subsystems, if necessary.</p> 7535 7535 <p xmlns="http://www.w3.org/1999/xhtml"> 7536 <a id="id 470045" class="indexterm"></a>7536 <a id="id501174" class="indexterm"></a> 7537 7537 <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&key</em> 7538 7538 (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>) … … 8334 8334 <div> 8335 8335 <div class="refsect1" lang="en" xml:lang="en"> 8336 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447626"></a>8336 <a xmlns="http://www.w3.org/1999/xhtml" id="id523132"></a> 8337 8337 <div class="header">Description:</div> 8338 8338 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8356 8356 <div> 8357 8357 <div class="refsect1" lang="en" xml:lang="en"> 8358 <a xmlns="http://www.w3.org/1999/xhtml" id="id 447678"></a>8358 <a xmlns="http://www.w3.org/1999/xhtml" id="id523184"></a> 8359 8359 <div class="header">Description:</div> 8360 8360 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8383 8383 <div> 8384 8384 <div class="refsect1" lang="en" xml:lang="en"> 8385 <a xmlns="http://www.w3.org/1999/xhtml" id="id 478518"></a>8385 <a xmlns="http://www.w3.org/1999/xhtml" id="id547067"></a> 8386 8386 <div class="header">Description:</div> 8387 8387 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8403 8403 <div> 8404 8404 <div class="refsect1" lang="en" xml:lang="en"> 8405 <a xmlns="http://www.w3.org/1999/xhtml" id="id 478570"></a>8405 <a xmlns="http://www.w3.org/1999/xhtml" id="id547120"></a> 8406 8406 <div class="header">Description:</div> 8407 8407 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8427 8427 <div> 8428 8428 <div class="refsect1" lang="en" xml:lang="en"> 8429 <a xmlns="http://www.w3.org/1999/xhtml" id="id 471881"></a>8429 <a xmlns="http://www.w3.org/1999/xhtml" id="id547174"></a> 8430 8430 <div class="header">Description:</div> 8431 8431 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8451 8451 <div> 8452 8452 <div class="refsect1" lang="en" xml:lang="en"> 8453 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 71934"></a>8453 <a xmlns="http://www.w3.org/1999/xhtml" id="id499476"></a> 8454 8454 <div class="header">Description:</div> 8455 8455 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8474 8474 <div> 8475 8475 <div class="refsect1" lang="en" xml:lang="en"> 8476 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 71988"></a>8476 <a xmlns="http://www.w3.org/1999/xhtml" id="id499529"></a> 8477 8477 <div class="header">Description:</div> 8478 8478 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8499 8499 <div> 8500 8500 <div class="refsect1" lang="en" xml:lang="en"> 8501 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03440"></a>8501 <a xmlns="http://www.w3.org/1999/xhtml" id="id551104"></a> 8502 8502 <div class="header">Description:</div> 8503 8503 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8524 8524 <div> 8525 8525 <div class="refsect1" lang="en" xml:lang="en"> 8526 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03495"></a>8526 <a xmlns="http://www.w3.org/1999/xhtml" id="id551159"></a> 8527 8527 <div class="header">Description:</div> 8528 8528 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8610 8610 <div> 8611 8611 <div class="refsect1" lang="en" xml:lang="en"> 8612 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03618"></a>8612 <a xmlns="http://www.w3.org/1999/xhtml" id="id551282"></a> 8613 8613 <div class="header">Description:</div> 8614 8614 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8632 8632 <div> 8633 8633 <div class="refsect1" lang="en" xml:lang="en"> 8634 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03672"></a>8634 <a xmlns="http://www.w3.org/1999/xhtml" id="id551337"></a> 8635 8635 <div class="header">Description:</div> 8636 8636 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8654 8654 <div> 8655 8655 <div class="refsect1" lang="en" xml:lang="en"> 8656 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03726"></a>8656 <a xmlns="http://www.w3.org/1999/xhtml" id="id551390"></a> 8657 8657 <div class="header">Description:</div> 8658 8658 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8677 8677 <div> 8678 8678 <div class="refsect1" lang="en" xml:lang="en"> 8679 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03784"></a>8679 <a xmlns="http://www.w3.org/1999/xhtml" id="id551449"></a> 8680 8680 <div class="header">Description:</div> 8681 8681 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8699 8699 <div> 8700 8700 <div class="refsect1" lang="en" xml:lang="en"> 8701 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03838"></a>8701 <a xmlns="http://www.w3.org/1999/xhtml" id="id551503"></a> 8702 8702 <div class="header">Description:</div> 8703 8703 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8723 8723 <div> 8724 8724 <div class="refsect1" lang="en" xml:lang="en"> 8725 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03897"></a>8725 <a xmlns="http://www.w3.org/1999/xhtml" id="id551562"></a> 8726 8726 <div class="header">Description:</div> 8727 8727 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8747 8747 <div> 8748 8748 <div class="refsect1" lang="en" xml:lang="en"> 8749 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03963"></a>8749 <a xmlns="http://www.w3.org/1999/xhtml" id="id551627"></a> 8750 8750 <div class="header">Description:</div> 8751 8751 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 8767 8767 <div> 8768 8768 <div class="refsect1" lang="en" xml:lang="en"> 8769 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04016"></a>8769 <a xmlns="http://www.w3.org/1999/xhtml" id="id551681"></a> 8770 8770 <div class="header">Description:</div> 8771 8771 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8802 8802 <div> 8803 8803 <div class="refsect1" lang="en" xml:lang="en"> 8804 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04086"></a>8804 <a xmlns="http://www.w3.org/1999/xhtml" id="id551750"></a> 8805 8805 <div class="header">Description:</div> 8806 8806 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8827 8827 <div> 8828 8828 <div class="refsect1" lang="en" xml:lang="en"> 8829 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04155"></a>8829 <a xmlns="http://www.w3.org/1999/xhtml" id="id551820"></a> 8830 8830 <div class="header">Description:</div> 8831 8831 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8850 8850 <div> 8851 8851 <div class="refsect1" lang="en" xml:lang="en"> 8852 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04210"></a>8852 <a xmlns="http://www.w3.org/1999/xhtml" id="id551875"></a> 8853 8853 <div class="header">Description:</div> 8854 8854 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8873 8873 <div> 8874 8874 <div class="refsect1" lang="en" xml:lang="en"> 8875 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04266"></a>8875 <a xmlns="http://www.w3.org/1999/xhtml" id="id551930"></a> 8876 8876 <div class="header">Description:</div> 8877 8877 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8913 8913 <div> 8914 8914 <div class="refsect1" lang="en" xml:lang="en"> 8915 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04344"></a>8915 <a xmlns="http://www.w3.org/1999/xhtml" id="id552009"></a> 8916 8916 <div class="header">Description:</div> 8917 8917 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8936 8936 <div> 8937 8937 <div class="refsect1" lang="en" xml:lang="en"> 8938 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04400"></a>8938 <a xmlns="http://www.w3.org/1999/xhtml" id="id552065"></a> 8939 8939 <div class="header">Description:</div> 8940 8940 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8959 8959 <div> 8960 8960 <div class="refsect1" lang="en" xml:lang="en"> 8961 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04454"></a>8961 <a xmlns="http://www.w3.org/1999/xhtml" id="id552119"></a> 8962 8962 <div class="header">Description:</div> 8963 8963 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8982 8982 <div> 8983 8983 <div class="refsect1" lang="en" xml:lang="en"> 8984 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04513"></a>8984 <a xmlns="http://www.w3.org/1999/xhtml" id="id552177"></a> 8985 8985 <div class="header">Description:</div> 8986 8986 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9002 9002 <div> 9003 9003 <div class="refsect1" lang="en" xml:lang="en"> 9004 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04570"></a>9004 <a xmlns="http://www.w3.org/1999/xhtml" id="id552234"></a> 9005 9005 <div class="header">Description:</div> 9006 9006 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9025 9025 <div> 9026 9026 <div class="refsect1" lang="en" xml:lang="en"> 9027 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04628"></a>9027 <a xmlns="http://www.w3.org/1999/xhtml" id="id552293"></a> 9028 9028 <div class="header">Description:</div> 9029 9029 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9045 9045 <div> 9046 9046 <div class="refsect1" lang="en" xml:lang="en"> 9047 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04686"></a>9047 <a xmlns="http://www.w3.org/1999/xhtml" id="id552350"></a> 9048 9048 <div class="header">Description:</div> 9049 9049 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9070 9070 <div> 9071 9071 <div class="refsect1" lang="en" xml:lang="en"> 9072 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04742"></a>9072 <a xmlns="http://www.w3.org/1999/xhtml" id="id552406"></a> 9073 9073 <div class="header">Description:</div> 9074 9074 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9090 9090 <div> 9091 9091 <div class="refsect1" lang="en" xml:lang="en"> 9092 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04796"></a>9092 <a xmlns="http://www.w3.org/1999/xhtml" id="id552460"></a> 9093 9093 <div class="header">Description:</div> 9094 9094 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9114 9114 <div> 9115 9115 <div class="refsect1" lang="en" xml:lang="en"> 9116 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04851"></a>9116 <a xmlns="http://www.w3.org/1999/xhtml" id="id552516"></a> 9117 9117 <div class="header">Description:</div> 9118 9118 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9139 9139 <div> 9140 9140 <div class="refsect1" lang="en" xml:lang="en"> 9141 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04910"></a>9141 <a xmlns="http://www.w3.org/1999/xhtml" id="id552576"></a> 9142 9142 <div class="header">Description:</div> 9143 9143 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9194 9194 <div> 9195 9195 <div class="refsect1" lang="en" xml:lang="en"> 9196 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04999"></a>9196 <a xmlns="http://www.w3.org/1999/xhtml" id="id552665"></a> 9197 9197 <div class="header">Description:</div> 9198 9198 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9218 9218 <div> 9219 9219 <div class="refsect1" lang="en" xml:lang="en"> 9220 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 05055"></a>9220 <a xmlns="http://www.w3.org/1999/xhtml" id="id552720"></a> 9221 9221 <div class="header">Description:</div> 9222 9222 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9240 9240 <div> 9241 9241 <div class="refsect1" lang="en" xml:lang="en"> 9242 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 05109"></a>9242 <a xmlns="http://www.w3.org/1999/xhtml" id="id552775"></a> 9243 9243 <div class="header">Description:</div> 9244 9244 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9264 9264 <div> 9265 9265 <div class="refsect1" lang="en" xml:lang="en"> 9266 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 05171"></a>9266 <a xmlns="http://www.w3.org/1999/xhtml" id="id552838"></a> 9267 9267 <div class="header">Description:</div> 9268 9268 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9288 9288 <div> 9289 9289 <div class="refsect1" lang="en" xml:lang="en"> 9290 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 05227"></a>9290 <a xmlns="http://www.w3.org/1999/xhtml" id="id552894"></a> 9291 9291 <div class="header">Description:</div> 9292 9292 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9308 9308 <div> 9309 9309 <div class="refsect1" lang="en" xml:lang="en"> 9310 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 05281"></a>9310 <a xmlns="http://www.w3.org/1999/xhtml" id="id552948"></a> 9311 9311 <div class="header">Description:</div> 9312 9312 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9331 9331 <div> 9332 9332 <div class="refsect1" lang="en" xml:lang="en"> 9333 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 05337"></a>9333 <a xmlns="http://www.w3.org/1999/xhtml" id="id553004"></a> 9334 9334 <div class="header">Description:</div> 9335 9335 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9355 9355 <div> 9356 9356 <div class="refsect1" lang="en" xml:lang="en"> 9357 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 05399"></a>9357 <a xmlns="http://www.w3.org/1999/xhtml" id="id553066"></a> 9358 9358 <div class="header">Description:</div> 9359 9359 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9375 9375 <div> 9376 9376 <div class="refsect1" lang="en" xml:lang="en"> 9377 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28058"></a>9377 <a xmlns="http://www.w3.org/1999/xhtml" id="id553120"></a> 9378 9378 <div class="header">Description:</div> 9379 9379 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9397 9397 <div> 9398 9398 <div class="refsect1" lang="en" xml:lang="en"> 9399 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28105"></a>9399 <a xmlns="http://www.w3.org/1999/xhtml" id="id584392"></a> 9400 9400 <div class="header">Description:</div> 9401 9401 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9420 9420 <div> 9421 9421 <div class="refsect1" lang="en" xml:lang="en"> 9422 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28152"></a>9422 <a xmlns="http://www.w3.org/1999/xhtml" id="id584439"></a> 9423 9423 <div class="header">Description:</div> 9424 9424 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9443 9443 <div> 9444 9444 <div class="refsect1" lang="en" xml:lang="en"> 9445 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28200"></a>9445 <a xmlns="http://www.w3.org/1999/xhtml" id="id584486"></a> 9446 9446 <div class="header">Description:</div> 9447 9447 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9469 9469 <div> 9470 9470 <div class="refsect1" lang="en" xml:lang="en"> 9471 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28249"></a>9471 <a xmlns="http://www.w3.org/1999/xhtml" id="id584536"></a> 9472 9472 <div class="header">Description:</div> 9473 9473 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9582 9582 <div> 9583 9583 <div class="refsect1" lang="en" xml:lang="en"> 9584 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28420"></a>9584 <a xmlns="http://www.w3.org/1999/xhtml" id="id584706"></a> 9585 9585 <div class="header">Description:</div> 9586 9586 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9605 9605 <div> 9606 9606 <div class="refsect1" lang="en" xml:lang="en"> 9607 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28467"></a>9607 <a xmlns="http://www.w3.org/1999/xhtml" id="id584753"></a> 9608 9608 <div class="header">Description:</div> 9609 9609 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9629 9629 <div> 9630 9630 <div class="refsect1" lang="en" xml:lang="en"> 9631 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28515"></a>9631 <a xmlns="http://www.w3.org/1999/xhtml" id="id584801"></a> 9632 9632 <div class="header">Description:</div> 9633 9633 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9652 9652 <div> 9653 9653 <div class="refsect1" lang="en" xml:lang="en"> 9654 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28562"></a>9654 <a xmlns="http://www.w3.org/1999/xhtml" id="id584848"></a> 9655 9655 <div class="header">Description:</div> 9656 9656 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9676 9676 <div> 9677 9677 <div class="refsect1" lang="en" xml:lang="en"> 9678 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28610"></a>9678 <a xmlns="http://www.w3.org/1999/xhtml" id="id584897"></a> 9679 9679 <div class="header">Description:</div> 9680 9680 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9700 9700 <div> 9701 9701 <div class="refsect1" lang="en" xml:lang="en"> 9702 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28658"></a>9702 <a xmlns="http://www.w3.org/1999/xhtml" id="id584945"></a> 9703 9703 <div class="header">Description:</div> 9704 9704 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9725 9725 <div> 9726 9726 <div class="refsect1" lang="en" xml:lang="en"> 9727 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28710"></a>9727 <a xmlns="http://www.w3.org/1999/xhtml" id="id584993"></a> 9728 9728 <div class="header">Description:</div> 9729 9729 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9750 9750 <div> 9751 9751 <div class="refsect1" lang="en" xml:lang="en"> 9752 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28766"></a>9752 <a xmlns="http://www.w3.org/1999/xhtml" id="id585042"></a> 9753 9753 <div class="header">Description:</div> 9754 9754 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9774 9774 <div> 9775 9775 <div class="refsect1" lang="en" xml:lang="en"> 9776 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28821"></a>9776 <a xmlns="http://www.w3.org/1999/xhtml" id="id585089"></a> 9777 9777 <div class="header">Description:</div> 9778 9778 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9799 9799 <div> 9800 9800 <div class="refsect1" lang="en" xml:lang="en"> 9801 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28886"></a>9801 <a xmlns="http://www.w3.org/1999/xhtml" id="id585145"></a> 9802 9802 <div class="header">Description:</div> 9803 9803 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9826 9826 <div> 9827 9827 <div class="refsect1" lang="en" xml:lang="en"> 9828 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28953"></a>9828 <a xmlns="http://www.w3.org/1999/xhtml" id="id585201"></a> 9829 9829 <div class="header">Description:</div> 9830 9830 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9849 9849 <div> 9850 9850 <div class="refsect1" lang="en" xml:lang="en"> 9851 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29018"></a>9851 <a xmlns="http://www.w3.org/1999/xhtml" id="id585258"></a> 9852 9852 <div class="header">Description:</div> 9853 9853 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9871 9871 <div> 9872 9872 <div class="refsect1" lang="en" xml:lang="en"> 9873 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29073"></a>9873 <a xmlns="http://www.w3.org/1999/xhtml" id="id585305"></a> 9874 9874 <div class="header">Description:</div> 9875 9875 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9903 9903 <div> 9904 9904 <div class="refsect1" lang="en" xml:lang="en"> 9905 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29149"></a>9905 <a xmlns="http://www.w3.org/1999/xhtml" id="id585368"></a> 9906 9906 <div class="header">Description:</div> 9907 9907 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9923 9923 <div> 9924 9924 <div class="refsect1" lang="en" xml:lang="en"> 9925 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29203"></a>9925 <a xmlns="http://www.w3.org/1999/xhtml" id="id585414"></a> 9926 9926 <div class="header">Description:</div> 9927 9927 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 9943 9943 <div> 9944 9944 <div class="refsect1" lang="en" xml:lang="en"> 9945 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29258"></a>9945 <a xmlns="http://www.w3.org/1999/xhtml" id="id585460"></a> 9946 9946 <div class="header">Description:</div> 9947 9947 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9980 9980 <div> 9981 9981 <div class="refsect1" lang="en" xml:lang="en"> 9982 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29333"></a>9982 <a xmlns="http://www.w3.org/1999/xhtml" id="id585527"></a> 9983 9983 <div class="header">Description:</div> 9984 9984 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10002 10002 <div> 10003 10003 <div class="refsect1" lang="en" xml:lang="en"> 10004 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29388"></a>10004 <a xmlns="http://www.w3.org/1999/xhtml" id="id585574"></a> 10005 10005 <div class="header">Description:</div> 10006 10006 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10022 10022 <div> 10023 10023 <div class="refsect1" lang="en" xml:lang="en"> 10024 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29442"></a>10024 <a xmlns="http://www.w3.org/1999/xhtml" id="id585620"></a> 10025 10025 <div class="header">Description:</div> 10026 10026 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10048 10048 <div> 10049 10049 <div class="refsect1" lang="en" xml:lang="en"> 10050 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29498"></a>10050 <a xmlns="http://www.w3.org/1999/xhtml" id="id585668"></a> 10051 10051 <div class="header">Description:</div> 10052 10052 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10074 10074 <div> 10075 10075 <div class="refsect1" lang="en" xml:lang="en"> 10076 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29564"></a>10076 <a xmlns="http://www.w3.org/1999/xhtml" id="id585725"></a> 10077 10077 <div class="header">Description:</div> 10078 10078 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10094 10094 <div> 10095 10095 <div class="refsect1" lang="en" xml:lang="en"> 10096 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29617"></a>10096 <a xmlns="http://www.w3.org/1999/xhtml" id="id585771"></a> 10097 10097 <div class="header">Description:</div> 10098 10098 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10121 10121 <div> 10122 10122 <div class="refsect1" lang="en" xml:lang="en"> 10123 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29675"></a>10123 <a xmlns="http://www.w3.org/1999/xhtml" id="id585820"></a> 10124 10124 <div class="header">Description:</div> 10125 10125 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10146 10146 <div> 10147 10147 <div class="refsect1" lang="en" xml:lang="en"> 10148 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29730"></a>10148 <a xmlns="http://www.w3.org/1999/xhtml" id="id585868"></a> 10149 10149 <div class="header">Description:</div> 10150 10150 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10169 10169 <div> 10170 10170 <div class="refsect1" lang="en" xml:lang="en"> 10171 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29797"></a>10171 <a xmlns="http://www.w3.org/1999/xhtml" id="id585926"></a> 10172 10172 <div class="header">Description:</div> 10173 10173 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10193 10193 <div> 10194 10194 <div class="refsect1" lang="en" xml:lang="en"> 10195 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29853"></a>10195 <a xmlns="http://www.w3.org/1999/xhtml" id="id585973"></a> 10196 10196 <div class="header">Description:</div> 10197 10197 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10213 10213 <div> 10214 10214 <div class="refsect1" lang="en" xml:lang="en"> 10215 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29907"></a>10215 <a xmlns="http://www.w3.org/1999/xhtml" id="id586019"></a> 10216 10216 <div class="header">Description:</div> 10217 10217 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10249 10249 <div> 10250 10250 <div class="refsect1" lang="en" xml:lang="en"> 10251 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29975"></a>10251 <a xmlns="http://www.w3.org/1999/xhtml" id="id586078"></a> 10252 10252 <div class="header">Description:</div> 10253 10253 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10269 10269 <div> 10270 10270 <div class="refsect1" lang="en" xml:lang="en"> 10271 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30029"></a>10271 <a xmlns="http://www.w3.org/1999/xhtml" id="id586124"></a> 10272 10272 <div class="header">Description:</div> 10273 10273 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10295 10295 <div> 10296 10296 <div class="refsect1" lang="en" xml:lang="en"> 10297 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30086"></a>10297 <a xmlns="http://www.w3.org/1999/xhtml" id="id586173"></a> 10298 10298 <div class="header">Description:</div> 10299 10299 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10315 10315 <div> 10316 10316 <div class="refsect1" lang="en" xml:lang="en"> 10317 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30140"></a>10317 <a xmlns="http://www.w3.org/1999/xhtml" id="id586219"></a> 10318 10318 <div class="header">Description:</div> 10319 10319 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10341 10341 <div> 10342 10342 <div class="refsect1" lang="en" xml:lang="en"> 10343 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30201"></a>10343 <a xmlns="http://www.w3.org/1999/xhtml" id="id586271"></a> 10344 10344 <div class="header">Description:</div> 10345 10345 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10364 10364 <div> 10365 10365 <div class="refsect1" lang="en" xml:lang="en"> 10366 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30256"></a>10366 <a xmlns="http://www.w3.org/1999/xhtml" id="id586318"></a> 10367 10367 <div class="header">Description:</div> 10368 10368 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10388 10388 <div> 10389 10389 <div class="refsect1" lang="en" xml:lang="en"> 10390 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30312"></a>10390 <a xmlns="http://www.w3.org/1999/xhtml" id="id586366"></a> 10391 10391 <div class="header">Description:</div> 10392 10392 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10411 10411 <div> 10412 10412 <div class="refsect1" lang="en" xml:lang="en"> 10413 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30379"></a>10413 <a xmlns="http://www.w3.org/1999/xhtml" id="id586423"></a> 10414 10414 <div class="header">Description:</div> 10415 10415 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10435 10435 <div> 10436 10436 <div class="refsect1" lang="en" xml:lang="en"> 10437 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30440"></a>10437 <a xmlns="http://www.w3.org/1999/xhtml" id="id586475"></a> 10438 10438 <div class="header">Description:</div> 10439 10439 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10458 10458 <div> 10459 10459 <div class="refsect1" lang="en" xml:lang="en"> 10460 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30495"></a>10460 <a xmlns="http://www.w3.org/1999/xhtml" id="id586523"></a> 10461 10461 <div class="header">Description:</div> 10462 10462 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10478 10478 <div> 10479 10479 <div class="refsect1" lang="en" xml:lang="en"> 10480 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30549"></a>10480 <a xmlns="http://www.w3.org/1999/xhtml" id="id586572"></a> 10481 10481 <div class="header">Description:</div> 10482 10482 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10572 10572 <div> 10573 10573 <div class="refsect1" lang="en" xml:lang="en"> 10574 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30701"></a>10574 <a xmlns="http://www.w3.org/1999/xhtml" id="id586724"></a> 10575 10575 <div class="header">Description:</div> 10576 10576 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10599 10599 <div> 10600 10600 <div class="refsect1" lang="en" xml:lang="en"> 10601 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30758"></a>10601 <a xmlns="http://www.w3.org/1999/xhtml" id="id586782"></a> 10602 10602 <div class="header">Description:</div> 10603 10603 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10623 10623 <div> 10624 10624 <div class="refsect1" lang="en" xml:lang="en"> 10625 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30814"></a>10625 <a xmlns="http://www.w3.org/1999/xhtml" id="id586838"></a> 10626 10626 <div class="header">Description:</div> 10627 10627 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10646 10646 <div> 10647 10647 <div class="refsect1" lang="en" xml:lang="en"> 10648 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30869"></a>10648 <a xmlns="http://www.w3.org/1999/xhtml" id="id586893"></a> 10649 10649 <div class="header">Description:</div> 10650 10650 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10669 10669 <div> 10670 10670 <div class="refsect1" lang="en" xml:lang="en"> 10671 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30925"></a>10671 <a xmlns="http://www.w3.org/1999/xhtml" id="id586948"></a> 10672 10672 <div class="header">Description:</div> 10673 10673 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10695 10695 <div> 10696 10696 <div class="refsect1" lang="en" xml:lang="en"> 10697 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30982"></a>10697 <a xmlns="http://www.w3.org/1999/xhtml" id="id587005"></a> 10698 10698 <div class="header">Description:</div> 10699 10699 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10721 10721 <div> 10722 10722 <div class="refsect1" lang="en" xml:lang="en"> 10723 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31039"></a>10723 <a xmlns="http://www.w3.org/1999/xhtml" id="id587062"></a> 10724 10724 <div class="header">Description:</div> 10725 10725 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10750 10750 <div> 10751 10751 <div class="refsect1" lang="en" xml:lang="en"> 10752 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31098"></a>10752 <a xmlns="http://www.w3.org/1999/xhtml" id="id587121"></a> 10753 10753 <div class="header">Description:</div> 10754 10754 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10773 10773 <div> 10774 10774 <div class="refsect1" lang="en" xml:lang="en"> 10775 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31154"></a>10775 <a xmlns="http://www.w3.org/1999/xhtml" id="id587176"></a> 10776 10776 <div class="header">Description:</div> 10777 10777 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10823 10823 <div> 10824 10824 <div class="refsect1" lang="en" xml:lang="en"> 10825 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31242"></a>10825 <a xmlns="http://www.w3.org/1999/xhtml" id="id587264"></a> 10826 10826 <div class="header">Description:</div> 10827 10827 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10843 10843 <div> 10844 10844 <div class="refsect1" lang="en" xml:lang="en"> 10845 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31296"></a>10845 <a xmlns="http://www.w3.org/1999/xhtml" id="id587318"></a> 10846 10846 <div class="header">Description:</div> 10847 10847 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 10863 10863 <div> 10864 10864 <div class="refsect1" lang="en" xml:lang="en"> 10865 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31350"></a>10865 <a xmlns="http://www.w3.org/1999/xhtml" id="id587373"></a> 10866 10866 <div class="header">Description:</div> 10867 10867 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10888 10888 <div> 10889 10889 <div class="refsect1" lang="en" xml:lang="en"> 10890 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31413"></a>10890 <a xmlns="http://www.w3.org/1999/xhtml" id="id587436"></a> 10891 10891 <div class="header">Description:</div> 10892 10892 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10915 10915 <div> 10916 10916 <div class="refsect1" lang="en" xml:lang="en"> 10917 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31474"></a>10917 <a xmlns="http://www.w3.org/1999/xhtml" id="id587497"></a> 10918 10918 <div class="header">Description:</div> 10919 10919 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10941 10941 <div> 10942 10942 <div class="refsect1" lang="en" xml:lang="en"> 10943 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31531"></a>10943 <a xmlns="http://www.w3.org/1999/xhtml" id="id587554"></a> 10944 10944 <div class="header">Description:</div> 10945 10945 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10966 10966 <div> 10967 10967 <div class="refsect1" lang="en" xml:lang="en"> 10968 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31587"></a>10968 <a xmlns="http://www.w3.org/1999/xhtml" id="id587610"></a> 10969 10969 <div class="header">Description:</div> 10970 10970 <p xmlns="http://www.w3.org/1999/xhtml"> … … 10991 10991 <div> 10992 10992 <div class="refsect1" lang="en" xml:lang="en"> 10993 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31644"></a>10993 <a xmlns="http://www.w3.org/1999/xhtml" id="id587667"></a> 10994 10994 <div class="header">Description:</div> 10995 10995 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11050 11050 <div> 11051 11051 <div class="refsect1" lang="en" xml:lang="en"> 11052 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31756"></a>11052 <a xmlns="http://www.w3.org/1999/xhtml" id="id587780"></a> 11053 11053 <div class="header">Description:</div> 11054 11054 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11073 11073 <div> 11074 11074 <div class="refsect1" lang="en" xml:lang="en"> 11075 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31811"></a>11075 <a xmlns="http://www.w3.org/1999/xhtml" id="id587834"></a> 11076 11076 <div class="header">Description:</div> 11077 11077 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11100 11100 <div> 11101 11101 <div class="refsect1" lang="en" xml:lang="en"> 11102 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31874"></a>11102 <a xmlns="http://www.w3.org/1999/xhtml" id="id587898"></a> 11103 11103 <div class="header">Description:</div> 11104 11104 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11124 11124 <div> 11125 11125 <div class="refsect1" lang="en" xml:lang="en"> 11126 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31934"></a>11126 <a xmlns="http://www.w3.org/1999/xhtml" id="id587958"></a> 11127 11127 <div class="header">Description:</div> 11128 11128 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11144 11144 <div> 11145 11145 <div class="refsect1" lang="en" xml:lang="en"> 11146 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31988"></a>11146 <a xmlns="http://www.w3.org/1999/xhtml" id="id588012"></a> 11147 11147 <div class="header">Description:</div> 11148 11148 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11167 11167 <div> 11168 11168 <div class="refsect1" lang="en" xml:lang="en"> 11169 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32043"></a>11169 <a xmlns="http://www.w3.org/1999/xhtml" id="id588068"></a> 11170 11170 <div class="header">Description:</div> 11171 11171 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11196 11196 <div> 11197 11197 <div class="refsect1" lang="en" xml:lang="en"> 11198 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32104"></a>11198 <a xmlns="http://www.w3.org/1999/xhtml" id="id588129"></a> 11199 11199 <div class="header">Description:</div> 11200 11200 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11216 11216 <div> 11217 11217 <div class="refsect1" lang="en" xml:lang="en"> 11218 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32158"></a>11218 <a xmlns="http://www.w3.org/1999/xhtml" id="id588183"></a> 11219 11219 <div class="header">Description:</div> 11220 11220 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11236 11236 <div> 11237 11237 <div class="refsect1" lang="en" xml:lang="en"> 11238 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32212"></a>11238 <a xmlns="http://www.w3.org/1999/xhtml" id="id588237"></a> 11239 11239 <div class="header">Description:</div> 11240 11240 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11256 11256 <div> 11257 11257 <div class="refsect1" lang="en" xml:lang="en"> 11258 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32266"></a>11258 <a xmlns="http://www.w3.org/1999/xhtml" id="id588291"></a> 11259 11259 <div class="header">Description:</div> 11260 11260 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11276 11276 <div> 11277 11277 <div class="refsect1" lang="en" xml:lang="en"> 11278 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32320"></a>11278 <a xmlns="http://www.w3.org/1999/xhtml" id="id588345"></a> 11279 11279 <div class="header">Description:</div> 11280 11280 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11296 11296 <div> 11297 11297 <div class="refsect1" lang="en" xml:lang="en"> 11298 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32374"></a>11298 <a xmlns="http://www.w3.org/1999/xhtml" id="id588400"></a> 11299 11299 <div class="header">Description:</div> 11300 11300 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11321 11321 <div> 11322 11322 <div class="refsect1" lang="en" xml:lang="en"> 11323 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32431"></a>11323 <a xmlns="http://www.w3.org/1999/xhtml" id="id588456"></a> 11324 11324 <div class="header">Description:</div> 11325 11325 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11341 11341 <div> 11342 11342 <div class="refsect1" lang="en" xml:lang="en"> 11343 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32485"></a>11343 <a xmlns="http://www.w3.org/1999/xhtml" id="id588511"></a> 11344 11344 <div class="header">Description:</div> 11345 11345 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11361 11361 <div> 11362 11362 <div class="refsect1" lang="en" xml:lang="en"> 11363 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32539"></a>11363 <a xmlns="http://www.w3.org/1999/xhtml" id="id588564"></a> 11364 11364 <div class="header">Description:</div> 11365 11365 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11381 11381 <div> 11382 11382 <div class="refsect1" lang="en" xml:lang="en"> 11383 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32593"></a>11383 <a xmlns="http://www.w3.org/1999/xhtml" id="id588618"></a> 11384 11384 <div class="header">Description:</div> 11385 11385 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11404 11404 <div> 11405 11405 <div class="refsect1" lang="en" xml:lang="en"> 11406 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32648"></a>11406 <a xmlns="http://www.w3.org/1999/xhtml" id="id588674"></a> 11407 11407 <div class="header">Description:</div> 11408 11408 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11427 11427 <div> 11428 11428 <div class="refsect1" lang="en" xml:lang="en"> 11429 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32704"></a>11429 <a xmlns="http://www.w3.org/1999/xhtml" id="id588729"></a> 11430 11430 <div class="header">Description:</div> 11431 11431 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11447 11447 <div> 11448 11448 <div class="refsect1" lang="en" xml:lang="en"> 11449 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32757"></a>11449 <a xmlns="http://www.w3.org/1999/xhtml" id="id588783"></a> 11450 11450 <div class="header">Description:</div> 11451 11451 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11487 11487 <div> 11488 11488 <div class="refsect1" lang="en" xml:lang="en"> 11489 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32848"></a>11489 <a xmlns="http://www.w3.org/1999/xhtml" id="id588874"></a> 11490 11490 <div class="header">Description:</div> 11491 11491 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11515 11515 <div> 11516 11516 <div class="refsect1" lang="en" xml:lang="en"> 11517 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32912"></a>11517 <a xmlns="http://www.w3.org/1999/xhtml" id="id588937"></a> 11518 11518 <div class="header">Description:</div> 11519 11519 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 11535 11535 <div> 11536 11536 <div class="refsect1" lang="en" xml:lang="en"> 11537 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32967"></a>11537 <a xmlns="http://www.w3.org/1999/xhtml" id="id588992"></a> 11538 11538 <div class="header">Description:</div> 11539 11539 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11643 11643 <div> 11644 11644 <div class="refsect1" lang="en" xml:lang="en"> 11645 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33121"></a>11645 <a xmlns="http://www.w3.org/1999/xhtml" id="id589145"></a> 11646 11646 <div class="header">Description:</div> 11647 11647 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11667 11667 <div> 11668 11668 <div class="refsect1" lang="en" xml:lang="en"> 11669 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33177"></a>11669 <a xmlns="http://www.w3.org/1999/xhtml" id="id589201"></a> 11670 11670 <div class="header">Description:</div> 11671 11671 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11697 11697 <div> 11698 11698 <div class="refsect1" lang="en" xml:lang="en"> 11699 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33241"></a>11699 <a xmlns="http://www.w3.org/1999/xhtml" id="id589265"></a> 11700 11700 <div class="header">Description:</div> 11701 11701 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11719 11719 <div> 11720 11720 <div class="refsect1" lang="en" xml:lang="en"> 11721 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33296"></a>11721 <a xmlns="http://www.w3.org/1999/xhtml" id="id589320"></a> 11722 11722 <div class="header">Description:</div> 11723 11723 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11741 11741 <div> 11742 11742 <div class="refsect1" lang="en" xml:lang="en"> 11743 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33350"></a>11743 <a xmlns="http://www.w3.org/1999/xhtml" id="id589375"></a> 11744 11744 <div class="header">Description:</div> 11745 11745 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11764 11764 <div> 11765 11765 <div class="refsect1" lang="en" xml:lang="en"> 11766 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33405"></a>11766 <a xmlns="http://www.w3.org/1999/xhtml" id="id589430"></a> 11767 11767 <div class="header">Description:</div> 11768 11768 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11787 11787 <div> 11788 11788 <div class="refsect1" lang="en" xml:lang="en"> 11789 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33464"></a>11789 <a xmlns="http://www.w3.org/1999/xhtml" id="id589489"></a> 11790 11790 <div class="header">Description:</div> 11791 11791 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11832 11832 <div> 11833 11833 <div class="refsect1" lang="en" xml:lang="en"> 11834 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33549"></a>11834 <a xmlns="http://www.w3.org/1999/xhtml" id="id589574"></a> 11835 11835 <div class="header">Description:</div> 11836 11836 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11890 11890 <div> 11891 11891 <div class="refsect1" lang="en" xml:lang="en"> 11892 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33749"></a>11892 <a xmlns="http://www.w3.org/1999/xhtml" id="id589774"></a> 11893 11893 <div class="header">Description:</div> 11894 11894 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11912 11912 <div> 11913 11913 <div class="refsect1" lang="en" xml:lang="en"> 11914 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33804"></a>11914 <a xmlns="http://www.w3.org/1999/xhtml" id="id589829"></a> 11915 11915 <div class="header">Description:</div> 11916 11916 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11939 11939 <div> 11940 11940 <div class="refsect1" lang="en" xml:lang="en"> 11941 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33861"></a>11941 <a xmlns="http://www.w3.org/1999/xhtml" id="id589886"></a> 11942 11942 <div class="header">Description:</div> 11943 11943 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11961 11961 <div> 11962 11962 <div class="refsect1" lang="en" xml:lang="en"> 11963 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33916"></a>11963 <a xmlns="http://www.w3.org/1999/xhtml" id="id589941"></a> 11964 11964 <div class="header">Description:</div> 11965 11965 <p xmlns="http://www.w3.org/1999/xhtml"> … … 11986 11986 <div> 11987 11987 <div class="refsect1" lang="en" xml:lang="en"> 11988 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33976"></a>11988 <a xmlns="http://www.w3.org/1999/xhtml" id="id590001"></a> 11989 11989 <div class="header">Description:</div> 11990 11990 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12160 12160 <div> 12161 12161 <div class="refsect1" lang="en" xml:lang="en"> 12162 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 34287"></a>12162 <a xmlns="http://www.w3.org/1999/xhtml" id="id590312"></a> 12163 12163 <div class="header">Description:</div> 12164 12164 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12184 12184 <div> 12185 12185 <div class="refsect1" lang="en" xml:lang="en"> 12186 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 34343"></a>12186 <a xmlns="http://www.w3.org/1999/xhtml" id="id590368"></a> 12187 12187 <div class="header">Description:</div> 12188 12188 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12221 12221 <div> 12222 12222 <div class="refsect1" lang="en" xml:lang="en"> 12223 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 34418"></a>12223 <a xmlns="http://www.w3.org/1999/xhtml" id="id590443"></a> 12224 12224 <div class="header">Description:</div> 12225 12225 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12264 12264 <div> 12265 12265 <div class="refsect1" lang="en" xml:lang="en"> 12266 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 34569"></a>12266 <a xmlns="http://www.w3.org/1999/xhtml" id="id590595"></a> 12267 12267 <div class="header">Description:</div> 12268 12268 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12303 12303 <div> 12304 12304 <div class="refsect1" lang="en" xml:lang="en"> 12305 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 34703"></a>12305 <a xmlns="http://www.w3.org/1999/xhtml" id="id590728"></a> 12306 12306 <div class="header">Description:</div> 12307 12307 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12323 12323 <div> 12324 12324 <div class="refsect1" lang="en" xml:lang="en"> 12325 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 34761"></a>12325 <a xmlns="http://www.w3.org/1999/xhtml" id="id590786"></a> 12326 12326 <div class="header">Description:</div> 12327 12327 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12343 12343 <div> 12344 12344 <div class="refsect1" lang="en" xml:lang="en"> 12345 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 34819"></a>12345 <a xmlns="http://www.w3.org/1999/xhtml" id="id590843"></a> 12346 12346 <div class="header">Description:</div> 12347 12347 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12367 12367 <div> 12368 12368 <div class="refsect1" lang="en" xml:lang="en"> 12369 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 34875"></a>12369 <a xmlns="http://www.w3.org/1999/xhtml" id="id590899"></a> 12370 12370 <div class="header">Description:</div> 12371 12371 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12390 12390 <div> 12391 12391 <div class="refsect1" lang="en" xml:lang="en"> 12392 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 34930"></a>12392 <a xmlns="http://www.w3.org/1999/xhtml" id="id590955"></a> 12393 12393 <div class="header">Description:</div> 12394 12394 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12410 12410 <div> 12411 12411 <div class="refsect1" lang="en" xml:lang="en"> 12412 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 34984"></a>12412 <a xmlns="http://www.w3.org/1999/xhtml" id="id591009"></a> 12413 12413 <div class="header">Description:</div> 12414 12414 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12433 12433 <div> 12434 12434 <div class="refsect1" lang="en" xml:lang="en"> 12435 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35044"></a>12435 <a xmlns="http://www.w3.org/1999/xhtml" id="id591068"></a> 12436 12436 <div class="header">Description:</div> 12437 12437 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12459 12459 <div> 12460 12460 <div class="refsect1" lang="en" xml:lang="en"> 12461 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35103"></a>12461 <a xmlns="http://www.w3.org/1999/xhtml" id="id591128"></a> 12462 12462 <div class="header">Description:</div> 12463 12463 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12482 12482 <div> 12483 12483 <div class="refsect1" lang="en" xml:lang="en"> 12484 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35162"></a>12484 <a xmlns="http://www.w3.org/1999/xhtml" id="id591187"></a> 12485 12485 <div class="header">Description:</div> 12486 12486 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12502 12502 <div> 12503 12503 <div class="refsect1" lang="en" xml:lang="en"> 12504 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35216"></a>12504 <a xmlns="http://www.w3.org/1999/xhtml" id="id591241"></a> 12505 12505 <div class="header">Description:</div> 12506 12506 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12559 12559 <div> 12560 12560 <div class="refsect1" lang="en" xml:lang="en"> 12561 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35303"></a>12561 <a xmlns="http://www.w3.org/1999/xhtml" id="id591329"></a> 12562 12562 <div class="header">Description:</div> 12563 12563 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12579 12579 <div> 12580 12580 <div class="refsect1" lang="en" xml:lang="en"> 12581 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35357"></a>12581 <a xmlns="http://www.w3.org/1999/xhtml" id="id591383"></a> 12582 12582 <div class="header">Description:</div> 12583 12583 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12611 12611 <div> 12612 12612 <div class="refsect1" lang="en" xml:lang="en"> 12613 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35423"></a>12613 <a xmlns="http://www.w3.org/1999/xhtml" id="id591448"></a> 12614 12614 <div class="header">Description:</div> 12615 12615 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12694 12694 <div> 12695 12695 <div class="refsect1" lang="en" xml:lang="en"> 12696 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35567"></a>12696 <a xmlns="http://www.w3.org/1999/xhtml" id="id591591"></a> 12697 12697 <div class="header">Description:</div> 12698 12698 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12718 12718 <div> 12719 12719 <div class="refsect1" lang="en" xml:lang="en"> 12720 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35634"></a>12720 <a xmlns="http://www.w3.org/1999/xhtml" id="id591659"></a> 12721 12721 <div class="header">Description:</div> 12722 12722 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12750 12750 <div> 12751 12751 <div class="refsect1" lang="en" xml:lang="en"> 12752 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35713"></a>12752 <a xmlns="http://www.w3.org/1999/xhtml" id="id591737"></a> 12753 12753 <div class="header">Description:</div> 12754 12754 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12779 12779 <div> 12780 12780 <div class="refsect1" lang="en" xml:lang="en"> 12781 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35784"></a>12781 <a xmlns="http://www.w3.org/1999/xhtml" id="id591808"></a> 12782 12782 <div class="header">Description:</div> 12783 12783 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12801 12801 <div> 12802 12802 <div class="refsect1" lang="en" xml:lang="en"> 12803 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35842"></a>12803 <a xmlns="http://www.w3.org/1999/xhtml" id="id591866"></a> 12804 12804 <div class="header">Description:</div> 12805 12805 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12821 12821 <div> 12822 12822 <div class="refsect1" lang="en" xml:lang="en"> 12823 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35898"></a>12823 <a xmlns="http://www.w3.org/1999/xhtml" id="id591922"></a> 12824 12824 <div class="header">Description:</div> 12825 12825 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 12841 12841 <div> 12842 12842 <div class="refsect1" lang="en" xml:lang="en"> 12843 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35954"></a>12843 <a xmlns="http://www.w3.org/1999/xhtml" id="id591978"></a> 12844 12844 <div class="header">Description:</div> 12845 12845 <p xmlns="http://www.w3.org/1999/xhtml"> … … 12923 12923 <div> 12924 12924 <div class="refsect1" lang="en" xml:lang="en"> 12925 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36069"></a>12925 <a xmlns="http://www.w3.org/1999/xhtml" id="id592093"></a> 12926 12926 <div class="header">Description:</div> 12927 12927 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13030 13030 <div> 13031 13031 <div class="refsect1" lang="en" xml:lang="en"> 13032 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36235"></a>13032 <a xmlns="http://www.w3.org/1999/xhtml" id="id592258"></a> 13033 13033 <div class="header">Description:</div> 13034 13034 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13075 13075 <div> 13076 13076 <div class="refsect1" lang="en" xml:lang="en"> 13077 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36370"></a>13077 <a xmlns="http://www.w3.org/1999/xhtml" id="id592394"></a> 13078 13078 <div class="header">Description:</div> 13079 13079 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13100 13100 <div> 13101 13101 <div class="refsect1" lang="en" xml:lang="en"> 13102 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36433"></a>13102 <a xmlns="http://www.w3.org/1999/xhtml" id="id592456"></a> 13103 13103 <div class="header">Description:</div> 13104 13104 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13132 13132 <div> 13133 13133 <div class="refsect1" lang="en" xml:lang="en"> 13134 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36510"></a>13134 <a xmlns="http://www.w3.org/1999/xhtml" id="id592534"></a> 13135 13135 <div class="header">Description:</div> 13136 13136 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13175 13175 <div> 13176 13176 <div class="refsect1" lang="en" xml:lang="en"> 13177 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36654"></a>13177 <a xmlns="http://www.w3.org/1999/xhtml" id="id592678"></a> 13178 13178 <div class="header">Description:</div> 13179 13179 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13236 13236 <div> 13237 13237 <div class="refsect1" lang="en" xml:lang="en"> 13238 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36748"></a>13238 <a xmlns="http://www.w3.org/1999/xhtml" id="id592772"></a> 13239 13239 <div class="header">Description:</div> 13240 13240 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13315 13315 <div> 13316 13316 <div class="refsect1" lang="en" xml:lang="en"> 13317 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36872"></a>13317 <a xmlns="http://www.w3.org/1999/xhtml" id="id592896"></a> 13318 13318 <div class="header">Description:</div> 13319 13319 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13374 13374 <div> 13375 13375 <div class="refsect1" lang="en" xml:lang="en"> 13376 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36965"></a>13376 <a xmlns="http://www.w3.org/1999/xhtml" id="id592988"></a> 13377 13377 <div class="header">Description:</div> 13378 13378 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13471 13471 <div> 13472 13472 <div class="refsect1" lang="en" xml:lang="en"> 13473 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37104"></a>13473 <a xmlns="http://www.w3.org/1999/xhtml" id="id593126"></a> 13474 13474 <div class="header">Description:</div> 13475 13475 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13494 13494 <div> 13495 13495 <div class="refsect1" lang="en" xml:lang="en"> 13496 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37159"></a>13496 <a xmlns="http://www.w3.org/1999/xhtml" id="id593181"></a> 13497 13497 <div class="header">Description:</div> 13498 13498 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13516 13516 <div> 13517 13517 <div class="refsect1" lang="en" xml:lang="en"> 13518 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37214"></a>13518 <a xmlns="http://www.w3.org/1999/xhtml" id="id593235"></a> 13519 13519 <div class="header">Description:</div> 13520 13520 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13550 13550 <div> 13551 13551 <div class="refsect1" lang="en" xml:lang="en"> 13552 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37285"></a>13552 <a xmlns="http://www.w3.org/1999/xhtml" id="id593307"></a> 13553 13553 <div class="header">Description:</div> 13554 13554 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13598 13598 <div> 13599 13599 <div class="refsect1" lang="en" xml:lang="en"> 13600 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37369"></a>13600 <a xmlns="http://www.w3.org/1999/xhtml" id="id593391"></a> 13601 13601 <div class="header">Description:</div> 13602 13602 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13620 13620 <div> 13621 13621 <div class="refsect1" lang="en" xml:lang="en"> 13622 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37423"></a>13622 <a xmlns="http://www.w3.org/1999/xhtml" id="id593446"></a> 13623 13623 <div class="header">Description:</div> 13624 13624 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13640 13640 <div> 13641 13641 <div class="refsect1" lang="en" xml:lang="en"> 13642 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37478"></a>13642 <a xmlns="http://www.w3.org/1999/xhtml" id="id593501"></a> 13643 13643 <div class="header">Description:</div> 13644 13644 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13664 13664 <div> 13665 13665 <div class="refsect1" lang="en" xml:lang="en"> 13666 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37534"></a>13666 <a xmlns="http://www.w3.org/1999/xhtml" id="id593556"></a> 13667 13667 <div class="header">Description:</div> 13668 13668 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13684 13684 <div> 13685 13685 <div class="refsect1" lang="en" xml:lang="en"> 13686 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37588"></a>13686 <a xmlns="http://www.w3.org/1999/xhtml" id="id593611"></a> 13687 13687 <div class="header">Description:</div> 13688 13688 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13709 13709 <div> 13710 13710 <div class="refsect1" lang="en" xml:lang="en"> 13711 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37644"></a>13711 <a xmlns="http://www.w3.org/1999/xhtml" id="id593667"></a> 13712 13712 <div class="header">Description:</div> 13713 13713 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13731 13731 <div> 13732 13732 <div class="refsect1" lang="en" xml:lang="en"> 13733 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37699"></a>13733 <a xmlns="http://www.w3.org/1999/xhtml" id="id593722"></a> 13734 13734 <div class="header">Description:</div> 13735 13735 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13838 13838 <div> 13839 13839 <div class="refsect1" lang="en" xml:lang="en"> 13840 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37867"></a>13840 <a xmlns="http://www.w3.org/1999/xhtml" id="id593890"></a> 13841 13841 <div class="header">Description:</div> 13842 13842 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13870 13870 <div> 13871 13871 <div class="refsect1" lang="en" xml:lang="en"> 13872 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37943"></a>13872 <a xmlns="http://www.w3.org/1999/xhtml" id="id593966"></a> 13873 13873 <div class="header">Description:</div> 13874 13874 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13905 13905 <div> 13906 13906 <div class="refsect1" lang="en" xml:lang="en"> 13907 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38010"></a>13907 <a xmlns="http://www.w3.org/1999/xhtml" id="id594033"></a> 13908 13908 <div class="header">Description:</div> 13909 13909 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13925 13925 <div> 13926 13926 <div class="refsect1" lang="en" xml:lang="en"> 13927 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38065"></a>13927 <a xmlns="http://www.w3.org/1999/xhtml" id="id594089"></a> 13928 13928 <div class="header">Description:</div> 13929 13929 <p xmlns="http://www.w3.org/1999/xhtml"> … … 13947 13947 <div> 13948 13948 <div class="refsect1" lang="en" xml:lang="en"> 13949 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38120"></a>13949 <a xmlns="http://www.w3.org/1999/xhtml" id="id594144"></a> 13950 13950 <div class="header">Description:</div> 13951 13951 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 13967 13967 <div> 13968 13968 <div class="refsect1" lang="en" xml:lang="en"> 13969 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38175"></a>13969 <a xmlns="http://www.w3.org/1999/xhtml" id="id594198"></a> 13970 13970 <div class="header">Description:</div> 13971 13971 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14001 14001 <div> 14002 14002 <div class="refsect1" lang="en" xml:lang="en"> 14003 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38241"></a>14003 <a xmlns="http://www.w3.org/1999/xhtml" id="id594265"></a> 14004 14004 <div class="header">Description:</div> 14005 14005 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14024 14024 <div> 14025 14025 <div class="refsect1" lang="en" xml:lang="en"> 14026 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38296"></a>14026 <a xmlns="http://www.w3.org/1999/xhtml" id="id594320"></a> 14027 14027 <div class="header">Description:</div> 14028 14028 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 14044 14044 <div> 14045 14045 <div class="refsect1" lang="en" xml:lang="en"> 14046 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38351"></a>14046 <a xmlns="http://www.w3.org/1999/xhtml" id="id594375"></a> 14047 14047 <div class="header">Description:</div> 14048 14048 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14071 14071 <div> 14072 14072 <div class="refsect1" lang="en" xml:lang="en"> 14073 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38409"></a>14073 <a xmlns="http://www.w3.org/1999/xhtml" id="id594432"></a> 14074 14074 <div class="header">Description:</div> 14075 14075 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 14091 14091 <div> 14092 14092 <div class="refsect1" lang="en" xml:lang="en"> 14093 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38463"></a>14093 <a xmlns="http://www.w3.org/1999/xhtml" id="id594487"></a> 14094 14094 <div class="header">Description:</div> 14095 14095 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14115 14115 <div> 14116 14116 <div class="refsect1" lang="en" xml:lang="en"> 14117 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38523"></a>14117 <a xmlns="http://www.w3.org/1999/xhtml" id="id594546"></a> 14118 14118 <div class="header">Description:</div> 14119 14119 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 14135 14135 <div> 14136 14136 <div class="refsect1" lang="en" xml:lang="en"> 14137 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38581"></a>14137 <a xmlns="http://www.w3.org/1999/xhtml" id="id594605"></a> 14138 14138 <div class="header">Description:</div> 14139 14139 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14165 14165 <div> 14166 14166 <div class="refsect1" lang="en" xml:lang="en"> 14167 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38644"></a>14167 <a xmlns="http://www.w3.org/1999/xhtml" id="id594668"></a> 14168 14168 <div class="header">Description:</div> 14169 14169 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 14185 14185 <div> 14186 14186 <div class="refsect1" lang="en" xml:lang="en"> 14187 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38699"></a>14187 <a xmlns="http://www.w3.org/1999/xhtml" id="id594722"></a> 14188 14188 <div class="header">Description:</div> 14189 14189 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14229 14229 <div> 14230 14230 <div class="refsect1" lang="en" xml:lang="en"> 14231 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38778"></a>14231 <a xmlns="http://www.w3.org/1999/xhtml" id="id594801"></a> 14232 14232 <div class="header">Description:</div> 14233 14233 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14469 14469 <div> 14470 14470 <div class="refsect1" lang="en" xml:lang="en"> 14471 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39180"></a>14471 <a xmlns="http://www.w3.org/1999/xhtml" id="id595203"></a> 14472 14472 <div class="header">Description:</div> 14473 14473 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14502 14502 <div> 14503 14503 <div class="refsect1" lang="en" xml:lang="en"> 14504 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39246"></a>14504 <a xmlns="http://www.w3.org/1999/xhtml" id="id595270"></a> 14505 14505 <div class="header">Description:</div> 14506 14506 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14524 14524 <div> 14525 14525 <div class="refsect1" lang="en" xml:lang="en"> 14526 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39301"></a>14526 <a xmlns="http://www.w3.org/1999/xhtml" id="id595325"></a> 14527 14527 <div class="header">Description:</div> 14528 14528 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14555 14555 <div> 14556 14556 <div class="refsect1" lang="en" xml:lang="en"> 14557 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39367"></a>14557 <a xmlns="http://www.w3.org/1999/xhtml" id="id595391"></a> 14558 14558 <div class="header">Description:</div> 14559 14559 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14579 14579 <div> 14580 14580 <div class="refsect1" lang="en" xml:lang="en"> 14581 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39426"></a>14581 <a xmlns="http://www.w3.org/1999/xhtml" id="id595450"></a> 14582 14582 <div class="header">Description:</div> 14583 14583 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14620 14620 <div> 14621 14621 <div class="refsect1" lang="en" xml:lang="en"> 14622 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39510"></a>14622 <a xmlns="http://www.w3.org/1999/xhtml" id="id595533"></a> 14623 14623 <div class="header">Description:</div> 14624 14624 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14707 14707 <div> 14708 14708 <div class="refsect1" lang="en" xml:lang="en"> 14709 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39757"></a>14709 <a xmlns="http://www.w3.org/1999/xhtml" id="id595781"></a> 14710 14710 <div class="header">Description:</div> 14711 14711 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14730 14730 <div> 14731 14731 <div class="refsect1" lang="en" xml:lang="en"> 14732 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39814"></a>14732 <a xmlns="http://www.w3.org/1999/xhtml" id="id595837"></a> 14733 14733 <div class="header">Description:</div> 14734 14734 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14758 14758 <div> 14759 14759 <div class="refsect1" lang="en" xml:lang="en"> 14760 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39874"></a>14760 <a xmlns="http://www.w3.org/1999/xhtml" id="id595898"></a> 14761 14761 <div class="header">Description:</div> 14762 14762 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14781 14781 <div> 14782 14782 <div class="refsect1" lang="en" xml:lang="en"> 14783 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39930"></a>14783 <a xmlns="http://www.w3.org/1999/xhtml" id="id595954"></a> 14784 14784 <div class="header">Description:</div> 14785 14785 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 14801 14801 <div> 14802 14802 <div class="refsect1" lang="en" xml:lang="en"> 14803 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39985"></a>14803 <a xmlns="http://www.w3.org/1999/xhtml" id="id596009"></a> 14804 14804 <div class="header">Description:</div> 14805 14805 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14824 14824 <div> 14825 14825 <div class="refsect1" lang="en" xml:lang="en"> 14826 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40041"></a>14826 <a xmlns="http://www.w3.org/1999/xhtml" id="id596064"></a> 14827 14827 <div class="header">Description:</div> 14828 14828 <p xmlns="http://www.w3.org/1999/xhtml"> … … 14987 14987 <div> 14988 14988 <div class="refsect1" lang="en" xml:lang="en"> 14989 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40304"></a>14989 <a xmlns="http://www.w3.org/1999/xhtml" id="id596327"></a> 14990 14990 <div class="header">Description:</div> 14991 14991 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15009 15009 <div> 15010 15010 <div class="refsect1" lang="en" xml:lang="en"> 15011 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40362"></a>15011 <a xmlns="http://www.w3.org/1999/xhtml" id="id596385"></a> 15012 15012 <div class="header">Description:</div> 15013 15013 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15029 15029 <div> 15030 15030 <div class="refsect1" lang="en" xml:lang="en"> 15031 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40420"></a>15031 <a xmlns="http://www.w3.org/1999/xhtml" id="id596443"></a> 15032 15032 <div class="header">Description:</div> 15033 15033 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15052 15052 <div> 15053 15053 <div class="refsect1" lang="en" xml:lang="en"> 15054 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40475"></a>15054 <a xmlns="http://www.w3.org/1999/xhtml" id="id596498"></a> 15055 15055 <div class="header">Description:</div> 15056 15056 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15156 15156 <div> 15157 15157 <div class="refsect1" lang="en" xml:lang="en"> 15158 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40651"></a>15158 <a xmlns="http://www.w3.org/1999/xhtml" id="id596675"></a> 15159 15159 <div class="header">Description:</div> 15160 15160 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15184 15184 <div> 15185 15185 <div class="refsect1" lang="en" xml:lang="en"> 15186 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40713"></a>15186 <a xmlns="http://www.w3.org/1999/xhtml" id="id596736"></a> 15187 15187 <div class="header">Description:</div> 15188 15188 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15208 15208 <div> 15209 15209 <div class="refsect1" lang="en" xml:lang="en"> 15210 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40784"></a>15210 <a xmlns="http://www.w3.org/1999/xhtml" id="id596807"></a> 15211 15211 <div class="header">Description:</div> 15212 15212 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15234 15234 <div> 15235 15235 <div class="refsect1" lang="en" xml:lang="en"> 15236 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40850"></a>15236 <a xmlns="http://www.w3.org/1999/xhtml" id="id596874"></a> 15237 15237 <div class="header">Description:</div> 15238 15238 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15260 15260 <div> 15261 15261 <div class="refsect1" lang="en" xml:lang="en"> 15262 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40911"></a>15262 <a xmlns="http://www.w3.org/1999/xhtml" id="id596935"></a> 15263 15263 <div class="header">Description:</div> 15264 15264 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15284 15284 <div> 15285 15285 <div class="refsect1" lang="en" xml:lang="en"> 15286 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40971"></a>15286 <a xmlns="http://www.w3.org/1999/xhtml" id="id596994"></a> 15287 15287 <div class="header">Description:</div> 15288 15288 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15318 15318 <div> 15319 15319 <div class="refsect1" lang="en" xml:lang="en"> 15320 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41039"></a>15320 <a xmlns="http://www.w3.org/1999/xhtml" id="id597062"></a> 15321 15321 <div class="header">Description:</div> 15322 15322 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15341 15341 <div> 15342 15342 <div class="refsect1" lang="en" xml:lang="en"> 15343 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41098"></a>15343 <a xmlns="http://www.w3.org/1999/xhtml" id="id597121"></a> 15344 15344 <div class="header">Description:</div> 15345 15345 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15363 15363 <div> 15364 15364 <div class="refsect1" lang="en" xml:lang="en"> 15365 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41157"></a>15365 <a xmlns="http://www.w3.org/1999/xhtml" id="id597180"></a> 15366 15366 <div class="header">Description:</div> 15367 15367 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15388 15388 <div> 15389 15389 <div class="refsect1" lang="en" xml:lang="en"> 15390 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41217"></a>15390 <a xmlns="http://www.w3.org/1999/xhtml" id="id597240"></a> 15391 15391 <div class="header">Description:</div> 15392 15392 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15415 15415 <div> 15416 15416 <div class="refsect1" lang="en" xml:lang="en"> 15417 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41279"></a>15417 <a xmlns="http://www.w3.org/1999/xhtml" id="id597302"></a> 15418 15418 <div class="header">Description:</div> 15419 15419 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15439 15439 <div> 15440 15440 <div class="refsect1" lang="en" xml:lang="en"> 15441 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41335"></a>15441 <a xmlns="http://www.w3.org/1999/xhtml" id="id597358"></a> 15442 15442 <div class="header">Description:</div> 15443 15443 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15543 15543 <div> 15544 15544 <div class="refsect1" lang="en" xml:lang="en"> 15545 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41506"></a>15545 <a xmlns="http://www.w3.org/1999/xhtml" id="id597530"></a> 15546 15546 <div class="header">Description:</div> 15547 15547 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15581 15581 <div> 15582 15582 <div class="refsect1" lang="en" xml:lang="en"> 15583 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41583"></a>15583 <a xmlns="http://www.w3.org/1999/xhtml" id="id597606"></a> 15584 15584 <div class="header">Description:</div> 15585 15585 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15656 15656 <div> 15657 15657 <div class="refsect1" lang="en" xml:lang="en"> 15658 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41812"></a>15658 <a xmlns="http://www.w3.org/1999/xhtml" id="id597835"></a> 15659 15659 <div class="header">Description:</div> 15660 15660 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15678 15678 <div> 15679 15679 <div class="refsect1" lang="en" xml:lang="en"> 15680 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41866"></a>15680 <a xmlns="http://www.w3.org/1999/xhtml" id="id597890"></a> 15681 15681 <div class="header">Description:</div> 15682 15682 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15701 15701 <div> 15702 15702 <div class="refsect1" lang="en" xml:lang="en"> 15703 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41922"></a>15703 <a xmlns="http://www.w3.org/1999/xhtml" id="id597946"></a> 15704 15704 <div class="header">Description:</div> 15705 15705 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15727 15727 <div> 15728 15728 <div class="refsect1" lang="en" xml:lang="en"> 15729 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41982"></a>15729 <a xmlns="http://www.w3.org/1999/xhtml" id="id598006"></a> 15730 15730 <div class="header">Description:</div> 15731 15731 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15798 15798 <div> 15799 15799 <div class="refsect1" lang="en" xml:lang="en"> 15800 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42085"></a>15800 <a xmlns="http://www.w3.org/1999/xhtml" id="id598109"></a> 15801 15801 <div class="header">Description:</div> 15802 15802 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15822 15822 <div> 15823 15823 <div class="refsect1" lang="en" xml:lang="en"> 15824 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42141"></a>15824 <a xmlns="http://www.w3.org/1999/xhtml" id="id598165"></a> 15825 15825 <div class="header">Description:</div> 15826 15826 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15847 15847 <div> 15848 15848 <div class="refsect1" lang="en" xml:lang="en"> 15849 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42201"></a>15849 <a xmlns="http://www.w3.org/1999/xhtml" id="id598225"></a> 15850 15850 <div class="header">Description:</div> 15851 15851 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15889 15889 <div> 15890 15890 <div class="refsect1" lang="en" xml:lang="en"> 15891 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42276"></a>15891 <a xmlns="http://www.w3.org/1999/xhtml" id="id598300"></a> 15892 15892 <div class="header">Description:</div> 15893 15893 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15911 15911 <div> 15912 15912 <div class="refsect1" lang="en" xml:lang="en"> 15913 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42331"></a>15913 <a xmlns="http://www.w3.org/1999/xhtml" id="id598355"></a> 15914 15914 <div class="header">Description:</div> 15915 15915 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15931 15931 <div> 15932 15932 <div class="refsect1" lang="en" xml:lang="en"> 15933 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42386"></a>15933 <a xmlns="http://www.w3.org/1999/xhtml" id="id598410"></a> 15934 15934 <div class="header">Description:</div> 15935 15935 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 15951 15951 <div> 15952 15952 <div class="refsect1" lang="en" xml:lang="en"> 15953 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42441"></a>15953 <a xmlns="http://www.w3.org/1999/xhtml" id="id598466"></a> 15954 15954 <div class="header">Description:</div> 15955 15955 <p xmlns="http://www.w3.org/1999/xhtml"> … … 15975 15975 <div> 15976 15976 <div class="refsect1" lang="en" xml:lang="en"> 15977 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42498"></a>15977 <a xmlns="http://www.w3.org/1999/xhtml" id="id598522"></a> 15978 15978 <div class="header">Description:</div> 15979 15979 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16027 16027 <div> 16028 16028 <div class="refsect1" lang="en" xml:lang="en"> 16029 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42585"></a>16029 <a xmlns="http://www.w3.org/1999/xhtml" id="id598610"></a> 16030 16030 <div class="header">Description:</div> 16031 16031 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16049 16049 <div> 16050 16050 <div class="refsect1" lang="en" xml:lang="en"> 16051 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42644"></a>16051 <a xmlns="http://www.w3.org/1999/xhtml" id="id598668"></a> 16052 16052 <div class="header">Description:</div> 16053 16053 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16069 16069 <div> 16070 16070 <div class="refsect1" lang="en" xml:lang="en"> 16071 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42698"></a>16071 <a xmlns="http://www.w3.org/1999/xhtml" id="id598722"></a> 16072 16072 <div class="header">Description:</div> 16073 16073 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16102 16102 <div> 16103 16103 <div class="refsect1" lang="en" xml:lang="en"> 16104 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42764"></a>16104 <a xmlns="http://www.w3.org/1999/xhtml" id="id598788"></a> 16105 16105 <div class="header">Description:</div> 16106 16106 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16122 16122 <div> 16123 16123 <div class="refsect1" lang="en" xml:lang="en"> 16124 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42818"></a>16124 <a xmlns="http://www.w3.org/1999/xhtml" id="id598843"></a> 16125 16125 <div class="header">Description:</div> 16126 16126 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16142 16142 <div> 16143 16143 <div class="refsect1" lang="en" xml:lang="en"> 16144 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42873"></a>16144 <a xmlns="http://www.w3.org/1999/xhtml" id="id598898"></a> 16145 16145 <div class="header">Description:</div> 16146 16146 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16227 16227 <div> 16228 16228 <div class="refsect1" lang="en" xml:lang="en"> 16229 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43008"></a>16229 <a xmlns="http://www.w3.org/1999/xhtml" id="id599033"></a> 16230 16230 <div class="header">Description:</div> 16231 16231 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16247 16247 <div> 16248 16248 <div class="refsect1" lang="en" xml:lang="en"> 16249 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43062"></a>16249 <a xmlns="http://www.w3.org/1999/xhtml" id="id599086"></a> 16250 16250 <div class="header">Description:</div> 16251 16251 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16363 16363 <div> 16364 16364 <div class="refsect1" lang="en" xml:lang="en"> 16365 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43240"></a>16365 <a xmlns="http://www.w3.org/1999/xhtml" id="id599265"></a> 16366 16366 <div class="header">Description:</div> 16367 16367 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16409 16409 <div> 16410 16410 <div class="refsect1" lang="en" xml:lang="en"> 16411 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43318"></a>16411 <a xmlns="http://www.w3.org/1999/xhtml" id="id599343"></a> 16412 16412 <div class="header">Description:</div> 16413 16413 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16432 16432 <div> 16433 16433 <div class="refsect1" lang="en" xml:lang="en"> 16434 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43379"></a>16434 <a xmlns="http://www.w3.org/1999/xhtml" id="id599404"></a> 16435 16435 <div class="header">Description:</div> 16436 16436 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16454 16454 <div> 16455 16455 <div class="refsect1" lang="en" xml:lang="en"> 16456 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43434"></a>16456 <a xmlns="http://www.w3.org/1999/xhtml" id="id599459"></a> 16457 16457 <div class="header">Description:</div> 16458 16458 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16495 16495 <div> 16496 16496 <div class="refsect1" lang="en" xml:lang="en"> 16497 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43521"></a>16497 <a xmlns="http://www.w3.org/1999/xhtml" id="id599546"></a> 16498 16498 <div class="header">Description:</div> 16499 16499 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16531 16531 <div> 16532 16532 <div class="refsect1" lang="en" xml:lang="en"> 16533 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43631"></a>16533 <a xmlns="http://www.w3.org/1999/xhtml" id="id599656"></a> 16534 16534 <div class="header">Description:</div> 16535 16535 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16553 16553 <div> 16554 16554 <div class="refsect1" lang="en" xml:lang="en"> 16555 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43687"></a>16555 <a xmlns="http://www.w3.org/1999/xhtml" id="id599712"></a> 16556 16556 <div class="header">Description:</div> 16557 16557 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16576 16576 <div> 16577 16577 <div class="refsect1" lang="en" xml:lang="en"> 16578 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43742"></a>16578 <a xmlns="http://www.w3.org/1999/xhtml" id="id599767"></a> 16579 16579 <div class="header">Description:</div> 16580 16580 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16598 16598 <div> 16599 16599 <div class="refsect1" lang="en" xml:lang="en"> 16600 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43798"></a>16600 <a xmlns="http://www.w3.org/1999/xhtml" id="id599823"></a> 16601 16601 <div class="header">Description:</div> 16602 16602 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16620 16620 <div> 16621 16621 <div class="refsect1" lang="en" xml:lang="en"> 16622 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43853"></a>16622 <a xmlns="http://www.w3.org/1999/xhtml" id="id599878"></a> 16623 16623 <div class="header">Description:</div> 16624 16624 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16644 16644 <div> 16645 16645 <div class="refsect1" lang="en" xml:lang="en"> 16646 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43913"></a>16646 <a xmlns="http://www.w3.org/1999/xhtml" id="id599938"></a> 16647 16647 <div class="header">Description:</div> 16648 16648 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16695 16695 <div> 16696 16696 <div class="refsect1" lang="en" xml:lang="en"> 16697 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544002"></a>16697 <a xmlns="http://www.w3.org/1999/xhtml" id="id600027"></a> 16698 16698 <div class="header">Description:</div> 16699 16699 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16722 16722 <div> 16723 16723 <div class="refsect1" lang="en" xml:lang="en"> 16724 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544059"></a>16724 <a xmlns="http://www.w3.org/1999/xhtml" id="id600085"></a> 16725 16725 <div class="header">Description:</div> 16726 16726 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16766 16766 <div> 16767 16767 <div class="refsect1" lang="en" xml:lang="en"> 16768 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544134"></a>16768 <a xmlns="http://www.w3.org/1999/xhtml" id="id600160"></a> 16769 16769 <div class="header">Description:</div> 16770 16770 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16813 16813 <div> 16814 16814 <div class="refsect1" lang="en" xml:lang="en"> 16815 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544221"></a>16815 <a xmlns="http://www.w3.org/1999/xhtml" id="id600246"></a> 16816 16816 <div class="header">Description:</div> 16817 16817 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16837 16837 <div> 16838 16838 <div class="refsect1" lang="en" xml:lang="en"> 16839 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544277"></a>16839 <a xmlns="http://www.w3.org/1999/xhtml" id="id600302"></a> 16840 16840 <div class="header">Description:</div> 16841 16841 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16888 16888 <div> 16889 16889 <div class="refsect1" lang="en" xml:lang="en"> 16890 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544363"></a>16890 <a xmlns="http://www.w3.org/1999/xhtml" id="id600388"></a> 16891 16891 <div class="header">Description:</div> 16892 16892 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16917 16917 <div> 16918 16918 <div class="refsect1" lang="en" xml:lang="en"> 16919 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544421"></a>16919 <a xmlns="http://www.w3.org/1999/xhtml" id="id600447"></a> 16920 16920 <div class="header">Description:</div> 16921 16921 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16937 16937 <div> 16938 16938 <div class="refsect1" lang="en" xml:lang="en"> 16939 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544476"></a>16939 <a xmlns="http://www.w3.org/1999/xhtml" id="id600501"></a> 16940 16940 <div class="header">Description:</div> 16941 16941 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16961 16961 <div> 16962 16962 <div class="refsect1" lang="en" xml:lang="en"> 16963 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544532"></a>16963 <a xmlns="http://www.w3.org/1999/xhtml" id="id600557"></a> 16964 16964 <div class="header">Description:</div> 16965 16965 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 16981 16981 <div> 16982 16982 <div class="refsect1" lang="en" xml:lang="en"> 16983 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544587"></a>16983 <a xmlns="http://www.w3.org/1999/xhtml" id="id600612"></a> 16984 16984 <div class="header">Description:</div> 16985 16985 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17005 17005 <div> 17006 17006 <div class="refsect1" lang="en" xml:lang="en"> 17007 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544643"></a>17007 <a xmlns="http://www.w3.org/1999/xhtml" id="id600668"></a> 17008 17008 <div class="header">Description:</div> 17009 17009 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17051 17051 <div> 17052 17052 <div class="refsect1" lang="en" xml:lang="en"> 17053 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544728"></a>17053 <a xmlns="http://www.w3.org/1999/xhtml" id="id600754"></a> 17054 17054 <div class="header">Description:</div> 17055 17055 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17071 17071 <div> 17072 17072 <div class="refsect1" lang="en" xml:lang="en"> 17073 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544783"></a>17073 <a xmlns="http://www.w3.org/1999/xhtml" id="id600808"></a> 17074 17074 <div class="header">Description:</div> 17075 17075 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17091 17091 <div> 17092 17092 <div class="refsect1" lang="en" xml:lang="en"> 17093 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544838"></a>17093 <a xmlns="http://www.w3.org/1999/xhtml" id="id600863"></a> 17094 17094 <div class="header">Description:</div> 17095 17095 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17111 17111 <div> 17112 17112 <div class="refsect1" lang="en" xml:lang="en"> 17113 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544892"></a>17113 <a xmlns="http://www.w3.org/1999/xhtml" id="id600918"></a> 17114 17114 <div class="header">Description:</div> 17115 17115 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17131 17131 <div> 17132 17132 <div class="refsect1" lang="en" xml:lang="en"> 17133 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544947"></a>17133 <a xmlns="http://www.w3.org/1999/xhtml" id="id600972"></a> 17134 17134 <div class="header">Description:</div> 17135 17135 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17151 17151 <div> 17152 17152 <div class="refsect1" lang="en" xml:lang="en"> 17153 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545001"></a>17153 <a xmlns="http://www.w3.org/1999/xhtml" id="id601027"></a> 17154 17154 <div class="header">Description:</div> 17155 17155 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17188 17188 <div> 17189 17189 <div class="refsect1" lang="en" xml:lang="en"> 17190 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545067"></a>17190 <a xmlns="http://www.w3.org/1999/xhtml" id="id601092"></a> 17191 17191 <div class="header">Description:</div> 17192 17192 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17213 17213 <div> 17214 17214 <div class="refsect1" lang="en" xml:lang="en"> 17215 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545123"></a>17215 <a xmlns="http://www.w3.org/1999/xhtml" id="id601148"></a> 17216 17216 <div class="header">Description:</div> 17217 17217 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17238 17238 <div> 17239 17239 <div class="refsect1" lang="en" xml:lang="en"> 17240 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545180"></a>17240 <a xmlns="http://www.w3.org/1999/xhtml" id="id601205"></a> 17241 17241 <div class="header">Description:</div> 17242 17242 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17266 17266 <div> 17267 17267 <div class="refsect1" lang="en" xml:lang="en"> 17268 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545238"></a>17268 <a xmlns="http://www.w3.org/1999/xhtml" id="id601263"></a> 17269 17269 <div class="header">Description:</div> 17270 17270 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17291 17291 <div> 17292 17292 <div class="refsect1" lang="en" xml:lang="en"> 17293 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545294"></a>17293 <a xmlns="http://www.w3.org/1999/xhtml" id="id601319"></a> 17294 17294 <div class="header">Description:</div> 17295 17295 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17311 17311 <div> 17312 17312 <div class="refsect1" lang="en" xml:lang="en"> 17313 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545348"></a>17313 <a xmlns="http://www.w3.org/1999/xhtml" id="id601374"></a> 17314 17314 <div class="header">Description:</div> 17315 17315 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17336 17336 <div> 17337 17337 <div class="refsect1" lang="en" xml:lang="en"> 17338 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545410"></a>17338 <a xmlns="http://www.w3.org/1999/xhtml" id="id601436"></a> 17339 17339 <div class="header">Description:</div> 17340 17340 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17356 17356 <div> 17357 17357 <div class="refsect1" lang="en" xml:lang="en"> 17358 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545465"></a>17358 <a xmlns="http://www.w3.org/1999/xhtml" id="id601490"></a> 17359 17359 <div class="header">Description:</div> 17360 17360 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17381 17381 <div> 17382 17382 <div class="refsect1" lang="en" xml:lang="en"> 17383 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545527"></a>17383 <a xmlns="http://www.w3.org/1999/xhtml" id="id601552"></a> 17384 17384 <div class="header">Description:</div> 17385 17385 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17406 17406 <div> 17407 17407 <div class="refsect1" lang="en" xml:lang="en"> 17408 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545583"></a>17408 <a xmlns="http://www.w3.org/1999/xhtml" id="id601609"></a> 17409 17409 <div class="header">Description:</div> 17410 17410 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17448 17448 <div> 17449 17449 <div class="refsect1" lang="en" xml:lang="en"> 17450 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545663"></a>17450 <a xmlns="http://www.w3.org/1999/xhtml" id="id601688"></a> 17451 17451 <div class="header">Description:</div> 17452 17452 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17475 17475 <div> 17476 17476 <div class="refsect1" lang="en" xml:lang="en"> 17477 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545727"></a>17477 <a xmlns="http://www.w3.org/1999/xhtml" id="id601751"></a> 17478 17478 <div class="header">Description:</div> 17479 17479 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17505 17505 <div> 17506 17506 <div class="refsect1" lang="en" xml:lang="en"> 17507 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545794"></a>17507 <a xmlns="http://www.w3.org/1999/xhtml" id="id601819"></a> 17508 17508 <div class="header">Description:</div> 17509 17509 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17525 17525 <div> 17526 17526 <div class="refsect1" lang="en" xml:lang="en"> 17527 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545849"></a>17527 <a xmlns="http://www.w3.org/1999/xhtml" id="id601874"></a> 17528 17528 <div class="header">Description:</div> 17529 17529 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17596 17596 <div> 17597 17597 <div class="refsect1" lang="en" xml:lang="en"> 17598 <a xmlns="http://www.w3.org/1999/xhtml" id="id 545948"></a>17598 <a xmlns="http://www.w3.org/1999/xhtml" id="id601972"></a> 17599 17599 <div class="header">Description:</div> 17600 17600 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17655 17655 <div> 17656 17656 <div class="refsect1" lang="en" xml:lang="en"> 17657 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546046"></a>17657 <a xmlns="http://www.w3.org/1999/xhtml" id="id602069"></a> 17658 17658 <div class="header">Description:</div> 17659 17659 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17675 17675 <div> 17676 17676 <div class="refsect1" lang="en" xml:lang="en"> 17677 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546100"></a>17677 <a xmlns="http://www.w3.org/1999/xhtml" id="id602124"></a> 17678 17678 <div class="header">Description:</div> 17679 17679 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17699 17699 <div> 17700 17700 <div class="refsect1" lang="en" xml:lang="en"> 17701 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546159"></a>17701 <a xmlns="http://www.w3.org/1999/xhtml" id="id602183"></a> 17702 17702 <div class="header">Description:</div> 17703 17703 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17723 17723 <div> 17724 17724 <div class="refsect1" lang="en" xml:lang="en"> 17725 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546219"></a>17725 <a xmlns="http://www.w3.org/1999/xhtml" id="id602243"></a> 17726 17726 <div class="header">Description:</div> 17727 17727 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17790 17790 <div> 17791 17791 <div class="refsect1" lang="en" xml:lang="en"> 17792 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546319"></a>17792 <a xmlns="http://www.w3.org/1999/xhtml" id="id602343"></a> 17793 17793 <div class="header">Description:</div> 17794 17794 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17822 17822 <div> 17823 17823 <div class="refsect1" lang="en" xml:lang="en"> 17824 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546381"></a>17824 <a xmlns="http://www.w3.org/1999/xhtml" id="id602405"></a> 17825 17825 <div class="header">Description:</div> 17826 17826 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17845 17845 <div> 17846 17846 <div class="refsect1" lang="en" xml:lang="en"> 17847 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546436"></a>17847 <a xmlns="http://www.w3.org/1999/xhtml" id="id602460"></a> 17848 17848 <div class="header">Description:</div> 17849 17849 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17868 17868 <div> 17869 17869 <div class="refsect1" lang="en" xml:lang="en"> 17870 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546491"></a>17870 <a xmlns="http://www.w3.org/1999/xhtml" id="id602515"></a> 17871 17871 <div class="header">Description:</div> 17872 17872 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 17888 17888 <div> 17889 17889 <div class="refsect1" lang="en" xml:lang="en"> 17890 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546545"></a>17890 <a xmlns="http://www.w3.org/1999/xhtml" id="id602569"></a> 17891 17891 <div class="header">Description:</div> 17892 17892 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17912 17912 <div> 17913 17913 <div class="refsect1" lang="en" xml:lang="en"> 17914 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546601"></a>17914 <a xmlns="http://www.w3.org/1999/xhtml" id="id602625"></a> 17915 17915 <div class="header">Description:</div> 17916 17916 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17941 17941 <div> 17942 17942 <div class="refsect1" lang="en" xml:lang="en"> 17943 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546662"></a>17943 <a xmlns="http://www.w3.org/1999/xhtml" id="id602686"></a> 17944 17944 <div class="header">Description:</div> 17945 17945 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18030 18030 <div> 18031 18031 <div class="refsect1" lang="en" xml:lang="en"> 18032 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546852"></a>18032 <a xmlns="http://www.w3.org/1999/xhtml" id="id602876"></a> 18033 18033 <div class="header">Description:</div> 18034 18034 <p xmlns="http://www.w3.org/1999/xhtml"> </p> … … 18050 18050 <div> 18051 18051 <div class="refsect1" lang="en" xml:lang="en"> 18052 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546906"></a>18052 <a xmlns="http://www.w3.org/1999/xhtml" id="id602930"></a> 18053 18053 <div class="header">Description:</div> 18054 18054 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18080 18080 <div> 18081 18081 <div class="refsect1" lang="en" xml:lang="en"> 18082 <a xmlns="http://www.w3.org/1999/xhtml" id="id 546968"></a>18082 <a xmlns="http://www.w3.org/1999/xhtml" id="id602992"></a> 18083 18083 <div class="header">Description:</div> 18084 18084 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18120 18120 <div> 18121 18121 <div class="refsect1" lang="en" xml:lang="en"> 18122 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547056"></a>18122 <a xmlns="http://www.w3.org/1999/xhtml" id="id603080"></a> 18123 18123 <div class="header">Description:</div> 18124 18124 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18144 18144 <div> 18145 18145 <div class="refsect1" lang="en" xml:lang="en"> 18146 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547112"></a>18146 <a xmlns="http://www.w3.org/1999/xhtml" id="id603136"></a> 18147 18147 <div class="header">Description:</div> 18148 18148 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18166 18166 <div> 18167 18167 <div class="refsect1" lang="en" xml:lang="en"> 18168 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547167"></a>18168 <a xmlns="http://www.w3.org/1999/xhtml" id="id603191"></a> 18169 18169 <div class="header">Description:</div> 18170 18170 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18189 18189 <div> 18190 18190 <div class="refsect1" lang="en" xml:lang="en"> 18191 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547222"></a>18191 <a xmlns="http://www.w3.org/1999/xhtml" id="id603246"></a> 18192 18192 <div class="header">Description:</div> 18193 18193 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18212 18212 <div> 18213 18213 <div class="refsect1" lang="en" xml:lang="en"> 18214 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547276"></a>18214 <a xmlns="http://www.w3.org/1999/xhtml" id="id603302"></a> 18215 18215 <div class="header">Description:</div> 18216 18216 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18234 18234 <div> 18235 18235 <div class="refsect1" lang="en" xml:lang="en"> 18236 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547331"></a>18236 <a xmlns="http://www.w3.org/1999/xhtml" id="id603356"></a> 18237 18237 <div class="header">Description:</div> 18238 18238 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18257 18257 <div> 18258 18258 <div class="refsect1" lang="en" xml:lang="en"> 18259 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547386"></a>18259 <a xmlns="http://www.w3.org/1999/xhtml" id="id603412"></a> 18260 18260 <div class="header">Description:</div> 18261 18261 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18381 18381 <div> 18382 18382 <div class="refsect1" lang="en" xml:lang="en"> 18383 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547545"></a>18383 <a xmlns="http://www.w3.org/1999/xhtml" id="id603571"></a> 18384 18384 <div class="header">Description:</div> 18385 18385 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18414 18414 <div> 18415 18415 <div class="refsect1" lang="en" xml:lang="en"> 18416 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547609"></a>18416 <a xmlns="http://www.w3.org/1999/xhtml" id="id603635"></a> 18417 18417 <div class="header">Description:</div> 18418 18418 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18437 18437 <div> 18438 18438 <div class="refsect1" lang="en" xml:lang="en"> 18439 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547666"></a>18439 <a xmlns="http://www.w3.org/1999/xhtml" id="id603691"></a> 18440 18440 <div class="header">Description:</div> 18441 18441 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18462 18462 <div> 18463 18463 <div class="refsect1" lang="en" xml:lang="en"> 18464 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547723"></a>18464 <a xmlns="http://www.w3.org/1999/xhtml" id="id603749"></a> 18465 18465 <div class="header">Description:</div> 18466 18466 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18485 18485 <div> 18486 18486 <div class="refsect1" lang="en" xml:lang="en"> 18487 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547779"></a>18487 <a xmlns="http://www.w3.org/1999/xhtml" id="id603805"></a> 18488 18488 <div class="header">Description:</div> 18489 18489 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18508 18508 <div> 18509 18509 <div class="refsect1" lang="en" xml:lang="en"> 18510 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547836"></a>18510 <a xmlns="http://www.w3.org/1999/xhtml" id="id603861"></a> 18511 18511 <div class="header">Description:</div> 18512 18512 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18531 18531 <div> 18532 18532 <div class="refsect1" lang="en" xml:lang="en"> 18533 <a xmlns="http://www.w3.org/1999/xhtml" id="id 547893"></a>18533 <a xmlns="http://www.w3.org/1999/xhtml" id="id603918"></a> 18534 18534 <div class="header">Description:</div> 18535 18535 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18594 18594 <div> 18595 18595 <div class="refsect1" lang="en" xml:lang="en"> 18596 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548008"></a>18596 <a xmlns="http://www.w3.org/1999/xhtml" id="id604032"></a> 18597 18597 <div class="header">Description:</div> 18598 18598 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18616 18616 <div> 18617 18617 <div class="refsect1" lang="en" xml:lang="en"> 18618 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548067"></a>18618 <a xmlns="http://www.w3.org/1999/xhtml" id="id604092"></a> 18619 18619 <div class="header">Description:</div> 18620 18620 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18640 18640 <div> 18641 18641 <div class="refsect1" lang="en" xml:lang="en"> 18642 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548124"></a>18642 <a xmlns="http://www.w3.org/1999/xhtml" id="id604149"></a> 18643 18643 <div class="header">Description:</div> 18644 18644 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18664 18664 <div> 18665 18665 <div class="refsect1" lang="en" xml:lang="en"> 18666 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548182"></a>18666 <a xmlns="http://www.w3.org/1999/xhtml" id="id604206"></a> 18667 18667 <div class="header">Description:</div> 18668 18668 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18687 18687 <div> 18688 18688 <div class="refsect1" lang="en" xml:lang="en"> 18689 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548238"></a>18689 <a xmlns="http://www.w3.org/1999/xhtml" id="id604262"></a> 18690 18690 <div class="header">Description:</div> 18691 18691 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18712 18712 <div> 18713 18713 <div class="refsect1" lang="en" xml:lang="en"> 18714 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548295"></a>18714 <a xmlns="http://www.w3.org/1999/xhtml" id="id604320"></a> 18715 18715 <div class="header">Description:</div> 18716 18716 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18734 18734 <div> 18735 18735 <div class="refsect1" lang="en" xml:lang="en"> 18736 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548351"></a>18736 <a xmlns="http://www.w3.org/1999/xhtml" id="id604376"></a> 18737 18737 <div class="header">Description:</div> 18738 18738 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18756 18756 <div> 18757 18757 <div class="refsect1" lang="en" xml:lang="en"> 18758 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548406"></a>18758 <a xmlns="http://www.w3.org/1999/xhtml" id="id604432"></a> 18759 18759 <div class="header">Description:</div> 18760 18760 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18778 18778 <div> 18779 18779 <div class="refsect1" lang="en" xml:lang="en"> 18780 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548462"></a>18780 <a xmlns="http://www.w3.org/1999/xhtml" id="id604488"></a> 18781 18781 <div class="header">Description:</div> 18782 18782 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18801 18801 <div> 18802 18802 <div class="refsect1" lang="en" xml:lang="en"> 18803 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548519"></a>18803 <a xmlns="http://www.w3.org/1999/xhtml" id="id604544"></a> 18804 18804 <div class="header">Description:</div> 18805 18805 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18828 18828 <div> 18829 18829 <div class="refsect1" lang="en" xml:lang="en"> 18830 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548578"></a>18830 <a xmlns="http://www.w3.org/1999/xhtml" id="id604602"></a> 18831 18831 <div class="header">Description:</div> 18832 18832 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18851 18851 <div> 18852 18852 <div class="refsect1" lang="en" xml:lang="en"> 18853 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548638"></a>18853 <a xmlns="http://www.w3.org/1999/xhtml" id="id604662"></a> 18854 18854 <div class="header">Description:</div> 18855 18855 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18877 18877 <div> 18878 18878 <div class="refsect1" lang="en" xml:lang="en"> 18879 <a xmlns="http://www.w3.org/1999/xhtml" id="id 548699"></a>18879 <a xmlns="http://www.w3.org/1999/xhtml" id="id604723"></a> 18880 18880 <div class="header">Description:</div> 18881 18881 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18925 18925 <dt> 18926 18926 <span class="sect2"> 18927 <a href="#id 465342">7.3.2. As of August 2003:</a>18927 <a href="#id532706">7.3.2. As of August 2003:</a> 18928 18928 </span> 18929 18929 </dt> … … 19176 19176 <div> 19177 19177 <div> 19178 <h3 class="title"><a id="id 465342"></a>7.3.2. As of August 2003:</h3>19178 <h3 class="title"><a id="id532706"></a>7.3.2. As of August 2003:</h3> 19179 19179 </div> 19180 19180 </div> … … 19628 19628 <div> 19629 19629 <div class="refsect1" lang="en" xml:lang="en"> 19630 <a xmlns="http://www.w3.org/1999/xhtml" id="id 487271"></a>19630 <a xmlns="http://www.w3.org/1999/xhtml" id="id511023"></a> 19631 19631 <div class="header">Values:</div> 19632 19632 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads) … … 19634 19634 </div> 19635 19635 <div class="refsect1" lang="en" xml:lang="en"> 19636 <a xmlns="http://www.w3.org/1999/xhtml" id="id 487297"></a>19636 <a xmlns="http://www.w3.org/1999/xhtml" id="id511049"></a> 19637 19637 <div class="header">Description:</div> 19638 19638 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known … … 19646 19646 </div> 19647 19647 <div class="refsect1" lang="en" xml:lang="en"> 19648 <a xmlns="http://www.w3.org/1999/xhtml" id="id 487312"></a>19648 <a xmlns="http://www.w3.org/1999/xhtml" id="id511064"></a> 19649 19649 <div class="header">See Also:</div> 19650 19650 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 19674 19674 <div> 19675 19675 <div class="refsect1" lang="en" xml:lang="en"> 19676 <a xmlns="http://www.w3.org/1999/xhtml" id="id 487381"></a>19676 <a xmlns="http://www.w3.org/1999/xhtml" id="id511134"></a> 19677 19677 <div class="header">Arguments and Values:</div> 19678 19678 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p> … … 19718 19718 </div> 19719 19719 <div class="refsect1" lang="en" xml:lang="en"> 19720 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14928"></a>19720 <a xmlns="http://www.w3.org/1999/xhtml" id="id556263"></a> 19721 19721 <div class="header">Description:</div> 19722 19722 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the … … 19739 19739 </div> 19740 19740 <div class="refsect1" lang="en" xml:lang="en"> 19741 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14980"></a>19741 <a xmlns="http://www.w3.org/1999/xhtml" id="id584142"></a> 19742 19742 <div class="header">See Also:</div> 19743 19743 <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> … … 19758 19758 <div> 19759 19759 <div class="refsect1" lang="en" xml:lang="en"> 19760 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15058"></a>19760 <a xmlns="http://www.w3.org/1999/xhtml" id="id584221"></a> 19761 19761 <div class="header">Arguments and Values:</div> 19762 19762 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19768 19768 </div> 19769 19769 <div class="refsect1" lang="en" xml:lang="en"> 19770 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15112"></a>19770 <a xmlns="http://www.w3.org/1999/xhtml" id="id584275"></a> 19771 19771 <div class="header">Description:</div> 19772 19772 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from … … 19790 19790 </div> 19791 19791 <div class="refsect1" lang="en" xml:lang="en"> 19792 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15167"></a>19792 <a xmlns="http://www.w3.org/1999/xhtml" id="id584330"></a> 19793 19793 <div class="header">See Also:</div> 19794 19794 <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> 19795 19795 </div> 19796 19796 <div class="refsect1" lang="en" xml:lang="en"> 19797 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15192"></a>19797 <a xmlns="http://www.w3.org/1999/xhtml" id="id553214"></a> 19798 19798 <div class="header">Notes:</div> 19799 19799 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called … … 19821 19821 <div> 19822 19822 <div class="refsect1" lang="en" xml:lang="en"> 19823 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15273"></a>19823 <a xmlns="http://www.w3.org/1999/xhtml" id="id553295"></a> 19824 19824 <div class="header">Arguments and Values:</div> 19825 19825 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19832 19832 </div> 19833 19833 <div class="refsect1" lang="en" xml:lang="en"> 19834 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15327"></a>19834 <a xmlns="http://www.w3.org/1999/xhtml" id="id553349"></a> 19835 19835 <div class="header">Description:</div> 19836 19836 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to … … 19843 19843 </div> 19844 19844 <div class="refsect1" lang="en" xml:lang="en"> 19845 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15358"></a>19845 <a xmlns="http://www.w3.org/1999/xhtml" id="id553380"></a> 19846 19846 <div class="header">See Also:</div> 19847 19847 <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> 19848 19848 </div> 19849 19849 <div class="refsect1" lang="en" xml:lang="en"> 19850 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15383"></a>19850 <a xmlns="http://www.w3.org/1999/xhtml" id="id553405"></a> 19851 19851 <div class="header">Notes:</div> 19852 19852 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19874 19874 <div> 19875 19875 <div class="refsect1" lang="en" xml:lang="en"> 19876 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15448"></a>19876 <a xmlns="http://www.w3.org/1999/xhtml" id="id556958"></a> 19877 19877 <div class="header">Arguments and Values:</div> 19878 19878 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19884 19884 </div> 19885 19885 <div class="refsect1" lang="en" xml:lang="en"> 19886 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15501"></a>19886 <a xmlns="http://www.w3.org/1999/xhtml" id="id557011"></a> 19887 19887 <div class="header">Description:</div> 19888 19888 <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 … … 19899 19899 </div> 19900 19900 <div class="refsect1" lang="en" xml:lang="en"> 19901 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15551"></a>19901 <a xmlns="http://www.w3.org/1999/xhtml" id="id557061"></a> 19902 19902 <div class="header">See Also:</div> 19903 19903 <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> … … 19920 19920 <div> 19921 19921 <div class="refsect1" lang="en" xml:lang="en"> 19922 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15627"></a>19922 <a xmlns="http://www.w3.org/1999/xhtml" id="id557138"></a> 19923 19923 <div class="header">Arguments and Values:</div> 19924 19924 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19931 19931 </div> 19932 19932 <div class="refsect1" lang="en" xml:lang="en"> 19933 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15702"></a>19933 <a xmlns="http://www.w3.org/1999/xhtml" id="id558714"></a> 19934 19934 <div class="header">Description:</div> 19935 19935 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset … … 19945 19945 </div> 19946 19946 <div class="refsect1" lang="en" xml:lang="en"> 19947 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15745"></a>19947 <a xmlns="http://www.w3.org/1999/xhtml" id="id558758"></a> 19948 19948 <div class="header">See Also:</div> 19949 19949 <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> … … 19966 19966 <div> 19967 19967 <div class="refsect1" lang="en" xml:lang="en"> 19968 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15827"></a>19968 <a xmlns="http://www.w3.org/1999/xhtml" id="id558840"></a> 19969 19969 <div class="header">Arguments and Values:</div> 19970 19970 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 19975 19975 </div> 19976 19976 <div class="refsect1" lang="en" xml:lang="en"> 19977 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15888"></a>19977 <a xmlns="http://www.w3.org/1999/xhtml" id="id558902"></a> 19978 19978 <div class="header">Description:</div> 19979 19979 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>. … … 19992 19992 </div> 19993 19993 <div class="refsect1" lang="en" xml:lang="en"> 19994 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15937"></a>19994 <a xmlns="http://www.w3.org/1999/xhtml" id="id558950"></a> 19995 19995 <div class="header">See Also:</div> 19996 19996 <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> 19997 19997 </div> 19998 19998 <div class="refsect1" lang="en" xml:lang="en"> 19999 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15968"></a>19999 <a xmlns="http://www.w3.org/1999/xhtml" id="id558981"></a> 20000 20000 <div class="header">Notes:</div> 20001 20001 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means … … 20018 20018 <div> 20019 20019 <div class="refsect1" lang="en" xml:lang="en"> 20020 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16087"></a>20020 <a xmlns="http://www.w3.org/1999/xhtml" id="id559100"></a> 20021 20021 <div class="header">Arguments and Values:</div> 20022 20022 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process. … … 20042 20042 </div> 20043 20043 <div class="refsect1" lang="en" xml:lang="en"> 20044 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16296"></a>20044 <a xmlns="http://www.w3.org/1999/xhtml" id="id559310"></a> 20045 20045 <div class="header">Description:</div> 20046 20046 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via … … 20055 20055 </div> 20056 20056 <div class="refsect1" lang="en" xml:lang="en"> 20057 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16330"></a>20057 <a xmlns="http://www.w3.org/1999/xhtml" id="id559345"></a> 20058 20058 <div class="header">See Also:</div> 20059 20059 <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> … … 20076 20076 <div> 20077 20077 <div class="refsect1" lang="en" xml:lang="en"> 20078 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16413"></a>20078 <a xmlns="http://www.w3.org/1999/xhtml" id="id559428"></a> 20079 20079 <div class="header">Arguments and Values:</div> 20080 20080 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 20089 20089 </div> 20090 20090 <div class="refsect1" lang="en" xml:lang="en"> 20091 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12014"></a>20091 <a xmlns="http://www.w3.org/1999/xhtml" id="id559521"></a> 20092 20092 <div class="header">Description:</div> 20093 20093 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em> … … 20120 20120 </div> 20121 20121 <div class="refsect1" lang="en" xml:lang="en"> 20122 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12086"></a>20122 <a xmlns="http://www.w3.org/1999/xhtml" id="id567192"></a> 20123 20123 <div class="header">See Also:</div> 20124 20124 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 20129 20129 </div> 20130 20130 <div class="refsect1" lang="en" xml:lang="en"> 20131 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12105"></a>20131 <a xmlns="http://www.w3.org/1999/xhtml" id="id567212"></a> 20132 20132 <div class="header">Notes:</div> 20133 20133 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em> … … 20159 20159 <div> 20160 20160 <div class="refsect1" lang="en" xml:lang="en"> 20161 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12170"></a>20161 <a xmlns="http://www.w3.org/1999/xhtml" id="id567277"></a> 20162 20162 <div class="header">Value Type:</div> 20163 20163 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p> 20164 20164 </div> 20165 20165 <div class="refsect1" lang="en" xml:lang="en"> 20166 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12181"></a>20166 <a xmlns="http://www.w3.org/1999/xhtml" id="id567288"></a> 20167 20167 <div class="header">Initial Value:</div> 20168 20168 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself. … … 20170 20170 </div> 20171 20171 <div class="refsect1" lang="en" xml:lang="en"> 20172 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12192"></a>20172 <a xmlns="http://www.w3.org/1999/xhtml" id="id567300"></a> 20173 20173 <div class="header">Description:</div> 20174 20174 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is … … 20176 20176 </div> 20177 20177 <div class="refsect1" lang="en" xml:lang="en"> 20178 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12204"></a>20178 <a xmlns="http://www.w3.org/1999/xhtml" id="id567312"></a> 20179 20179 <div class="header">See Also:</div> 20180 20180 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 20200 20200 <div> 20201 20201 <div class="refsect1" lang="en" xml:lang="en"> 20202 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12274"></a>20202 <a xmlns="http://www.w3.org/1999/xhtml" id="id567382"></a> 20203 20203 <div class="header">Arguments and Values:</div> 20204 20204 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 20207 20207 </div> 20208 20208 <div class="refsect1" lang="en" xml:lang="en"> 20209 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12331"></a>20209 <a xmlns="http://www.w3.org/1999/xhtml" id="id567438"></a> 20210 20210 <div class="header">Description:</div> 20211 20211 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit … … 20234 20234 </div> 20235 20235 <div class="refsect1" lang="en" xml:lang="en"> 20236 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12399"></a>20236 <a xmlns="http://www.w3.org/1999/xhtml" id="id567505"></a> 20237 20237 <div class="header">See Also:</div> 20238 20238 <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> … … 20254 20254 <div> 20255 20255 <div class="refsect1" lang="en" xml:lang="en"> 20256 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12473"></a>20256 <a xmlns="http://www.w3.org/1999/xhtml" id="id567579"></a> 20257 20257 <div class="header">Arguments and Values:</div> 20258 20258 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which … … 20261 20261 </div> 20262 20262 <div class="refsect1" lang="en" xml:lang="en"> 20263 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12514"></a>20263 <a xmlns="http://www.w3.org/1999/xhtml" id="id567620"></a> 20264 20264 <div class="header">Description:</div> 20265 20265 <p xmlns="http://www.w3.org/1999/xhtml"> … … 20269 20269 </div> 20270 20270 <div class="refsect1" lang="en" xml:lang="en"> 20271 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12526"></a>20271 <a xmlns="http://www.w3.org/1999/xhtml" id="id567632"></a> 20272 20272 <div class="header">See Also:</div> 20273 20273 <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> … … 20289 20289 <div> 20290 20290 <div class="refsect1" lang="en" xml:lang="en"> 20291 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12599"></a>20291 <a xmlns="http://www.w3.org/1999/xhtml" id="id567705"></a> 20292 20292 <div class="header">Arguments and Values:</div> 20293 20293 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 20295 20295 </div> 20296 20296 <div class="refsect1" lang="en" xml:lang="en"> 20297 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12641"></a>20297 <a xmlns="http://www.w3.org/1999/xhtml" id="id567746"></a> 20298 20298 <div class="header">Description:</div> 20299 20299 <p xmlns="http://www.w3.org/1999/xhtml"> … … 20303 20303 </div> 20304 20304 <div class="refsect1" lang="en" xml:lang="en"> 20305 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12656"></a>20305 <a xmlns="http://www.w3.org/1999/xhtml" id="id567762"></a> 20306 20306 <div class="header">See Also:</div> 20307 20307 <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> … … 20325 20325 <div> 20326 20326 <div class="refsect1" lang="en" xml:lang="en"> 20327 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12739"></a>20327 <a xmlns="http://www.w3.org/1999/xhtml" id="id567845"></a> 20328 20328 <div class="header">Arguments and Values:</div> 20329 20329 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 20331 20331 </div> 20332 20332 <div class="refsect1" lang="en" xml:lang="en"> 20333 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12780"></a>20333 <a xmlns="http://www.w3.org/1999/xhtml" id="id567886"></a> 20334 20334 <div class="header">Description:</div> 20335 20335 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 20345 20345 </div> 20346 20346 <div class="refsect1" lang="en" xml:lang="en"> 20347 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12844"></a>20347 <a xmlns="http://www.w3.org/1999/xhtml" id="id567950"></a> 20348 20348 <div class="header">See Also:</div> 20349 20349 <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> … … 20364 20364 <div> 20365 20365 <div class="refsect1" lang="en" xml:lang="en"> 20366 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12902"></a>20366 <a xmlns="http://www.w3.org/1999/xhtml" id="id568008"></a> 20367 20367 <div class="header">Value Type:</div> 20368 20368 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p> 20369 20369 </div> 20370 20370 <div class="refsect1" lang="en" xml:lang="en"> 20371 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12914"></a>20371 <a xmlns="http://www.w3.org/1999/xhtml" id="id568020"></a> 20372 20372 <div class="header">Initial Value:</div> 20373 20373 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler. Currently, … … 20376 20376 </div> 20377 20377 <div class="refsect1" lang="en" xml:lang="en"> 20378 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12926"></a>20378 <a xmlns="http://www.w3.org/1999/xhtml" id="id568032"></a> 20379 20379 <div class="header">Description:</div> 20380 20380 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best, … … 20384 20384 </div> 20385 20385 <div class="refsect1" lang="en" xml:lang="en"> 20386 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12939"></a>20386 <a xmlns="http://www.w3.org/1999/xhtml" id="id568045"></a> 20387 20387 <div class="header">See Also:</div> 20388 20388 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 20408 20408 <div> 20409 20409 <div class="refsect1" lang="en" xml:lang="en"> 20410 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13044"></a>20410 <a xmlns="http://www.w3.org/1999/xhtml" id="id568149"></a> 20411 20411 <div class="header">Description:</div> 20412 20412 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of … … 20422 20422 </div> 20423 20423 <div class="refsect1" lang="en" xml:lang="en"> 20424 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13086"></a>20424 <a xmlns="http://www.w3.org/1999/xhtml" id="id568192"></a> 20425 20425 <div class="header">See Also:</div> 20426 20426 <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> 20427 20427 </div> 20428 20428 <div class="refsect1" lang="en" xml:lang="en"> 20429 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13117"></a>20429 <a xmlns="http://www.w3.org/1999/xhtml" id="id568223"></a> 20430 20430 <div class="header">Notes:</div> 20431 20431 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to … … 20451 20451 <div> 20452 20452 <div class="refsect1" lang="en" xml:lang="en"> 20453 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13176"></a>20453 <a xmlns="http://www.w3.org/1999/xhtml" id="id568282"></a> 20454 20454 <div class="header">Description:</div> 20455 20455 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing … … 20460 20460 </div> 20461 20461 <div class="refsect1" lang="en" xml:lang="en"> 20462 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13190"></a>20462 <a xmlns="http://www.w3.org/1999/xhtml" id="id568296"></a> 20463 20463 <div class="header">See Also:</div> 20464 20464 <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> 20465 20465 </div> 20466 20466 <div class="refsect1" lang="en" xml:lang="en"> 20467 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13238"></a>20467 <a xmlns="http://www.w3.org/1999/xhtml" id="id568343"></a> 20468 20468 <div class="header">Notes:</div> 20469 20469 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative … … 20488 20488 <div> 20489 20489 <div class="refsect1" lang="en" xml:lang="en"> 20490 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13302"></a>20490 <a xmlns="http://www.w3.org/1999/xhtml" id="id568408"></a> 20491 20491 <div class="header">Arguments and Values:</div> 20492 20492 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 20501 20501 </div> 20502 20502 <div class="refsect1" lang="en" xml:lang="en"> 20503 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13382"></a>20503 <a xmlns="http://www.w3.org/1999/xhtml" id="id568488"></a> 20504 20504 <div class="header">Description:</div> 20505 20505 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly … … 20518 20518 </div> 20519 20519 <div class="refsect1" lang="en" xml:lang="en"> 20520 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13417"></a>20520 <a xmlns="http://www.w3.org/1999/xhtml" id="id568523"></a> 20521 20521 <div class="header">See Also:</div> 20522 20522 <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> … … 20538 20538 <div> 20539 20539 <div class="refsect1" lang="en" xml:lang="en"> 20540 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13526"></a>20540 <a xmlns="http://www.w3.org/1999/xhtml" id="id568632"></a> 20541 20541 <div class="header">Arguments and Values:</div> 20542 20542 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 20556 20556 </div> 20557 20557 <div class="refsect1" lang="en" xml:lang="en"> 20558 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13640"></a>20558 <a xmlns="http://www.w3.org/1999/xhtml" id="id568746"></a> 20559 20559 <div class="header">Description:</div> 20560 20560 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like … … 20573 20573 </div> 20574 20574 <div class="refsect1" lang="en" xml:lang="en"> 20575 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13690"></a>20575 <a xmlns="http://www.w3.org/1999/xhtml" id="id568796"></a> 20576 20576 <div class="header">See Also:</div> 20577 20577 <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> … … 20593 20593 <div> 20594 20594 <div class="refsect1" lang="en" xml:lang="en"> 20595 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13807"></a>20595 <a xmlns="http://www.w3.org/1999/xhtml" id="id568913"></a> 20596 20596 <div class="header">Arguments and Values:</div> 20597 20597 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 20600 20600 </div> 20601 20601 <div class="refsect1" lang="en" xml:lang="en"> 20602 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13851"></a>20602 <a xmlns="http://www.w3.org/1999/xhtml" id="id568957"></a> 20603 20603 <div class="header">Description:</div> 20604 20604 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 20615 20615 </div> 20616 20616 <div class="refsect1" lang="en" xml:lang="en"> 20617 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13883"></a>20617 <a xmlns="http://www.w3.org/1999/xhtml" id="id568989"></a> 20618 20618 <div class="header">See Also:</div> 20619 20619 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 20639 20639 <div> 20640 20640 <div class="refsect1" lang="en" xml:lang="en"> 20641 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13955"></a>20641 <a xmlns="http://www.w3.org/1999/xhtml" id="id569061"></a> 20642 20642 <div class="header">Arguments and Values:</div> 20643 20643 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 20646 20646 </div> 20647 20647 <div class="refsect1" lang="en" xml:lang="en"> 20648 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17132"></a>20648 <a xmlns="http://www.w3.org/1999/xhtml" id="id569105"></a> 20649 20649 <div class="header">Description:</div> 20650 20650 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 20669 20669 <div> 20670 20670 <div class="refsect1" lang="en" xml:lang="en"> 20671 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17203"></a>20671 <a xmlns="http://www.w3.org/1999/xhtml" id="id569177"></a> 20672 20672 <div class="header">Arguments and Values:</div> 20673 20673 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of … … 20679 20679 </div> 20680 20680 <div class="refsect1" lang="en" xml:lang="en"> 20681 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17256"></a>20681 <a xmlns="http://www.w3.org/1999/xhtml" id="id575784"></a> 20682 20682 <div class="header">Description:</div> 20683 20683 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can … … 20689 20689 </div> 20690 20690 <div class="refsect1" lang="en" xml:lang="en"> 20691 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17272"></a>20691 <a xmlns="http://www.w3.org/1999/xhtml" id="id575800"></a> 20692 20692 <div class="header">See Also:</div> 20693 20693 <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> … … 20709 20709 <div> 20710 20710 <div class="refsect1" lang="en" xml:lang="en"> 20711 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17389"></a>20711 <a xmlns="http://www.w3.org/1999/xhtml" id="id575917"></a> 20712 20712 <div class="header">Arguments and Values:</div> 20713 20713 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 20717 20717 </div> 20718 20718 <div class="refsect1" lang="en" xml:lang="en"> 20719 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17449"></a>20719 <a xmlns="http://www.w3.org/1999/xhtml" id="id575977"></a> 20720 20720 <div class="header">Description:</div> 20721 20721 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or … … 20728 20728 </div> 20729 20729 <div class="refsect1" lang="en" xml:lang="en"> 20730 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17481"></a>20730 <a xmlns="http://www.w3.org/1999/xhtml" id="id576009"></a> 20731 20731 <div class="header">See Also:</div> 20732 20732 <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> … … 20747 20747 <div> 20748 20748 <div class="refsect1" lang="en" xml:lang="en"> 20749 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17594"></a>20749 <a xmlns="http://www.w3.org/1999/xhtml" id="id576122"></a> 20750 20750 <div class="header">Arguments and Values:</div> 20751 20751 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 20752 20752 </div> 20753 20753 <div class="refsect1" lang="en" xml:lang="en"> 20754 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17620"></a>20754 <a xmlns="http://www.w3.org/1999/xhtml" id="id576148"></a> 20755 20755 <div class="header">Description:</div> 20756 20756 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the … … 20763 20763 </div> 20764 20764 <div class="refsect1" lang="en" xml:lang="en"> 20765 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17659"></a>20765 <a xmlns="http://www.w3.org/1999/xhtml" id="id576187"></a> 20766 20766 <div class="header">See Also:</div> 20767 20767 <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> … … 20781 20781 <div> 20782 20782 <div class="refsect1" lang="en" xml:lang="en"> 20783 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17771"></a>20783 <a xmlns="http://www.w3.org/1999/xhtml" id="id576300"></a> 20784 20784 <div class="header">Arguments and Values:</div> 20785 20785 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 20786 20786 </div> 20787 20787 <div class="refsect1" lang="en" xml:lang="en"> 20788 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17798"></a>20788 <a xmlns="http://www.w3.org/1999/xhtml" id="id576326"></a> 20789 20789 <div class="header">Description:</div> 20790 20790 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if … … 20799 20799 </div> 20800 20800 <div class="refsect1" lang="en" xml:lang="en"> 20801 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17836"></a>20801 <a xmlns="http://www.w3.org/1999/xhtml" id="id576364"></a> 20802 20802 <div class="header">See Also:</div> 20803 20803 <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> … … 20818 20818 <div> 20819 20819 <div class="refsect1" lang="en" xml:lang="en"> 20820 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17950"></a>20820 <a xmlns="http://www.w3.org/1999/xhtml" id="id576478"></a> 20821 20821 <div class="header">Arguments and Values:</div> 20822 20822 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 20825 20825 </div> 20826 20826 <div class="refsect1" lang="en" xml:lang="en"> 20827 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17994"></a>20827 <a xmlns="http://www.w3.org/1999/xhtml" id="id576522"></a> 20828 20828 <div class="header">Description:</div> 20829 20829 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em> … … 20838 20838 </div> 20839 20839 <div class="refsect1" lang="en" xml:lang="en"> 20840 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18020"></a>20840 <a xmlns="http://www.w3.org/1999/xhtml" id="id576548"></a> 20841 20841 <div class="header">See Also:</div> 20842 20842 <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> … … 20858 20858 <div> 20859 20859 <div class="refsect1" lang="en" xml:lang="en"> 20860 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18133"></a>20860 <a xmlns="http://www.w3.org/1999/xhtml" id="id576661"></a> 20861 20861 <div class="header">Arguments and Values:</div> 20862 20862 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type … … 20864 20864 </div> 20865 20865 <div class="refsect1" lang="en" xml:lang="en"> 20866 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18160"></a>20866 <a xmlns="http://www.w3.org/1999/xhtml" id="id576688"></a> 20867 20867 <div class="header">Description:</div> 20868 20868 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK. … … 20875 20875 </div> 20876 20876 <div class="refsect1" lang="en" xml:lang="en"> 20877 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18178"></a>20877 <a xmlns="http://www.w3.org/1999/xhtml" id="id576706"></a> 20878 20878 <div class="header">See Also:</div> 20879 20879 <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> 20880 20880 </div> 20881 20881 <div class="refsect1" lang="en" xml:lang="en"> 20882 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18231"></a>20882 <a xmlns="http://www.w3.org/1999/xhtml" id="id576759"></a> 20883 20883 <div class="header">Notes:</div> 20884 20884 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to … … 20903 20903 <div> 20904 20904 <div class="refsect1" lang="en" xml:lang="en"> 20905 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18296"></a>20905 <a xmlns="http://www.w3.org/1999/xhtml" id="id576824"></a> 20906 20906 <div class="header">Arguments and Values:</div> 20907 20907 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 20912 20912 </div> 20913 20913 <div class="refsect1" lang="en" xml:lang="en"> 20914 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18355"></a>20914 <a xmlns="http://www.w3.org/1999/xhtml" id="id576883"></a> 20915 20915 <div class="header">Description:</div> 20916 20916 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 20926 20926 </div> 20927 20927 <div class="refsect1" lang="en" xml:lang="en"> 20928 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18400"></a>20928 <a xmlns="http://www.w3.org/1999/xhtml" id="id576929"></a> 20929 20929 <div class="header">See Also:</div> 20930 20930 <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> … … 20946 20946 <div> 20947 20947 <div class="refsect1" lang="en" xml:lang="en"> 20948 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18506"></a>20948 <a xmlns="http://www.w3.org/1999/xhtml" id="id577034"></a> 20949 20949 <div class="header">Arguments and Values:</div> 20950 20950 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 20955 20955 </div> 20956 20956 <div class="refsect1" lang="en" xml:lang="en"> 20957 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18566"></a>20957 <a xmlns="http://www.w3.org/1999/xhtml" id="id577094"></a> 20958 20958 <div class="header">Description:</div> 20959 20959 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 20970 20970 </div> 20971 20971 <div class="refsect1" lang="en" xml:lang="en"> 20972 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18616"></a>20972 <a xmlns="http://www.w3.org/1999/xhtml" id="id577145"></a> 20973 20973 <div class="header">See Also:</div> 20974 20974 <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> … … 20990 20990 <div> 20991 20991 <div class="refsect1" lang="en" xml:lang="en"> 20992 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18718"></a>20992 <a xmlns="http://www.w3.org/1999/xhtml" id="id577246"></a> 20993 20993 <div class="header">Arguments and Values:</div> 20994 20994 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p> 20995 20995 </div> 20996 20996 <div class="refsect1" lang="en" xml:lang="en"> 20997 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18744"></a>20997 <a xmlns="http://www.w3.org/1999/xhtml" id="id577272"></a> 20998 20998 <div class="header">Description:</div> 20999 20999 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE. … … 21004 21004 </div> 21005 21005 <div class="refsect1" lang="en" xml:lang="en"> 21006 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18761"></a>21006 <a xmlns="http://www.w3.org/1999/xhtml" id="id577290"></a> 21007 21007 <div class="header">See Also:</div> 21008 21008 <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> … … 21024 21024 <div> 21025 21025 <div class="refsect1" lang="en" xml:lang="en"> 21026 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18869"></a>21026 <a xmlns="http://www.w3.org/1999/xhtml" id="id577397"></a> 21027 21027 <div class="header">Arguments and Values:</div> 21028 21028 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 21031 21031 </div> 21032 21032 <div class="refsect1" lang="en" xml:lang="en"> 21033 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18911"></a>21033 <a xmlns="http://www.w3.org/1999/xhtml" id="id577439"></a> 21034 21034 <div class="header">Description:</div> 21035 21035 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s … … 21038 21038 </div> 21039 21039 <div class="refsect1" lang="en" xml:lang="en"> 21040 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18926"></a>21040 <a xmlns="http://www.w3.org/1999/xhtml" id="id577454"></a> 21041 21041 <div class="header">See Also:</div> 21042 21042 <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> 21043 21043 </div> 21044 21044 <div class="refsect1" lang="en" xml:lang="en"> 21045 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18986"></a>21045 <a xmlns="http://www.w3.org/1999/xhtml" id="id577514"></a> 21046 21046 <div class="header">Notes:</div> 21047 21047 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 21066 21066 <div> 21067 21067 <div class="refsect1" lang="en" xml:lang="en"> 21068 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19054"></a>21068 <a xmlns="http://www.w3.org/1999/xhtml" id="id577583"></a> 21069 21069 <div class="header">Arguments and Values:</div> 21070 21070 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 21073 21073 </div> 21074 21074 <div class="refsect1" lang="en" xml:lang="en"> 21075 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19096"></a>21075 <a xmlns="http://www.w3.org/1999/xhtml" id="id577624"></a> 21076 21076 <div class="header">Description:</div> 21077 21077 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 21081 21081 </div> 21082 21082 <div class="refsect1" lang="en" xml:lang="en"> 21083 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19112"></a>21083 <a xmlns="http://www.w3.org/1999/xhtml" id="id577641"></a> 21084 21084 <div class="header">See Also:</div> 21085 21085 <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> 21086 21086 </div> 21087 21087 <div class="refsect1" lang="en" xml:lang="en"> 21088 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19172"></a>21088 <a xmlns="http://www.w3.org/1999/xhtml" id="id577700"></a> 21089 21089 <div class="header">Notes:</div> 21090 21090 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 21110 21110 <div> 21111 21111 <div class="refsect1" lang="en" xml:lang="en"> 21112 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19241"></a>21112 <a xmlns="http://www.w3.org/1999/xhtml" id="id577769"></a> 21113 21113 <div class="header">Arguments and Values:</div> 21114 21114 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p> … … 21123 21123 </div> 21124 21124 <div class="refsect1" lang="en" xml:lang="en"> 21125 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19318"></a>21125 <a xmlns="http://www.w3.org/1999/xhtml" id="id577846"></a> 21126 21126 <div class="header">Description:</div> 21127 21127 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 21132 21132 </div> 21133 21133 <div class="refsect1" lang="en" xml:lang="en"> 21134 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19337"></a>21134 <a xmlns="http://www.w3.org/1999/xhtml" id="id577865"></a> 21135 21135 <div class="header">See Also:</div> 21136 21136 <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> … … 21152 21152 <div> 21153 21153 <div class="refsect1" lang="en" xml:lang="en"> 21154 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19442"></a>21154 <a xmlns="http://www.w3.org/1999/xhtml" id="id577970"></a> 21155 21155 <div class="header">Arguments and Values:</div> 21156 21156 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 21160 21160 </div> 21161 21161 <div class="refsect1" lang="en" xml:lang="en"> 21162 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19490"></a>21162 <a xmlns="http://www.w3.org/1999/xhtml" id="id578018"></a> 21163 21163 <div class="header">Description:</div> 21164 21164 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>. … … 21176 21176 </div> 21177 21177 <div class="refsect1" lang="en" xml:lang="en"> 21178 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19527"></a>21178 <a xmlns="http://www.w3.org/1999/xhtml" id="id578055"></a> 21179 21179 <div class="header">See Also:</div> 21180 21180 <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> 21181 21181 </div> 21182 21182 <div class="refsect1" lang="en" xml:lang="en"> 21183 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19569"></a>21183 <a xmlns="http://www.w3.org/1999/xhtml" id="id578097"></a> 21184 21184 <div class="header">Notes:</div> 21185 21185 <p xmlns="http://www.w3.org/1999/xhtml"> … … 21206 21206 <div> 21207 21207 <div class="refsect1" lang="en" xml:lang="en"> 21208 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19643"></a>21208 <a xmlns="http://www.w3.org/1999/xhtml" id="id578171"></a> 21209 21209 <div class="header">Arguments and Values:</div> 21210 21210 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 21214 21214 </div> 21215 21215 <div class="refsect1" lang="en" xml:lang="en"> 21216 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19690"></a>21216 <a xmlns="http://www.w3.org/1999/xhtml" id="id578218"></a> 21217 21217 <div class="header">Description:</div> 21218 21218 <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 … … 21227 21227 </div> 21228 21228 <div class="refsect1" lang="en" xml:lang="en"> 21229 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19728"></a>21229 <a xmlns="http://www.w3.org/1999/xhtml" id="id578256"></a> 21230 21230 <div class="header">See Also:</div> 21231 21231 <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> 21232 21232 </div> 21233 21233 <div class="refsect1" lang="en" xml:lang="en"> 21234 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19770"></a>21234 <a xmlns="http://www.w3.org/1999/xhtml" id="id578298"></a> 21235 21235 <div class="header">Notes:</div> 21236 21236 <p xmlns="http://www.w3.org/1999/xhtml"> … … 21257 21257 <div> 21258 21258 <div class="refsect1" lang="en" xml:lang="en"> 21259 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19844"></a>21259 <a xmlns="http://www.w3.org/1999/xhtml" id="id578372"></a> 21260 21260 <div class="header">Arguments and Values:</div> 21261 21261 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 21264 21264 </div> 21265 21265 <div class="refsect1" lang="en" xml:lang="en"> 21266 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19888"></a>21266 <a xmlns="http://www.w3.org/1999/xhtml" id="id578416"></a> 21267 21267 <div class="header">Description:</div> 21268 21268 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal … … 21272 21272 </div> 21273 21273 <div class="refsect1" lang="en" xml:lang="en"> 21274 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19907"></a>21274 <a xmlns="http://www.w3.org/1999/xhtml" id="id578435"></a> 21275 21275 <div class="header">See Also:</div> 21276 21276 <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> … … 21291 21291 <div> 21292 21292 <div class="refsect1" lang="en" xml:lang="en"> 21293 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19995"></a>21293 <a xmlns="http://www.w3.org/1999/xhtml" id="id578523"></a> 21294 21294 <div class="header">Value Type:</div> 21295 21295 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p> 21296 21296 </div> 21297 21297 <div class="refsect1" lang="en" xml:lang="en"> 21298 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20006"></a>21298 <a xmlns="http://www.w3.org/1999/xhtml" id="id578534"></a> 21299 21299 <div class="header">Initial Value:</div> 21300 21300 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p> 21301 21301 </div> 21302 21302 <div class="refsect1" lang="en" xml:lang="en"> 21303 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20018"></a>21303 <a xmlns="http://www.w3.org/1999/xhtml" id="id578546"></a> 21304 21304 <div class="header">Description:</div> 21305 21305 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input … … 21313 21313 </div> 21314 21314 <div class="refsect1" lang="en" xml:lang="en"> 21315 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20033"></a>21315 <a xmlns="http://www.w3.org/1999/xhtml" id="id578561"></a> 21316 21316 <div class="header">See Also:</div> 21317 21317 <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> … … 21332 21332 <div> 21333 21333 <div class="refsect1" lang="en" xml:lang="en"> 21334 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20136"></a>21334 <a xmlns="http://www.w3.org/1999/xhtml" id="id578664"></a> 21335 21335 <div class="header">Arguments and Values:</div> 21336 21336 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by … … 21341 21341 </div> 21342 21342 <div class="refsect1" lang="en" xml:lang="en"> 21343 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20181"></a>21343 <a xmlns="http://www.w3.org/1999/xhtml" id="id578709"></a> 21344 21344 <div class="header">Description:</div> 21345 21345 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function. As such, it … … 21352 21352 </div> 21353 21353 <div class="refsect1" lang="en" xml:lang="en"> 21354 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20205"></a>21354 <a xmlns="http://www.w3.org/1999/xhtml" id="id578733"></a> 21355 21355 <div class="header">See Also:</div> 21356 21356 <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> … … 21373 21373 <div> 21374 21374 <div class="refsect1" lang="en" xml:lang="en"> 21375 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20311"></a>21375 <a xmlns="http://www.w3.org/1999/xhtml" id="id578839"></a> 21376 21376 <div class="header">Arguments and Values:</div> 21377 21377 <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> … … 21383 21383 </div> 21384 21384 <div class="refsect1" lang="en" xml:lang="en"> 21385 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20377"></a>21385 <a xmlns="http://www.w3.org/1999/xhtml" id="id578905"></a> 21386 21386 <div class="header">Description:</div> 21387 21387 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate. If the … … 21524 21524 <div> 21525 21525 <div class="refsect1" lang="en" xml:lang="en"> 21526 <a xmlns="http://www.w3.org/1999/xhtml" id="id 443739"></a>21526 <a xmlns="http://www.w3.org/1999/xhtml" id="id557606"></a> 21527 21527 <div class="header">Arguments and Values:</div> 21528 21528 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently … … 21624 21624 </div> 21625 21625 <div class="refsect1" lang="en" xml:lang="en"> 21626 <a xmlns="http://www.w3.org/1999/xhtml" id="id 443874"></a>21626 <a xmlns="http://www.w3.org/1999/xhtml" id="id559683"></a> 21627 21627 <div class="header">Description:</div> 21628 21628 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p> … … 21643 21643 <div> 21644 21644 <div class="refsect1" lang="en" xml:lang="en"> 21645 <a xmlns="http://www.w3.org/1999/xhtml" id="id 489122"></a>21645 <a xmlns="http://www.w3.org/1999/xhtml" id="id522638"></a> 21646 21646 <div class="header">Arguments and Values:</div> 21647 21647 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p> … … 21651 21651 </div> 21652 21652 <div class="refsect1" lang="en" xml:lang="en"> 21653 <a xmlns="http://www.w3.org/1999/xhtml" id="id 489164"></a>21653 <a xmlns="http://www.w3.org/1999/xhtml" id="id522680"></a> 21654 21654 <div class="header">Description:</div> 21655 21655 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending … … 21677 21677 <div> 21678 21678 <div class="refsect1" lang="en" xml:lang="en"> 21679 <a xmlns="http://www.w3.org/1999/xhtml" id="id 493687"></a>21679 <a xmlns="http://www.w3.org/1999/xhtml" id="id557454"></a> 21680 21680 <div class="header">Arguments and Values:</div> 21681 21681 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the … … 21685 21685 </div> 21686 21686 <div class="refsect1" lang="en" xml:lang="en"> 21687 <a xmlns="http://www.w3.org/1999/xhtml" id="id 493728"></a>21687 <a xmlns="http://www.w3.org/1999/xhtml" id="id557495"></a> 21688 21688 <div class="header">Description:</div> 21689 21689 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to … … 21705 21705 <div> 21706 21706 <div class="refsect1" lang="en" xml:lang="en"> 21707 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 27963"></a>21707 <a xmlns="http://www.w3.org/1999/xhtml" id="id518572"></a> 21708 21708 <div class="header">Arguments and Values:</div> 21709 21709 <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> … … 21714 21714 </div> 21715 21715 <div class="refsect1" lang="en" xml:lang="en"> 21716 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28006"></a>21716 <a xmlns="http://www.w3.org/1999/xhtml" id="id518614"></a> 21717 21717 <div class="header">Description:</div> 21718 21718 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p> … … 21733 21733 <div> 21734 21734 <div class="refsect1" lang="en" xml:lang="en"> 21735 <a xmlns="http://www.w3.org/1999/xhtml" id="id 489670"></a>21735 <a xmlns="http://www.w3.org/1999/xhtml" id="id536303"></a> 21736 21736 <div class="header">Arguments and Values:</div> 21737 21737 <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> … … 21740 21740 </div> 21741 21741 <div class="refsect1" lang="en" xml:lang="en"> 21742 <a xmlns="http://www.w3.org/1999/xhtml" id="id 489710"></a>21742 <a xmlns="http://www.w3.org/1999/xhtml" id="id536344"></a> 21743 21743 <div class="header">Description:</div> 21744 21744 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name … … 21760 21760 <div> 21761 21761 <div class="refsect1" lang="en" xml:lang="en"> 21762 <a xmlns="http://www.w3.org/1999/xhtml" id="id 489767"></a>21762 <a xmlns="http://www.w3.org/1999/xhtml" id="id556713"></a> 21763 21763 <div class="header">Arguments and Values:</div> 21764 21764 <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 … … 21768 21768 </div> 21769 21769 <div class="refsect1" lang="en" xml:lang="en"> 21770 <a xmlns="http://www.w3.org/1999/xhtml" id="id 483620"></a>21770 <a xmlns="http://www.w3.org/1999/xhtml" id="id556740"></a> 21771 21771 <div class="header">Description:</div> 21772 21772 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a … … 21788 21788 <div> 21789 21789 <div class="refsect1" lang="en" xml:lang="en"> 21790 <a xmlns="http://www.w3.org/1999/xhtml" id="id 483678"></a>21790 <a xmlns="http://www.w3.org/1999/xhtml" id="id520619"></a> 21791 21791 <div class="header">Arguments and Values:</div> 21792 21792 <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 … … 21797 21797 </div> 21798 21798 <div class="refsect1" lang="en" xml:lang="en"> 21799 <a xmlns="http://www.w3.org/1999/xhtml" id="id52 5375"></a>21799 <a xmlns="http://www.w3.org/1999/xhtml" id="id520662"></a> 21800 21800 <div class="header">Description:</div> 21801 21801 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p> … … 21817 21817 <div> 21818 21818 <div class="refsect1" lang="en" xml:lang="en"> 21819 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 25436"></a>21819 <a xmlns="http://www.w3.org/1999/xhtml" id="id535255"></a> 21820 21820 <div class="header">Arguments and Values:</div> 21821 21821 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p> … … 21834 21834 </div> 21835 21835 <div class="refsect1" lang="en" xml:lang="en"> 21836 <a xmlns="http://www.w3.org/1999/xhtml" id="id 478888"></a>21836 <a xmlns="http://www.w3.org/1999/xhtml" id="id532132"></a> 21837 21837 <div class="header">Description:</div> 21838 21838 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are … … 21871 21871 <div> 21872 21872 <div class="refsect1" lang="en" xml:lang="en"> 21873 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 26952"></a>21873 <a xmlns="http://www.w3.org/1999/xhtml" id="id532232"></a> 21874 21874 <div class="header">Arguments and Values:</div> 21875 21875 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p> … … 21886 21886 </div> 21887 21887 <div class="refsect1" lang="en" xml:lang="en"> 21888 <a xmlns="http://www.w3.org/1999/xhtml" id="id 482231"></a>21888 <a xmlns="http://www.w3.org/1999/xhtml" id="id553755"></a> 21889 21889 <div class="header">Description:</div> 21890 21890 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p> … … 21905 21905 <div> 21906 21906 <div class="refsect1" lang="en" xml:lang="en"> 21907 <a xmlns="http://www.w3.org/1999/xhtml" id="id 482292"></a>21907 <a xmlns="http://www.w3.org/1999/xhtml" id="id547909"></a> 21908 21908 <div class="header">Arguments and Values:</div> 21909 21909 <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> … … 21912 21912 </div> 21913 21913 <div class="refsect1" lang="en" xml:lang="en"> 21914 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02201"></a>21914 <a xmlns="http://www.w3.org/1999/xhtml" id="id547950"></a> 21915 21915 <div class="header">Description:</div> 21916 21916 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is … … 21933 21933 <div> 21934 21934 <div class="refsect1" lang="en" xml:lang="en"> 21935 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02259"></a>21935 <a xmlns="http://www.w3.org/1999/xhtml" id="id548531"></a> 21936 21936 <div class="header">Arguments and Values:</div> 21937 21937 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21938 21938 </div> 21939 21939 <div class="refsect1" lang="en" xml:lang="en"> 21940 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02285"></a>21940 <a xmlns="http://www.w3.org/1999/xhtml" id="id548557"></a> 21941 21941 <div class="header">Description:</div> 21942 21942 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or … … 21963 21963 <div> 21964 21964 <div class="refsect1" lang="en" xml:lang="en"> 21965 <a xmlns="http://www.w3.org/1999/xhtml" id="id 443626"></a>21965 <a xmlns="http://www.w3.org/1999/xhtml" id="id510894"></a> 21966 21966 <div class="header">Arguments and Values:</div> 21967 21967 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21968 21968 </div> 21969 21969 <div class="refsect1" lang="en" xml:lang="en"> 21970 <a xmlns="http://www.w3.org/1999/xhtml" id="id 443652"></a>21970 <a xmlns="http://www.w3.org/1999/xhtml" id="id510920"></a> 21971 21971 <div class="header">Description:</div> 21972 21972 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host, … … 21988 21988 <div> 21989 21989 <div class="refsect1" lang="en" xml:lang="en"> 21990 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 25248"></a>21990 <a xmlns="http://www.w3.org/1999/xhtml" id="id510978"></a> 21991 21991 <div class="header">Arguments and Values:</div> 21992 21992 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 21993 21993 </div> 21994 21994 <div class="refsect1" lang="en" xml:lang="en"> 21995 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 25274"></a>21995 <a xmlns="http://www.w3.org/1999/xhtml" id="id532294"></a> 21996 21996 <div class="header">Description:</div> 21997 21997 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not … … 22013 22013 <div> 22014 22014 <div class="refsect1" lang="en" xml:lang="en"> 22015 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 25331"></a>22015 <a xmlns="http://www.w3.org/1999/xhtml" id="id532351"></a> 22016 22016 <div class="header">Arguments and Values:</div> 22017 22017 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 22018 22018 </div> 22019 22019 <div class="refsect1" lang="en" xml:lang="en"> 22020 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 25357"></a>22020 <a xmlns="http://www.w3.org/1999/xhtml" id="id532377"></a> 22021 22021 <div class="header">Description:</div> 22022 22022 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p> … … 22037 22037 <div> 22038 22038 <div class="refsect1" lang="en" xml:lang="en"> 22039 <a xmlns="http://www.w3.org/1999/xhtml" id="id 487008"></a>22039 <a xmlns="http://www.w3.org/1999/xhtml" id="id559958"></a> 22040 22040 <div class="header">Arguments and Values:</div> 22041 22041 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 22042 22042 </div> 22043 22043 <div class="refsect1" lang="en" xml:lang="en"> 22044 <a xmlns="http://www.w3.org/1999/xhtml" id="id 487034"></a>22044 <a xmlns="http://www.w3.org/1999/xhtml" id="id559984"></a> 22045 22045 <div class="header">Description:</div> 22046 22046 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p> … … 22061 22061 <div> 22062 22062 <div class="refsect1" lang="en" xml:lang="en"> 22063 <a xmlns="http://www.w3.org/1999/xhtml" id="id50 2088"></a>22063 <a xmlns="http://www.w3.org/1999/xhtml" id="id505712"></a> 22064 22064 <div class="header">Arguments and Values:</div> 22065 22065 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 22066 22066 </div> 22067 22067 <div class="refsect1" lang="en" xml:lang="en"> 22068 <a xmlns="http://www.w3.org/1999/xhtml" id="id50 2114"></a>22068 <a xmlns="http://www.w3.org/1999/xhtml" id="id505738"></a> 22069 22069 <div class="header">Description:</div> 22070 22070 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p> … … 22085 22085 <div> 22086 22086 <div class="refsect1" lang="en" xml:lang="en"> 22087 <a xmlns="http://www.w3.org/1999/xhtml" id="id50 2171"></a>22087 <a xmlns="http://www.w3.org/1999/xhtml" id="id505795"></a> 22088 22088 <div class="header">Arguments and Values:</div> 22089 22089 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 22090 22090 </div> 22091 22091 <div class="refsect1" lang="en" xml:lang="en"> 22092 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 27233"></a>22092 <a xmlns="http://www.w3.org/1999/xhtml" id="id509665"></a> 22093 22093 <div class="header">Description:</div> 22094 22094 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for … … 22110 22110 <div> 22111 22111 <div class="refsect1" lang="en" xml:lang="en"> 22112 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 27290"></a>22112 <a xmlns="http://www.w3.org/1999/xhtml" id="id509722"></a> 22113 22113 <div class="header">Arguments and Values:</div> 22114 22114 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 22115 22115 </div> 22116 22116 <div class="refsect1" lang="en" xml:lang="en"> 22117 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 27316"></a>22117 <a xmlns="http://www.w3.org/1999/xhtml" id="id509748"></a> 22118 22118 <div class="header">Description:</div> 22119 22119 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format … … 22135 22135 <div> 22136 22136 <div class="refsect1" lang="en" xml:lang="en"> 22137 <a xmlns="http://www.w3.org/1999/xhtml" id="id 466142"></a>22137 <a xmlns="http://www.w3.org/1999/xhtml" id="id505876"></a> 22138 22138 <div class="header">Arguments and Values:</div> 22139 22139 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 22140 22140 </div> 22141 22141 <div class="refsect1" lang="en" xml:lang="en"> 22142 <a xmlns="http://www.w3.org/1999/xhtml" id="id 466168"></a>22142 <a xmlns="http://www.w3.org/1999/xhtml" id="id505903"></a> 22143 22143 <div class="header">Description:</div> 22144 22144 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and … … 22159 22159 <div> 22160 22160 <div class="refsect1" lang="en" xml:lang="en"> 22161 <a xmlns="http://www.w3.org/1999/xhtml" id="id 466211"></a>22161 <a xmlns="http://www.w3.org/1999/xhtml" id="id505945"></a> 22162 22162 <div class="header">Description:</div> 22163 22163 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p> 22164 22164 </div> 22165 22165 <div class="refsect1" lang="en" xml:lang="en"> 22166 <a xmlns="http://www.w3.org/1999/xhtml" id="id 466222"></a>22166 <a xmlns="http://www.w3.org/1999/xhtml" id="id554060"></a> 22167 22167 <div class="header">Superclasses:</div> 22168 22168 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p> … … 22183 22183 <div> 22184 22184 <div class="refsect1" lang="en" xml:lang="en"> 22185 <a xmlns="http://www.w3.org/1999/xhtml" id="id 449850"></a>22185 <a xmlns="http://www.w3.org/1999/xhtml" id="id554118"></a> 22186 22186 <div class="header">Arguments and Values:</div> 22187 22187 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 22188 22188 </div> 22189 22189 <div class="refsect1" lang="en" xml:lang="en"> 22190 <a xmlns="http://www.w3.org/1999/xhtml" id="id 449876"></a>22190 <a xmlns="http://www.w3.org/1999/xhtml" id="id554144"></a> 22191 22191 <div class="header">Description:</div> 22192 22192 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p> … … 22207 22207 <div> 22208 22208 <div class="refsect1" lang="en" xml:lang="en"> 22209 <a xmlns="http://www.w3.org/1999/xhtml" id="id 449934"></a>22209 <a xmlns="http://www.w3.org/1999/xhtml" id="id548154"></a> 22210 22210 <div class="header">Arguments and Values:</div> 22211 22211 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 22212 22212 </div> 22213 22213 <div class="refsect1" lang="en" xml:lang="en"> 22214 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462956"></a>22214 <a xmlns="http://www.w3.org/1999/xhtml" id="id548180"></a> 22215 22215 <div class="header">Description:</div> 22216 22216 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more … … 22236 22236 <div> 22237 22237 <div class="refsect1" lang="en" xml:lang="en"> 22238 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 63019"></a>22238 <a xmlns="http://www.w3.org/1999/xhtml" id="id498068"></a> 22239 22239 <div class="header">Arguments and Values:</div> 22240 22240 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 22241 22241 </div> 22242 22242 <div class="refsect1" lang="en" xml:lang="en"> 22243 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 63045"></a>22243 <a xmlns="http://www.w3.org/1999/xhtml" id="id498095"></a> 22244 22244 <div class="header">Description:</div> 22245 22245 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On … … 22262 22262 <div> 22263 22263 <div class="refsect1" lang="en" xml:lang="en"> 22264 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 86871"></a>22264 <a xmlns="http://www.w3.org/1999/xhtml" id="id498156"></a> 22265 22265 <div class="header">Arguments and Values:</div> 22266 22266 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p> … … 22273 22273 </div> 22274 22274 <div class="refsect1" lang="en" xml:lang="en"> 22275 <a xmlns="http://www.w3.org/1999/xhtml" id="id 486914"></a>22275 <a xmlns="http://www.w3.org/1999/xhtml" id="id545477"></a> 22276 22276 <div class="header">Description:</div> 22277 22277 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It … … 22294 22294 <div> 22295 22295 <div class="refsect1" lang="en" xml:lang="en"> 22296 <a xmlns="http://www.w3.org/1999/xhtml" id="id 471452"></a>22296 <a xmlns="http://www.w3.org/1999/xhtml" id="id545540"></a> 22297 22297 <div class="header">Arguments and Values:</div> 22298 22298 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p> … … 22301 22301 </div> 22302 22302 <div class="refsect1" lang="en" xml:lang="en"> 22303 <a xmlns="http://www.w3.org/1999/xhtml" id="id 471507"></a>22303 <a xmlns="http://www.w3.org/1999/xhtml" id="id557808"></a> 22304 22304 <div class="header">Description:</div> 22305 22305 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying … … 22426 22426 :output) (if-error-exists :error) status-hook 22427 22427 external-format env (silently-ignore-catastrophic-failures 22428 *silently-ignore-catastrophic-failure-in-run-program*)</code>22428 *silently-ignore-catastrophic-failure-in-run-program*)</code> 22429 22429 </div> 22430 22430 <div class="refentrytitle">Invokes an external program as an OS subprocess … … 22434 22434 <div> 22435 22435 <div class="refsect1" lang="en" xml:lang="en"> 22436 <a xmlns="http://www.w3.org/1999/xhtml" id="id 486283"></a>22436 <a xmlns="http://www.w3.org/1999/xhtml" id="id519363"></a> 22437 22437 <div class="header">Arguments and Values:</div> 22438 22438 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file. … … 22484 22484 </p> 22485 22485 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">env</span></i>--- 22486 New OS environment variable bindings for the 22487 external process. By default the external process 22488 inherits the environment of the running Lisp 22489 process. Env is an association list with 22490 elements (<Environment Variable 22491 Name> . <Value>). Name and 22492 value are case sensitive strings. See 22493 <a href="#f_setenv">setenv</a>. 22486 New OS environment variable bindings for the 22487 external process. By default the external process 22488 inherits the environment of the running Lisp 22489 process. Env is an association list with elements 22490 (<Environment Variable 22491 Name> . <Value>). Name and 22492 value are case sensitive strings. See <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#f_setenv" title="Function CCL::SETENV"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">ccl::setenv</b></a>. 22494 22493 </p> 22495 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term"> silently-ignore-catastrophic-failures</span></i>---22496 If NIL, signal an error if run-program is unable22497 to start the program. If non-NIL, treat failure 22498 to start the same as failure from the program 22499 itself,by setting the status and exit-code22500 fields. Default is22501 *silently-ignore-catastrophic-failure-in-run-program*.22494 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">>silently-ignore-catastrophic-failures</span></i>--- 22495 If NIL, signal an error if run-program is unable 22496 to start the program. If non-NIL, treat failure to 22497 start the same as failure from the program itself, 22498 by setting the status and exit-code 22499 fields. Default is 22500 *silently-ignore-catastrophic-failure-in-run-program*. 22502 22501 </p> 22503 22502 </div> 22504 22503 <div class="refsect1" lang="en" xml:lang="en"> 22505 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 84372"></a>22504 <a xmlns="http://www.w3.org/1999/xhtml" id="id499002"></a> 22506 22505 <div class="header">Description:</div> 22507 22506 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process, … … 22531 22530 <div> 22532 22531 <div class="refsect1" lang="en" xml:lang="en"> 22533 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446740"></a>22532 <a xmlns="http://www.w3.org/1999/xhtml" id="id504993"></a> 22534 22533 <div class="header">Arguments and Values:</div> 22535 22534 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> … … 22537 22536 </div> 22538 22537 <div class="refsect1" lang="en" xml:lang="en"> 22539 <a xmlns="http://www.w3.org/1999/xhtml" id="id 446781"></a>22538 <a xmlns="http://www.w3.org/1999/xhtml" id="id505034"></a> 22540 22539 <div class="header">Description:</div> 22541 22540 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified … … 22560 22559 <div> 22561 22560 <div class="refsect1" lang="en" xml:lang="en"> 22562 <a xmlns="http://www.w3.org/1999/xhtml" id="id 482569"></a>22561 <a xmlns="http://www.w3.org/1999/xhtml" id="id507614"></a> 22563 22562 <div class="header">Arguments and Values:</div> 22564 22563 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22565 22564 </div> 22566 22565 <div class="refsect1" lang="en" xml:lang="en"> 22567 <a xmlns="http://www.w3.org/1999/xhtml" id="id 482595"></a>22566 <a xmlns="http://www.w3.org/1999/xhtml" id="id507639"></a> 22568 22567 <div class="header">Description:</div> 22569 22568 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to … … 22587 22586 <div> 22588 22587 <div class="refsect1" lang="en" xml:lang="en"> 22589 <a xmlns="http://www.w3.org/1999/xhtml" id="id 464472"></a>22588 <a xmlns="http://www.w3.org/1999/xhtml" id="id518269"></a> 22590 22589 <div class="header">Arguments and Values:</div> 22591 22590 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22592 22591 </div> 22593 22592 <div class="refsect1" lang="en" xml:lang="en"> 22594 <a xmlns="http://www.w3.org/1999/xhtml" id="id 464498"></a>22593 <a xmlns="http://www.w3.org/1999/xhtml" id="id518295"></a> 22595 22594 <div class="header">Description:</div> 22596 22595 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to … … 22613 22612 <div> 22614 22613 <div class="refsect1" lang="en" xml:lang="en"> 22615 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461921"></a>22614 <a xmlns="http://www.w3.org/1999/xhtml" id="id526765"></a> 22616 22615 <div class="header">Arguments and Values:</div> 22617 22616 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22618 22617 </div> 22619 22618 <div class="refsect1" lang="en" xml:lang="en"> 22620 <a xmlns="http://www.w3.org/1999/xhtml" id="id 461947"></a>22619 <a xmlns="http://www.w3.org/1999/xhtml" id="id526791"></a> 22621 22620 <div class="header">Description:</div> 22622 22621 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to … … 22640 22639 <div> 22641 22640 <div class="refsect1" lang="en" xml:lang="en"> 22642 <a xmlns="http://www.w3.org/1999/xhtml" id="id 453344"></a>22641 <a xmlns="http://www.w3.org/1999/xhtml" id="id533907"></a> 22643 22642 <div class="header">Arguments and Values:</div> 22644 22643 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22645 22644 </div> 22646 22645 <div class="refsect1" lang="en" xml:lang="en"> 22647 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 26370"></a>22646 <a xmlns="http://www.w3.org/1999/xhtml" id="id533933"></a> 22648 22647 <div class="header">Description:</div> 22649 22648 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to … … 22667 22666 <div> 22668 22667 <div class="refsect1" lang="en" xml:lang="en"> 22669 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 26431"></a>22668 <a xmlns="http://www.w3.org/1999/xhtml" id="id536810"></a> 22670 22669 <div class="header">Arguments and Values:</div> 22671 22670 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 22672 22671 </div> 22673 22672 <div class="refsect1" lang="en" xml:lang="en"> 22674 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03326"></a>22673 <a xmlns="http://www.w3.org/1999/xhtml" id="id536836"></a> 22675 22674 <div class="header">Description:</div> 22676 22675 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status … … 22702 22701 <dt> 22703 22702 <span class="sect2"> 22704 <a href="#id 468690">10.1.1. Stream External Format</a>22703 <a href="#id518413">10.1.1. Stream External Format</a> 22705 22704 </span> 22706 22705 </dt> … … 22758 22757 <dt> 22759 22758 <span class="sect1"> 22760 <a href="#id5 23748">10.3. Lisp Standard Streams and OS Standard Streams</a>22759 <a href="#id560922">10.3. Lisp Standard Streams and OS Standard Streams</a> 22761 22760 </span> 22762 22761 </dt> … … 22775 22774 <div> 22776 22775 <div> 22777 <h3 class="title"><a id="id 468690"></a>10.1.1. Stream External Format</h3>22776 <h3 class="title"><a id="id518413"></a>10.1.1. Stream External Format</h3> 22778 22777 </div> 22779 22778 </div> … … 22941 22940 </div> 22942 22941 </div> 22943 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462440" class="indexterm"></a>22944 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462449" class="indexterm"></a>22945 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462459" class="indexterm"></a>22946 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462469" class="indexterm"></a>22947 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462479" class="indexterm"></a>22948 <a xmlns="http://www.w3.org/1999/xhtml" id="id 462488" class="indexterm"></a>22942 <a xmlns="http://www.w3.org/1999/xhtml" id="id503646" class="indexterm"></a> 22943 <a xmlns="http://www.w3.org/1999/xhtml" id="id503656" class="indexterm"></a> 22944 <a xmlns="http://www.w3.org/1999/xhtml" id="id503666" class="indexterm"></a> 22945 <a xmlns="http://www.w3.org/1999/xhtml" id="id503676" class="indexterm"></a> 22946 <a xmlns="http://www.w3.org/1999/xhtml" id="id503685" class="indexterm"></a> 22947 <a xmlns="http://www.w3.org/1999/xhtml" id="id503695" class="indexterm"></a> 22949 22948 <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has 22950 22949 attributes and accessors: … … 22999 22998 <div> 23000 22999 <div class="refsect1" lang="en" xml:lang="en"> 23001 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16612"></a>23000 <a xmlns="http://www.w3.org/1999/xhtml" id="id556046"></a> 23002 23001 <div class="header">Values:</div> 23003 23002 <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 … … 23006 23005 </div> 23007 23006 <div class="refsect1" lang="en" xml:lang="en"> 23008 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16639"></a>23007 <a xmlns="http://www.w3.org/1999/xhtml" id="id556073"></a> 23009 23008 <div class="header">Description:</div> 23010 23009 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p> 23011 23010 </div> 23012 23011 <div class="refsect1" lang="en" xml:lang="en"> 23013 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16673"></a>23012 <a xmlns="http://www.w3.org/1999/xhtml" id="id556084"></a> 23014 23013 <div class="header">See Also:</div> 23015 23014 <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> … … 23034 23033 <div> 23035 23034 <div class="refsect1" lang="en" xml:lang="en"> 23036 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16754"></a>23035 <a xmlns="http://www.w3.org/1999/xhtml" id="id559805"></a> 23037 23036 <div class="header">Arguments:</div> 23038 23037 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 23039 23038 </div> 23040 23039 <div class="refsect1" lang="en" xml:lang="en"> 23041 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16780"></a>23040 <a xmlns="http://www.w3.org/1999/xhtml" id="id559831"></a> 23042 23041 <div class="header">Description:</div> 23043 23042 <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open … … 23048 23047 </div> 23049 23048 <div class="refsect1" lang="en" xml:lang="en"> 23050 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16799"></a>23049 <a xmlns="http://www.w3.org/1999/xhtml" id="id559850"></a> 23051 23050 <div class="header">See Also:</div> 23052 23051 <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> … … 23071 23070 <div> 23072 23071 <div class="refsect1" lang="en" xml:lang="en"> 23073 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16880"></a>23072 <a xmlns="http://www.w3.org/1999/xhtml" id="id554609"></a> 23074 23073 <div class="header">Arguments:</div> 23075 23074 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 23076 23075 </div> 23077 23076 <div class="refsect1" lang="en" xml:lang="en"> 23078 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16906"></a>23077 <a xmlns="http://www.w3.org/1999/xhtml" id="id554635"></a> 23079 23078 <div class="header">Description:</div> 23080 23079 <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file … … 23085 23084 </div> 23086 23085 <div class="refsect1" lang="en" xml:lang="en"> 23087 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16925"></a>23086 <a xmlns="http://www.w3.org/1999/xhtml" id="id554654"></a> 23088 23087 <div class="header">See Also:</div> 23089 23088 <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> … … 23518 23517 <div> 23519 23518 <div class="refsect1" lang="en" xml:lang="en"> 23520 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14393"></a>23519 <a xmlns="http://www.w3.org/1999/xhtml" id="id579413"></a> 23521 23520 <div class="header">Arguments and Values:</div> 23522 23521 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p> … … 23529 23528 </div> 23530 23529 <div class="refsect1" lang="en" xml:lang="en"> 23531 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14451"></a>23530 <a xmlns="http://www.w3.org/1999/xhtml" id="id579471"></a> 23532 23531 <div class="header">Description:</div> 23533 23532 <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the … … 23550 23549 <div> 23551 23550 <div class="refsect1" lang="en" xml:lang="en"> 23552 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14511"></a>23551 <a xmlns="http://www.w3.org/1999/xhtml" id="id579530"></a> 23553 23552 <div class="header">Arguments and Values:</div> 23554 23553 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p> … … 23561 23560 </div> 23562 23561 <div class="refsect1" lang="en" xml:lang="en"> 23563 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14569"></a>23562 <a xmlns="http://www.w3.org/1999/xhtml" id="id579588"></a> 23564 23563 <div class="header">Description:</div> 23565 23564 <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to … … 23581 23580 <div> 23582 23581 <div class="refsect1" lang="en" xml:lang="en"> 23583 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14627"></a>23582 <a xmlns="http://www.w3.org/1999/xhtml" id="id579647"></a> 23584 23583 <div class="header">Arguments and Values:</div> 23585 23584 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p> … … 23597 23596 </div> 23598 23597 <div class="refsect1" lang="en" xml:lang="en"> 23599 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14702"></a>23598 <a xmlns="http://www.w3.org/1999/xhtml" id="id579722"></a> 23600 23599 <div class="header">Description:</div> 23601 23600 <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into … … 23620 23619 <div> 23621 23620 <div class="refsect1" lang="en" xml:lang="en"> 23622 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 14762"></a>23621 <a xmlns="http://www.w3.org/1999/xhtml" id="id560390"></a> 23623 23622 <div class="header">Arguments and Values:</div> 23624 23623 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p> … … 23636 23635 </div> 23637 23636 <div class="refsect1" lang="en" xml:lang="en"> 23638 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23292"></a>23637 <a xmlns="http://www.w3.org/1999/xhtml" id="id560465"></a> 23639 23638 <div class="header">Description:</div> 23640 23639 <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream, … … 23658 23657 <div> 23659 23658 <div class="refsect1" lang="en" xml:lang="en"> 23660 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23350"></a>23659 <a xmlns="http://www.w3.org/1999/xhtml" id="id560525"></a> 23661 23660 <div class="header">Method Signatures:</div> 23662 23661 <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i> … … 23664 23663 </div> 23665 23664 <div class="refsect1" lang="en" xml:lang="en"> 23666 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23369"></a>23665 <a xmlns="http://www.w3.org/1999/xhtml" id="id560543"></a> 23667 23666 <div class="header">Arguments and Values:</div> 23668 23667 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p> … … 23675 23674 </div> 23676 23675 <div class="refsect1" lang="en" xml:lang="en"> 23677 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23434"></a>23676 <a xmlns="http://www.w3.org/1999/xhtml" id="id560608"></a> 23678 23677 <div class="header">Description:</div> 23679 23678 <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with … … 23699 23698 <div> 23700 23699 <div class="refsect1" lang="en" xml:lang="en"> 23701 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23504"></a>23700 <a xmlns="http://www.w3.org/1999/xhtml" id="id560678"></a> 23702 23701 <div class="header">Description:</div> 23703 23702 <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector, … … 23706 23705 </div> 23707 23706 <div class="refsect1" lang="en" xml:lang="en"> 23708 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23516"></a>23707 <a xmlns="http://www.w3.org/1999/xhtml" id="id560690"></a> 23709 23708 <div class="header">Arguments:</div> 23710 23709 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 23731 23730 <div> 23732 23731 <div class="refsect1" lang="en" xml:lang="en"> 23733 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23635"></a>23732 <a xmlns="http://www.w3.org/1999/xhtml" id="id560809"></a> 23734 23733 <div class="header">Description:</div> 23735 23734 <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at … … 23737 23736 </div> 23738 23737 <div class="refsect1" lang="en" xml:lang="en"> 23739 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23647"></a>23738 <a xmlns="http://www.w3.org/1999/xhtml" id="id560821"></a> 23740 23739 <div class="header">Arguments:</div> 23741 23740 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 23747 23746 </div> 23748 23747 <div class="refsect1" lang="en" xml:lang="en"> 23749 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23719"></a>23748 <a xmlns="http://www.w3.org/1999/xhtml" id="id560894"></a> 23750 23749 <div class="header">Examples:</div> 23751 23750 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 23789 23788 <div> 23790 23789 <div> 23791 <h2 class="title" style="clear: both"><a id="id5 23748"></a>10.3. Lisp Standard Streams and OS Standard Streams</h2>23790 <h2 class="title" style="clear: both"><a id="id560922"></a>10.3. Lisp Standard Streams and OS Standard Streams</h2> 23792 23791 </div> 23793 23792 </div> … … 24568 24567 <dt> 24569 24568 <span class="sect2"> 24570 <a href="#id 469107">12.2.2. Generating a lisp image for use with Shark</a>24569 <a href="#id545062">12.2.2. Generating a lisp image for use with Shark</a> 24571 24570 </span> 24572 24571 </dt> … … 24846 24845 <div> 24847 24846 <div> 24848 <h3 class="title"><a id="id 469107"></a>12.2.2. Generating a lisp image for use with Shark</h3>24847 <h3 class="title"><a id="id545062"></a>12.2.2. Generating a lisp image for use with Shark</h3> 24849 24848 </div> 24850 24849 </div> … … 24957 24956 </div> 24958 24957 </div> 24959 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 458650" class="indexterm"></a>24958 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id506006" class="indexterm"></a> 24960 24959 <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> 24961 24960 [Variable]</strong></span></p> … … 24963 24962 profiling configuration file created by the "Config Editor" in 24964 24963 Shark.app.</p> 24965 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 458673" 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)24964 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id506030" 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) 24966 24965 (debug-output nil) [Macro]</strong></span></p> 24967 24966 <p xmlns="http://www.w3.org/1999/xhtml">Executes FORM (an arbitrary lisp form) and returns whatever … … 26055 26054 <div> 26056 26055 <div> 26057 <h4 class="title"><a id="id 495949"></a>13.3.2.4. %int-to-ptr [Function]</h4>26056 <h4 class="title"><a id="id570196"></a>13.3.2.4. %int-to-ptr [Function]</h4> 26058 26057 </div> 26059 26058 </div> … … 26096 26095 <div> 26097 26096 <div> 26098 <h4 class="title"><a id="id 496023"></a>13.3.2.5. %inc-ptr [Function]</h4>26097 <h4 class="title"><a id="id570271"></a>13.3.2.5. %inc-ptr [Function]</h4> 26099 26098 </div> 26100 26099 </div> … … 26146 26145 <div> 26147 26146 <div> 26148 <h4 class="title"><a id="id 496115"></a>13.3.2.6. %ptr-to-int [Function]</h4>26147 <h4 class="title"><a id="id570362"></a>13.3.2.6. %ptr-to-int [Function]</h4> 26149 26148 </div> 26150 26149 </div> … … 26188 26187 <div> 26189 26188 <div> 26190 <h4 class="title"><a id="id 496189"></a>13.3.2.7. %null-ptr [Macro]</h4>26189 <h4 class="title"><a id="id570437"></a>13.3.2.7. %null-ptr [Macro]</h4> 26191 26190 </div> 26192 26191 </div> … … 26213 26212 <div> 26214 26213 <div> 26215 <h4 class="title"><a id="id 496230"></a>13.3.2.8. %null-ptr-p [Function]</h4>26214 <h4 class="title"><a id="id570478"></a>13.3.2.8. %null-ptr-p [Function]</h4> 26216 26215 </div> 26217 26216 </div> … … 26255 26254 <div> 26256 26255 <div> 26257 <h4 class="title"><a id="id 496306"></a>13.3.2.9. %setf-macptr [Function]</h4>26256 <h4 class="title"><a id="id570553"></a>13.3.2.9. %setf-macptr [Function]</h4> 26258 26257 </div> 26259 26258 </div> … … 26303 26302 <div> 26304 26303 <div> 26305 <h4 class="title"><a id="id 496396"></a>13.3.2.10. %incf-ptr [Macro]</h4>26304 <h4 class="title"><a id="id570644"></a>13.3.2.10. %incf-ptr [Macro]</h4> 26306 26305 </div> 26307 26306 </div> … … 26351 26350 <div> 26352 26351 <div> 26353 <h4 class="title"><a id="id 496486"></a>13.3.2.11. with-macptrs [Macro]</h4>26352 <h4 class="title"><a id="id570734"></a>13.3.2.11. with-macptrs [Macro]</h4> 26354 26353 </div> 26355 26354 </div> … … 26401 26400 <div> 26402 26401 <div> 26403 <h4 class="title"><a id="id 496578"></a>13.3.2.12. %stack-block [Macro]</h4>26402 <h4 class="title"><a id="id570826"></a>13.3.2.12. %stack-block [Macro]</h4> 26404 26403 </div> 26405 26404 </div> … … 26452 26451 <div> 26453 26452 <div> 26454 <h4 class="title"><a id="id 496670"></a>13.3.2.13. make-cstring [Function]</h4>26453 <h4 class="title"><a id="id570918"></a>13.3.2.13. make-cstring [Function]</h4> 26455 26454 </div> 26456 26455 </div> … … 26495 26494 <div> 26496 26495 <div> 26497 <h4 class="title"><a id="id 496746"></a>13.3.2.14. with-cstrs [Macro]</h4>26496 <h4 class="title"><a id="id570994"></a>13.3.2.14. with-cstrs [Macro]</h4> 26498 26497 </div> 26499 26498 </div> … … 26545 26544 <div> 26546 26545 <div> 26547 <h4 class="title"><a id="id 496838"></a>13.3.2.15. with-encoded-cstrs [Macro]</h4>26546 <h4 class="title"><a id="id571086"></a>13.3.2.15. with-encoded-cstrs [Macro]</h4> 26548 26547 </div> 26549 26548 </div> … … 26608 26607 <div> 26609 26608 <div> 26610 <h4 class="title"><a id="id 496961"></a>13.3.2.16. %get-cstring [Function]</h4>26609 <h4 class="title"><a id="id571210"></a>13.3.2.16. %get-cstring [Function]</h4> 26611 26610 </div> 26612 26611 </div> … … 26650 26649 <div> 26651 26650 <div> 26652 <h4 class="title"><a id="id 555509"></a>13.3.2.17. %str-from-ptr [Function]</h4>26651 <h4 class="title"><a id="id611660"></a>13.3.2.17. %str-from-ptr [Function]</h4> 26653 26652 </div> 26654 26653 </div> … … 28096 28095 <div> 28097 28096 <div class="refsect1" lang="en" xml:lang="en"> 28098 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557463"></a>28097 <a xmlns="http://www.w3.org/1999/xhtml" id="id613614"></a> 28099 28098 <div class="header">Description:</div> 28100 28099 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE* … … 28148 28147 <div> 28149 28148 <div class="refsect1" lang="en" xml:lang="en"> 28150 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557569"></a>28149 <a xmlns="http://www.w3.org/1999/xhtml" id="id613721"></a> 28151 28150 <div class="header">Description:</div> 28152 28151 <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 … … 28207 28206 <div> 28208 28207 <div class="refsect1" lang="en" xml:lang="en"> 28209 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557687"></a>28208 <a xmlns="http://www.w3.org/1999/xhtml" id="id613838"></a> 28210 28209 <div class="header">Description:</div> 28211 28210 <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 … … 28254 28253 <div> 28255 28254 <div class="refsect1" lang="en" xml:lang="en"> 28256 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557769"></a>28255 <a xmlns="http://www.w3.org/1999/xhtml" id="id613921"></a> 28257 28256 <div class="header">Description:</div> 28258 28257 <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 … … 28357 28356 <div> 28358 28357 <div class="refsect1" lang="en" xml:lang="en"> 28359 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557908"></a>28358 <a xmlns="http://www.w3.org/1999/xhtml" id="id614060"></a> 28360 28359 <div class="header">Description:</div> 28361 28360 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #> reader macro reads … … 28386 28385 <div> 28387 28386 <div class="refsect1" lang="en" xml:lang="en"> 28388 <a xmlns="http://www.w3.org/1999/xhtml" id="id 557983"></a>28387 <a xmlns="http://www.w3.org/1999/xhtml" id="id614134"></a> 28389 28388 <div class="header">Values:</div> 28390 28389 <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 … … 28393 28392 </div> 28394 28393 <div class="refsect1" lang="en" xml:lang="en"> 28395 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558019"></a>28394 <a xmlns="http://www.w3.org/1999/xhtml" id="id614170"></a> 28396 28395 <div class="header">Description:</div> 28397 28396 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the … … 28422 28421 <div> 28423 28422 <div class="refsect1" lang="en" xml:lang="en"> 28424 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558095"></a>28423 <a xmlns="http://www.w3.org/1999/xhtml" id="id614246"></a> 28425 28424 <div class="header">Values:</div> 28426 28425 <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> … … 28439 28438 </div> 28440 28439 <div class="refsect1" lang="en" xml:lang="en"> 28441 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558166"></a>28440 <a xmlns="http://www.w3.org/1999/xhtml" id="id614318"></a> 28442 28441 <div class="header">Description:</div> 28443 28442 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em> … … 28475 28474 <div> 28476 28475 <div class="refsect1" lang="en" xml:lang="en"> 28477 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558246"></a>28476 <a xmlns="http://www.w3.org/1999/xhtml" id="id614397"></a> 28478 28477 <div class="header">Values:</div> 28479 28478 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain … … 28483 28482 </div> 28484 28483 <div class="refsect1" lang="en" xml:lang="en"> 28485 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558287"></a>28484 <a xmlns="http://www.w3.org/1999/xhtml" id="id614438"></a> 28486 28485 <div class="header">Description:</div> 28487 28486 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the … … 28517 28516 <div> 28518 28517 <div class="refsect1" lang="en" xml:lang="en"> 28519 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558360"></a>28518 <a xmlns="http://www.w3.org/1999/xhtml" id="id614511"></a> 28520 28519 <div class="header">Values:</div> 28521 28520 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>--- … … 28530 28529 </div> 28531 28530 <div class="refsect1" lang="en" xml:lang="en"> 28532 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558400"></a>28531 <a xmlns="http://www.w3.org/1999/xhtml" id="id614551"></a> 28533 28532 <div class="header">Description:</div> 28534 28533 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for … … 28558 28557 <div> 28559 28558 <div class="refsect1" lang="en" xml:lang="en"> 28560 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558469"></a>28559 <a xmlns="http://www.w3.org/1999/xhtml" id="id614621"></a> 28561 28560 <div class="header">Values:</div> 28562 28561 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p> … … 28571 28570 </div> 28572 28571 <div class="refsect1" lang="en" xml:lang="en"> 28573 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558543"></a>28572 <a xmlns="http://www.w3.org/1999/xhtml" id="id614694"></a> 28574 28573 <div class="header">Description:</div> 28575 28574 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by … … 28598 28597 <div> 28599 28598 <div class="refsect1" lang="en" xml:lang="en"> 28600 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558602"></a>28599 <a xmlns="http://www.w3.org/1999/xhtml" id="id614754"></a> 28601 28600 <div class="header">Values:</div> 28602 28601 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 28609 28608 </div> 28610 28609 <div class="refsect1" lang="en" xml:lang="en"> 28611 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558665"></a>28610 <a xmlns="http://www.w3.org/1999/xhtml" id="id614817"></a> 28612 28611 <div class="header">Description:</div> 28613 28612 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 28635 28634 <div> 28636 28635 <div class="refsect1" lang="en" xml:lang="en"> 28637 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558724"></a>28636 <a xmlns="http://www.w3.org/1999/xhtml" id="id614876"></a> 28638 28637 <div class="header">Values:</div> 28639 28638 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 28648 28647 </div> 28649 28648 <div class="refsect1" lang="en" xml:lang="en"> 28650 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558798"></a>28649 <a xmlns="http://www.w3.org/1999/xhtml" id="id614949"></a> 28651 28650 <div class="header">Description:</div> 28652 28651 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 28673 28672 <div> 28674 28673 <div class="refsect1" lang="en" xml:lang="en"> 28675 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558854"></a>28674 <a xmlns="http://www.w3.org/1999/xhtml" id="id615005"></a> 28676 28675 <div class="header">Values:</div> 28677 28676 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 28678 28677 </div> 28679 28678 <div class="refsect1" lang="en" xml:lang="en"> 28680 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558876"></a>28679 <a xmlns="http://www.w3.org/1999/xhtml" id="id615027"></a> 28681 28680 <div class="header">Description:</div> 28682 28681 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol … … 28701 28700 <div> 28702 28701 <div class="refsect1" lang="en" xml:lang="en"> 28703 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558935"></a>28702 <a xmlns="http://www.w3.org/1999/xhtml" id="id615086"></a> 28704 28703 <div class="header">Values:</div> 28705 28704 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 28706 28705 </div> 28707 28706 <div class="refsect1" lang="en" xml:lang="en"> 28708 <a xmlns="http://www.w3.org/1999/xhtml" id="id 558958"></a>28707 <a xmlns="http://www.w3.org/1999/xhtml" id="id615109"></a> 28709 28708 <div class="header">Description:</div> 28710 28709 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If … … 28728 28727 <div> 28729 28728 <div class="refsect1" lang="en" xml:lang="en"> 28730 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559012"></a>28729 <a xmlns="http://www.w3.org/1999/xhtml" id="id615163"></a> 28731 28730 <div class="header">Values:</div> 28732 28731 <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 … … 28734 28733 </div> 28735 28734 <div class="refsect1" lang="en" xml:lang="en"> 28736 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559038"></a>28735 <a xmlns="http://www.w3.org/1999/xhtml" id="id615189"></a> 28737 28736 <div class="header">Description:</div> 28738 28737 <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> … … 28766 28765 <div> 28767 28766 <div class="refsect1" lang="en" xml:lang="en"> 28768 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559131"></a>28767 <a xmlns="http://www.w3.org/1999/xhtml" id="id615282"></a> 28769 28768 <div class="header">Values:</div> 28770 28769 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p> … … 28781 28780 </div> 28782 28781 <div class="refsect1" lang="en" xml:lang="en"> 28783 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559206"></a>28782 <a xmlns="http://www.w3.org/1999/xhtml" id="id615357"></a> 28784 28783 <div class="header">Description:</div> 28785 28784 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28816 28815 <div> 28817 28816 <div class="refsect1" lang="en" xml:lang="en"> 28818 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559278"></a>28817 <a xmlns="http://www.w3.org/1999/xhtml" id="id615429"></a> 28819 28818 <div class="header">Values:</div> 28820 28819 <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 … … 28833 28832 </div> 28834 28833 <div class="refsect1" lang="en" xml:lang="en"> 28835 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559345"></a>28834 <a xmlns="http://www.w3.org/1999/xhtml" id="id615496"></a> 28836 28835 <div class="header">Description:</div> 28837 28836 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28882 28881 <div> 28883 28882 <div class="refsect1" lang="en" xml:lang="en"> 28884 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559467"></a>28883 <a xmlns="http://www.w3.org/1999/xhtml" id="id615618"></a> 28885 28884 <div class="header">Values:</div> 28886 28885 <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 … … 28896 28895 </div> 28897 28896 <div class="refsect1" lang="en" xml:lang="en"> 28898 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559525"></a>28897 <a xmlns="http://www.w3.org/1999/xhtml" id="id615676"></a> 28899 28898 <div class="header">Description:</div> 28900 28899 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28937 28936 </div> 28938 28937 <div class="refsect1" lang="en" xml:lang="en"> 28939 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559615"></a>28938 <a xmlns="http://www.w3.org/1999/xhtml" id="id615766"></a> 28940 28939 <div class="header">Notes:</div> 28941 28940 <p xmlns="http://www.w3.org/1999/xhtml"> … … 28970 28969 <div> 28971 28970 <div class="refsect1" lang="en" xml:lang="en"> 28972 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559698"></a>28971 <a xmlns="http://www.w3.org/1999/xhtml" id="id615850"></a> 28973 28972 <div class="header">Values:</div> 28974 28973 <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 … … 28978 28977 </div> 28979 28978 <div class="refsect1" lang="en" xml:lang="en"> 28980 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559738"></a>28979 <a xmlns="http://www.w3.org/1999/xhtml" id="id615890"></a> 28981 28980 <div class="header">Description:</div> 28982 28981 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can … … 28989 28988 </div> 28990 28989 <div class="refsect1" lang="en" xml:lang="en"> 28991 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559754"></a>28990 <a xmlns="http://www.w3.org/1999/xhtml" id="id615905"></a> 28992 28991 <div class="header">Examples:</div> 28993 28992 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple. … … 29024 29023 </div> 29025 29024 <div class="refsect1" lang="en" xml:lang="en"> 29026 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559775"></a>29025 <a xmlns="http://www.w3.org/1999/xhtml" id="id615926"></a> 29027 29026 <div class="header">Notes:</div> 29028 29027 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give … … 29047 29046 <div> 29048 29047 <div class="refsect1" lang="en" xml:lang="en"> 29049 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559832"></a>29048 <a xmlns="http://www.w3.org/1999/xhtml" id="id615983"></a> 29050 29049 <div class="header">Values:</div> 29051 29050 <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> … … 29055 29054 </div> 29056 29055 <div class="refsect1" lang="en" xml:lang="en"> 29057 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559876"></a>29056 <a xmlns="http://www.w3.org/1999/xhtml" id="id616028"></a> 29058 29057 <div class="header">Description:</div> 29059 29058 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of … … 29081 29080 <div> 29082 29081 <div class="refsect1" lang="en" xml:lang="en"> 29083 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559942"></a>29082 <a xmlns="http://www.w3.org/1999/xhtml" id="id616093"></a> 29084 29083 <div class="header">Values:</div> 29085 29084 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL … … 29087 29086 </div> 29088 29087 <div class="refsect1" lang="en" xml:lang="en"> 29089 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559965"></a>29088 <a xmlns="http://www.w3.org/1999/xhtml" id="id616116"></a> 29090 29089 <div class="header">Description:</div> 29091 29090 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT … … 29110 29109 <div> 29111 29110 <div class="refsect1" lang="en" xml:lang="en"> 29112 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560036"></a>29111 <a xmlns="http://www.w3.org/1999/xhtml" id="id616187"></a> 29113 29112 <div class="header">Values:</div> 29114 29113 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 29118 29117 </div> 29119 29118 <div class="refsect1" lang="en" xml:lang="en"> 29120 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560087"></a>29119 <a xmlns="http://www.w3.org/1999/xhtml" id="id616238"></a> 29121 29120 <div class="header">Description:</div> 29122 29121 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 29148 29147 <div> 29149 29148 <div class="refsect1" lang="en" xml:lang="en"> 29150 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560168"></a>29149 <a xmlns="http://www.w3.org/1999/xhtml" id="id616319"></a> 29151 29150 <div class="header">Values:</div> 29152 29151 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 29155 29154 </div> 29156 29155 <div class="refsect1" lang="en" xml:lang="en"> 29157 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560216"></a>29156 <a xmlns="http://www.w3.org/1999/xhtml" id="id616367"></a> 29158 29157 <div class="header">Description:</div> 29159 29158 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is … … 29182 29181 <div> 29183 29182 <div class="refsect1" lang="en" xml:lang="en"> 29184 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560283"></a>29183 <a xmlns="http://www.w3.org/1999/xhtml" id="id616435"></a> 29185 29184 <div class="header">Values:</div> 29186 29185 <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 … … 29190 29189 </div> 29191 29190 <div class="refsect1" lang="en" xml:lang="en"> 29192 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560312"></a>29191 <a xmlns="http://www.w3.org/1999/xhtml" id="id616463"></a> 29193 29192 <div class="header">Description:</div> 29194 29193 <p xmlns="http://www.w3.org/1999/xhtml"> … … 29227 29226 </div> 29228 29227 <div class="refsect1" lang="en" xml:lang="en"> 29229 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560368"></a>29228 <a xmlns="http://www.w3.org/1999/xhtml" id="id616519"></a> 29230 29229 <div class="header">Example:</div> 29231 29230 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 29241 29240 </div> 29242 29241 <div class="refsect1" lang="en" xml:lang="en"> 29243 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560383"></a>29242 <a xmlns="http://www.w3.org/1999/xhtml" id="id616534"></a> 29244 29243 <div class="header">See Also:</div> 29245 29244 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 29263 29262 <div> 29264 29263 <div class="refsect1" lang="en" xml:lang="en"> 29265 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560443"></a>29264 <a xmlns="http://www.w3.org/1999/xhtml" id="id616594"></a> 29266 29265 <div class="header">Values:</div> 29267 29266 <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 … … 29270 29269 </div> 29271 29270 <div class="refsect1" lang="en" xml:lang="en"> 29272 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560466"></a>29271 <a xmlns="http://www.w3.org/1999/xhtml" id="id616618"></a> 29273 29272 <div class="header">Description:</div> 29274 29273 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by … … 29294 29293 <div> 29295 29294 <div class="refsect1" lang="en" xml:lang="en"> 29296 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560526"></a>29295 <a xmlns="http://www.w3.org/1999/xhtml" id="id616678"></a> 29297 29296 <div class="header">Values:</div> 29298 29297 <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 … … 29301 29300 </div> 29302 29301 <div class="refsect1" lang="en" xml:lang="en"> 29303 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560550"></a>29302 <a xmlns="http://www.w3.org/1999/xhtml" id="id616701"></a> 29304 29303 <div class="header">Description:</div> 29305 29304 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by … … 29323 29322 </div> 29324 29323 <div class="refsect1" lang="en" xml:lang="en"> 29325 <a xmlns="http://www.w3.org/1999/xhtml" id="id 560588"></a>29324 <a xmlns="http://www.w3.org/1999/xhtml" id="id616740"></a> 29326 29325 <div class="header">Examples:</div> 29327 29326 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be … … 31012 31011 <div> 31013 31012 <div class="refsect1" lang="en" xml:lang="en"> 31014 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499469"></a>31013 <a xmlns="http://www.w3.org/1999/xhtml" id="id574924"></a> 31015 31014 <div class="header">Arguments and Values:</div> 31016 31015 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing … … 31022 31021 </div> 31023 31022 <div class="refsect1" lang="en" xml:lang="en"> 31024 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499514"></a>31023 <a xmlns="http://www.w3.org/1999/xhtml" id="id574969"></a> 31025 31024 <div class="header">Description:</div> 31026 31025 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31043 31042 <div> 31044 31043 <div class="refsect1" lang="en" xml:lang="en"> 31045 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499575"></a>31044 <a xmlns="http://www.w3.org/1999/xhtml" id="id575030"></a> 31046 31045 <div class="header">Arguments and Values:</div> 31047 31046 <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 … … 31056 31055 </div> 31057 31056 <div class="refsect1" lang="en" xml:lang="en"> 31058 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499635"></a>31057 <a xmlns="http://www.w3.org/1999/xhtml" id="id575090"></a> 31059 31058 <div class="header">Description:</div> 31060 31059 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31080 31079 <div> 31081 31080 <div class="refsect1" lang="en" xml:lang="en"> 31082 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497856"></a>31081 <a xmlns="http://www.w3.org/1999/xhtml" id="id575153"></a> 31083 31082 <div class="header">Values:</div> 31084 31083 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with … … 31086 31085 </div> 31087 31086 <div class="refsect1" lang="en" xml:lang="en"> 31088 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497883"></a>31087 <a xmlns="http://www.w3.org/1999/xhtml" id="id580224"></a> 31089 31088 <div class="header">Description:</div> 31090 31089 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31108 31107 <div> 31109 31108 <div class="refsect1" lang="en" xml:lang="en"> 31110 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497942"></a>31109 <a xmlns="http://www.w3.org/1999/xhtml" id="id580283"></a> 31111 31110 <div class="header">Values:</div> 31112 31111 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 31114 31113 </div> 31115 31114 <div class="refsect1" lang="en" xml:lang="en"> 31116 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497969"></a>31115 <a xmlns="http://www.w3.org/1999/xhtml" id="id580310"></a> 31117 31116 <div class="header">Description:</div> 31118 31117 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31134 31133 <div> 31135 31134 <div class="refsect1" lang="en" xml:lang="en"> 31136 <a xmlns="http://www.w3.org/1999/xhtml" id="id 498026"></a>31135 <a xmlns="http://www.w3.org/1999/xhtml" id="id580367"></a> 31137 31136 <div class="header">Arguments and Values:</div> 31138 31137 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 31143 31142 </div> 31144 31143 <div class="refsect1" lang="en" xml:lang="en"> 31145 <a xmlns="http://www.w3.org/1999/xhtml" id="id 498069"></a>31144 <a xmlns="http://www.w3.org/1999/xhtml" id="id580410"></a> 31146 31145 <div class="header">Description:</div> 31147 31146 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31166 31165 <div> 31167 31166 <div class="refsect1" lang="en" xml:lang="en"> 31168 <a xmlns="http://www.w3.org/1999/xhtml" id="id 498128"></a>31167 <a xmlns="http://www.w3.org/1999/xhtml" id="id580469"></a> 31169 31168 <div class="header">Arguments and Values:</div> 31170 31169 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific … … 31175 31174 </div> 31176 31175 <div class="refsect1" lang="en" xml:lang="en"> 31177 <a xmlns="http://www.w3.org/1999/xhtml" id="id 498171"></a>31176 <a xmlns="http://www.w3.org/1999/xhtml" id="id580512"></a> 31178 31177 <div class="header">Description:</div> 31179 31178 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31198 31197 <div> 31199 31198 <div class="refsect1" lang="en" xml:lang="en"> 31200 <a xmlns="http://www.w3.org/1999/xhtml" id="id 498230"></a>31199 <a xmlns="http://www.w3.org/1999/xhtml" id="id580571"></a> 31201 31200 <div class="header">Values:</div> 31202 31201 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p> 31203 31202 </div> 31204 31203 <div class="refsect1" lang="en" xml:lang="en"> 31205 <a xmlns="http://www.w3.org/1999/xhtml" id="id 498256"></a>31204 <a xmlns="http://www.w3.org/1999/xhtml" id="id580597"></a> 31206 31205 <div class="header">Description:</div> 31207 31206 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31224 31223 <div> 31225 31224 <div class="refsect1" lang="en" xml:lang="en"> 31226 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497371"></a>31225 <a xmlns="http://www.w3.org/1999/xhtml" id="id580654"></a> 31227 31226 <div class="header">Values:</div> 31228 31227 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 31232 31231 </div> 31233 31232 <div class="refsect1" lang="en" xml:lang="en"> 31234 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497413"></a>31233 <a xmlns="http://www.w3.org/1999/xhtml" id="id583486"></a> 31235 31234 <div class="header">Description:</div> 31236 31235 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31257 31256 <div> 31258 31257 <div class="refsect1" lang="en" xml:lang="en"> 31259 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497482"></a>31258 <a xmlns="http://www.w3.org/1999/xhtml" id="id583555"></a> 31260 31259 <div class="header">Values:</div> 31261 31260 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and … … 31266 31265 </div> 31267 31266 <div class="refsect1" lang="en" xml:lang="en"> 31268 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497525"></a>31267 <a xmlns="http://www.w3.org/1999/xhtml" id="id583598"></a> 31269 31268 <div class="header">Description:</div> 31270 31269 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31282 31281 </div> 31283 31282 <div class="refsect1" lang="en" xml:lang="en"> 31284 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497558"></a>31283 <a xmlns="http://www.w3.org/1999/xhtml" id="id583632"></a> 31285 31284 <div class="header">Notes:</div> 31286 31285 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31307 31306 <div> 31308 31307 <div class="refsect1" lang="en" xml:lang="en"> 31309 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497619"></a>31308 <a xmlns="http://www.w3.org/1999/xhtml" id="id583692"></a> 31310 31309 <div class="header">Arguments and Values:</div> 31311 31310 <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 … … 31314 31313 </div> 31315 31314 <div class="refsect1" lang="en" xml:lang="en"> 31316 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497646"></a>31315 <a xmlns="http://www.w3.org/1999/xhtml" id="id583719"></a> 31317 31316 <div class="header">Description:</div> 31318 31317 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use … … 31339 31338 <div> 31340 31339 <div class="refsect1" lang="en" xml:lang="en"> 31341 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497716"></a>31340 <a xmlns="http://www.w3.org/1999/xhtml" id="id583789"></a> 31342 31341 <div class="header">Arguments and Values:</div> 31343 31342 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an … … 31345 31344 </div> 31346 31345 <div class="refsect1" lang="en" xml:lang="en"> 31347 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497742"></a>31346 <a xmlns="http://www.w3.org/1999/xhtml" id="id583815"></a> 31348 31347 <div class="header">Description:</div> 31349 31348 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses … … 31367 31366 <div> 31368 31367 <div class="refsect1" lang="en" xml:lang="en"> 31369 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497807"></a>31368 <a xmlns="http://www.w3.org/1999/xhtml" id="id583880"></a> 31370 31369 <div class="header">Arguments and Values:</div> 31371 31370 <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 … … 31389 31388 </div> 31390 31389 <div class="refsect1" lang="en" xml:lang="en"> 31391 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 22486"></a>31390 <a xmlns="http://www.w3.org/1999/xhtml" id="id583961"></a> 31392 31391 <div class="header">Description:</div> 31393 31392 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements … … 31414 31413 <div> 31415 31414 <div class="refsect1" lang="en" xml:lang="en"> 31416 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 22568"></a>31415 <a xmlns="http://www.w3.org/1999/xhtml" id="id584044"></a> 31417 31416 <div class="header">Arguments and Values:</div> 31418 31417 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the … … 31429 31428 </div> 31430 31429 <div class="refsect1" lang="en" xml:lang="en"> 31431 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 22615"></a>31430 <a xmlns="http://www.w3.org/1999/xhtml" id="id584090"></a> 31432 31431 <div class="header">Description:</div> 31433 31432 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the … … 31450 31449 <div> 31451 31450 <div class="refsect1" lang="en" xml:lang="en"> 31452 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 22678"></a>31451 <a xmlns="http://www.w3.org/1999/xhtml" id="id580754"></a> 31453 31452 <div class="header">Arguments and Values:</div> 31454 31453 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p> 31455 31454 </div> 31456 31455 <div class="refsect1" lang="en" xml:lang="en"> 31457 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 22689"></a>31456 <a xmlns="http://www.w3.org/1999/xhtml" id="id580766"></a> 31458 31457 <div class="header">Description:</div> 31459 31458 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the … … 31497 31496 <div> 31498 31497 <div class="refsect1" lang="en" xml:lang="en"> 31499 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 22766"></a>31498 <a xmlns="http://www.w3.org/1999/xhtml" id="id580842"></a> 31500 31499 <div class="header">Description:</div> 31501 31500 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro … … 31532 31531 <div> 31533 31532 <div class="refsect1" lang="en" xml:lang="en"> 31534 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 22823"></a>31533 <a xmlns="http://www.w3.org/1999/xhtml" id="id580900"></a> 31535 31534 <div class="header">Superclasses:</div> 31536 31535 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p> 31537 31536 </div> 31538 31537 <div class="refsect1" lang="en" xml:lang="en"> 31539 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 22834"></a>31538 <a xmlns="http://www.w3.org/1999/xhtml" id="id580911"></a> 31540 31539 <div class="header">Initargs:</div> 31541 31540 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>--- … … 31545 31544 </div> 31546 31545 <div class="refsect1" lang="en" xml:lang="en"> 31547 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 22861"></a>31546 <a xmlns="http://www.w3.org/1999/xhtml" id="id580938"></a> 31548 31547 <div class="header">Description:</div> 31549 31548 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31563 31562 </div> 31564 31563 <div class="refsect1" lang="en" xml:lang="en"> 31565 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 22881"></a>31564 <a xmlns="http://www.w3.org/1999/xhtml" id="id580957"></a> 31566 31565 <div class="header">Examples:</div> 31567 31566 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31594 31593 </div> 31595 31594 <div class="refsect1" lang="en" xml:lang="en"> 31596 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 22934"></a>31595 <a xmlns="http://www.w3.org/1999/xhtml" id="id581010"></a> 31597 31596 <div class="header">Notes:</div> 31598 31597 <p xmlns="http://www.w3.org/1999/xhtml"> … … 31934 31933 <div> 31935 31934 <div class="refsect1" lang="en" xml:lang="en"> 31936 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20572"></a>31935 <a xmlns="http://www.w3.org/1999/xhtml" id="id574522"></a> 31937 31936 <div class="header">Arguments and Values:</div> 31938 31937 <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> … … 31942 31941 </div> 31943 31942 <div class="refsect1" lang="en" xml:lang="en"> 31944 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 24234"></a>31943 <a xmlns="http://www.w3.org/1999/xhtml" id="id573676"></a> 31945 31944 <div class="header">Description:</div> 31946 31945 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p> … … 31960 31959 <div> 31961 31960 <div class="refsect1" lang="en" xml:lang="en"> 31962 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 24291"></a>31961 <a xmlns="http://www.w3.org/1999/xhtml" id="id573734"></a> 31963 31962 <div class="header">Description:</div> 31964 31963 <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> … … 31978 31977 <div> 31979 31978 <div class="refsect1" lang="en" xml:lang="en"> 31980 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01117"></a>31979 <a xmlns="http://www.w3.org/1999/xhtml" id="id573808"></a> 31981 31980 <div class="header">Description:</div> 31982 31981 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>. … … 32001 32000 <div> 32002 32001 <div class="refsect1" lang="en" xml:lang="en"> 32003 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01186"></a>32002 <a xmlns="http://www.w3.org/1999/xhtml" id="id573876"></a> 32004 32003 <div class="header">Description:</div> 32005 32004 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to … … 32034 32033 <div> 32035 32034 <div class="refsect1" lang="en" xml:lang="en"> 32036 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01271"></a>32035 <a xmlns="http://www.w3.org/1999/xhtml" id="id581090"></a> 32037 32036 <div class="header">Description:</div> 32038 32037 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the … … 32055 32054 <div> 32056 32055 <div class="refsect1" lang="en" xml:lang="en"> 32057 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01331"></a>32056 <a xmlns="http://www.w3.org/1999/xhtml" id="id581151"></a> 32058 32057 <div class="header">Arguments and Values:</div> 32059 32058 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p> 32060 32059 </div> 32061 32060 <div class="refsect1" lang="en" xml:lang="en"> 32062 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 22964"></a>32061 <a xmlns="http://www.w3.org/1999/xhtml" id="id581177"></a> 32063 32062 <div class="header">Description:</div> 32064 32063 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the … … 32084 32083 <div> 32085 32084 <div class="refsect1" lang="en" xml:lang="en"> 32086 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23025"></a>32085 <a xmlns="http://www.w3.org/1999/xhtml" id="id581238"></a> 32087 32086 <div class="header">Description:</div> 32088 32087 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the … … 32104 32103 <div> 32105 32104 <div class="refsect1" lang="en" xml:lang="en"> 32106 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23084"></a>32105 <a xmlns="http://www.w3.org/1999/xhtml" id="id581297"></a> 32107 32106 <div class="header">Arguments and Values:</div> 32108 32107 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 32109 32108 </div> 32110 32109 <div class="refsect1" lang="en" xml:lang="en"> 32111 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23110"></a>32110 <a xmlns="http://www.w3.org/1999/xhtml" id="id581323"></a> 32112 32111 <div class="header">Description:</div> 32113 32112 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC … … 32135 32134 <div> 32136 32135 <div class="refsect1" lang="en" xml:lang="en"> 32137 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23168"></a>32136 <a xmlns="http://www.w3.org/1999/xhtml" id="id581381"></a> 32138 32137 <div class="header">Description:</div> 32139 32138 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call, … … 32158 32157 <div> 32159 32158 <div class="refsect1" lang="en" xml:lang="en"> 32160 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48730"></a>32159 <a xmlns="http://www.w3.org/1999/xhtml" id="id581437"></a> 32161 32160 <div class="header">Description:</div> 32162 32161 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL … … 32183 32182 <div> 32184 32183 <div class="refsect1" lang="en" xml:lang="en"> 32185 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48788"></a>32184 <a xmlns="http://www.w3.org/1999/xhtml" id="id581495"></a> 32186 32185 <div class="header">Description:</div> 32187 32186 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the … … 32205 32204 <div> 32206 32205 <div class="refsect1" lang="en" xml:lang="en"> 32207 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48847"></a>32206 <a xmlns="http://www.w3.org/1999/xhtml" id="id581554"></a> 32208 32207 <div class="header">Arguments and Values:</div> 32209 32208 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest … … 32215 32214 </div> 32216 32215 <div class="refsect1" lang="en" xml:lang="en"> 32217 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48902"></a>32216 <a xmlns="http://www.w3.org/1999/xhtml" id="id581609"></a> 32218 32217 <div class="header">Description:</div> 32219 32218 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect. … … 32239 32238 <div> 32240 32239 <div class="refsect1" lang="en" xml:lang="en"> 32241 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48968"></a>32240 <a xmlns="http://www.w3.org/1999/xhtml" id="id581675"></a> 32242 32241 <div class="header">Arguments and Values:</div> 32243 32242 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 32244 32243 </div> 32245 32244 <div class="refsect1" lang="en" xml:lang="en"> 32246 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48994"></a>32245 <a xmlns="http://www.w3.org/1999/xhtml" id="id581701"></a> 32247 32246 <div class="header">Description:</div> 32248 32247 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages … … 32269 32268 <div> 32270 32269 <div class="refsect1" lang="en" xml:lang="en"> 32271 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49052"></a>32270 <a xmlns="http://www.w3.org/1999/xhtml" id="id582672"></a> 32272 32271 <div class="header">Description:</div> 32273 32272 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs … … 32424 32423 <dt> 32425 32424 <span class="sect2"> 32426 <a href="#id 555009">17.7.2. Recommended Reading</a>32425 <a href="#id607119">17.7.2. Recommended Reading</a> 32427 32426 </span> 32428 32427 </dt> … … 33700 33699 <li class="listitem"> 33701 33700 <p>To support a feature called <span class="emphasis"><em>GCTWA 33702 <sup>[<a id="id 554563" href="#ftn.id554563" class="footnote">1</a>]</sup>33701 <sup>[<a id="id605718" href="#ftn.id605718" class="footnote">1</a>]</sup> 33703 33702 , </em></span>the vector that contains the internal 33704 33703 symbols of the current package is marked on entry to the … … 33833 33832 <hr width="100" align="left" /> 33834 33833 <div class="footnote"> 33835 <p><sup>[<a id="ftn.id 554563" href="#id554563" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,33834 <p><sup>[<a id="ftn.id605718" href="#id605718" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP, 33836 33835 where it stood for "Garbage Collection of Truly 33837 33836 Worthless Atoms".</p> … … 33893 33892 generations looking for such intergenerational references, the 33894 33893 runtime system must note all such intergenerational references 33895 at the point where they're created (via Setf).<sup>[<a id="id 554797" href="#ftn.id554797" class="footnote">2</a>]</sup> The33894 at the point where they're created (via Setf).<sup>[<a id="id606907" href="#ftn.id606907" class="footnote">2</a>]</sup> The 33896 33895 set of pointers that may contain intergenerational references is 33897 33896 sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p> … … 33940 33939 that might introduce an intergenerational reference must be 33941 33940 memoized. 33942 <sup>[<a id="id 554866" href="#ftn.id554866" class="footnote">3</a>]</sup> It's always safe to33941 <sup>[<a id="id606976" href="#ftn.id606976" class="footnote">3</a>]</sup> It's always safe to 33943 33942 push any cons cell or gvector locative onto the memo stack; 33944 33943 it's never safe to push anything else. … … 33961 33960 <hr width="100" align="left" /> 33962 33961 <div class="footnote"> 33963 <p><sup>[<a id="ftn.id 554797" href="#id554797" class="para">2</a>] </sup>This is33962 <p><sup>[<a id="ftn.id606907" href="#id606907" class="para">2</a>] </sup>This is 33964 33963 sometimes called "The Write Barrier": all assignments which 33965 33964 might result in intergenerational references must be noted, as … … 33967 33966 </div> 33968 33967 <div class="footnote"> 33969 <p><sup>[<a id="ftn.id 554866" href="#id554866" class="para">3</a>] </sup>Note that the implicit setfs that occur when33968 <p><sup>[<a id="ftn.id606976" href="#id606976" class="para">3</a>] </sup>Note that the implicit setfs that occur when 33970 33969 initializing an object - as in the case of a call to cons or 33971 33970 vector - can't introduce intergenerational references, since … … 34083 34082 <div> 34084 34083 <div> 34085 <h3 class="title"><a id="id 555009"></a>17.7.2. Recommended Reading</h3>34084 <h3 class="title"><a id="id607119"></a>17.7.2. Recommended Reading</h3> 34086 34085 </div> 34087 34086 </div> … … 34496 34495 <div> 34497 34496 <div class="refsect1" lang="en" xml:lang="en"> 34498 <a xmlns="http://www.w3.org/1999/xhtml" id="id 459080"></a>34497 <a xmlns="http://www.w3.org/1999/xhtml" id="id571358"></a> 34499 34498 <div class="header">Description:</div> 34500 34499 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD) … … 34521 34520 <div> 34522 34521 <div class="refsect1" lang="en" xml:lang="en"> 34523 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 26242"></a>34522 <a xmlns="http://www.w3.org/1999/xhtml" id="id572624"></a> 34524 34523 <div class="header">Description:</div> 34525 34524 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 34545 34544 <div> 34546 34545 <div class="refsect1" lang="en" xml:lang="en"> 34547 <a xmlns="http://www.w3.org/1999/xhtml" id="id 454671"></a>34546 <a xmlns="http://www.w3.org/1999/xhtml" id="id572011"></a> 34548 34547 <div class="header">Description:</div> 34549 34548 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 34568 34567 <div> 34569 34568 <div class="refsect1" lang="en" xml:lang="en"> 34570 <a xmlns="http://www.w3.org/1999/xhtml" id="id 492863"></a>34569 <a xmlns="http://www.w3.org/1999/xhtml" id="id582878"></a> 34571 34570 <div class="header">Description:</div> 34572 34571 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session … … 34593 34592 <div> 34594 34593 <div class="refsect1" lang="en" xml:lang="en"> 34595 <a xmlns="http://www.w3.org/1999/xhtml" id="id 488611"></a>34594 <a xmlns="http://www.w3.org/1999/xhtml" id="id571544"></a> 34596 34595 <div class="header">Description:</div> 34597 34596 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p> … … 34611 34610 <div> 34612 34611 <div class="refsect1" lang="en" xml:lang="en"> 34613 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397172"></a>34612 <a xmlns="http://www.w3.org/1999/xhtml" id="id571587"></a> 34614 34613 <div class="header">Description:</div> 34615 34614 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros. … … 34633 34632 <div> 34634 34633 <div class="refsect1" lang="en" xml:lang="en"> 34635 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 24404"></a>34634 <a xmlns="http://www.w3.org/1999/xhtml" id="id572735"></a> 34636 34635 <div class="header">Arguments and Values:</div> 34637 34636 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p> … … 34639 34638 </div> 34640 34639 <div class="refsect1" lang="en" xml:lang="en"> 34641 <a xmlns="http://www.w3.org/1999/xhtml" id="id 491556"></a>34640 <a xmlns="http://www.w3.org/1999/xhtml" id="id580090"></a> 34642 34641 <div class="header">Description:</div> 34643 34642 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If … … 34665 34664 <div> 34666 34665 <div class="refsect1" lang="en" xml:lang="en"> 34667 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 22030"></a>34666 <a xmlns="http://www.w3.org/1999/xhtml" id="id580151"></a> 34668 34667 <div class="header">Arguments and Values:</div> 34669 34668 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p> … … 34674 34673 </div> 34675 34674 <div class="refsect1" lang="en" xml:lang="en"> 34676 <a xmlns="http://www.w3.org/1999/xhtml" id="id 522087"></a>34675 <a xmlns="http://www.w3.org/1999/xhtml" id="id604806"></a> 34677 34676 <div class="header">Description:</div> 34678 34677 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer … … 35694 35693 <a href="#Symbol-Index">Symbol Index</a> 35695 35694 </div> 35696 <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 21:0 on March 26, 2012, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 15273<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>35695 <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 13:0 on March 29, 2012, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 15289<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p> 35697 35696 </body> 35698 35697 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
