Changeset 14475
- Timestamp:
- Dec 9, 2010, 7:00:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/ccl-documentation.html
r14400 r14475 6 6 <title>Clozure CL Documentation</title> 7 7 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /> 8 <link rel="home" href="#id 434916" title="Clozure CL Documentation" />8 <link rel="home" href="#id509702" title="Clozure CL Documentation" /> 9 9 <link rel="next" href="#about-ccl" title="Chapter 1. About Clozure CL" /> 10 10 </head> … … 14 14 <div> 15 15 <div> 16 <h1 class="title"><a id="id 434916"></a>Clozure CL Documentation</h1>16 <h1 class="title"><a id="id509702"></a>Clozure CL Documentation</h1> 17 17 </div> 18 18 </div> … … 1745 1745 <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it 1746 1746 may be helpful to refer to these definitions.</p> 1747 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 453458" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl1747 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id528244" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl 1748 1748 files</em></a> are the object files produced 1749 1749 by <code class="literal">compile-file</code>. fasl files store the … … 1756 1756 see 1757 1757 <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> 1758 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id 448158" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp1758 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id522945" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp 1759 1759 kernel</em></a> is a C program with a fair amount of 1760 1760 platform-specific assembly language code. Its basic job is to … … 1766 1766 files on different platforms; see 1767 1767 <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> 1768 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id 476375" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap1768 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id551161" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap 1769 1769 image</em></a> is a file that can be quickly mapped into a 1770 1770 process's address space. Conceptually, it's not too different … … 1777 1777 standard full heap image files on different platforms; see 1778 1778 <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> 1779 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id 462033" class="indexterm"></a> bootstrapping image is a minimal1779 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id536820" class="indexterm"></a> bootstrapping image is a minimal 1780 1780 heap image used in the process of building Clozure CL itself. The 1781 1781 bootstrapping image contains just enough code to load the rest … … 1789 1789 as-yet-unsupported ones) has a uniquely named subdirectory of 1790 1790 <code class="literal">ccl/lisp-kernel/</code>; each such 1791 <a id="id 450831" class="indexterm"></a>1791 <a id="id525617" class="indexterm"></a> 1792 1792 contains a Makefile and may contain some auxiliary files (linker 1793 1793 scripts, etc.) that are used to build the lisp kernel on a … … 2606 2606 </p> 2607 2607 <p xmlns="http://www.w3.org/1999/xhtml"> 2608 <a id="id 458796" class="indexterm"></a>2608 <a id="id533582" class="indexterm"></a> 2609 2609 <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em> 2610 2610 <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> | … … 3050 3050 </div> 3051 3051 <p xmlns="http://www.w3.org/1999/xhtml"> 3052 <a id="id 489649" class="indexterm"></a>3052 <a id="id564435" class="indexterm"></a> 3053 3053 <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em> [Variable]</strong></span> 3054 3054 </p> 3055 3055 <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> 3056 3056 <p xmlns="http://www.w3.org/1999/xhtml"> 3057 <a id="id 489675" class="indexterm"></a>3057 <a id="id564461" class="indexterm"></a> 3058 3058 <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em> [Variable]</strong></span> 3059 3059 </p> 3060 3060 <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> 3061 3061 <p xmlns="http://www.w3.org/1999/xhtml"> 3062 <a id="id 489704" class="indexterm"></a>3062 <a id="id564490" class="indexterm"></a> 3063 3063 <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> 3064 3064 </p> … … 3068 3068 </p> 3069 3069 <p xmlns="http://www.w3.org/1999/xhtml"> 3070 <a id="id 489753" class="indexterm"></a>3070 <a id="id564539" class="indexterm"></a> 3071 3071 <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em> [Variable]</strong></span> 3072 3072 </p> … … 3076 3076 explicit printing done by user code.</p> 3077 3077 <p xmlns="http://www.w3.org/1999/xhtml"> 3078 <a id="id 489787" class="indexterm"></a>3078 <a id="id564574" class="indexterm"></a> 3079 3079 <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em> [Variable]</strong></span> 3080 3080 </p> … … 3084 3084 explicit printing done by user code.</p> 3085 3085 <p xmlns="http://www.w3.org/1999/xhtml"> 3086 <a id="id 489822" class="indexterm"></a>3086 <a id="id564608" class="indexterm"></a> 3087 3087 <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em> [Variable]</strong></span> 3088 3088 </p> … … 3133 3133 <div> 3134 3134 <div class="refsect1" lang="en" xml:lang="en"> 3135 <a xmlns="http://www.w3.org/1999/xhtml" id="id 489985"></a>3135 <a xmlns="http://www.w3.org/1999/xhtml" id="id564771"></a> 3136 3136 <div class="header">Arguments and Values:</div> 3137 3137 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>--- … … 3168 3168 </div> 3169 3169 <div class="refsect1" lang="en" xml:lang="en"> 3170 <a xmlns="http://www.w3.org/1999/xhtml" id="id 490092"></a>3170 <a xmlns="http://www.w3.org/1999/xhtml" id="id564879"></a> 3171 3171 <div class="header">Examples:</div> 3172 3172 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3213 3213 <div> 3214 3214 <div class="refsect1" lang="en" xml:lang="en"> 3215 <a xmlns="http://www.w3.org/1999/xhtml" id="id 490192"></a>3215 <a xmlns="http://www.w3.org/1999/xhtml" id="id564978"></a> 3216 3216 <div class="header">Description:</div> 3217 3217 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3228 3228 </div> 3229 3229 <div class="refsect1" lang="en" xml:lang="en"> 3230 <a xmlns="http://www.w3.org/1999/xhtml" id="id 490258"></a>3230 <a xmlns="http://www.w3.org/1999/xhtml" id="id565044"></a> 3231 3231 <div class="header">Arguments and Values:</div> 3232 3232 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3252 3252 <div> 3253 3253 <div class="refsect1" lang="en" xml:lang="en"> 3254 <a xmlns="http://www.w3.org/1999/xhtml" id="id 490336"></a>3254 <a xmlns="http://www.w3.org/1999/xhtml" id="id565122"></a> 3255 3255 <div class="header">Description:</div> 3256 3256 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3264 3264 </div> 3265 3265 <div class="refsect1" lang="en" xml:lang="en"> 3266 <a xmlns="http://www.w3.org/1999/xhtml" id="id 490384"></a>3266 <a xmlns="http://www.w3.org/1999/xhtml" id="id565171"></a> 3267 3267 <div class="header">Arguments and Values:</div> 3268 3268 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3431 3431 <div> 3432 3432 <div class="refsect1" lang="en" xml:lang="en"> 3433 <a xmlns="http://www.w3.org/1999/xhtml" id="id 490946"></a>3433 <a xmlns="http://www.w3.org/1999/xhtml" id="id565732"></a> 3434 3434 <div class="header">Arguments and Values:</div> 3435 3435 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external … … 3465 3465 </div> 3466 3466 <div class="refsect1" lang="en" xml:lang="en"> 3467 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 05518"></a>3467 <a xmlns="http://www.w3.org/1999/xhtml" id="id580305"></a> 3468 3468 <div class="header">Description:</div> 3469 3469 <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a … … 3633 3633 <div> 3634 3634 <div> 3635 <h4 class="title"><a id="id5 05820"></a>4.5.4.1. Encoding Problems</h4>3635 <h4 class="title"><a id="id580607"></a>4.5.4.1. Encoding Problems</h4> 3636 3636 </div> 3637 3637 </div> … … 3649 3649 <div> 3650 3650 <div> 3651 <h4 class="title"><a id="id5 05833"></a>4.5.4.2. Byte Order Marks</h4>3651 <h4 class="title"><a id="id580619"></a>4.5.4.2. Byte Order Marks</h4> 3652 3652 </div> 3653 3653 </div> … … 3677 3677 <div> 3678 3678 <div> 3679 <h4 class="title"><a id="id5 05867"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>3679 <h4 class="title"><a id="id580654"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4> 3680 3680 </div> 3681 3681 </div> … … 3699 3699 <div> 3700 3700 <div class="refsect1" lang="en" xml:lang="en"> 3701 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 05929"></a>3701 <a xmlns="http://www.w3.org/1999/xhtml" id="id580715"></a> 3702 3702 <div class="header">Description:</div> 3703 3703 <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings … … 3708 3708 </div> 3709 3709 <div class="refsect1" lang="en" xml:lang="en"> 3710 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 05944"></a>3710 <a xmlns="http://www.w3.org/1999/xhtml" id="id580730"></a> 3711 3711 <div class="header">See Also:</div> 3712 3712 <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> … … 4139 4139 <div> 4140 4140 <div> 4141 <h4 class="title"><a id="id5 06623"></a>4.5.4.5. Encoding and Decoding Strings</h4>4141 <h4 class="title"><a id="id581409"></a>4.5.4.5. Encoding and Decoding Strings</h4> 4142 4142 </div> 4143 4143 </div> … … 4164 4164 <div> 4165 4165 <div class="refsect1" lang="en" xml:lang="en"> 4166 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 06698"></a>4166 <a xmlns="http://www.w3.org/1999/xhtml" id="id581484"></a> 4167 4167 <div class="header">Description:</div> 4168 4168 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4195 4195 <div> 4196 4196 <div class="refsect1" lang="en" xml:lang="en"> 4197 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 06794"></a>4197 <a xmlns="http://www.w3.org/1999/xhtml" id="id581580"></a> 4198 4198 <div class="header">Description:</div> 4199 4199 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4238 4238 <div> 4239 4239 <div class="refsect1" lang="en" xml:lang="en"> 4240 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 06917"></a>4240 <a xmlns="http://www.w3.org/1999/xhtml" id="id581703"></a> 4241 4241 <div class="header">Description:</div> 4242 4242 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4284 4284 <div> 4285 4285 <div class="refsect1" lang="en" xml:lang="en"> 4286 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07036"></a>4286 <a xmlns="http://www.w3.org/1999/xhtml" id="id581822"></a> 4287 4287 <div class="header">Description:</div> 4288 4288 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4334 4334 </div> 4335 4335 <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> 4336 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07125" class="indexterm"></a>4336 <a xmlns="http://www.w3.org/1999/xhtml" id="id581911" class="indexterm"></a> 4337 4337 <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the 4338 4338 <code class="literal">ccl</code> directory. It is used for a variety of … … 4438 4438 platforms.</p> 4439 4439 <p xmlns="http://www.w3.org/1999/xhtml"> 4440 <a id="id5 07308" class="indexterm"></a>4440 <a id="id582094" class="indexterm"></a> 4441 4441 <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em> 4442 4442 <em class="parameter"><code>pathname</code></em> … … 4498 4498 a memory error.</p> 4499 4499 <p xmlns="http://www.w3.org/1999/xhtml"> 4500 <a id="id5 07441" class="indexterm"></a>4500 <a id="id582227" class="indexterm"></a> 4501 4501 <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em> 4502 4502 <em class="parameter"><code>displaced-array</code></em> … … 4510 4510 target is an empty vector (of length zero).</p> 4511 4511 <p xmlns="http://www.w3.org/1999/xhtml"> 4512 <a id="id5 07477" class="indexterm"></a>4512 <a id="id582263" class="indexterm"></a> 4513 4513 <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em> 4514 4514 <em class="parameter"><code>pathname</code></em> … … 4520 4520 bytes.</p> 4521 4521 <p xmlns="http://www.w3.org/1999/xhtml"> 4522 <a id="id5 07509" class="indexterm"></a>4522 <a id="id582295" class="indexterm"></a> 4523 4523 <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em> 4524 4524 <em class="parameter"><code>displaced-array</code></em> … … 4559 4559 static.</p> 4560 4560 <p xmlns="http://www.w3.org/1999/xhtml"> 4561 <a id="id5 07583" class="indexterm"></a>4561 <a id="id582369" class="indexterm"></a> 4562 4562 <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em> 4563 4563 <em class="parameter"><code>var</code></em> … … 4613 4613 </div> 4614 4614 </div> 4615 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07695" class="indexterm"></a>4615 <a xmlns="http://www.w3.org/1999/xhtml" id="id582481" class="indexterm"></a> 4616 4616 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the 4617 4617 function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file … … 4693 4693 converted, because address 0 can always be relied upon to refer to 4694 4694 the same thing.</p> 4695 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 07917" class="indexterm"></a>4695 <a xmlns="http://www.w3.org/1999/xhtml" id="id582703" class="indexterm"></a> 4696 4696 <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code> 4697 4697 refers to a <code class="literal">MACPTR</code> object that points to address 0.</p> … … 4704 4704 or <code class="literal">opencml64</code> script.</p> 4705 4705 <p xmlns="http://www.w3.org/1999/xhtml"> 4706 <a id="id5 07964" class="indexterm"></a>4706 <a id="id582750" class="indexterm"></a> 4707 4707 <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em> 4708 4708 <em class="parameter"><code>filename</code></em> … … 4828 4828 <div> 4829 4829 <div class="refsect1" lang="en" xml:lang="en"> 4830 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08235"></a>4830 <a xmlns="http://www.w3.org/1999/xhtml" id="id583021"></a> 4831 4831 <div class="header">Arguments and Values:</div> 4832 4832 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>--- … … 4842 4842 </div> 4843 4843 <div class="refsect1" lang="en" xml:lang="en"> 4844 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08295"></a>4844 <a xmlns="http://www.w3.org/1999/xhtml" id="id583081"></a> 4845 4845 <div class="header">Description:</div> 4846 4846 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4902 4902 <div> 4903 4903 <div class="refsect1" lang="en" xml:lang="en"> 4904 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08386"></a>4904 <a xmlns="http://www.w3.org/1999/xhtml" id="id583172"></a> 4905 4905 <div class="header">Arguments and Values:</div> 4906 4906 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>--- … … 4910 4910 </div> 4911 4911 <div class="refsect1" lang="en" xml:lang="en"> 4912 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08409"></a>4912 <a xmlns="http://www.w3.org/1999/xhtml" id="id583195"></a> 4913 4913 <div class="header">Description:</div> 4914 4914 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4949 4949 <div> 4950 4950 <div class="refsect1" lang="en" xml:lang="en"> 4951 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08504"></a>4951 <a xmlns="http://www.w3.org/1999/xhtml" id="id583291"></a> 4952 4952 <div class="header">Arguments and Values:</div> 4953 4953 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>--- … … 4958 4958 </div> 4959 4959 <div class="refsect1" lang="en" xml:lang="en"> 4960 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08541"></a>4960 <a xmlns="http://www.w3.org/1999/xhtml" id="id583327"></a> 4961 4961 <div class="header">Description:</div> 4962 4962 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5007 5007 <div> 5008 5008 <div class="refsect1" lang="en" xml:lang="en"> 5009 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08616"></a>5009 <a xmlns="http://www.w3.org/1999/xhtml" id="id583402"></a> 5010 5010 <div class="header">Arguments and Values:</div> 5011 5011 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>--- … … 5014 5014 </div> 5015 5015 <div class="refsect1" lang="en" xml:lang="en"> 5016 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08638"></a>5016 <a xmlns="http://www.w3.org/1999/xhtml" id="id583424"></a> 5017 5017 <div class="header">Description:</div> 5018 5018 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5181 5181 <div> 5182 5182 <div class="refsect1" lang="en" xml:lang="en"> 5183 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08812"></a>5183 <a xmlns="http://www.w3.org/1999/xhtml" id="id583598"></a> 5184 5184 <div class="header">Description:</div> 5185 5185 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5215 5215 <div> 5216 5216 <div class="refsect1" lang="en" xml:lang="en"> 5217 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08861"></a>5217 <a xmlns="http://www.w3.org/1999/xhtml" id="id583647"></a> 5218 5218 <div class="header">Discussion:</div> 5219 5219 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5233 5233 </div> 5234 5234 <div class="refsect1" lang="en" xml:lang="en"> 5235 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 08914"></a>5235 <a xmlns="http://www.w3.org/1999/xhtml" id="id583700"></a> 5236 5236 <div class="header">Restarts:</div> 5237 5237 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5301 5301 <div> 5302 5302 <div> 5303 <h4 class="title"><a id="id5 08972"></a>4.12.5.1. Fancy arrays</h4>5303 <h4 class="title"><a id="id583758"></a>4.12.5.1. Fancy arrays</h4> 5304 5304 </div> 5305 5305 </div> … … 5328 5328 <div> 5329 5329 <div> 5330 <h4 class="title"><a id="id5 08991"></a>4.12.5.2. Hash tables</h4>5330 <h4 class="title"><a id="id583777"></a>4.12.5.2. Hash tables</h4> 5331 5331 </div> 5332 5332 </div> … … 5376 5376 <div> 5377 5377 <div> 5378 <h4 class="title"><a id="id5 09021"></a>4.12.5.3. Lists</h4>5378 <h4 class="title"><a id="id583807"></a>4.12.5.3. Lists</h4> 5379 5379 </div> 5380 5380 </div> … … 5545 5545 <div> 5546 5546 <div class="refsect1" lang="en" xml:lang="en"> 5547 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09203"></a>5547 <a xmlns="http://www.w3.org/1999/xhtml" id="id583989"></a> 5548 5548 <div class="header">Arguments and Values:</div> 5549 5549 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">html</span></i>--- … … 5567 5567 </div> 5568 5568 <div class="refsect1" lang="en" xml:lang="en"> 5569 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09256"></a>5569 <a xmlns="http://www.w3.org/1999/xhtml" id="id584042"></a> 5570 5570 <div class="header">Example:</div> 5571 5571 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5601 5601 <div> 5602 5602 <div class="refsect1" lang="en" xml:lang="en"> 5603 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09336"></a>5603 <a xmlns="http://www.w3.org/1999/xhtml" id="id584122"></a> 5604 5604 <div class="header">Summary:</div> 5605 5605 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5623 5623 <div> 5624 5624 <div class="refsect1" lang="en" xml:lang="en"> 5625 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09374"></a>5625 <a xmlns="http://www.w3.org/1999/xhtml" id="id584160"></a> 5626 5626 <div class="header">Summary:</div> 5627 5627 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5649 5649 <div> 5650 5650 <div class="refsect1" lang="en" xml:lang="en"> 5651 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09426"></a>5651 <a xmlns="http://www.w3.org/1999/xhtml" id="id584212"></a> 5652 5652 <div class="header">Summary:</div> 5653 5653 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5675 5675 <div> 5676 5676 <div class="refsect1" lang="en" xml:lang="en"> 5677 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09478"></a>5677 <a xmlns="http://www.w3.org/1999/xhtml" id="id584264"></a> 5678 5678 <div class="header">Summary:</div> 5679 5679 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5706 5706 <div> 5707 5707 <div class="refsect1" lang="en" xml:lang="en"> 5708 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09521"></a>5708 <a xmlns="http://www.w3.org/1999/xhtml" id="id584307"></a> 5709 5709 <div class="header">Summary:</div> 5710 5710 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5733 5733 <div> 5734 5734 <div class="refsect1" lang="en" xml:lang="en"> 5735 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09574"></a>5735 <a xmlns="http://www.w3.org/1999/xhtml" id="id584360"></a> 5736 5736 <div class="header">Summary:</div> 5737 5737 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5756 5756 <div> 5757 5757 <div class="refsect1" lang="en" xml:lang="en"> 5758 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09624"></a>5758 <a xmlns="http://www.w3.org/1999/xhtml" id="id584411"></a> 5759 5759 <div class="header">Summary:</div> 5760 5760 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5783 5783 <div> 5784 5784 <div class="refsect1" lang="en" xml:lang="en"> 5785 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09677"></a>5785 <a xmlns="http://www.w3.org/1999/xhtml" id="id584463"></a> 5786 5786 <div class="header">Summary:</div> 5787 5787 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5810 5810 <div> 5811 5811 <div class="refsect1" lang="en" xml:lang="en"> 5812 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09730"></a>5812 <a xmlns="http://www.w3.org/1999/xhtml" id="id584516"></a> 5813 5813 <div class="header">Summary:</div> 5814 5814 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5977 5977 <div> 5978 5978 <div class="refsect1" lang="en" xml:lang="en"> 5979 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 09965"></a>5979 <a xmlns="http://www.w3.org/1999/xhtml" id="id584751"></a> 5980 5980 <div class="header">Summary:</div> 5981 5981 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6002 6002 <div> 6003 6003 <div class="refsect1" lang="en" xml:lang="en"> 6004 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10017"></a>6004 <a xmlns="http://www.w3.org/1999/xhtml" id="id584803"></a> 6005 6005 <div class="header">Summary:</div> 6006 6006 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6038 6038 <div> 6039 6039 <div class="refsect1" lang="en" xml:lang="en"> 6040 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10083"></a>6040 <a xmlns="http://www.w3.org/1999/xhtml" id="id584870"></a> 6041 6041 <div class="header">Summary:</div> 6042 6042 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6073 6073 <div> 6074 6074 <div class="refsect1" lang="en" xml:lang="en"> 6075 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10145"></a>6075 <a xmlns="http://www.w3.org/1999/xhtml" id="id584932"></a> 6076 6076 <div class="header">Summary:</div> 6077 6077 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6307 6307 <div> 6308 6308 <div> 6309 <h4 class="title"><a id="id 467643"></a>5.4.2.1. Checking for Updates</h4>6309 <h4 class="title"><a id="id542430"></a>5.4.2.1. Checking for Updates</h4> 6310 6310 </div> 6311 6311 </div> … … 6439 6439 the required subsystems, if necessary.</p> 6440 6440 <p xmlns="http://www.w3.org/1999/xhtml"> 6441 <a id="id 461095" class="indexterm"></a>6441 <a id="id535881" class="indexterm"></a> 6442 6442 <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&key</em> 6443 6443 (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>) … … 6739 6739 <dt> 6740 6740 <span class="sect2"> 6741 <a href="#id 455734">6.3.2. As of August 2003:</a>6741 <a href="#id530520">6.3.2. As of August 2003:</a> 6742 6742 </span> 6743 6743 </dt> … … 6990 6990 <div> 6991 6991 <div> 6992 <h3 class="title"><a id="id 455734"></a>6.3.2. As of August 2003:</h3>6992 <h3 class="title"><a id="id530520"></a>6.3.2. As of August 2003:</h3> 6993 6993 </div> 6994 6994 </div> … … 7005 7005 <p>It has traditionally been possible to reset and enable 7006 7006 a process that's "exhausted" . (As used here, the 7007 term "exhausted" means that the process's initial function7007 term "exhausted" means that the process's initial function 7008 7008 has run and returned and the underlying native thread has 7009 7009 been deallocated.) One of the principal uses of PROCESS-RESET … … 7442 7442 <div> 7443 7443 <div class="refsect1" lang="en" xml:lang="en"> 7444 <a xmlns="http://www.w3.org/1999/xhtml" id="id 496668"></a>7444 <a xmlns="http://www.w3.org/1999/xhtml" id="id571455"></a> 7445 7445 <div class="header">Values:</div> 7446 7446 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads) … … 7448 7448 </div> 7449 7449 <div class="refsect1" lang="en" xml:lang="en"> 7450 <a xmlns="http://www.w3.org/1999/xhtml" id="id 496694"></a>7450 <a xmlns="http://www.w3.org/1999/xhtml" id="id571480"></a> 7451 7451 <div class="header">Description:</div> 7452 7452 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known … … 7460 7460 </div> 7461 7461 <div class="refsect1" lang="en" xml:lang="en"> 7462 <a xmlns="http://www.w3.org/1999/xhtml" id="id 496709"></a>7462 <a xmlns="http://www.w3.org/1999/xhtml" id="id571495"></a> 7463 7463 <div class="header">See Also:</div> 7464 7464 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7488 7488 <div> 7489 7489 <div class="refsect1" lang="en" xml:lang="en"> 7490 <a xmlns="http://www.w3.org/1999/xhtml" id="id 496779"></a>7490 <a xmlns="http://www.w3.org/1999/xhtml" id="id571565"></a> 7491 7491 <div class="header">Arguments and Values:</div> 7492 7492 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p> … … 7527 7527 </div> 7528 7528 <div class="refsect1" lang="en" xml:lang="en"> 7529 <a xmlns="http://www.w3.org/1999/xhtml" id="id 496964"></a>7529 <a xmlns="http://www.w3.org/1999/xhtml" id="id571750"></a> 7530 7530 <div class="header">Description:</div> 7531 7531 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the … … 7548 7548 </div> 7549 7549 <div class="refsect1" lang="en" xml:lang="en"> 7550 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497016"></a>7550 <a xmlns="http://www.w3.org/1999/xhtml" id="id571802"></a> 7551 7551 <div class="header">See Also:</div> 7552 7552 <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> … … 7567 7567 <div> 7568 7568 <div class="refsect1" lang="en" xml:lang="en"> 7569 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497095"></a>7569 <a xmlns="http://www.w3.org/1999/xhtml" id="id571881"></a> 7570 7570 <div class="header">Arguments and Values:</div> 7571 7571 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7577 7577 </div> 7578 7578 <div class="refsect1" lang="en" xml:lang="en"> 7579 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497149"></a>7579 <a xmlns="http://www.w3.org/1999/xhtml" id="id571935"></a> 7580 7580 <div class="header">Description:</div> 7581 7581 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from … … 7599 7599 </div> 7600 7600 <div class="refsect1" lang="en" xml:lang="en"> 7601 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497204"></a>7601 <a xmlns="http://www.w3.org/1999/xhtml" id="id571990"></a> 7602 7602 <div class="header">See Also:</div> 7603 7603 <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> 7604 7604 </div> 7605 7605 <div class="refsect1" lang="en" xml:lang="en"> 7606 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497229"></a>7606 <a xmlns="http://www.w3.org/1999/xhtml" id="id572015"></a> 7607 7607 <div class="header">Notes:</div> 7608 7608 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called … … 7630 7630 <div> 7631 7631 <div class="refsect1" lang="en" xml:lang="en"> 7632 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497310"></a>7632 <a xmlns="http://www.w3.org/1999/xhtml" id="id572096"></a> 7633 7633 <div class="header">Arguments and Values:</div> 7634 7634 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7641 7641 </div> 7642 7642 <div class="refsect1" lang="en" xml:lang="en"> 7643 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497364"></a>7643 <a xmlns="http://www.w3.org/1999/xhtml" id="id572150"></a> 7644 7644 <div class="header">Description:</div> 7645 7645 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to … … 7652 7652 </div> 7653 7653 <div class="refsect1" lang="en" xml:lang="en"> 7654 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497395"></a>7654 <a xmlns="http://www.w3.org/1999/xhtml" id="id572181"></a> 7655 7655 <div class="header">See Also:</div> 7656 7656 <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> 7657 7657 </div> 7658 7658 <div class="refsect1" lang="en" xml:lang="en"> 7659 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497420"></a>7659 <a xmlns="http://www.w3.org/1999/xhtml" id="id572206"></a> 7660 7660 <div class="header">Notes:</div> 7661 7661 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7683 7683 <div> 7684 7684 <div class="refsect1" lang="en" xml:lang="en"> 7685 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497485"></a>7685 <a xmlns="http://www.w3.org/1999/xhtml" id="id572271"></a> 7686 7686 <div class="header">Arguments and Values:</div> 7687 7687 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7693 7693 </div> 7694 7694 <div class="refsect1" lang="en" xml:lang="en"> 7695 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497538"></a>7695 <a xmlns="http://www.w3.org/1999/xhtml" id="id572324"></a> 7696 7696 <div class="header">Description:</div> 7697 7697 <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 … … 7708 7708 </div> 7709 7709 <div class="refsect1" lang="en" xml:lang="en"> 7710 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497588"></a>7710 <a xmlns="http://www.w3.org/1999/xhtml" id="id572374"></a> 7711 7711 <div class="header">See Also:</div> 7712 7712 <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> … … 7729 7729 <div> 7730 7730 <div class="refsect1" lang="en" xml:lang="en"> 7731 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497665"></a>7731 <a xmlns="http://www.w3.org/1999/xhtml" id="id572451"></a> 7732 7732 <div class="header">Arguments and Values:</div> 7733 7733 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7740 7740 </div> 7741 7741 <div class="refsect1" lang="en" xml:lang="en"> 7742 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497740"></a>7742 <a xmlns="http://www.w3.org/1999/xhtml" id="id572526"></a> 7743 7743 <div class="header">Description:</div> 7744 7744 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset … … 7754 7754 </div> 7755 7755 <div class="refsect1" lang="en" xml:lang="en"> 7756 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497784"></a>7756 <a xmlns="http://www.w3.org/1999/xhtml" id="id572570"></a> 7757 7757 <div class="header">See Also:</div> 7758 7758 <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> … … 7775 7775 <div> 7776 7776 <div class="refsect1" lang="en" xml:lang="en"> 7777 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497866"></a>7777 <a xmlns="http://www.w3.org/1999/xhtml" id="id572652"></a> 7778 7778 <div class="header">Arguments and Values:</div> 7779 7779 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7784 7784 </div> 7785 7785 <div class="refsect1" lang="en" xml:lang="en"> 7786 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497928"></a>7786 <a xmlns="http://www.w3.org/1999/xhtml" id="id572714"></a> 7787 7787 <div class="header">Description:</div> 7788 7788 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>. … … 7801 7801 </div> 7802 7802 <div class="refsect1" lang="en" xml:lang="en"> 7803 <a xmlns="http://www.w3.org/1999/xhtml" id="id 497976"></a>7803 <a xmlns="http://www.w3.org/1999/xhtml" id="id572763"></a> 7804 7804 <div class="header">See Also:</div> 7805 7805 <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> 7806 7806 </div> 7807 7807 <div class="refsect1" lang="en" xml:lang="en"> 7808 <a xmlns="http://www.w3.org/1999/xhtml" id="id 498007"></a>7808 <a xmlns="http://www.w3.org/1999/xhtml" id="id572793"></a> 7809 7809 <div class="header">Notes:</div> 7810 7810 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means … … 7827 7827 <div> 7828 7828 <div class="refsect1" lang="en" xml:lang="en"> 7829 <a xmlns="http://www.w3.org/1999/xhtml" id="id 498122"></a>7829 <a xmlns="http://www.w3.org/1999/xhtml" id="id572909"></a> 7830 7830 <div class="header">Arguments and Values:</div> 7831 7831 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process. … … 7849 7849 </div> 7850 7850 <div class="refsect1" lang="en" xml:lang="en"> 7851 <a xmlns="http://www.w3.org/1999/xhtml" id="id 498311"></a>7851 <a xmlns="http://www.w3.org/1999/xhtml" id="id573098"></a> 7852 7852 <div class="header">Description:</div> 7853 7853 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via … … 7862 7862 </div> 7863 7863 <div class="refsect1" lang="en" xml:lang="en"> 7864 <a xmlns="http://www.w3.org/1999/xhtml" id="id 498347"></a>7864 <a xmlns="http://www.w3.org/1999/xhtml" id="id573133"></a> 7865 7865 <div class="header">See Also:</div> 7866 7866 <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> … … 7883 7883 <div> 7884 7884 <div class="refsect1" lang="en" xml:lang="en"> 7885 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01550"></a>7885 <a xmlns="http://www.w3.org/1999/xhtml" id="id576451"></a> 7886 7886 <div class="header">Arguments and Values:</div> 7887 7887 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7896 7896 </div> 7897 7897 <div class="refsect1" lang="en" xml:lang="en"> 7898 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01642"></a>7898 <a xmlns="http://www.w3.org/1999/xhtml" id="id576543"></a> 7899 7899 <div class="header">Description:</div> 7900 7900 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em> … … 7927 7927 </div> 7928 7928 <div class="refsect1" lang="en" xml:lang="en"> 7929 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01716"></a>7929 <a xmlns="http://www.w3.org/1999/xhtml" id="id576618"></a> 7930 7930 <div class="header">See Also:</div> 7931 7931 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7936 7936 </div> 7937 7937 <div class="refsect1" lang="en" xml:lang="en"> 7938 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01735"></a>7938 <a xmlns="http://www.w3.org/1999/xhtml" id="id576637"></a> 7939 7939 <div class="header">Notes:</div> 7940 7940 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em> … … 7966 7966 <div> 7967 7967 <div class="refsect1" lang="en" xml:lang="en"> 7968 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01800"></a>7968 <a xmlns="http://www.w3.org/1999/xhtml" id="id576702"></a> 7969 7969 <div class="header">Value Type:</div> 7970 7970 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p> 7971 7971 </div> 7972 7972 <div class="refsect1" lang="en" xml:lang="en"> 7973 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01812"></a>7973 <a xmlns="http://www.w3.org/1999/xhtml" id="id576713"></a> 7974 7974 <div class="header">Initial Value:</div> 7975 7975 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself. … … 7977 7977 </div> 7978 7978 <div class="refsect1" lang="en" xml:lang="en"> 7979 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01823"></a>7979 <a xmlns="http://www.w3.org/1999/xhtml" id="id576725"></a> 7980 7980 <div class="header">Description:</div> 7981 7981 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is … … 7983 7983 </div> 7984 7984 <div class="refsect1" lang="en" xml:lang="en"> 7985 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01835"></a>7985 <a xmlns="http://www.w3.org/1999/xhtml" id="id576737"></a> 7986 7986 <div class="header">See Also:</div> 7987 7987 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8007 8007 <div> 8008 8008 <div class="refsect1" lang="en" xml:lang="en"> 8009 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01906"></a>8009 <a xmlns="http://www.w3.org/1999/xhtml" id="id576807"></a> 8010 8010 <div class="header">Arguments and Values:</div> 8011 8011 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8014 8014 </div> 8015 8015 <div class="refsect1" lang="en" xml:lang="en"> 8016 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01962"></a>8016 <a xmlns="http://www.w3.org/1999/xhtml" id="id576863"></a> 8017 8017 <div class="header">Description:</div> 8018 8018 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit … … 8041 8041 </div> 8042 8042 <div class="refsect1" lang="en" xml:lang="en"> 8043 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02029"></a>8043 <a xmlns="http://www.w3.org/1999/xhtml" id="id576931"></a> 8044 8044 <div class="header">See Also:</div> 8045 8045 <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> 8046 </div> 8047 </div> 8048 </p> 8049 <p> 8050 <div class="refentrytitle"> 8051 <a id="f_process-reset-and-enable"></a> 8052 <strong>[Function]</strong> 8053 <br></br> 8054 <code><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>process-reset-and-enable</strong></span> 8055 process => result</code> 8056 </div> 8057 <div class="refentrytitle">Reset and enable the specified process, which 8058 may not be the current process.</div> 8059 </p> 8060 <p> 8061 <div> 8062 <div class="refsect1" lang="en" xml:lang="en"> 8063 <a xmlns="http://www.w3.org/1999/xhtml" id="id577004"></a> 8064 <div class="header">Arguments and Values:</div> 8065 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which 8066 may not be the current process.</p> 8067 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---undefined.</p> 8068 </div> 8069 <div class="refsect1" lang="en" xml:lang="en"> 8070 <a xmlns="http://www.w3.org/1999/xhtml" id="id577045"></a> 8071 <div class="header">Description:</div> 8072 <p xmlns="http://www.w3.org/1999/xhtml"> 8073 Equivalent to calling (process-reset process) and 8074 (process-enable process). 8075 </p> 8076 </div> 8077 <div class="refsect1" lang="en" xml:lang="en"> 8078 <a xmlns="http://www.w3.org/1999/xhtml" id="id577057"></a> 8079 <div class="header">See Also:</div> 8080 <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> 8046 8081 </div> 8047 8082 </div> … … 8061 8096 <div> 8062 8097 <div class="refsect1" lang="en" xml:lang="en"> 8063 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02102"></a>8098 <a xmlns="http://www.w3.org/1999/xhtml" id="id577131"></a> 8064 8099 <div class="header">Arguments and Values:</div> 8065 8100 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8067 8102 </div> 8068 8103 <div class="refsect1" lang="en" xml:lang="en"> 8069 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02144"></a>8104 <a xmlns="http://www.w3.org/1999/xhtml" id="id577172"></a> 8070 8105 <div class="header">Description:</div> 8071 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling 8072 (PROCESS-RESET PROCESS T). Causes <em class="varname">process</em> 8073 to cleanly exit from any ongoing computation, and then exit.</p> 8074 </div> 8075 <div class="refsect1" lang="en" xml:lang="en"> 8076 <a xmlns="http://www.w3.org/1999/xhtml" id="id502159"></a> 8106 <p xmlns="http://www.w3.org/1999/xhtml"> 8107 Causes <em class="varname">process</em> to cleanly exit 8108 from any ongoing computation, and then exit. 8109 </p> 8110 </div> 8111 <div class="refsect1" lang="en" xml:lang="en"> 8112 <a xmlns="http://www.w3.org/1999/xhtml" id="id577186"></a> 8077 8113 <div class="header">See Also:</div> 8078 8114 <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> … … 8096 8132 <div> 8097 8133 <div class="refsect1" lang="en" xml:lang="en"> 8098 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02242"></a>8134 <a xmlns="http://www.w3.org/1999/xhtml" id="id577270"></a> 8099 8135 <div class="header">Arguments and Values:</div> 8100 8136 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8102 8138 </div> 8103 8139 <div class="refsect1" lang="en" xml:lang="en"> 8104 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02283"></a>8140 <a xmlns="http://www.w3.org/1999/xhtml" id="id577311"></a> 8105 8141 <div class="header">Description:</div> 8106 8142 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 8116 8152 </div> 8117 8153 <div class="refsect1" lang="en" xml:lang="en"> 8118 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02347"></a>8154 <a xmlns="http://www.w3.org/1999/xhtml" id="id577374"></a> 8119 8155 <div class="header">See Also:</div> 8120 8156 <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> … … 8135 8171 <div> 8136 8172 <div class="refsect1" lang="en" xml:lang="en"> 8137 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02405"></a>8173 <a xmlns="http://www.w3.org/1999/xhtml" id="id577433"></a> 8138 8174 <div class="header">Value Type:</div> 8139 8175 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p> 8140 8176 </div> 8141 8177 <div class="refsect1" lang="en" xml:lang="en"> 8142 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02416"></a>8178 <a xmlns="http://www.w3.org/1999/xhtml" id="id577444"></a> 8143 8179 <div class="header">Initial Value:</div> 8144 8180 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler. Currently, … … 8147 8183 </div> 8148 8184 <div class="refsect1" lang="en" xml:lang="en"> 8149 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02428"></a>8185 <a xmlns="http://www.w3.org/1999/xhtml" id="id577456"></a> 8150 8186 <div class="header">Description:</div> 8151 8187 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best, … … 8155 8191 </div> 8156 8192 <div class="refsect1" lang="en" xml:lang="en"> 8157 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02441"></a>8193 <a xmlns="http://www.w3.org/1999/xhtml" id="id577469"></a> 8158 8194 <div class="header">See Also:</div> 8159 8195 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8179 8215 <div> 8180 8216 <div class="refsect1" lang="en" xml:lang="en"> 8181 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02545"></a>8217 <a xmlns="http://www.w3.org/1999/xhtml" id="id577573"></a> 8182 8218 <div class="header">Description:</div> 8183 8219 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of … … 8193 8229 </div> 8194 8230 <div class="refsect1" lang="en" xml:lang="en"> 8195 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02587"></a>8231 <a xmlns="http://www.w3.org/1999/xhtml" id="id577615"></a> 8196 8232 <div class="header">See Also:</div> 8197 8233 <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> 8198 8234 </div> 8199 8235 <div class="refsect1" lang="en" xml:lang="en"> 8200 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02618"></a>8236 <a xmlns="http://www.w3.org/1999/xhtml" id="id577646"></a> 8201 8237 <div class="header">Notes:</div> 8202 8238 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to … … 8222 8258 <div> 8223 8259 <div class="refsect1" lang="en" xml:lang="en"> 8224 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02676"></a>8260 <a xmlns="http://www.w3.org/1999/xhtml" id="id577704"></a> 8225 8261 <div class="header">Description:</div> 8226 8262 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing … … 8231 8267 </div> 8232 8268 <div class="refsect1" lang="en" xml:lang="en"> 8233 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02690"></a>8269 <a xmlns="http://www.w3.org/1999/xhtml" id="id577718"></a> 8234 8270 <div class="header">See Also:</div> 8235 8271 <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> 8236 8272 </div> 8237 8273 <div class="refsect1" lang="en" xml:lang="en"> 8238 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02738"></a>8274 <a xmlns="http://www.w3.org/1999/xhtml" id="id577766"></a> 8239 8275 <div class="header">Notes:</div> 8240 8276 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative … … 8259 8295 <div> 8260 8296 <div class="refsect1" lang="en" xml:lang="en"> 8261 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02802"></a>8297 <a xmlns="http://www.w3.org/1999/xhtml" id="id577830"></a> 8262 8298 <div class="header">Arguments and Values:</div> 8263 8299 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8272 8308 </div> 8273 8309 <div class="refsect1" lang="en" xml:lang="en"> 8274 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02881"></a>8310 <a xmlns="http://www.w3.org/1999/xhtml" id="id577910"></a> 8275 8311 <div class="header">Description:</div> 8276 8312 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly … … 8289 8325 </div> 8290 8326 <div class="refsect1" lang="en" xml:lang="en"> 8291 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 02917"></a>8327 <a xmlns="http://www.w3.org/1999/xhtml" id="id577945"></a> 8292 8328 <div class="header">See Also:</div> 8293 8329 <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> … … 8309 8345 <div> 8310 8346 <div class="refsect1" lang="en" xml:lang="en"> 8311 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03025"></a>8347 <a xmlns="http://www.w3.org/1999/xhtml" id="id578054"></a> 8312 8348 <div class="header">Arguments and Values:</div> 8313 8349 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8327 8363 </div> 8328 8364 <div class="refsect1" lang="en" xml:lang="en"> 8329 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03139"></a>8365 <a xmlns="http://www.w3.org/1999/xhtml" id="id578168"></a> 8330 8366 <div class="header">Description:</div> 8331 8367 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like … … 8344 8380 </div> 8345 8381 <div class="refsect1" lang="en" xml:lang="en"> 8346 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03189"></a>8382 <a xmlns="http://www.w3.org/1999/xhtml" id="id578218"></a> 8347 8383 <div class="header">See Also:</div> 8348 8384 <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> … … 8364 8400 <div> 8365 8401 <div class="refsect1" lang="en" xml:lang="en"> 8366 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03306"></a>8402 <a xmlns="http://www.w3.org/1999/xhtml" id="id578335"></a> 8367 8403 <div class="header">Arguments and Values:</div> 8368 8404 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8371 8407 </div> 8372 8408 <div class="refsect1" lang="en" xml:lang="en"> 8373 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03351"></a>8409 <a xmlns="http://www.w3.org/1999/xhtml" id="id578379"></a> 8374 8410 <div class="header">Description:</div> 8375 8411 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8386 8422 </div> 8387 8423 <div class="refsect1" lang="en" xml:lang="en"> 8388 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03383"></a>8424 <a xmlns="http://www.w3.org/1999/xhtml" id="id578411"></a> 8389 8425 <div class="header">See Also:</div> 8390 8426 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8410 8446 <div> 8411 8447 <div class="refsect1" lang="en" xml:lang="en"> 8412 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03454"></a>8448 <a xmlns="http://www.w3.org/1999/xhtml" id="id578482"></a> 8413 8449 <div class="header">Arguments and Values:</div> 8414 8450 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of … … 8420 8456 </div> 8421 8457 <div class="refsect1" lang="en" xml:lang="en"> 8422 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03507"></a>8458 <a xmlns="http://www.w3.org/1999/xhtml" id="id578535"></a> 8423 8459 <div class="header">Description:</div> 8424 8460 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can … … 8430 8466 </div> 8431 8467 <div class="refsect1" lang="en" xml:lang="en"> 8432 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03523"></a>8468 <a xmlns="http://www.w3.org/1999/xhtml" id="id578552"></a> 8433 8469 <div class="header">See Also:</div> 8434 8470 <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> … … 8450 8486 <div> 8451 8487 <div class="refsect1" lang="en" xml:lang="en"> 8452 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03640"></a>8488 <a xmlns="http://www.w3.org/1999/xhtml" id="id591600"></a> 8453 8489 <div class="header">Arguments and Values:</div> 8454 8490 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8458 8494 </div> 8459 8495 <div class="refsect1" lang="en" xml:lang="en"> 8460 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03700"></a>8496 <a xmlns="http://www.w3.org/1999/xhtml" id="id591651"></a> 8461 8497 <div class="header">Description:</div> 8462 8498 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or … … 8469 8505 </div> 8470 8506 <div class="refsect1" lang="en" xml:lang="en"> 8471 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 03732"></a>8507 <a xmlns="http://www.w3.org/1999/xhtml" id="id591680"></a> 8472 8508 <div class="header">See Also:</div> 8473 8509 <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> … … 8488 8524 <div> 8489 8525 <div class="refsect1" lang="en" xml:lang="en"> 8490 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16780"></a>8526 <a xmlns="http://www.w3.org/1999/xhtml" id="id591780"></a> 8491 8527 <div class="header">Arguments and Values:</div> 8492 8528 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8493 8529 </div> 8494 8530 <div class="refsect1" lang="en" xml:lang="en"> 8495 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16802"></a>8531 <a xmlns="http://www.w3.org/1999/xhtml" id="id591802"></a> 8496 8532 <div class="header">Description:</div> 8497 8533 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the … … 8504 8540 </div> 8505 8541 <div class="refsect1" lang="en" xml:lang="en"> 8506 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16836"></a>8542 <a xmlns="http://www.w3.org/1999/xhtml" id="id591836"></a> 8507 8543 <div class="header">See Also:</div> 8508 8544 <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> … … 8522 8558 <div> 8523 8559 <div class="refsect1" lang="en" xml:lang="en"> 8524 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16935"></a>8560 <a xmlns="http://www.w3.org/1999/xhtml" id="id591935"></a> 8525 8561 <div class="header">Arguments and Values:</div> 8526 8562 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8527 8563 </div> 8528 8564 <div class="refsect1" lang="en" xml:lang="en"> 8529 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16957"></a>8565 <a xmlns="http://www.w3.org/1999/xhtml" id="id591957"></a> 8530 8566 <div class="header">Description:</div> 8531 8567 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if … … 8540 8576 </div> 8541 8577 <div class="refsect1" lang="en" xml:lang="en"> 8542 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 16991"></a>8578 <a xmlns="http://www.w3.org/1999/xhtml" id="id591991"></a> 8543 8579 <div class="header">See Also:</div> 8544 8580 <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> … … 8559 8595 <div> 8560 8596 <div class="refsect1" lang="en" xml:lang="en"> 8561 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17091"></a>8597 <a xmlns="http://www.w3.org/1999/xhtml" id="id592091"></a> 8562 8598 <div class="header">Arguments and Values:</div> 8563 8599 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8566 8602 </div> 8567 8603 <div class="refsect1" lang="en" xml:lang="en"> 8568 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17130"></a>8604 <a xmlns="http://www.w3.org/1999/xhtml" id="id592130"></a> 8569 8605 <div class="header">Description:</div> 8570 8606 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em> … … 8579 8615 </div> 8580 8616 <div class="refsect1" lang="en" xml:lang="en"> 8581 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17153"></a>8617 <a xmlns="http://www.w3.org/1999/xhtml" id="id592153"></a> 8582 8618 <div class="header">See Also:</div> 8583 8619 <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> … … 8599 8635 <div> 8600 8636 <div class="refsect1" lang="en" xml:lang="en"> 8601 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17253"></a>8637 <a xmlns="http://www.w3.org/1999/xhtml" id="id592253"></a> 8602 8638 <div class="header">Arguments and Values:</div> 8603 8639 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type … … 8605 8641 </div> 8606 8642 <div class="refsect1" lang="en" xml:lang="en"> 8607 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17276"></a>8643 <a xmlns="http://www.w3.org/1999/xhtml" id="id592276"></a> 8608 8644 <div class="header">Description:</div> 8609 8645 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK. … … 8616 8652 </div> 8617 8653 <div class="refsect1" lang="en" xml:lang="en"> 8618 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17292"></a>8654 <a xmlns="http://www.w3.org/1999/xhtml" id="id592292"></a> 8619 8655 <div class="header">See Also:</div> 8620 8656 <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> 8621 8657 </div> 8622 8658 <div class="refsect1" lang="en" xml:lang="en"> 8623 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17340"></a>8659 <a xmlns="http://www.w3.org/1999/xhtml" id="id592340"></a> 8624 8660 <div class="header">Notes:</div> 8625 8661 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to … … 8644 8680 <div> 8645 8681 <div class="refsect1" lang="en" xml:lang="en"> 8646 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17396"></a>8682 <a xmlns="http://www.w3.org/1999/xhtml" id="id592396"></a> 8647 8683 <div class="header">Arguments and Values:</div> 8648 8684 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8653 8689 </div> 8654 8690 <div class="refsect1" lang="en" xml:lang="en"> 8655 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17448"></a>8691 <a xmlns="http://www.w3.org/1999/xhtml" id="id592448"></a> 8656 8692 <div class="header">Description:</div> 8657 8693 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8667 8703 </div> 8668 8704 <div class="refsect1" lang="en" xml:lang="en"> 8669 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17487"></a>8705 <a xmlns="http://www.w3.org/1999/xhtml" id="id592487"></a> 8670 8706 <div class="header">See Also:</div> 8671 8707 <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> … … 8687 8723 <div> 8688 8724 <div class="refsect1" lang="en" xml:lang="en"> 8689 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17581"></a>8725 <a xmlns="http://www.w3.org/1999/xhtml" id="id592581"></a> 8690 8726 <div class="header">Arguments and Values:</div> 8691 8727 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8696 8732 </div> 8697 8733 <div class="refsect1" lang="en" xml:lang="en"> 8698 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17632"></a>8734 <a xmlns="http://www.w3.org/1999/xhtml" id="id592632"></a> 8699 8735 <div class="header">Description:</div> 8700 8736 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8711 8747 </div> 8712 8748 <div class="refsect1" lang="en" xml:lang="en"> 8713 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17677"></a>8749 <a xmlns="http://www.w3.org/1999/xhtml" id="id592677"></a> 8714 8750 <div class="header">See Also:</div> 8715 8751 <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> … … 8731 8767 <div> 8732 8768 <div class="refsect1" lang="en" xml:lang="en"> 8733 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17766"></a>8769 <a xmlns="http://www.w3.org/1999/xhtml" id="id592766"></a> 8734 8770 <div class="header">Arguments and Values:</div> 8735 8771 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p> 8736 8772 </div> 8737 8773 <div class="refsect1" lang="en" xml:lang="en"> 8738 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17789"></a>8774 <a xmlns="http://www.w3.org/1999/xhtml" id="id592789"></a> 8739 8775 <div class="header">Description:</div> 8740 8776 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE. … … 8745 8781 </div> 8746 8782 <div class="refsect1" lang="en" xml:lang="en"> 8747 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17804"></a>8783 <a xmlns="http://www.w3.org/1999/xhtml" id="id592804"></a> 8748 8784 <div class="header">See Also:</div> 8749 8785 <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> … … 8765 8801 <div> 8766 8802 <div class="refsect1" lang="en" xml:lang="en"> 8767 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17899"></a>8803 <a xmlns="http://www.w3.org/1999/xhtml" id="id592899"></a> 8768 8804 <div class="header">Arguments and Values:</div> 8769 8805 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 8772 8808 </div> 8773 8809 <div class="refsect1" lang="en" xml:lang="en"> 8774 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17935"></a>8810 <a xmlns="http://www.w3.org/1999/xhtml" id="id592935"></a> 8775 8811 <div class="header">Description:</div> 8776 8812 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s … … 8779 8815 </div> 8780 8816 <div class="refsect1" lang="en" xml:lang="en"> 8781 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 17949"></a>8817 <a xmlns="http://www.w3.org/1999/xhtml" id="id592949"></a> 8782 8818 <div class="header">See Also:</div> 8783 8819 <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> 8784 8820 </div> 8785 8821 <div class="refsect1" lang="en" xml:lang="en"> 8786 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18002"></a>8822 <a xmlns="http://www.w3.org/1999/xhtml" id="id593002"></a> 8787 8823 <div class="header">Notes:</div> 8788 8824 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 8807 8843 <div> 8808 8844 <div class="refsect1" lang="en" xml:lang="en"> 8809 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18062"></a>8845 <a xmlns="http://www.w3.org/1999/xhtml" id="id593062"></a> 8810 8846 <div class="header">Arguments and Values:</div> 8811 8847 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 8814 8850 </div> 8815 8851 <div class="refsect1" lang="en" xml:lang="en"> 8816 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18098"></a>8852 <a xmlns="http://www.w3.org/1999/xhtml" id="id593098"></a> 8817 8853 <div class="header">Description:</div> 8818 8854 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 8822 8858 </div> 8823 8859 <div class="refsect1" lang="en" xml:lang="en"> 8824 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18112"></a>8860 <a xmlns="http://www.w3.org/1999/xhtml" id="id593112"></a> 8825 8861 <div class="header">See Also:</div> 8826 8862 <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> 8827 8863 </div> 8828 8864 <div class="refsect1" lang="en" xml:lang="en"> 8829 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18165"></a>8865 <a xmlns="http://www.w3.org/1999/xhtml" id="id593165"></a> 8830 8866 <div class="header">Notes:</div> 8831 8867 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 8851 8887 <div> 8852 8888 <div class="refsect1" lang="en" xml:lang="en"> 8853 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18226"></a>8889 <a xmlns="http://www.w3.org/1999/xhtml" id="id593226"></a> 8854 8890 <div class="header">Arguments and Values:</div> 8855 8891 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p> … … 8864 8900 </div> 8865 8901 <div class="refsect1" lang="en" xml:lang="en"> 8866 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18292"></a>8902 <a xmlns="http://www.w3.org/1999/xhtml" id="id593292"></a> 8867 8903 <div class="header">Description:</div> 8868 8904 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 8873 8909 </div> 8874 8910 <div class="refsect1" lang="en" xml:lang="en"> 8875 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18309"></a>8911 <a xmlns="http://www.w3.org/1999/xhtml" id="id593309"></a> 8876 8912 <div class="header">See Also:</div> 8877 8913 <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> … … 8893 8929 <div> 8894 8930 <div class="refsect1" lang="en" xml:lang="en"> 8895 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18402"></a>8931 <a xmlns="http://www.w3.org/1999/xhtml" id="id593402"></a> 8896 8932 <div class="header">Arguments and Values:</div> 8897 8933 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 8901 8937 </div> 8902 8938 <div class="refsect1" lang="en" xml:lang="en"> 8903 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18444"></a>8939 <a xmlns="http://www.w3.org/1999/xhtml" id="id593444"></a> 8904 8940 <div class="header">Description:</div> 8905 8941 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>. … … 8917 8953 </div> 8918 8954 <div class="refsect1" lang="en" xml:lang="en"> 8919 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18477"></a>8955 <a xmlns="http://www.w3.org/1999/xhtml" id="id593477"></a> 8920 8956 <div class="header">See Also:</div> 8921 8957 <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> 8922 8958 </div> 8923 8959 <div class="refsect1" lang="en" xml:lang="en"> 8924 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18514"></a>8960 <a xmlns="http://www.w3.org/1999/xhtml" id="id593514"></a> 8925 8961 <div class="header">Notes:</div> 8926 8962 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8947 8983 <div> 8948 8984 <div class="refsect1" lang="en" xml:lang="en"> 8949 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18579"></a>8985 <a xmlns="http://www.w3.org/1999/xhtml" id="id593579"></a> 8950 8986 <div class="header">Arguments and Values:</div> 8951 8987 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 8955 8991 </div> 8956 8992 <div class="refsect1" lang="en" xml:lang="en"> 8957 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18620"></a>8993 <a xmlns="http://www.w3.org/1999/xhtml" id="id593620"></a> 8958 8994 <div class="header">Description:</div> 8959 8995 <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 … … 8968 9004 </div> 8969 9005 <div class="refsect1" lang="en" xml:lang="en"> 8970 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18654"></a>9006 <a xmlns="http://www.w3.org/1999/xhtml" id="id593654"></a> 8971 9007 <div class="header">See Also:</div> 8972 9008 <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> 8973 9009 </div> 8974 9010 <div class="refsect1" lang="en" xml:lang="en"> 8975 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18691"></a>9011 <a xmlns="http://www.w3.org/1999/xhtml" id="id593691"></a> 8976 9012 <div class="header">Notes:</div> 8977 9013 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8998 9034 <div> 8999 9035 <div class="refsect1" lang="en" xml:lang="en"> 9000 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18756"></a>9036 <a xmlns="http://www.w3.org/1999/xhtml" id="id593756"></a> 9001 9037 <div class="header">Arguments and Values:</div> 9002 9038 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 9005 9041 </div> 9006 9042 <div class="refsect1" lang="en" xml:lang="en"> 9007 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18794"></a>9043 <a xmlns="http://www.w3.org/1999/xhtml" id="id593794"></a> 9008 9044 <div class="header">Description:</div> 9009 9045 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal … … 9013 9049 </div> 9014 9050 <div class="refsect1" lang="en" xml:lang="en"> 9015 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18811"></a>9051 <a xmlns="http://www.w3.org/1999/xhtml" id="id593811"></a> 9016 9052 <div class="header">See Also:</div> 9017 9053 <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> … … 9032 9068 <div> 9033 9069 <div class="refsect1" lang="en" xml:lang="en"> 9034 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18888"></a>9070 <a xmlns="http://www.w3.org/1999/xhtml" id="id593888"></a> 9035 9071 <div class="header">Value Type:</div> 9036 9072 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p> 9037 9073 </div> 9038 9074 <div class="refsect1" lang="en" xml:lang="en"> 9039 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18898"></a>9075 <a xmlns="http://www.w3.org/1999/xhtml" id="id593898"></a> 9040 9076 <div class="header">Initial Value:</div> 9041 9077 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p> 9042 9078 </div> 9043 9079 <div class="refsect1" lang="en" xml:lang="en"> 9044 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18907"></a>9080 <a xmlns="http://www.w3.org/1999/xhtml" id="id593907"></a> 9045 9081 <div class="header">Description:</div> 9046 9082 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input … … 9054 9090 </div> 9055 9091 <div class="refsect1" lang="en" xml:lang="en"> 9056 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 18921"></a>9092 <a xmlns="http://www.w3.org/1999/xhtml" id="id593921"></a> 9057 9093 <div class="header">See Also:</div> 9058 9094 <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> … … 9073 9109 <div> 9074 9110 <div class="refsect1" lang="en" xml:lang="en"> 9075 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19012"></a>9111 <a xmlns="http://www.w3.org/1999/xhtml" id="id594012"></a> 9076 9112 <div class="header">Arguments and Values:</div> 9077 9113 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by … … 9082 9118 </div> 9083 9119 <div class="refsect1" lang="en" xml:lang="en"> 9084 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19051"></a>9120 <a xmlns="http://www.w3.org/1999/xhtml" id="id594051"></a> 9085 9121 <div class="header">Description:</div> 9086 9122 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function. As such, it … … 9093 9129 </div> 9094 9130 <div class="refsect1" lang="en" xml:lang="en"> 9095 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19073"></a>9131 <a xmlns="http://www.w3.org/1999/xhtml" id="id594073"></a> 9096 9132 <div class="header">See Also:</div> 9097 9133 <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> … … 9114 9150 <div> 9115 9151 <div class="refsect1" lang="en" xml:lang="en"> 9116 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19166"></a>9152 <a xmlns="http://www.w3.org/1999/xhtml" id="id594166"></a> 9117 9153 <div class="header">Arguments and Values:</div> 9118 9154 <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> … … 9124 9160 </div> 9125 9161 <div class="refsect1" lang="en" xml:lang="en"> 9126 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19223"></a>9162 <a xmlns="http://www.w3.org/1999/xhtml" id="id594223"></a> 9127 9163 <div class="header">Description:</div> 9128 9164 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate. If the … … 9265 9301 <div> 9266 9302 <div class="refsect1" lang="en" xml:lang="en"> 9267 <a xmlns="http://www.w3.org/1999/xhtml" id="id 493488"></a>9303 <a xmlns="http://www.w3.org/1999/xhtml" id="id544298"></a> 9268 9304 <div class="header">Arguments and Values:</div> 9269 9305 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently … … 9365 9401 </div> 9366 9402 <div class="refsect1" lang="en" xml:lang="en"> 9367 <a xmlns="http://www.w3.org/1999/xhtml" id="id 491529"></a>9403 <a xmlns="http://www.w3.org/1999/xhtml" id="id568240"></a> 9368 9404 <div class="header">Description:</div> 9369 9405 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p> … … 9384 9420 <div> 9385 9421 <div class="refsect1" lang="en" xml:lang="en"> 9386 <a xmlns="http://www.w3.org/1999/xhtml" id="id 491590"></a>9422 <a xmlns="http://www.w3.org/1999/xhtml" id="id568302"></a> 9387 9423 <div class="header">Arguments and Values:</div> 9388 9424 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p> … … 9392 9428 </div> 9393 9429 <div class="refsect1" lang="en" xml:lang="en"> 9394 <a xmlns="http://www.w3.org/1999/xhtml" id="id 491632"></a>9430 <a xmlns="http://www.w3.org/1999/xhtml" id="id568344"></a> 9395 9431 <div class="header">Description:</div> 9396 9432 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending … … 9418 9454 <div> 9419 9455 <div class="refsect1" lang="en" xml:lang="en"> 9420 <a xmlns="http://www.w3.org/1999/xhtml" id="id 491698"></a>9456 <a xmlns="http://www.w3.org/1999/xhtml" id="id575597"></a> 9421 9457 <div class="header">Arguments and Values:</div> 9422 9458 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the … … 9426 9462 </div> 9427 9463 <div class="refsect1" lang="en" xml:lang="en"> 9428 <a xmlns="http://www.w3.org/1999/xhtml" id="id 491739"></a>9464 <a xmlns="http://www.w3.org/1999/xhtml" id="id575639"></a> 9429 9465 <div class="header">Description:</div> 9430 9466 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to … … 9446 9482 <div> 9447 9483 <div class="refsect1" lang="en" xml:lang="en"> 9448 <a xmlns="http://www.w3.org/1999/xhtml" id="id 491801"></a>9484 <a xmlns="http://www.w3.org/1999/xhtml" id="id575701"></a> 9449 9485 <div class="header">Arguments and Values:</div> 9450 9486 <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> … … 9455 9491 </div> 9456 9492 <div class="refsect1" lang="en" xml:lang="en"> 9457 <a xmlns="http://www.w3.org/1999/xhtml" id="id 491843"></a>9493 <a xmlns="http://www.w3.org/1999/xhtml" id="id575743"></a> 9458 9494 <div class="header">Description:</div> 9459 9495 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p> … … 9474 9510 <div> 9475 9511 <div class="refsect1" lang="en" xml:lang="en"> 9476 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00686"></a>9512 <a xmlns="http://www.w3.org/1999/xhtml" id="id575804"></a> 9477 9513 <div class="header">Arguments and Values:</div> 9478 9514 <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> … … 9481 9517 </div> 9482 9518 <div class="refsect1" lang="en" xml:lang="en"> 9483 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00727"></a>9519 <a xmlns="http://www.w3.org/1999/xhtml" id="id575844"></a> 9484 9520 <div class="header">Description:</div> 9485 9521 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name … … 9501 9537 <div> 9502 9538 <div class="refsect1" lang="en" xml:lang="en"> 9503 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00784"></a>9539 <a xmlns="http://www.w3.org/1999/xhtml" id="id575902"></a> 9504 9540 <div class="header">Arguments and Values:</div> 9505 9541 <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 … … 9509 9545 </div> 9510 9546 <div class="refsect1" lang="en" xml:lang="en"> 9511 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00812"></a>9547 <a xmlns="http://www.w3.org/1999/xhtml" id="id575929"></a> 9512 9548 <div class="header">Description:</div> 9513 9549 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a … … 9529 9565 <div> 9530 9566 <div class="refsect1" lang="en" xml:lang="en"> 9531 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00870"></a>9567 <a xmlns="http://www.w3.org/1999/xhtml" id="id566272"></a> 9532 9568 <div class="header">Arguments and Values:</div> 9533 9569 <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 … … 9538 9574 </div> 9539 9575 <div class="refsect1" lang="en" xml:lang="en"> 9540 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00913"></a>9576 <a xmlns="http://www.w3.org/1999/xhtml" id="id566314"></a> 9541 9577 <div class="header">Description:</div> 9542 9578 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p> … … 9558 9594 <div> 9559 9595 <div class="refsect1" lang="en" xml:lang="en"> 9560 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00974"></a>9596 <a xmlns="http://www.w3.org/1999/xhtml" id="id566375"></a> 9561 9597 <div class="header">Arguments and Values:</div> 9562 9598 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p> … … 9575 9611 </div> 9576 9612 <div class="refsect1" lang="en" xml:lang="en"> 9577 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01064"></a>9613 <a xmlns="http://www.w3.org/1999/xhtml" id="id566466"></a> 9578 9614 <div class="header">Description:</div> 9579 9615 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are … … 9612 9648 <div> 9613 9649 <div class="refsect1" lang="en" xml:lang="en"> 9614 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499472"></a>9650 <a xmlns="http://www.w3.org/1999/xhtml" id="id566566"></a> 9615 9651 <div class="header">Arguments and Values:</div> 9616 9652 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p> … … 9627 9663 </div> 9628 9664 <div class="refsect1" lang="en" xml:lang="en"> 9629 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499575"></a>9665 <a xmlns="http://www.w3.org/1999/xhtml" id="id566668"></a> 9630 9666 <div class="header">Description:</div> 9631 9667 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p> … … 9646 9682 <div> 9647 9683 <div class="refsect1" lang="en" xml:lang="en"> 9648 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499636"></a>9684 <a xmlns="http://www.w3.org/1999/xhtml" id="id574300"></a> 9649 9685 <div class="header">Arguments and Values:</div> 9650 9686 <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> … … 9653 9689 </div> 9654 9690 <div class="refsect1" lang="en" xml:lang="en"> 9655 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499677"></a>9691 <a xmlns="http://www.w3.org/1999/xhtml" id="id574340"></a> 9656 9692 <div class="header">Description:</div> 9657 9693 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is … … 9674 9710 <div> 9675 9711 <div class="refsect1" lang="en" xml:lang="en"> 9676 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499735"></a>9712 <a xmlns="http://www.w3.org/1999/xhtml" id="id574399"></a> 9677 9713 <div class="header">Arguments and Values:</div> 9678 9714 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9679 9715 </div> 9680 9716 <div class="refsect1" lang="en" xml:lang="en"> 9681 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499762"></a>9717 <a xmlns="http://www.w3.org/1999/xhtml" id="id574425"></a> 9682 9718 <div class="header">Description:</div> 9683 9719 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or … … 9704 9740 <div> 9705 9741 <div class="refsect1" lang="en" xml:lang="en"> 9706 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499822"></a>9742 <a xmlns="http://www.w3.org/1999/xhtml" id="id574486"></a> 9707 9743 <div class="header">Arguments and Values:</div> 9708 9744 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9709 9745 </div> 9710 9746 <div class="refsect1" lang="en" xml:lang="en"> 9711 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499849"></a>9747 <a xmlns="http://www.w3.org/1999/xhtml" id="id574512"></a> 9712 9748 <div class="header">Description:</div> 9713 9749 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host, … … 9729 9765 <div> 9730 9766 <div class="refsect1" lang="en" xml:lang="en"> 9731 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499907"></a>9767 <a xmlns="http://www.w3.org/1999/xhtml" id="id574570"></a> 9732 9768 <div class="header">Arguments and Values:</div> 9733 9769 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9734 9770 </div> 9735 9771 <div class="refsect1" lang="en" xml:lang="en"> 9736 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499933"></a>9772 <a xmlns="http://www.w3.org/1999/xhtml" id="id574596"></a> 9737 9773 <div class="header">Description:</div> 9738 9774 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not … … 9754 9790 <div> 9755 9791 <div class="refsect1" lang="en" xml:lang="en"> 9756 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00006"></a>9792 <a xmlns="http://www.w3.org/1999/xhtml" id="id574654"></a> 9757 9793 <div class="header">Arguments and Values:</div> 9758 9794 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9759 9795 </div> 9760 9796 <div class="refsect1" lang="en" xml:lang="en"> 9761 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00032"></a>9797 <a xmlns="http://www.w3.org/1999/xhtml" id="id574680"></a> 9762 9798 <div class="header">Description:</div> 9763 9799 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p> … … 9778 9814 <div> 9779 9815 <div class="refsect1" lang="en" xml:lang="en"> 9780 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00089"></a>9816 <a xmlns="http://www.w3.org/1999/xhtml" id="id574737"></a> 9781 9817 <div class="header">Arguments and Values:</div> 9782 9818 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9783 9819 </div> 9784 9820 <div class="refsect1" lang="en" xml:lang="en"> 9785 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00115"></a>9821 <a xmlns="http://www.w3.org/1999/xhtml" id="id574763"></a> 9786 9822 <div class="header">Description:</div> 9787 9823 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p> … … 9802 9838 <div> 9803 9839 <div class="refsect1" lang="en" xml:lang="en"> 9804 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00173"></a>9840 <a xmlns="http://www.w3.org/1999/xhtml" id="id574820"></a> 9805 9841 <div class="header">Arguments and Values:</div> 9806 9842 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9807 9843 </div> 9808 9844 <div class="refsect1" lang="en" xml:lang="en"> 9809 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00199"></a>9845 <a xmlns="http://www.w3.org/1999/xhtml" id="id574846"></a> 9810 9846 <div class="header">Description:</div> 9811 9847 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p> … … 9826 9862 <div> 9827 9863 <div class="refsect1" lang="en" xml:lang="en"> 9828 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00256"></a>9864 <a xmlns="http://www.w3.org/1999/xhtml" id="id579738"></a> 9829 9865 <div class="header">Arguments and Values:</div> 9830 9866 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9831 9867 </div> 9832 9868 <div class="refsect1" lang="en" xml:lang="en"> 9833 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00282"></a>9869 <a xmlns="http://www.w3.org/1999/xhtml" id="id579764"></a> 9834 9870 <div class="header">Description:</div> 9835 9871 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for … … 9851 9887 <div> 9852 9888 <div class="refsect1" lang="en" xml:lang="en"> 9853 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00339"></a>9889 <a xmlns="http://www.w3.org/1999/xhtml" id="id579821"></a> 9854 9890 <div class="header">Arguments and Values:</div> 9855 9891 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9856 9892 </div> 9857 9893 <div class="refsect1" lang="en" xml:lang="en"> 9858 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00365"></a>9894 <a xmlns="http://www.w3.org/1999/xhtml" id="id579847"></a> 9859 9895 <div class="header">Description:</div> 9860 9896 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format … … 9876 9912 <div> 9877 9913 <div class="refsect1" lang="en" xml:lang="en"> 9878 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00423"></a>9914 <a xmlns="http://www.w3.org/1999/xhtml" id="id579904"></a> 9879 9915 <div class="header">Arguments and Values:</div> 9880 9916 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9881 9917 </div> 9882 9918 <div class="refsect1" lang="en" xml:lang="en"> 9883 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00449"></a>9919 <a xmlns="http://www.w3.org/1999/xhtml" id="id579930"></a> 9884 9920 <div class="header">Description:</div> 9885 9921 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and … … 9900 9936 <div> 9901 9937 <div class="refsect1" lang="en" xml:lang="en"> 9902 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00492"></a>9938 <a xmlns="http://www.w3.org/1999/xhtml" id="id579973"></a> 9903 9939 <div class="header">Description:</div> 9904 9940 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p> 9905 9941 </div> 9906 9942 <div class="refsect1" lang="en" xml:lang="en"> 9907 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00502"></a>9943 <a xmlns="http://www.w3.org/1999/xhtml" id="id579984"></a> 9908 9944 <div class="header">Superclasses:</div> 9909 9945 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p> … … 9924 9960 <div> 9925 9961 <div class="refsect1" lang="en" xml:lang="en"> 9926 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00560"></a>9962 <a xmlns="http://www.w3.org/1999/xhtml" id="id580042"></a> 9927 9963 <div class="header">Arguments and Values:</div> 9928 9964 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 9929 9965 </div> 9930 9966 <div class="refsect1" lang="en" xml:lang="en"> 9931 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 00586"></a>9967 <a xmlns="http://www.w3.org/1999/xhtml" id="id580068"></a> 9932 9968 <div class="header">Description:</div> 9933 9969 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p> … … 9948 9984 <div> 9949 9985 <div class="refsect1" lang="en" xml:lang="en"> 9950 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04801"></a>9986 <a xmlns="http://www.w3.org/1999/xhtml" id="id580125"></a> 9951 9987 <div class="header">Arguments and Values:</div> 9952 9988 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 9953 9989 </div> 9954 9990 <div class="refsect1" lang="en" xml:lang="en"> 9955 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04828"></a>9991 <a xmlns="http://www.w3.org/1999/xhtml" id="id580152"></a> 9956 9992 <div class="header">Description:</div> 9957 9993 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more … … 9977 10013 <div> 9978 10014 <div class="refsect1" lang="en" xml:lang="en"> 9979 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04891"></a>10015 <a xmlns="http://www.w3.org/1999/xhtml" id="id580215"></a> 9980 10016 <div class="header">Arguments and Values:</div> 9981 10017 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 9982 10018 </div> 9983 10019 <div class="refsect1" lang="en" xml:lang="en"> 9984 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04917"></a>10020 <a xmlns="http://www.w3.org/1999/xhtml" id="id580241"></a> 9985 10021 <div class="header">Description:</div> 9986 10022 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On … … 10003 10039 <div> 10004 10040 <div class="refsect1" lang="en" xml:lang="en"> 10005 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04978"></a>10041 <a xmlns="http://www.w3.org/1999/xhtml" id="id574887"></a> 10006 10042 <div class="header">Arguments and Values:</div> 10007 10043 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p> … … 10014 10050 </div> 10015 10051 <div class="refsect1" lang="en" xml:lang="en"> 10016 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 05021"></a>10052 <a xmlns="http://www.w3.org/1999/xhtml" id="id574930"></a> 10017 10053 <div class="header">Description:</div> 10018 10054 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It … … 10035 10071 <div> 10036 10072 <div class="refsect1" lang="en" xml:lang="en"> 10037 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 05084"></a>10073 <a xmlns="http://www.w3.org/1999/xhtml" id="id574992"></a> 10038 10074 <div class="header">Arguments and Values:</div> 10039 10075 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p> … … 10042 10078 </div> 10043 10079 <div class="refsect1" lang="en" xml:lang="en"> 10044 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 05139"></a>10080 <a xmlns="http://www.w3.org/1999/xhtml" id="id575048"></a> 10045 10081 <div class="header">Description:</div> 10046 10082 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying … … 10174 10210 <div> 10175 10211 <div class="refsect1" lang="en" xml:lang="en"> 10176 <a xmlns="http://www.w3.org/1999/xhtml" id="id 471611"></a>10212 <a xmlns="http://www.w3.org/1999/xhtml" id="id534439"></a> 10177 10213 <div class="header">Arguments and Values:</div> 10178 10214 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file. … … 10225 10261 </div> 10226 10262 <div class="refsect1" lang="en" xml:lang="en"> 10227 <a xmlns="http://www.w3.org/1999/xhtml" id="id 491192"></a>10263 <a xmlns="http://www.w3.org/1999/xhtml" id="id566074"></a> 10228 10264 <div class="header">Description:</div> 10229 10265 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process, … … 10245 10281 <div> 10246 10282 <div class="refsect1" lang="en" xml:lang="en"> 10247 <a xmlns="http://www.w3.org/1999/xhtml" id="id 491251"></a>10283 <a xmlns="http://www.w3.org/1999/xhtml" id="id566133"></a> 10248 10284 <div class="header">Arguments and Values:</div> 10249 10285 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> … … 10251 10287 </div> 10252 10288 <div class="refsect1" lang="en" xml:lang="en"> 10253 <a xmlns="http://www.w3.org/1999/xhtml" id="id 466013"></a>10289 <a xmlns="http://www.w3.org/1999/xhtml" id="id566174"></a> 10254 10290 <div class="header">Description:</div> 10255 10291 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified … … 10274 10310 <div> 10275 10311 <div class="refsect1" lang="en" xml:lang="en"> 10276 <a xmlns="http://www.w3.org/1999/xhtml" id="id 466074"></a>10312 <a xmlns="http://www.w3.org/1999/xhtml" id="id540839"></a> 10277 10313 <div class="header">Arguments and Values:</div> 10278 10314 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10279 10315 </div> 10280 10316 <div class="refsect1" lang="en" xml:lang="en"> 10281 <a xmlns="http://www.w3.org/1999/xhtml" id="id 466100"></a>10317 <a xmlns="http://www.w3.org/1999/xhtml" id="id540865"></a> 10282 10318 <div class="header">Description:</div> 10283 10319 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to … … 10301 10337 <div> 10302 10338 <div class="refsect1" lang="en" xml:lang="en"> 10303 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01465"></a>10339 <a xmlns="http://www.w3.org/1999/xhtml" id="id565973"></a> 10304 10340 <div class="header">Arguments and Values:</div> 10305 10341 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10306 10342 </div> 10307 10343 <div class="refsect1" lang="en" xml:lang="en"> 10308 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 01491"></a>10344 <a xmlns="http://www.w3.org/1999/xhtml" id="id565998"></a> 10309 10345 <div class="header">Description:</div> 10310 10346 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to … … 10327 10363 <div> 10328 10364 <div class="refsect1" lang="en" xml:lang="en"> 10329 <a xmlns="http://www.w3.org/1999/xhtml" id="id 492634"></a>10365 <a xmlns="http://www.w3.org/1999/xhtml" id="id566059"></a> 10330 10366 <div class="header">Arguments and Values:</div> 10331 10367 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10332 10368 </div> 10333 10369 <div class="refsect1" lang="en" xml:lang="en"> 10334 <a xmlns="http://www.w3.org/1999/xhtml" id="id 492660"></a>10370 <a xmlns="http://www.w3.org/1999/xhtml" id="id567428"></a> 10335 10371 <div class="header">Description:</div> 10336 10372 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to … … 10354 10390 <div> 10355 10391 <div class="refsect1" lang="en" xml:lang="en"> 10356 <a xmlns="http://www.w3.org/1999/xhtml" id="id 492721"></a>10392 <a xmlns="http://www.w3.org/1999/xhtml" id="id567488"></a> 10357 10393 <div class="header">Arguments and Values:</div> 10358 10394 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10359 10395 </div> 10360 10396 <div class="refsect1" lang="en" xml:lang="en"> 10361 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444774"></a>10397 <a xmlns="http://www.w3.org/1999/xhtml" id="id567514"></a> 10362 10398 <div class="header">Description:</div> 10363 10399 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to … … 10381 10417 <div> 10382 10418 <div class="refsect1" lang="en" xml:lang="en"> 10383 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444835"></a>10419 <a xmlns="http://www.w3.org/1999/xhtml" id="id519601"></a> 10384 10420 <div class="header">Arguments and Values:</div> 10385 10421 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10386 10422 </div> 10387 10423 <div class="refsect1" lang="en" xml:lang="en"> 10388 <a xmlns="http://www.w3.org/1999/xhtml" id="id 444860"></a>10424 <a xmlns="http://www.w3.org/1999/xhtml" id="id519627"></a> 10389 10425 <div class="header">Description:</div> 10390 10426 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status … … 10416 10452 <dt> 10417 10453 <span class="sect2"> 10418 <a href="#id 456610">9.1.1. Stream External Format</a>10454 <a href="#id540140">9.1.1. Stream External Format</a> 10419 10455 </span> 10420 10456 </dt> … … 10484 10520 <div> 10485 10521 <div> 10486 <h3 class="title"><a id="id 456610"></a>9.1.1. Stream External Format</h3>10522 <h3 class="title"><a id="id540140"></a>9.1.1. Stream External Format</h3> 10487 10523 </div> 10488 10524 </div> … … 10647 10683 </div> 10648 10684 </div> 10649 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451166" class="indexterm"></a>10650 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451176" class="indexterm"></a>10651 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451186" class="indexterm"></a>10652 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451195" class="indexterm"></a>10653 <a xmlns="http://www.w3.org/1999/xhtml" id="id 451205" class="indexterm"></a>10654 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04439" class="indexterm"></a>10685 <a xmlns="http://www.w3.org/1999/xhtml" id="id576081" class="indexterm"></a> 10686 <a xmlns="http://www.w3.org/1999/xhtml" id="id576091" class="indexterm"></a> 10687 <a xmlns="http://www.w3.org/1999/xhtml" id="id576101" class="indexterm"></a> 10688 <a xmlns="http://www.w3.org/1999/xhtml" id="id576110" class="indexterm"></a> 10689 <a xmlns="http://www.w3.org/1999/xhtml" id="id579039" class="indexterm"></a> 10690 <a xmlns="http://www.w3.org/1999/xhtml" id="id579049" class="indexterm"></a> 10655 10691 <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has 10656 10692 attributes and accessors: … … 10705 10741 <div> 10706 10742 <div class="refsect1" lang="en" xml:lang="en"> 10707 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04604"></a>10743 <a xmlns="http://www.w3.org/1999/xhtml" id="id579214"></a> 10708 10744 <div class="header">Values:</div> 10709 10745 <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 … … 10712 10748 </div> 10713 10749 <div class="refsect1" lang="en" xml:lang="en"> 10714 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04631"></a>10750 <a xmlns="http://www.w3.org/1999/xhtml" id="id579241"></a> 10715 10751 <div class="header">Description:</div> 10716 10752 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p> 10717 10753 </div> 10718 10754 <div class="refsect1" lang="en" xml:lang="en"> 10719 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 04642"></a>10755 <a xmlns="http://www.w3.org/1999/xhtml" id="id579252"></a> 10720 10756 <div class="header">See Also:</div> 10721 10757 <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> … … 10740 10776 <div> 10741 10777 <div class="refsect1" lang="en" xml:lang="en"> 10742 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10197"></a>10778 <a xmlns="http://www.w3.org/1999/xhtml" id="id579333"></a> 10743 10779 <div class="header">Arguments:</div> 10744 10780 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10745 10781 </div> 10746 10782 <div class="refsect1" lang="en" xml:lang="en"> 10747 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10223"></a>10783 <a xmlns="http://www.w3.org/1999/xhtml" id="id579359"></a> 10748 10784 <div class="header">Description:</div> 10749 10785 <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open … … 10754 10790 </div> 10755 10791 <div class="refsect1" lang="en" xml:lang="en"> 10756 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10242"></a>10792 <a xmlns="http://www.w3.org/1999/xhtml" id="id584949"></a> 10757 10793 <div class="header">See Also:</div> 10758 10794 <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> … … 10777 10813 <div> 10778 10814 <div class="refsect1" lang="en" xml:lang="en"> 10779 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10323"></a>10815 <a xmlns="http://www.w3.org/1999/xhtml" id="id585030"></a> 10780 10816 <div class="header">Arguments:</div> 10781 10817 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10782 10818 </div> 10783 10819 <div class="refsect1" lang="en" xml:lang="en"> 10784 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10349"></a>10820 <a xmlns="http://www.w3.org/1999/xhtml" id="id585056"></a> 10785 10821 <div class="header">Description:</div> 10786 10822 <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file … … 10791 10827 </div> 10792 10828 <div class="refsect1" lang="en" xml:lang="en"> 10793 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10368"></a>10829 <a xmlns="http://www.w3.org/1999/xhtml" id="id585075"></a> 10794 10830 <div class="header">See Also:</div> 10795 10831 <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> … … 11224 11260 <div> 11225 11261 <div class="refsect1" lang="en" xml:lang="en"> 11226 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 10955"></a>11262 <a xmlns="http://www.w3.org/1999/xhtml" id="id585662"></a> 11227 11263 <div class="header">Arguments and Values:</div> 11228 11264 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p> … … 11235 11271 </div> 11236 11272 <div class="refsect1" lang="en" xml:lang="en"> 11237 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11013"></a>11273 <a xmlns="http://www.w3.org/1999/xhtml" id="id585720"></a> 11238 11274 <div class="header">Description:</div> 11239 11275 <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the … … 11256 11292 <div> 11257 11293 <div class="refsect1" lang="en" xml:lang="en"> 11258 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11072"></a>11294 <a xmlns="http://www.w3.org/1999/xhtml" id="id585779"></a> 11259 11295 <div class="header">Arguments and Values:</div> 11260 11296 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p> … … 11267 11303 </div> 11268 11304 <div class="refsect1" lang="en" xml:lang="en"> 11269 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11130"></a>11305 <a xmlns="http://www.w3.org/1999/xhtml" id="id585838"></a> 11270 11306 <div class="header">Description:</div> 11271 11307 <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to … … 11287 11323 <div> 11288 11324 <div class="refsect1" lang="en" xml:lang="en"> 11289 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11189"></a>11325 <a xmlns="http://www.w3.org/1999/xhtml" id="id585896"></a> 11290 11326 <div class="header">Arguments and Values:</div> 11291 11327 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p> … … 11303 11339 </div> 11304 11340 <div class="refsect1" lang="en" xml:lang="en"> 11305 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11264"></a>11341 <a xmlns="http://www.w3.org/1999/xhtml" id="id585971"></a> 11306 11342 <div class="header">Description:</div> 11307 11343 <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into … … 11326 11362 <div> 11327 11363 <div class="refsect1" lang="en" xml:lang="en"> 11328 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11324"></a>11364 <a xmlns="http://www.w3.org/1999/xhtml" id="id586031"></a> 11329 11365 <div class="header">Arguments and Values:</div> 11330 11366 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p> … … 11342 11378 </div> 11343 11379 <div class="refsect1" lang="en" xml:lang="en"> 11344 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11400"></a>11380 <a xmlns="http://www.w3.org/1999/xhtml" id="id586107"></a> 11345 11381 <div class="header">Description:</div> 11346 11382 <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream, … … 11364 11400 <div> 11365 11401 <div class="refsect1" lang="en" xml:lang="en"> 11366 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11459"></a>11402 <a xmlns="http://www.w3.org/1999/xhtml" id="id586166"></a> 11367 11403 <div class="header">Method Signatures:</div> 11368 11404 <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i> … … 11370 11406 </div> 11371 11407 <div class="refsect1" lang="en" xml:lang="en"> 11372 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11478"></a>11408 <a xmlns="http://www.w3.org/1999/xhtml" id="id586185"></a> 11373 11409 <div class="header">Arguments and Values:</div> 11374 11410 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p> … … 11381 11417 </div> 11382 11418 <div class="refsect1" lang="en" xml:lang="en"> 11383 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11543"></a>11419 <a xmlns="http://www.w3.org/1999/xhtml" id="id586250"></a> 11384 11420 <div class="header">Description:</div> 11385 11421 <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with … … 11405 11441 <div> 11406 11442 <div class="refsect1" lang="en" xml:lang="en"> 11407 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11612"></a>11443 <a xmlns="http://www.w3.org/1999/xhtml" id="id586320"></a> 11408 11444 <div class="header">Description:</div> 11409 11445 <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector, … … 11412 11448 </div> 11413 11449 <div class="refsect1" lang="en" xml:lang="en"> 11414 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11625"></a>11450 <a xmlns="http://www.w3.org/1999/xhtml" id="id586332"></a> 11415 11451 <div class="header">Arguments:</div> 11416 11452 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11437 11473 <div> 11438 11474 <div class="refsect1" lang="en" xml:lang="en"> 11439 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11744"></a>11475 <a xmlns="http://www.w3.org/1999/xhtml" id="id586451"></a> 11440 11476 <div class="header">Description:</div> 11441 11477 <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at … … 11443 11479 </div> 11444 11480 <div class="refsect1" lang="en" xml:lang="en"> 11445 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11756"></a>11481 <a xmlns="http://www.w3.org/1999/xhtml" id="id586463"></a> 11446 11482 <div class="header">Arguments:</div> 11447 11483 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11453 11489 </div> 11454 11490 <div class="refsect1" lang="en" xml:lang="en"> 11455 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11828"></a>11491 <a xmlns="http://www.w3.org/1999/xhtml" id="id586535"></a> 11456 11492 <div class="header">Examples:</div> 11457 11493 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 12619 12655 </div> 12620 12656 <p xmlns="http://www.w3.org/1999/xhtml"> 12621 <a id="id 457534" class="indexterm"></a>12657 <a id="id575424" class="indexterm"></a> 12622 12658 <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> [Variable]</strong></span> 12623 12659 </p> … … 12625 12661 configuration file created by the "Config Editor" in Shark.app.</p> 12626 12662 <p xmlns="http://www.w3.org/1999/xhtml"> 12627 <a id="id 457559" class="indexterm"></a>12663 <a id="id575450" class="indexterm"></a> 12628 12664 <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&key</em> (reset nil) (debug-output nil) [Macro]</strong></span> 12629 12665 </p> … … 13715 13751 <div> 13716 13752 <div> 13717 <h4 class="title"><a id="id5 14186"></a>12.3.2.4. %int-to-ptr [Function]</h4>13753 <h4 class="title"><a id="id588713"></a>12.3.2.4. %int-to-ptr [Function]</h4> 13718 13754 </div> 13719 13755 </div> … … 13756 13792 <div> 13757 13793 <div> 13758 <h4 class="title"><a id="id5 14261"></a>12.3.2.5. %inc-ptr [Function]</h4>13794 <h4 class="title"><a id="id588787"></a>12.3.2.5. %inc-ptr [Function]</h4> 13759 13795 </div> 13760 13796 </div> … … 13806 13842 <div> 13807 13843 <div> 13808 <h4 class="title"><a id="id5 14352"></a>12.3.2.6. %ptr-to-int [Function]</h4>13844 <h4 class="title"><a id="id588879"></a>12.3.2.6. %ptr-to-int [Function]</h4> 13809 13845 </div> 13810 13846 </div> … … 13848 13884 <div> 13849 13885 <div> 13850 <h4 class="title"><a id="id5 14427"></a>12.3.2.7. %null-ptr [Macro]</h4>13886 <h4 class="title"><a id="id588953"></a>12.3.2.7. %null-ptr [Macro]</h4> 13851 13887 </div> 13852 13888 </div> … … 13873 13909 <div> 13874 13910 <div> 13875 <h4 class="title"><a id="id5 14468"></a>12.3.2.8. %null-ptr-p [Function]</h4>13911 <h4 class="title"><a id="id588994"></a>12.3.2.8. %null-ptr-p [Function]</h4> 13876 13912 </div> 13877 13913 </div> … … 13915 13951 <div> 13916 13952 <div> 13917 <h4 class="title"><a id="id5 14543"></a>12.3.2.9. %setf-macptr [Function]</h4>13953 <h4 class="title"><a id="id589070"></a>12.3.2.9. %setf-macptr [Function]</h4> 13918 13954 </div> 13919 13955 </div> … … 13963 13999 <div> 13964 14000 <div> 13965 <h4 class="title"><a id="id5 14634"></a>12.3.2.10. %incf-ptr [Macro]</h4>14001 <h4 class="title"><a id="id589160"></a>12.3.2.10. %incf-ptr [Macro]</h4> 13966 14002 </div> 13967 14003 </div> … … 14011 14047 <div> 14012 14048 <div> 14013 <h4 class="title"><a id="id5 14724"></a>12.3.2.11. with-macptrs [Macro]</h4>14049 <h4 class="title"><a id="id589251"></a>12.3.2.11. with-macptrs [Macro]</h4> 14014 14050 </div> 14015 14051 </div> … … 14061 14097 <div> 14062 14098 <div> 14063 <h4 class="title"><a id="id5 14816"></a>12.3.2.12. %stack-block [Macro]</h4>14099 <h4 class="title"><a id="id589342"></a>12.3.2.12. %stack-block [Macro]</h4> 14064 14100 </div> 14065 14101 </div> … … 14112 14148 <div> 14113 14149 <div> 14114 <h4 class="title"><a id="id5 14908"></a>12.3.2.13. make-cstring [Function]</h4>14150 <h4 class="title"><a id="id589434"></a>12.3.2.13. make-cstring [Function]</h4> 14115 14151 </div> 14116 14152 </div> … … 14155 14191 <div> 14156 14192 <div> 14157 <h4 class="title"><a id="id5 14984"></a>12.3.2.14. with-cstrs [Macro]</h4>14193 <h4 class="title"><a id="id589510"></a>12.3.2.14. with-cstrs [Macro]</h4> 14158 14194 </div> 14159 14195 </div> … … 14205 14241 <div> 14206 14242 <div> 14207 <h4 class="title"><a id="id5 15076"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4>14243 <h4 class="title"><a id="id589602"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4> 14208 14244 </div> 14209 14245 </div> … … 14268 14304 <div> 14269 14305 <div> 14270 <h4 class="title"><a id="id5 15199"></a>12.3.2.16. %get-cstring [Function]</h4>14306 <h4 class="title"><a id="id589725"></a>12.3.2.16. %get-cstring [Function]</h4> 14271 14307 </div> 14272 14308 </div> … … 14310 14346 <div> 14311 14347 <div> 14312 <h4 class="title"><a id="id 531000"></a>12.3.2.17. %str-from-ptr [Function]</h4>14348 <h4 class="title"><a id="id605924"></a>12.3.2.17. %str-from-ptr [Function]</h4> 14313 14349 </div> 14314 14350 </div> … … 15756 15792 <div> 15757 15793 <div class="refsect1" lang="en" xml:lang="en"> 15758 <a xmlns="http://www.w3.org/1999/xhtml" id="id 532954"></a>15794 <a xmlns="http://www.w3.org/1999/xhtml" id="id607878"></a> 15759 15795 <div class="header">Description:</div> 15760 15796 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE* … … 15808 15844 <div> 15809 15845 <div class="refsect1" lang="en" xml:lang="en"> 15810 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533060"></a>15846 <a xmlns="http://www.w3.org/1999/xhtml" id="id607984"></a> 15811 15847 <div class="header">Description:</div> 15812 15848 <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 … … 15867 15903 <div> 15868 15904 <div class="refsect1" lang="en" xml:lang="en"> 15869 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533177"></a>15905 <a xmlns="http://www.w3.org/1999/xhtml" id="id608102"></a> 15870 15906 <div class="header">Description:</div> 15871 15907 <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 … … 15914 15950 <div> 15915 15951 <div class="refsect1" lang="en" xml:lang="en"> 15916 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533260"></a>15952 <a xmlns="http://www.w3.org/1999/xhtml" id="id608184"></a> 15917 15953 <div class="header">Description:</div> 15918 15954 <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 … … 16017 16053 <div> 16018 16054 <div class="refsect1" lang="en" xml:lang="en"> 16019 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533399"></a>16055 <a xmlns="http://www.w3.org/1999/xhtml" id="id608323"></a> 16020 16056 <div class="header">Description:</div> 16021 16057 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #> reader macro reads … … 16046 16082 <div> 16047 16083 <div class="refsect1" lang="en" xml:lang="en"> 16048 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533473"></a>16084 <a xmlns="http://www.w3.org/1999/xhtml" id="id608398"></a> 16049 16085 <div class="header">Values:</div> 16050 16086 <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 … … 16053 16089 </div> 16054 16090 <div class="refsect1" lang="en" xml:lang="en"> 16055 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533510"></a>16091 <a xmlns="http://www.w3.org/1999/xhtml" id="id608434"></a> 16056 16092 <div class="header">Description:</div> 16057 16093 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the … … 16082 16118 <div> 16083 16119 <div class="refsect1" lang="en" xml:lang="en"> 16084 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533586"></a>16120 <a xmlns="http://www.w3.org/1999/xhtml" id="id608510"></a> 16085 16121 <div class="header">Values:</div> 16086 16122 <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> … … 16099 16135 </div> 16100 16136 <div class="refsect1" lang="en" xml:lang="en"> 16101 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533657"></a>16137 <a xmlns="http://www.w3.org/1999/xhtml" id="id608581"></a> 16102 16138 <div class="header">Description:</div> 16103 16139 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em> … … 16135 16171 <div> 16136 16172 <div class="refsect1" lang="en" xml:lang="en"> 16137 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533736"></a>16173 <a xmlns="http://www.w3.org/1999/xhtml" id="id608660"></a> 16138 16174 <div class="header">Values:</div> 16139 16175 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain … … 16143 16179 </div> 16144 16180 <div class="refsect1" lang="en" xml:lang="en"> 16145 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533778"></a>16181 <a xmlns="http://www.w3.org/1999/xhtml" id="id608702"></a> 16146 16182 <div class="header">Description:</div> 16147 16183 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the … … 16177 16213 <div> 16178 16214 <div class="refsect1" lang="en" xml:lang="en"> 16179 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533850"></a>16215 <a xmlns="http://www.w3.org/1999/xhtml" id="id608774"></a> 16180 16216 <div class="header">Values:</div> 16181 16217 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>--- … … 16190 16226 </div> 16191 16227 <div class="refsect1" lang="en" xml:lang="en"> 16192 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533891"></a>16228 <a xmlns="http://www.w3.org/1999/xhtml" id="id608815"></a> 16193 16229 <div class="header">Description:</div> 16194 16230 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for … … 16218 16254 <div> 16219 16255 <div class="refsect1" lang="en" xml:lang="en"> 16220 <a xmlns="http://www.w3.org/1999/xhtml" id="id 533960"></a>16256 <a xmlns="http://www.w3.org/1999/xhtml" id="id608884"></a> 16221 16257 <div class="header">Values:</div> 16222 16258 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p> … … 16231 16267 </div> 16232 16268 <div class="refsect1" lang="en" xml:lang="en"> 16233 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534033"></a>16269 <a xmlns="http://www.w3.org/1999/xhtml" id="id608958"></a> 16234 16270 <div class="header">Description:</div> 16235 16271 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by … … 16258 16294 <div> 16259 16295 <div class="refsect1" lang="en" xml:lang="en"> 16260 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534093"></a>16296 <a xmlns="http://www.w3.org/1999/xhtml" id="id609017"></a> 16261 16297 <div class="header">Values:</div> 16262 16298 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16269 16305 </div> 16270 16306 <div class="refsect1" lang="en" xml:lang="en"> 16271 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534156"></a>16307 <a xmlns="http://www.w3.org/1999/xhtml" id="id609080"></a> 16272 16308 <div class="header">Description:</div> 16273 16309 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16295 16331 <div> 16296 16332 <div class="refsect1" lang="en" xml:lang="en"> 16297 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534215"></a>16333 <a xmlns="http://www.w3.org/1999/xhtml" id="id609139"></a> 16298 16334 <div class="header">Values:</div> 16299 16335 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16308 16344 </div> 16309 16345 <div class="refsect1" lang="en" xml:lang="en"> 16310 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534288"></a>16346 <a xmlns="http://www.w3.org/1999/xhtml" id="id609212"></a> 16311 16347 <div class="header">Description:</div> 16312 16348 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16333 16369 <div> 16334 16370 <div class="refsect1" lang="en" xml:lang="en"> 16335 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534344"></a>16371 <a xmlns="http://www.w3.org/1999/xhtml" id="id609268"></a> 16336 16372 <div class="header">Values:</div> 16337 16373 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16338 16374 </div> 16339 16375 <div class="refsect1" lang="en" xml:lang="en"> 16340 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534366"></a>16376 <a xmlns="http://www.w3.org/1999/xhtml" id="id609291"></a> 16341 16377 <div class="header">Description:</div> 16342 16378 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol … … 16361 16397 <div> 16362 16398 <div class="refsect1" lang="en" xml:lang="en"> 16363 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534426"></a>16399 <a xmlns="http://www.w3.org/1999/xhtml" id="id609350"></a> 16364 16400 <div class="header">Values:</div> 16365 16401 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16366 16402 </div> 16367 16403 <div class="refsect1" lang="en" xml:lang="en"> 16368 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534448"></a>16404 <a xmlns="http://www.w3.org/1999/xhtml" id="id609372"></a> 16369 16405 <div class="header">Description:</div> 16370 16406 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If … … 16388 16424 <div> 16389 16425 <div class="refsect1" lang="en" xml:lang="en"> 16390 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534502"></a>16426 <a xmlns="http://www.w3.org/1999/xhtml" id="id609426"></a> 16391 16427 <div class="header">Values:</div> 16392 16428 <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 … … 16394 16430 </div> 16395 16431 <div class="refsect1" lang="en" xml:lang="en"> 16396 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534528"></a>16432 <a xmlns="http://www.w3.org/1999/xhtml" id="id609452"></a> 16397 16433 <div class="header">Description:</div> 16398 16434 <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> … … 16426 16462 <div> 16427 16463 <div class="refsect1" lang="en" xml:lang="en"> 16428 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534621"></a>16464 <a xmlns="http://www.w3.org/1999/xhtml" id="id609545"></a> 16429 16465 <div class="header">Values:</div> 16430 16466 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p> … … 16441 16477 </div> 16442 16478 <div class="refsect1" lang="en" xml:lang="en"> 16443 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534696"></a>16479 <a xmlns="http://www.w3.org/1999/xhtml" id="id609620"></a> 16444 16480 <div class="header">Description:</div> 16445 16481 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16476 16512 <div> 16477 16513 <div class="refsect1" lang="en" xml:lang="en"> 16478 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534768"></a>16514 <a xmlns="http://www.w3.org/1999/xhtml" id="id609692"></a> 16479 16515 <div class="header">Values:</div> 16480 16516 <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 … … 16493 16529 </div> 16494 16530 <div class="refsect1" lang="en" xml:lang="en"> 16495 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534835"></a>16531 <a xmlns="http://www.w3.org/1999/xhtml" id="id609760"></a> 16496 16532 <div class="header">Description:</div> 16497 16533 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16542 16578 <div> 16543 16579 <div class="refsect1" lang="en" xml:lang="en"> 16544 <a xmlns="http://www.w3.org/1999/xhtml" id="id 534958"></a>16580 <a xmlns="http://www.w3.org/1999/xhtml" id="id609882"></a> 16545 16581 <div class="header">Values:</div> 16546 16582 <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 … … 16556 16592 </div> 16557 16593 <div class="refsect1" lang="en" xml:lang="en"> 16558 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535016"></a>16594 <a xmlns="http://www.w3.org/1999/xhtml" id="id609940"></a> 16559 16595 <div class="header">Description:</div> 16560 16596 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16597 16633 </div> 16598 16634 <div class="refsect1" lang="en" xml:lang="en"> 16599 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535105"></a>16635 <a xmlns="http://www.w3.org/1999/xhtml" id="id610029"></a> 16600 16636 <div class="header">Notes:</div> 16601 16637 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16630 16666 <div> 16631 16667 <div class="refsect1" lang="en" xml:lang="en"> 16632 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535189"></a>16668 <a xmlns="http://www.w3.org/1999/xhtml" id="id610113"></a> 16633 16669 <div class="header">Values:</div> 16634 16670 <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 … … 16638 16674 </div> 16639 16675 <div class="refsect1" lang="en" xml:lang="en"> 16640 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535229"></a>16676 <a xmlns="http://www.w3.org/1999/xhtml" id="id610153"></a> 16641 16677 <div class="header">Description:</div> 16642 16678 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can … … 16649 16685 </div> 16650 16686 <div class="refsect1" lang="en" xml:lang="en"> 16651 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535244"></a>16687 <a xmlns="http://www.w3.org/1999/xhtml" id="id610169"></a> 16652 16688 <div class="header">Examples:</div> 16653 16689 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple. … … 16684 16720 </div> 16685 16721 <div class="refsect1" lang="en" xml:lang="en"> 16686 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535265"></a>16722 <a xmlns="http://www.w3.org/1999/xhtml" id="id610189"></a> 16687 16723 <div class="header">Notes:</div> 16688 16724 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give … … 16707 16743 <div> 16708 16744 <div class="refsect1" lang="en" xml:lang="en"> 16709 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535323"></a>16745 <a xmlns="http://www.w3.org/1999/xhtml" id="id610247"></a> 16710 16746 <div class="header">Values:</div> 16711 16747 <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="12.3. Referencing and Using Foreign Memory Addresses">a MACPTR</a>.</p> … … 16715 16751 </div> 16716 16752 <div class="refsect1" lang="en" xml:lang="en"> 16717 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535367"></a>16753 <a xmlns="http://www.w3.org/1999/xhtml" id="id610291"></a> 16718 16754 <div class="header">Description:</div> 16719 16755 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of … … 16741 16777 <div> 16742 16778 <div class="refsect1" lang="en" xml:lang="en"> 16743 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535432"></a>16779 <a xmlns="http://www.w3.org/1999/xhtml" id="id610356"></a> 16744 16780 <div class="header">Values:</div> 16745 16781 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL … … 16747 16783 </div> 16748 16784 <div class="refsect1" lang="en" xml:lang="en"> 16749 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535455"></a>16785 <a xmlns="http://www.w3.org/1999/xhtml" id="id610380"></a> 16750 16786 <div class="header">Description:</div> 16751 16787 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT … … 16770 16806 <div> 16771 16807 <div class="refsect1" lang="en" xml:lang="en"> 16772 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535526"></a>16808 <a xmlns="http://www.w3.org/1999/xhtml" id="id610451"></a> 16773 16809 <div class="header">Values:</div> 16774 16810 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 16778 16814 </div> 16779 16815 <div class="refsect1" lang="en" xml:lang="en"> 16780 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535578"></a>16816 <a xmlns="http://www.w3.org/1999/xhtml" id="id610502"></a> 16781 16817 <div class="header">Description:</div> 16782 16818 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 16808 16844 <div> 16809 16845 <div class="refsect1" lang="en" xml:lang="en"> 16810 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535658"></a>16846 <a xmlns="http://www.w3.org/1999/xhtml" id="id610583"></a> 16811 16847 <div class="header">Values:</div> 16812 16848 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 16815 16851 </div> 16816 16852 <div class="refsect1" lang="en" xml:lang="en"> 16817 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535706"></a>16853 <a xmlns="http://www.w3.org/1999/xhtml" id="id610631"></a> 16818 16854 <div class="header">Description:</div> 16819 16855 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is … … 16842 16878 <div> 16843 16879 <div class="refsect1" lang="en" xml:lang="en"> 16844 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535774"></a>16880 <a xmlns="http://www.w3.org/1999/xhtml" id="id610698"></a> 16845 16881 <div class="header">Values:</div> 16846 16882 <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 … … 16850 16886 </div> 16851 16887 <div class="refsect1" lang="en" xml:lang="en"> 16852 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535802"></a>16888 <a xmlns="http://www.w3.org/1999/xhtml" id="id610726"></a> 16853 16889 <div class="header">Description:</div> 16854 16890 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16887 16923 </div> 16888 16924 <div class="refsect1" lang="en" xml:lang="en"> 16889 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535859"></a>16925 <a xmlns="http://www.w3.org/1999/xhtml" id="id610783"></a> 16890 16926 <div class="header">Example:</div> 16891 16927 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 16901 16937 </div> 16902 16938 <div class="refsect1" lang="en" xml:lang="en"> 16903 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535873"></a>16939 <a xmlns="http://www.w3.org/1999/xhtml" id="id610797"></a> 16904 16940 <div class="header">See Also:</div> 16905 16941 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 16923 16959 <div> 16924 16960 <div class="refsect1" lang="en" xml:lang="en"> 16925 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535933"></a>16961 <a xmlns="http://www.w3.org/1999/xhtml" id="id610857"></a> 16926 16962 <div class="header">Values:</div> 16927 16963 <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 … … 16930 16966 </div> 16931 16967 <div class="refsect1" lang="en" xml:lang="en"> 16932 <a xmlns="http://www.w3.org/1999/xhtml" id="id 535957"></a>16968 <a xmlns="http://www.w3.org/1999/xhtml" id="id610881"></a> 16933 16969 <div class="header">Description:</div> 16934 16970 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by … … 16954 16990 <div> 16955 16991 <div class="refsect1" lang="en" xml:lang="en"> 16956 <a xmlns="http://www.w3.org/1999/xhtml" id="id 536017"></a>16992 <a xmlns="http://www.w3.org/1999/xhtml" id="id610941"></a> 16957 16993 <div class="header">Values:</div> 16958 16994 <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 … … 16961 16997 </div> 16962 16998 <div class="refsect1" lang="en" xml:lang="en"> 16963 <a xmlns="http://www.w3.org/1999/xhtml" id="id 536040"></a>16999 <a xmlns="http://www.w3.org/1999/xhtml" id="id610965"></a> 16964 17000 <div class="header">Description:</div> 16965 17001 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by … … 16983 17019 </div> 16984 17020 <div class="refsect1" lang="en" xml:lang="en"> 16985 <a xmlns="http://www.w3.org/1999/xhtml" id="id 536079"></a>17021 <a xmlns="http://www.w3.org/1999/xhtml" id="id611003"></a> 16986 17022 <div class="header">Examples:</div> 16987 17023 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be … … 18636 18672 <div> 18637 18673 <div class="refsect1" lang="en" xml:lang="en"> 18638 <a xmlns="http://www.w3.org/1999/xhtml" id="id 527451"></a>18674 <a xmlns="http://www.w3.org/1999/xhtml" id="id603780"></a> 18639 18675 <div class="header">Arguments and Values:</div> 18640 18676 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing … … 18646 18682 </div> 18647 18683 <div class="refsect1" lang="en" xml:lang="en"> 18648 <a xmlns="http://www.w3.org/1999/xhtml" id="id 527496"></a>18684 <a xmlns="http://www.w3.org/1999/xhtml" id="id603825"></a> 18649 18685 <div class="header">Description:</div> 18650 18686 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18667 18703 <div> 18668 18704 <div class="refsect1" lang="en" xml:lang="en"> 18669 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529190"></a>18705 <a xmlns="http://www.w3.org/1999/xhtml" id="id603886"></a> 18670 18706 <div class="header">Arguments and Values:</div> 18671 18707 <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 … … 18680 18716 </div> 18681 18717 <div class="refsect1" lang="en" xml:lang="en"> 18682 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529250"></a>18718 <a xmlns="http://www.w3.org/1999/xhtml" id="id603946"></a> 18683 18719 <div class="header">Description:</div> 18684 18720 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18704 18740 <div> 18705 18741 <div class="refsect1" lang="en" xml:lang="en"> 18706 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529312"></a>18742 <a xmlns="http://www.w3.org/1999/xhtml" id="id604008"></a> 18707 18743 <div class="header">Values:</div> 18708 18744 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with … … 18710 18746 </div> 18711 18747 <div class="refsect1" lang="en" xml:lang="en"> 18712 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529339"></a>18748 <a xmlns="http://www.w3.org/1999/xhtml" id="id604035"></a> 18713 18749 <div class="header">Description:</div> 18714 18750 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18732 18768 <div> 18733 18769 <div class="refsect1" lang="en" xml:lang="en"> 18734 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529397"></a>18770 <a xmlns="http://www.w3.org/1999/xhtml" id="id604094"></a> 18735 18771 <div class="header">Values:</div> 18736 18772 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18738 18774 </div> 18739 18775 <div class="refsect1" lang="en" xml:lang="en"> 18740 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529424"></a>18776 <a xmlns="http://www.w3.org/1999/xhtml" id="id604121"></a> 18741 18777 <div class="header">Description:</div> 18742 18778 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18758 18794 <div> 18759 18795 <div class="refsect1" lang="en" xml:lang="en"> 18760 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529482"></a>18796 <a xmlns="http://www.w3.org/1999/xhtml" id="id604178"></a> 18761 18797 <div class="header">Arguments and Values:</div> 18762 18798 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18767 18803 </div> 18768 18804 <div class="refsect1" lang="en" xml:lang="en"> 18769 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529524"></a>18805 <a xmlns="http://www.w3.org/1999/xhtml" id="id604221"></a> 18770 18806 <div class="header">Description:</div> 18771 18807 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18790 18826 <div> 18791 18827 <div class="refsect1" lang="en" xml:lang="en"> 18792 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529584"></a>18828 <a xmlns="http://www.w3.org/1999/xhtml" id="id604280"></a> 18793 18829 <div class="header">Arguments and Values:</div> 18794 18830 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific … … 18799 18835 </div> 18800 18836 <div class="refsect1" lang="en" xml:lang="en"> 18801 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529626"></a>18837 <a xmlns="http://www.w3.org/1999/xhtml" id="id604323"></a> 18802 18838 <div class="header">Description:</div> 18803 18839 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18822 18858 <div> 18823 18859 <div class="refsect1" lang="en" xml:lang="en"> 18824 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529686"></a>18860 <a xmlns="http://www.w3.org/1999/xhtml" id="id604382"></a> 18825 18861 <div class="header">Values:</div> 18826 18862 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p> 18827 18863 </div> 18828 18864 <div class="refsect1" lang="en" xml:lang="en"> 18829 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529712"></a>18865 <a xmlns="http://www.w3.org/1999/xhtml" id="id604408"></a> 18830 18866 <div class="header">Description:</div> 18831 18867 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18848 18884 <div> 18849 18885 <div class="refsect1" lang="en" xml:lang="en"> 18850 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529769"></a>18886 <a xmlns="http://www.w3.org/1999/xhtml" id="id604465"></a> 18851 18887 <div class="header">Values:</div> 18852 18888 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18856 18892 </div> 18857 18893 <div class="refsect1" lang="en" xml:lang="en"> 18858 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529811"></a>18894 <a xmlns="http://www.w3.org/1999/xhtml" id="id604508"></a> 18859 18895 <div class="header">Description:</div> 18860 18896 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18881 18917 <div> 18882 18918 <div class="refsect1" lang="en" xml:lang="en"> 18883 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529880"></a>18919 <a xmlns="http://www.w3.org/1999/xhtml" id="id604577"></a> 18884 18920 <div class="header">Values:</div> 18885 18921 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and … … 18890 18926 </div> 18891 18927 <div class="refsect1" lang="en" xml:lang="en"> 18892 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529923"></a>18928 <a xmlns="http://www.w3.org/1999/xhtml" id="id604619"></a> 18893 18929 <div class="header">Description:</div> 18894 18930 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18906 18942 </div> 18907 18943 <div class="refsect1" lang="en" xml:lang="en"> 18908 <a xmlns="http://www.w3.org/1999/xhtml" id="id 529956"></a>18944 <a xmlns="http://www.w3.org/1999/xhtml" id="id604653"></a> 18909 18945 <div class="header">Notes:</div> 18910 18946 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18931 18967 <div> 18932 18968 <div class="refsect1" lang="en" xml:lang="en"> 18933 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530017"></a>18969 <a xmlns="http://www.w3.org/1999/xhtml" id="id604714"></a> 18934 18970 <div class="header">Arguments and Values:</div> 18935 18971 <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 … … 18938 18974 </div> 18939 18975 <div class="refsect1" lang="en" xml:lang="en"> 18940 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530044"></a>18976 <a xmlns="http://www.w3.org/1999/xhtml" id="id604741"></a> 18941 18977 <div class="header">Description:</div> 18942 18978 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use … … 18963 18999 <div> 18964 19000 <div class="refsect1" lang="en" xml:lang="en"> 18965 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530114"></a>19001 <a xmlns="http://www.w3.org/1999/xhtml" id="id604810"></a> 18966 19002 <div class="header">Arguments and Values:</div> 18967 19003 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an … … 18969 19005 </div> 18970 19006 <div class="refsect1" lang="en" xml:lang="en"> 18971 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530140"></a>19007 <a xmlns="http://www.w3.org/1999/xhtml" id="id604836"></a> 18972 19008 <div class="header">Description:</div> 18973 19009 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses … … 18991 19027 <div> 18992 19028 <div class="refsect1" lang="en" xml:lang="en"> 18993 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530205"></a>19029 <a xmlns="http://www.w3.org/1999/xhtml" id="id604902"></a> 18994 19030 <div class="header">Arguments and Values:</div> 18995 19031 <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 … … 19013 19049 </div> 19014 19050 <div class="refsect1" lang="en" xml:lang="en"> 19015 <a xmlns="http://www.w3.org/1999/xhtml" id="id 530286"></a>19051 <a xmlns="http://www.w3.org/1999/xhtml" id="id604983"></a> 19016 19052 <div class="header">Description:</div> 19017 19053 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements … … 19038 19074 <div> 19039 19075 <div class="refsect1" lang="en" xml:lang="en"> 19040 <a xmlns="http://www.w3.org/1999/xhtml" id="id 519296"></a>19076 <a xmlns="http://www.w3.org/1999/xhtml" id="id605065"></a> 19041 19077 <div class="header">Arguments and Values:</div> 19042 19078 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the … … 19053 19089 </div> 19054 19090 <div class="refsect1" lang="en" xml:lang="en"> 19055 <a xmlns="http://www.w3.org/1999/xhtml" id="id 519342"></a>19091 <a xmlns="http://www.w3.org/1999/xhtml" id="id605112"></a> 19056 19092 <div class="header">Description:</div> 19057 19093 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the … … 19074 19110 <div> 19075 19111 <div class="refsect1" lang="en" xml:lang="en"> 19076 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19406"></a>19112 <a xmlns="http://www.w3.org/1999/xhtml" id="id594286"></a> 19077 19113 <div class="header">Arguments and Values:</div> 19078 19114 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p> 19079 19115 </div> 19080 19116 <div class="refsect1" lang="en" xml:lang="en"> 19081 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19417"></a>19117 <a xmlns="http://www.w3.org/1999/xhtml" id="id594297"></a> 19082 19118 <div class="header">Description:</div> 19083 19119 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the … … 19121 19157 <div> 19122 19158 <div class="refsect1" lang="en" xml:lang="en"> 19123 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19493"></a>19159 <a xmlns="http://www.w3.org/1999/xhtml" id="id594374"></a> 19124 19160 <div class="header">Description:</div> 19125 19161 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro … … 19156 19192 <div> 19157 19193 <div class="refsect1" lang="en" xml:lang="en"> 19158 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19551"></a>19194 <a xmlns="http://www.w3.org/1999/xhtml" id="id594431"></a> 19159 19195 <div class="header">Description:</div> 19160 19196 <p xmlns="http://www.w3.org/1999/xhtml">Per ANSI CL, Clozure CL supports the :EXTERNAL-FORMAT keyword … … 19200 19236 <div> 19201 19237 <div class="refsect1" lang="en" xml:lang="en"> 19202 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19631"></a>19238 <a xmlns="http://www.w3.org/1999/xhtml" id="id594511"></a> 19203 19239 <div class="header">Description:</div> 19204 19240 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is … … 19224 19260 <div> 19225 19261 <div class="refsect1" lang="en" xml:lang="en"> 19226 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19681"></a>19262 <a xmlns="http://www.w3.org/1999/xhtml" id="id594562"></a> 19227 19263 <div class="header">Superclasses:</div> 19228 19264 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p> 19229 19265 </div> 19230 19266 <div class="refsect1" lang="en" xml:lang="en"> 19231 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19692"></a>19267 <a xmlns="http://www.w3.org/1999/xhtml" id="id594573"></a> 19232 19268 <div class="header">Initargs:</div> 19233 19269 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>--- … … 19237 19273 </div> 19238 19274 <div class="refsect1" lang="en" xml:lang="en"> 19239 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19719"></a>19275 <a xmlns="http://www.w3.org/1999/xhtml" id="id594600"></a> 19240 19276 <div class="header">Description:</div> 19241 19277 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19255 19291 </div> 19256 19292 <div class="refsect1" lang="en" xml:lang="en"> 19257 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19739"></a>19293 <a xmlns="http://www.w3.org/1999/xhtml" id="id594619"></a> 19258 19294 <div class="header">Examples:</div> 19259 19295 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19286 19322 </div> 19287 19323 <div class="refsect1" lang="en" xml:lang="en"> 19288 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19792"></a>19324 <a xmlns="http://www.w3.org/1999/xhtml" id="id594672"></a> 19289 19325 <div class="header">Notes:</div> 19290 19326 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19626 19662 <div> 19627 19663 <div class="refsect1" lang="en" xml:lang="en"> 19628 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499023"></a>19664 <a xmlns="http://www.w3.org/1999/xhtml" id="id601826"></a> 19629 19665 <div class="header">Arguments and Values:</div> 19630 19666 <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> … … 19634 19670 </div> 19635 19671 <div class="refsect1" lang="en" xml:lang="en"> 19636 <a xmlns="http://www.w3.org/1999/xhtml" id="id 499082"></a>19672 <a xmlns="http://www.w3.org/1999/xhtml" id="id601885"></a> 19637 19673 <div class="header">Description:</div> 19638 19674 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p> … … 19652 19688 <div> 19653 19689 <div class="refsect1" lang="en" xml:lang="en"> 19654 <a xmlns="http://www.w3.org/1999/xhtml" id="id 515869"></a>19690 <a xmlns="http://www.w3.org/1999/xhtml" id="id601942"></a> 19655 19691 <div class="header">Description:</div> 19656 19692 <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> … … 19670 19706 <div> 19671 19707 <div class="refsect1" lang="en" xml:lang="en"> 19672 <a xmlns="http://www.w3.org/1999/xhtml" id="id 515943"></a>19708 <a xmlns="http://www.w3.org/1999/xhtml" id="id602090"></a> 19673 19709 <div class="header">Description:</div> 19674 19710 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>. … … 19693 19729 <div> 19694 19730 <div class="refsect1" lang="en" xml:lang="en"> 19695 <a xmlns="http://www.w3.org/1999/xhtml" id="id 516011"></a>19731 <a xmlns="http://www.w3.org/1999/xhtml" id="id602159"></a> 19696 19732 <div class="header">Description:</div> 19697 19733 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to … … 19726 19762 <div> 19727 19763 <div class="refsect1" lang="en" xml:lang="en"> 19728 <a xmlns="http://www.w3.org/1999/xhtml" id="id 516096"></a>19764 <a xmlns="http://www.w3.org/1999/xhtml" id="id602244"></a> 19729 19765 <div class="header">Description:</div> 19730 19766 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the … … 19747 19783 <div> 19748 19784 <div class="refsect1" lang="en" xml:lang="en"> 19749 <a xmlns="http://www.w3.org/1999/xhtml" id="id 519809"></a>19785 <a xmlns="http://www.w3.org/1999/xhtml" id="id602304"></a> 19750 19786 <div class="header">Arguments and Values:</div> 19751 19787 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p> 19752 19788 </div> 19753 19789 <div class="refsect1" lang="en" xml:lang="en"> 19754 <a xmlns="http://www.w3.org/1999/xhtml" id="id 519835"></a>19790 <a xmlns="http://www.w3.org/1999/xhtml" id="id602330"></a> 19755 19791 <div class="header">Description:</div> 19756 19792 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the … … 19776 19812 <div> 19777 19813 <div class="refsect1" lang="en" xml:lang="en"> 19778 <a xmlns="http://www.w3.org/1999/xhtml" id="id 519897"></a>19814 <a xmlns="http://www.w3.org/1999/xhtml" id="id602392"></a> 19779 19815 <div class="header">Description:</div> 19780 19816 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the … … 19796 19832 <div> 19797 19833 <div class="refsect1" lang="en" xml:lang="en"> 19798 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19955"></a>19834 <a xmlns="http://www.w3.org/1999/xhtml" id="id573467"></a> 19799 19835 <div class="header">Arguments and Values:</div> 19800 19836 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 19801 19837 </div> 19802 19838 <div class="refsect1" lang="en" xml:lang="en"> 19803 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 19982"></a>19839 <a xmlns="http://www.w3.org/1999/xhtml" id="id573493"></a> 19804 19840 <div class="header">Description:</div> 19805 19841 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC … … 19827 19863 <div> 19828 19864 <div class="refsect1" lang="en" xml:lang="en"> 19829 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20040"></a>19865 <a xmlns="http://www.w3.org/1999/xhtml" id="id573551"></a> 19830 19866 <div class="header">Description:</div> 19831 19867 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call, … … 19850 19886 <div> 19851 19887 <div class="refsect1" lang="en" xml:lang="en"> 19852 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20096"></a>19888 <a xmlns="http://www.w3.org/1999/xhtml" id="id573607"></a> 19853 19889 <div class="header">Description:</div> 19854 19890 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL … … 19875 19911 <div> 19876 19912 <div class="refsect1" lang="en" xml:lang="en"> 19877 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20154"></a>19913 <a xmlns="http://www.w3.org/1999/xhtml" id="id573665"></a> 19878 19914 <div class="header">Description:</div> 19879 19915 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the … … 19897 19933 <div> 19898 19934 <div class="refsect1" lang="en" xml:lang="en"> 19899 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20212"></a>19935 <a xmlns="http://www.w3.org/1999/xhtml" id="id573724"></a> 19900 19936 <div class="header">Arguments and Values:</div> 19901 19937 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest … … 19907 19943 </div> 19908 19944 <div class="refsect1" lang="en" xml:lang="en"> 19909 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20268"></a>19945 <a xmlns="http://www.w3.org/1999/xhtml" id="id573779"></a> 19910 19946 <div class="header">Description:</div> 19911 19947 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect. … … 19931 19967 <div> 19932 19968 <div class="refsect1" lang="en" xml:lang="en"> 19933 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20333"></a>19969 <a xmlns="http://www.w3.org/1999/xhtml" id="id573845"></a> 19934 19970 <div class="header">Arguments and Values:</div> 19935 19971 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 19936 19972 </div> 19937 19973 <div class="refsect1" lang="en" xml:lang="en"> 19938 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20360"></a>19974 <a xmlns="http://www.w3.org/1999/xhtml" id="id573871"></a> 19939 19975 <div class="header">Description:</div> 19940 19976 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages … … 19961 19997 <div> 19962 19998 <div class="refsect1" lang="en" xml:lang="en"> 19963 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20417"></a>19999 <a xmlns="http://www.w3.org/1999/xhtml" id="id573928"></a> 19964 20000 <div class="header">Description:</div> 19965 20001 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs … … 20116 20152 <dt> 20117 20153 <span class="sect2"> 20118 <a href="#id 525436">16.7.2. Recommended Reading</a>20154 <a href="#id600446">16.7.2. Recommended Reading</a> 20119 20155 </span> 20120 20156 </dt> … … 21392 21428 <li class="listitem"> 21393 21429 <p>To support a feature called <span class="emphasis"><em>GCTWA 21394 <sup>[<a id="id 524990" href="#ftn.id524990" class="footnote">1</a>]</sup>21430 <sup>[<a id="id600000" href="#ftn.id600000" class="footnote">1</a>]</sup> 21395 21431 , </em></span>the vector that contains the internal 21396 21432 symbols of the current package is marked on entry to the … … 21525 21561 <hr width="100" align="left" /> 21526 21562 <div class="footnote"> 21527 <p><sup>[<a id="ftn.id 524990" href="#id524990" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,21563 <p><sup>[<a id="ftn.id600000" href="#id600000" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP, 21528 21564 where it stood for "Garbage Collection of Truly 21529 21565 Worthless Atoms".</p> … … 21585 21621 generations looking for such intergenerational references, the 21586 21622 runtime system must note all such intergenerational references 21587 at the point where they're created (via Setf).<sup>[<a id="id 525224" href="#ftn.id525224" class="footnote">2</a>]</sup> The21623 at the point where they're created (via Setf).<sup>[<a id="id600234" href="#ftn.id600234" class="footnote">2</a>]</sup> The 21588 21624 set of pointers that may contain intergenerational references is 21589 21625 sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p> … … 21632 21668 that might introduce an intergenerational reference must be 21633 21669 memoized. 21634 <sup>[<a id="id 525292" href="#ftn.id525292" class="footnote">3</a>]</sup> It's always safe to21670 <sup>[<a id="id600302" href="#ftn.id600302" class="footnote">3</a>]</sup> It's always safe to 21635 21671 push any cons cell or gvector locative onto the memo stack; 21636 21672 it's never safe to push anything else. … … 21653 21689 <hr width="100" align="left" /> 21654 21690 <div class="footnote"> 21655 <p><sup>[<a id="ftn.id 525224" href="#id525224" class="para">2</a>] </sup>This is21691 <p><sup>[<a id="ftn.id600234" href="#id600234" class="para">2</a>] </sup>This is 21656 21692 sometimes called "The Write Barrier": all assignments which 21657 21693 might result in intergenerational references must be noted, as … … 21659 21695 </div> 21660 21696 <div class="footnote"> 21661 <p><sup>[<a id="ftn.id 525292" href="#id525292" class="para">3</a>] </sup>Note that the implicit setfs that occur when21697 <p><sup>[<a id="ftn.id600302" href="#id600302" class="para">3</a>] </sup>Note that the implicit setfs that occur when 21662 21698 initializing an object - as in the case of a call to cons or 21663 21699 vector - can't introduce intergenerational references, since … … 21775 21811 <div> 21776 21812 <div> 21777 <h3 class="title"><a id="id 525436"></a>16.7.2. Recommended Reading</h3>21813 <h3 class="title"><a id="id600446"></a>16.7.2. Recommended Reading</h3> 21778 21814 </div> 21779 21815 </div> … … 22188 22224 <div> 22189 22225 <div class="refsect1" lang="en" xml:lang="en"> 22190 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12890"></a>22226 <a xmlns="http://www.w3.org/1999/xhtml" id="id538267"></a> 22191 22227 <div class="header">Description:</div> 22192 22228 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD) … … 22213 22249 <div> 22214 22250 <div class="refsect1" lang="en" xml:lang="en"> 22215 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30740"></a>22251 <a xmlns="http://www.w3.org/1999/xhtml" id="id544048"></a> 22216 22252 <div class="header">Description:</div> 22217 22253 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22237 22273 <div> 22238 22274 <div class="refsect1" lang="en" xml:lang="en"> 22239 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28623"></a>22275 <a xmlns="http://www.w3.org/1999/xhtml" id="id595332"></a> 22240 22276 <div class="header">Description:</div> 22241 22277 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22260 22296 <div> 22261 22297 <div class="refsect1" lang="en" xml:lang="en"> 22262 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28669"></a>22298 <a xmlns="http://www.w3.org/1999/xhtml" id="id595378"></a> 22263 22299 <div class="header">Description:</div> 22264 22300 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session … … 22285 22321 <div> 22286 22322 <div class="refsect1" lang="en" xml:lang="en"> 22287 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28727"></a>22323 <a xmlns="http://www.w3.org/1999/xhtml" id="id594796"></a> 22288 22324 <div class="header">Description:</div> 22289 22325 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p> … … 22303 22339 <div> 22304 22340 <div class="refsect1" lang="en" xml:lang="en"> 22305 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28860"></a>22341 <a xmlns="http://www.w3.org/1999/xhtml" id="id594839"></a> 22306 22342 <div class="header">Description:</div> 22307 22343 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros. … … 22325 22361 <div> 22326 22362 <div class="refsect1" lang="en" xml:lang="en"> 22327 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28924"></a>22363 <a xmlns="http://www.w3.org/1999/xhtml" id="id594992"></a> 22328 22364 <div class="header">Arguments and Values:</div> 22329 22365 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p> … … 22331 22367 </div> 22332 22368 <div class="refsect1" lang="en" xml:lang="en"> 22333 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 25503"></a>22369 <a xmlns="http://www.w3.org/1999/xhtml" id="id595033"></a> 22334 22370 <div class="header">Description:</div> 22335 22371 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If … … 22357 22393 <div> 22358 22394 <div class="refsect1" lang="en" xml:lang="en"> 22359 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 25565"></a>22395 <a xmlns="http://www.w3.org/1999/xhtml" id="id595094"></a> 22360 22396 <div class="header">Arguments and Values:</div> 22361 22397 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p> … … 22366 22402 </div> 22367 22403 <div class="refsect1" lang="en" xml:lang="en"> 22368 <a xmlns="http://www.w3.org/1999/xhtml" id="id 525622"></a>22404 <a xmlns="http://www.w3.org/1999/xhtml" id="id600528"></a> 22369 22405 <div class="header">Description:</div> 22370 22406 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer … … 22925 22961 <dt>process-preset, <a class="indexterm" href="#f_process-preset">Function PROCESS-PRESET</a></dt> 22926 22962 <dt>process-reset, <a class="indexterm" href="#f_process-reset">Function PROCESS-RESET</a></dt> 22963 <dt>process-reset-and-enable, <a class="indexterm" href="#f_process-reset-and-enable">Function PROCESS-RESET-AND-ENABLE</a></dt> 22927 22964 <dt>process-resume, <a class="indexterm" href="#f_process-resume">Function PROCESS-RESUME</a></dt> 22928 22965 <dt>process-run-function, <a class="indexterm" href="#f_process-run-function">Function PROCESS-RUN-FUNCTION</a></dt> … … 23041 23078 <a href="#Symbol-Index">Symbol Index</a> 23042 23079 </div> 23043 <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 November 2, 2010, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14399<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>23080 <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 19:0 on December 9, 2010, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14474<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p> 23044 23081 </body> 23045 23082 </html>
Note: See TracChangeset
for help on using the changeset viewer.