Changeset 14747
- Timestamp:
- Apr 28, 2011, 5:00:17 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/ccl-documentation.html (modified) (395 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/ccl-documentation.html
r14745 r14747 6 6 <title>Clozure CL Documentation</title> 7 7 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /> 8 <link rel="home" href="#id4 74477" title="Clozure CL Documentation" />8 <link rel="home" href="#id463896" 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="id4 74477"></a>Clozure CL Documentation</h1>16 <h1 class="title"><a id="id463896"></a>Clozure CL Documentation</h1> 17 17 </div> 18 18 </div> … … 1751 1751 <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it 1752 1752 may be helpful to refer to these definitions.</p> 1753 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id4 83962" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl1753 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id473381" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl 1754 1754 files</em></a> are the object files produced 1755 1755 by <code class="literal">compile-file</code>. fasl files store the … … 1762 1762 see 1763 1763 <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> 1764 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id4 93145" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp1764 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id482563" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp 1765 1765 kernel</em></a> is a C program with a fair amount of 1766 1766 platform-specific assembly language code. Its basic job is to … … 1772 1772 files on different platforms; see 1773 1773 <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> 1774 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id5 26468" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap1774 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id515887" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap 1775 1775 image</em></a> is a file that can be quickly mapped into a 1776 1776 process's address space. Conceptually, it's not too different … … 1783 1783 standard full heap image files on different platforms; see 1784 1784 <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> 1785 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id5 27817" class="indexterm"></a> bootstrapping image is a minimal1785 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id517236" class="indexterm"></a> bootstrapping image is a minimal 1786 1786 heap image used in the process of building Clozure CL itself. The 1787 1787 bootstrapping image contains just enough code to load the rest … … 1795 1795 as-yet-unsupported ones) has a uniquely named subdirectory of 1796 1796 <code class="literal">ccl/lisp-kernel/</code>; each such 1797 <a id="id4 99767" class="indexterm"></a>1797 <a id="id489186" class="indexterm"></a> 1798 1798 contains a Makefile and may contain some auxiliary files (linker 1799 1799 scripts, etc.) that are used to build the lisp kernel on a … … 2619 2619 </p> 2620 2620 <p xmlns="http://www.w3.org/1999/xhtml"> 2621 <a id="id5 16056" class="indexterm"></a>2621 <a id="id505475" class="indexterm"></a> 2622 2622 <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em> 2623 2623 <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> | … … 3063 3063 </div> 3064 3064 <p xmlns="http://www.w3.org/1999/xhtml"> 3065 <a id="id5 29219" class="indexterm"></a>3065 <a id="id518638" class="indexterm"></a> 3066 3066 <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em> [Variable]</strong></span> 3067 3067 </p> 3068 3068 <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> 3069 3069 <p xmlns="http://www.w3.org/1999/xhtml"> 3070 <a id="id5 29246" class="indexterm"></a>3070 <a id="id518665" class="indexterm"></a> 3071 3071 <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em> [Variable]</strong></span> 3072 3072 </p> 3073 3073 <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> 3074 3074 <p xmlns="http://www.w3.org/1999/xhtml"> 3075 <a id="id5 29275" class="indexterm"></a>3075 <a id="id518694" class="indexterm"></a> 3076 3076 <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> 3077 3077 </p> … … 3081 3081 </p> 3082 3082 <p xmlns="http://www.w3.org/1999/xhtml"> 3083 <a id="id5 29324" class="indexterm"></a>3083 <a id="id518742" class="indexterm"></a> 3084 3084 <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em> [Variable]</strong></span> 3085 3085 </p> … … 3089 3089 explicit printing done by user code.</p> 3090 3090 <p xmlns="http://www.w3.org/1999/xhtml"> 3091 <a id="id5 29358" class="indexterm"></a>3091 <a id="id518777" class="indexterm"></a> 3092 3092 <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em> [Variable]</strong></span> 3093 3093 </p> … … 3097 3097 explicit printing done by user code.</p> 3098 3098 <p xmlns="http://www.w3.org/1999/xhtml"> 3099 <a id="id5 29393" class="indexterm"></a>3099 <a id="id518812" class="indexterm"></a> 3100 3100 <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em> [Variable]</strong></span> 3101 3101 </p> … … 3146 3146 <div> 3147 3147 <div class="refsect1" lang="en" xml:lang="en"> 3148 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29555"></a>3148 <a xmlns="http://www.w3.org/1999/xhtml" id="id518974"></a> 3149 3149 <div class="header">Arguments and Values:</div> 3150 3150 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>--- … … 3181 3181 </div> 3182 3182 <div class="refsect1" lang="en" xml:lang="en"> 3183 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29662"></a>3183 <a xmlns="http://www.w3.org/1999/xhtml" id="id519080"></a> 3184 3184 <div class="header">Examples:</div> 3185 3185 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3226 3226 <div> 3227 3227 <div class="refsect1" lang="en" xml:lang="en"> 3228 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29761"></a>3228 <a xmlns="http://www.w3.org/1999/xhtml" id="id519180"></a> 3229 3229 <div class="header">Description:</div> 3230 3230 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3241 3241 </div> 3242 3242 <div class="refsect1" lang="en" xml:lang="en"> 3243 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29828"></a>3243 <a xmlns="http://www.w3.org/1999/xhtml" id="id519246"></a> 3244 3244 <div class="header">Arguments and Values:</div> 3245 3245 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3265 3265 <div> 3266 3266 <div class="refsect1" lang="en" xml:lang="en"> 3267 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29905"></a>3267 <a xmlns="http://www.w3.org/1999/xhtml" id="id519324"></a> 3268 3268 <div class="header">Description:</div> 3269 3269 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3277 3277 </div> 3278 3278 <div class="refsect1" lang="en" xml:lang="en"> 3279 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 29954"></a>3279 <a xmlns="http://www.w3.org/1999/xhtml" id="id519372"></a> 3280 3280 <div class="header">Arguments and Values:</div> 3281 3281 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3437 3437 <div> 3438 3438 <div class="refsect1" lang="en" xml:lang="en"> 3439 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30488"></a>3439 <a xmlns="http://www.w3.org/1999/xhtml" id="id519907"></a> 3440 3440 <div class="header">Description:</div> 3441 3441 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is … … 3463 3463 <div> 3464 3464 <div class="refsect1" lang="en" xml:lang="en"> 3465 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30550"></a>3465 <a xmlns="http://www.w3.org/1999/xhtml" id="id519968"></a> 3466 3466 <div class="header">Description:</div> 3467 3467 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when an external-format … … 3495 3495 <div> 3496 3496 <div class="refsect1" lang="en" xml:lang="en"> 3497 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30632"></a>3497 <a xmlns="http://www.w3.org/1999/xhtml" id="id520051"></a> 3498 3498 <div class="header">Arguments and Values:</div> 3499 3499 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external … … 3529 3529 </div> 3530 3530 <div class="refsect1" lang="en" xml:lang="en"> 3531 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 45660"></a>3531 <a xmlns="http://www.w3.org/1999/xhtml" id="id535079"></a> 3532 3532 <div class="header">Description:</div> 3533 3533 <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a … … 3702 3702 <div> 3703 3703 <div> 3704 <h4 class="title"><a id="id5 45995"></a>4.5.4.1. Encoding Problems</h4>3704 <h4 class="title"><a id="id535413"></a>4.5.4.1. Encoding Problems</h4> 3705 3705 </div> 3706 3706 </div> … … 3718 3718 <div> 3719 3719 <div> 3720 <h4 class="title"><a id="id5 46007"></a>4.5.4.2. Byte Order Marks</h4>3720 <h4 class="title"><a id="id535426"></a>4.5.4.2. Byte Order Marks</h4> 3721 3721 </div> 3722 3722 </div> … … 3746 3746 <div> 3747 3747 <div> 3748 <h4 class="title"><a id="id5 46042"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>3748 <h4 class="title"><a id="id535460"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4> 3749 3749 </div> 3750 3750 </div> … … 3768 3768 <div> 3769 3769 <div class="refsect1" lang="en" xml:lang="en"> 3770 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 46103"></a>3770 <a xmlns="http://www.w3.org/1999/xhtml" id="id535522"></a> 3771 3771 <div class="header">Description:</div> 3772 3772 <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings … … 3777 3777 </div> 3778 3778 <div class="refsect1" lang="en" xml:lang="en"> 3779 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 46118"></a>3779 <a xmlns="http://www.w3.org/1999/xhtml" id="id535537"></a> 3780 3780 <div class="header">See Also:</div> 3781 3781 <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> … … 4208 4208 <div> 4209 4209 <div> 4210 <h4 class="title"><a id="id5 46797"></a>4.5.4.5. Encoding and Decoding Strings</h4>4210 <h4 class="title"><a id="id536216"></a>4.5.4.5. Encoding and Decoding Strings</h4> 4211 4211 </div> 4212 4212 </div> … … 4233 4233 <div> 4234 4234 <div class="refsect1" lang="en" xml:lang="en"> 4235 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 46872"></a>4235 <a xmlns="http://www.w3.org/1999/xhtml" id="id536291"></a> 4236 4236 <div class="header">Description:</div> 4237 4237 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4264 4264 <div> 4265 4265 <div class="refsect1" lang="en" xml:lang="en"> 4266 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 46968"></a>4266 <a xmlns="http://www.w3.org/1999/xhtml" id="id536386"></a> 4267 4267 <div class="header">Description:</div> 4268 4268 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4313 4313 <div> 4314 4314 <div class="refsect1" lang="en" xml:lang="en"> 4315 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 47102"></a>4315 <a xmlns="http://www.w3.org/1999/xhtml" id="id536520"></a> 4316 4316 <div class="header">Description:</div> 4317 4317 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4366 4366 <div> 4367 4367 <div class="refsect1" lang="en" xml:lang="en"> 4368 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 47232"></a>4368 <a xmlns="http://www.w3.org/1999/xhtml" id="id536651"></a> 4369 4369 <div class="header">Description:</div> 4370 4370 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4416 4416 </div> 4417 4417 <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> 4418 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 47320" class="indexterm"></a>4418 <a xmlns="http://www.w3.org/1999/xhtml" id="id536739" class="indexterm"></a> 4419 4419 <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the 4420 4420 <code class="literal">ccl</code> directory. It is used for a variety of … … 4520 4520 platforms.</p> 4521 4521 <p xmlns="http://www.w3.org/1999/xhtml"> 4522 <a id="id5 47504" class="indexterm"></a>4522 <a id="id536922" class="indexterm"></a> 4523 4523 <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em> 4524 4524 <em class="parameter"><code>pathname</code></em> … … 4580 4580 a memory error.</p> 4581 4581 <p xmlns="http://www.w3.org/1999/xhtml"> 4582 <a id="id5 47637" class="indexterm"></a>4582 <a id="id537055" class="indexterm"></a> 4583 4583 <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em> 4584 4584 <em class="parameter"><code>displaced-array</code></em> … … 4592 4592 target is an empty vector (of length zero).</p> 4593 4593 <p xmlns="http://www.w3.org/1999/xhtml"> 4594 <a id="id5 47672" class="indexterm"></a>4594 <a id="id537091" class="indexterm"></a> 4595 4595 <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em> 4596 4596 <em class="parameter"><code>pathname</code></em> … … 4602 4602 bytes.</p> 4603 4603 <p xmlns="http://www.w3.org/1999/xhtml"> 4604 <a id="id5 47704" class="indexterm"></a>4604 <a id="id537123" class="indexterm"></a> 4605 4605 <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em> 4606 4606 <em class="parameter"><code>displaced-array</code></em> … … 4641 4641 static.</p> 4642 4642 <p xmlns="http://www.w3.org/1999/xhtml"> 4643 <a id="id5 47779" class="indexterm"></a>4643 <a id="id537197" class="indexterm"></a> 4644 4644 <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em> 4645 4645 <em class="parameter"><code>var</code></em> … … 4695 4695 </div> 4696 4696 </div> 4697 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 47891" class="indexterm"></a>4697 <a xmlns="http://www.w3.org/1999/xhtml" id="id537309" class="indexterm"></a> 4698 4698 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the 4699 4699 function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file … … 4775 4775 converted, because address 0 can always be relied upon to refer to 4776 4776 the same thing.</p> 4777 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48112" class="indexterm"></a>4777 <a xmlns="http://www.w3.org/1999/xhtml" id="id537531" class="indexterm"></a> 4778 4778 <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code> 4779 4779 refers to a <code class="literal">MACPTR</code> object that points to address 0.</p> … … 4786 4786 or <code class="literal">ccl64</code> script.</p> 4787 4787 <p xmlns="http://www.w3.org/1999/xhtml"> 4788 <a id="id5 48160" class="indexterm"></a>4788 <a id="id537578" class="indexterm"></a> 4789 4789 <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em> 4790 4790 <em class="parameter"><code>filename</code></em> … … 4987 4987 <div> 4988 4988 <div class="refsect1" lang="en" xml:lang="en"> 4989 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48563"></a>4989 <a xmlns="http://www.w3.org/1999/xhtml" id="id537981"></a> 4990 4990 <div class="header">Arguments and Values:</div> 4991 4991 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>--- … … 5001 5001 </div> 5002 5002 <div class="refsect1" lang="en" xml:lang="en"> 5003 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48622"></a>5003 <a xmlns="http://www.w3.org/1999/xhtml" id="id538041"></a> 5004 5004 <div class="header">Description:</div> 5005 5005 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5061 5061 <div> 5062 5062 <div class="refsect1" lang="en" xml:lang="en"> 5063 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48713"></a>5063 <a xmlns="http://www.w3.org/1999/xhtml" id="id538132"></a> 5064 5064 <div class="header">Arguments and Values:</div> 5065 5065 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>--- … … 5069 5069 </div> 5070 5070 <div class="refsect1" lang="en" xml:lang="en"> 5071 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48736"></a>5071 <a xmlns="http://www.w3.org/1999/xhtml" id="id538155"></a> 5072 5072 <div class="header">Description:</div> 5073 5073 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5108 5108 <div> 5109 5109 <div class="refsect1" lang="en" xml:lang="en"> 5110 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48832"></a>5110 <a xmlns="http://www.w3.org/1999/xhtml" id="id538250"></a> 5111 5111 <div class="header">Arguments and Values:</div> 5112 5112 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>--- … … 5117 5117 </div> 5118 5118 <div class="refsect1" lang="en" xml:lang="en"> 5119 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48868"></a>5119 <a xmlns="http://www.w3.org/1999/xhtml" id="id538287"></a> 5120 5120 <div class="header">Description:</div> 5121 5121 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5166 5166 <div> 5167 5167 <div class="refsect1" lang="en" xml:lang="en"> 5168 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48943"></a>5168 <a xmlns="http://www.w3.org/1999/xhtml" id="id538362"></a> 5169 5169 <div class="header">Arguments and Values:</div> 5170 5170 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>--- … … 5173 5173 </div> 5174 5174 <div class="refsect1" lang="en" xml:lang="en"> 5175 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 48965"></a>5175 <a xmlns="http://www.w3.org/1999/xhtml" id="id538384"></a> 5176 5176 <div class="header">Description:</div> 5177 5177 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5340 5340 <div> 5341 5341 <div class="refsect1" lang="en" xml:lang="en"> 5342 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49140"></a>5342 <a xmlns="http://www.w3.org/1999/xhtml" id="id538558"></a> 5343 5343 <div class="header">Description:</div> 5344 5344 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5374 5374 <div> 5375 5375 <div class="refsect1" lang="en" xml:lang="en"> 5376 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49188"></a>5376 <a xmlns="http://www.w3.org/1999/xhtml" id="id538607"></a> 5377 5377 <div class="header">Discussion:</div> 5378 5378 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5392 5392 </div> 5393 5393 <div class="refsect1" lang="en" xml:lang="en"> 5394 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49242"></a>5394 <a xmlns="http://www.w3.org/1999/xhtml" id="id538660"></a> 5395 5395 <div class="header">Restarts:</div> 5396 5396 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5460 5460 <div> 5461 5461 <div> 5462 <h4 class="title"><a id="id5 49299"></a>4.12.5.1. Fancy arrays</h4>5462 <h4 class="title"><a id="id538718"></a>4.12.5.1. Fancy arrays</h4> 5463 5463 </div> 5464 5464 </div> … … 5487 5487 <div> 5488 5488 <div> 5489 <h4 class="title"><a id="id5 49318"></a>4.12.5.2. Hash tables</h4>5489 <h4 class="title"><a id="id538737"></a>4.12.5.2. Hash tables</h4> 5490 5490 </div> 5491 5491 </div> … … 5535 5535 <div> 5536 5536 <div> 5537 <h4 class="title"><a id="id5 49348"></a>4.12.5.3. Lists</h4>5537 <h4 class="title"><a id="id538767"></a>4.12.5.3. Lists</h4> 5538 5538 </div> 5539 5539 </div> … … 5704 5704 <div> 5705 5705 <div class="refsect1" lang="en" xml:lang="en"> 5706 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49536"></a>5706 <a xmlns="http://www.w3.org/1999/xhtml" id="id538955"></a> 5707 5707 <div class="header">Arguments and Values:</div> 5708 5708 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">output-file</span></i>--- … … 5719 5719 </p> 5720 5720 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">statistics</span></i>--- 5721 If non-nil (the default), a comma-separated file is also5721 If non-nil (the default), a comma-separated file is 5722 5722 generated with the summary of statistics. You can specify a 5723 5723 filename for the statistics argument, otherwise … … 5728 5728 </div> 5729 5729 <div class="refsect1" lang="en" xml:lang="en"> 5730 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49607"></a>5730 <a xmlns="http://www.w3.org/1999/xhtml" id="id539026"></a> 5731 5731 <div class="header">Example:</div> 5732 5732 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5762 5762 <div> 5763 5763 <div class="refsect1" lang="en" xml:lang="en"> 5764 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49687"></a>5764 <a xmlns="http://www.w3.org/1999/xhtml" id="id539105"></a> 5765 5765 <div class="header">Description:</div> 5766 5766 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5784 5784 <div> 5785 5785 <div class="refsect1" lang="en" xml:lang="en"> 5786 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49725"></a>5786 <a xmlns="http://www.w3.org/1999/xhtml" id="id539144"></a> 5787 5787 <div class="header">Description:</div> 5788 5788 <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 49777"></a>5812 <a xmlns="http://www.w3.org/1999/xhtml" id="id539196"></a> 5813 5813 <div class="header">Description:</div> 5814 5814 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5836 5836 <div> 5837 5837 <div class="refsect1" lang="en" xml:lang="en"> 5838 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49829"></a>5838 <a xmlns="http://www.w3.org/1999/xhtml" id="id539248"></a> 5839 5839 <div class="header">Description:</div> 5840 5840 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5867 5867 <div> 5868 5868 <div class="refsect1" lang="en" xml:lang="en"> 5869 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49872"></a>5869 <a xmlns="http://www.w3.org/1999/xhtml" id="id539291"></a> 5870 5870 <div class="header">Description:</div> 5871 5871 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5894 5894 <div> 5895 5895 <div class="refsect1" lang="en" xml:lang="en"> 5896 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49925"></a>5896 <a xmlns="http://www.w3.org/1999/xhtml" id="id539344"></a> 5897 5897 <div class="header">Description:</div> 5898 5898 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5917 5917 <div> 5918 5918 <div class="refsect1" lang="en" xml:lang="en"> 5919 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49976"></a>5919 <a xmlns="http://www.w3.org/1999/xhtml" id="id539395"></a> 5920 5920 <div class="header">Description:</div> 5921 5921 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5941 5941 <div> 5942 5942 <div class="refsect1" lang="en" xml:lang="en"> 5943 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 50027"></a>5943 <a xmlns="http://www.w3.org/1999/xhtml" id="id539446"></a> 5944 5944 <div class="header">Description:</div> 5945 5945 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5968 5968 <div> 5969 5969 <div class="refsect1" lang="en" xml:lang="en"> 5970 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 50080"></a>5970 <a xmlns="http://www.w3.org/1999/xhtml" id="id539498"></a> 5971 5971 <div class="header">Description:</div> 5972 5972 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5995 5995 <div> 5996 5996 <div class="refsect1" lang="en" xml:lang="en"> 5997 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 50132"></a>5997 <a xmlns="http://www.w3.org/1999/xhtml" id="id539551"></a> 5998 5998 <div class="header">Description:</div> 5999 5999 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6162 6162 <div> 6163 6163 <div class="refsect1" lang="en" xml:lang="en"> 6164 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 50368"></a>6164 <a xmlns="http://www.w3.org/1999/xhtml" id="id539786"></a> 6165 6165 <div class="header">Description:</div> 6166 6166 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6181 6181 </div> 6182 6182 <div class="refentrytitle"> 6183 Don't record code covera nge for forms within the body.6183 Don't record code coverage for forms within the body. 6184 6184 </div> 6185 6185 </p> … … 6187 6187 <div> 6188 6188 <div class="refsect1" lang="en" xml:lang="en"> 6189 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 50420"></a>6189 <a xmlns="http://www.w3.org/1999/xhtml" id="id539838"></a> 6190 6190 <div class="header">Description:</div> 6191 6191 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6263 6263 <div> 6264 6264 <div class="refsect1" lang="en" xml:lang="en"> 6265 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 50521"></a>6265 <a xmlns="http://www.w3.org/1999/xhtml" id="id539940"></a> 6266 6266 <div class="header">Summary:</div> 6267 6267 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6298 6298 <div> 6299 6299 <div class="refsect1" lang="en" xml:lang="en"> 6300 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 50583"></a>6300 <a xmlns="http://www.w3.org/1999/xhtml" id="id540002"></a> 6301 6301 <div class="header">Summary:</div> 6302 6302 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6329 6329 <div> 6330 6330 <div class="refsect1" lang="en" xml:lang="en"> 6331 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 50640"></a>6331 <a xmlns="http://www.w3.org/1999/xhtml" id="id540059"></a> 6332 6332 <div class="header">Summary:</div> 6333 6333 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6559 6559 <div> 6560 6560 <div> 6561 <h4 class="title"><a id="id4 84822"></a>5.4.2.1. Checking for Updates</h4>6561 <h4 class="title"><a id="id474241"></a>5.4.2.1. Checking for Updates</h4> 6562 6562 </div> 6563 6563 </div> … … 6691 6691 the required subsystems, if necessary.</p> 6692 6692 <p xmlns="http://www.w3.org/1999/xhtml"> 6693 <a id="id 501240" class="indexterm"></a>6693 <a id="id490659" class="indexterm"></a> 6694 6694 <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&key</em> 6695 6695 (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>) … … 6991 6991 <dt> 6992 6992 <span class="sect2"> 6993 <a href="#id 505174">6.3.2. As of August 2003:</a>6993 <a href="#id494592">6.3.2. As of August 2003:</a> 6994 6994 </span> 6995 6995 </dt> … … 7242 7242 <div> 7243 7243 <div> 7244 <h3 class="title"><a id="id 505174"></a>6.3.2. As of August 2003:</h3>7244 <h3 class="title"><a id="id494592"></a>6.3.2. As of August 2003:</h3> 7245 7245 </div> 7246 7246 </div> … … 7694 7694 <div> 7695 7695 <div class="refsect1" lang="en" xml:lang="en"> 7696 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36248"></a>7696 <a xmlns="http://www.w3.org/1999/xhtml" id="id525667"></a> 7697 7697 <div class="header">Values:</div> 7698 7698 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads) … … 7700 7700 </div> 7701 7701 <div class="refsect1" lang="en" xml:lang="en"> 7702 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36274"></a>7702 <a xmlns="http://www.w3.org/1999/xhtml" id="id525692"></a> 7703 7703 <div class="header">Description:</div> 7704 7704 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known … … 7712 7712 </div> 7713 7713 <div class="refsect1" lang="en" xml:lang="en"> 7714 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36289"></a>7714 <a xmlns="http://www.w3.org/1999/xhtml" id="id525707"></a> 7715 7715 <div class="header">See Also:</div> 7716 7716 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7740 7740 <div> 7741 7741 <div class="refsect1" lang="en" xml:lang="en"> 7742 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36358"></a>7742 <a xmlns="http://www.w3.org/1999/xhtml" id="id525777"></a> 7743 7743 <div class="header">Arguments and Values:</div> 7744 7744 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p> … … 7783 7783 </div> 7784 7784 <div class="refsect1" lang="en" xml:lang="en"> 7785 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36551"></a>7785 <a xmlns="http://www.w3.org/1999/xhtml" id="id525970"></a> 7786 7786 <div class="header">Description:</div> 7787 7787 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the … … 7804 7804 </div> 7805 7805 <div class="refsect1" lang="en" xml:lang="en"> 7806 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36604"></a>7806 <a xmlns="http://www.w3.org/1999/xhtml" id="id526022"></a> 7807 7807 <div class="header">See Also:</div> 7808 7808 <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> … … 7823 7823 <div> 7824 7824 <div class="refsect1" lang="en" xml:lang="en"> 7825 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36682"></a>7825 <a xmlns="http://www.w3.org/1999/xhtml" id="id526101"></a> 7826 7826 <div class="header">Arguments and Values:</div> 7827 7827 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7833 7833 </div> 7834 7834 <div class="refsect1" lang="en" xml:lang="en"> 7835 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36736"></a>7835 <a xmlns="http://www.w3.org/1999/xhtml" id="id526155"></a> 7836 7836 <div class="header">Description:</div> 7837 7837 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from … … 7855 7855 </div> 7856 7856 <div class="refsect1" lang="en" xml:lang="en"> 7857 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36791"></a>7857 <a xmlns="http://www.w3.org/1999/xhtml" id="id526210"></a> 7858 7858 <div class="header">See Also:</div> 7859 7859 <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> 7860 7860 </div> 7861 7861 <div class="refsect1" lang="en" xml:lang="en"> 7862 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36816"></a>7862 <a xmlns="http://www.w3.org/1999/xhtml" id="id526235"></a> 7863 7863 <div class="header">Notes:</div> 7864 7864 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called … … 7886 7886 <div> 7887 7887 <div class="refsect1" lang="en" xml:lang="en"> 7888 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36897"></a>7888 <a xmlns="http://www.w3.org/1999/xhtml" id="id526316"></a> 7889 7889 <div class="header">Arguments and Values:</div> 7890 7890 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7897 7897 </div> 7898 7898 <div class="refsect1" lang="en" xml:lang="en"> 7899 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36951"></a>7899 <a xmlns="http://www.w3.org/1999/xhtml" id="id526370"></a> 7900 7900 <div class="header">Description:</div> 7901 7901 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to … … 7908 7908 </div> 7909 7909 <div class="refsect1" lang="en" xml:lang="en"> 7910 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 36982"></a>7910 <a xmlns="http://www.w3.org/1999/xhtml" id="id526401"></a> 7911 7911 <div class="header">See Also:</div> 7912 7912 <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> 7913 7913 </div> 7914 7914 <div class="refsect1" lang="en" xml:lang="en"> 7915 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37007"></a>7915 <a xmlns="http://www.w3.org/1999/xhtml" id="id526426"></a> 7916 7916 <div class="header">Notes:</div> 7917 7917 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7939 7939 <div> 7940 7940 <div class="refsect1" lang="en" xml:lang="en"> 7941 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37073"></a>7941 <a xmlns="http://www.w3.org/1999/xhtml" id="id526491"></a> 7942 7942 <div class="header">Arguments and Values:</div> 7943 7943 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7949 7949 </div> 7950 7950 <div class="refsect1" lang="en" xml:lang="en"> 7951 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37126"></a>7951 <a xmlns="http://www.w3.org/1999/xhtml" id="id526545"></a> 7952 7952 <div class="header">Description:</div> 7953 7953 <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 … … 7964 7964 </div> 7965 7965 <div class="refsect1" lang="en" xml:lang="en"> 7966 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37176"></a>7966 <a xmlns="http://www.w3.org/1999/xhtml" id="id526594"></a> 7967 7967 <div class="header">See Also:</div> 7968 7968 <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> … … 7985 7985 <div> 7986 7986 <div class="refsect1" lang="en" xml:lang="en"> 7987 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37253"></a>7987 <a xmlns="http://www.w3.org/1999/xhtml" id="id526671"></a> 7988 7988 <div class="header">Arguments and Values:</div> 7989 7989 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7996 7996 </div> 7997 7997 <div class="refsect1" lang="en" xml:lang="en"> 7998 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37328"></a>7998 <a xmlns="http://www.w3.org/1999/xhtml" id="id526746"></a> 7999 7999 <div class="header">Description:</div> 8000 8000 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset … … 8010 8010 </div> 8011 8011 <div class="refsect1" lang="en" xml:lang="en"> 8012 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37372"></a>8012 <a xmlns="http://www.w3.org/1999/xhtml" id="id526790"></a> 8013 8013 <div class="header">See Also:</div> 8014 8014 <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> … … 8031 8031 <div> 8032 8032 <div class="refsect1" lang="en" xml:lang="en"> 8033 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37454"></a>8033 <a xmlns="http://www.w3.org/1999/xhtml" id="id526873"></a> 8034 8034 <div class="header">Arguments and Values:</div> 8035 8035 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8040 8040 </div> 8041 8041 <div class="refsect1" lang="en" xml:lang="en"> 8042 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37516"></a>8042 <a xmlns="http://www.w3.org/1999/xhtml" id="id526934"></a> 8043 8043 <div class="header">Description:</div> 8044 8044 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>. … … 8057 8057 </div> 8058 8058 <div class="refsect1" lang="en" xml:lang="en"> 8059 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37564"></a>8059 <a xmlns="http://www.w3.org/1999/xhtml" id="id526983"></a> 8060 8060 <div class="header">See Also:</div> 8061 8061 <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> 8062 8062 </div> 8063 8063 <div class="refsect1" lang="en" xml:lang="en"> 8064 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37595"></a>8064 <a xmlns="http://www.w3.org/1999/xhtml" id="id527014"></a> 8065 8065 <div class="header">Notes:</div> 8066 8066 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means … … 8083 8083 <div> 8084 8084 <div class="refsect1" lang="en" xml:lang="en"> 8085 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37710"></a>8085 <a xmlns="http://www.w3.org/1999/xhtml" id="id527129"></a> 8086 8086 <div class="header">Arguments and Values:</div> 8087 8087 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process. … … 8105 8105 </div> 8106 8106 <div class="refsect1" lang="en" xml:lang="en"> 8107 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37899"></a>8107 <a xmlns="http://www.w3.org/1999/xhtml" id="id527318"></a> 8108 8108 <div class="header">Description:</div> 8109 8109 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via … … 8118 8118 </div> 8119 8119 <div class="refsect1" lang="en" xml:lang="en"> 8120 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37934"></a>8120 <a xmlns="http://www.w3.org/1999/xhtml" id="id527353"></a> 8121 8121 <div class="header">See Also:</div> 8122 8122 <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> … … 8139 8139 <div> 8140 8140 <div class="refsect1" lang="en" xml:lang="en"> 8141 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41288"></a>8141 <a xmlns="http://www.w3.org/1999/xhtml" id="id530707"></a> 8142 8142 <div class="header">Arguments and Values:</div> 8143 8143 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8152 8152 </div> 8153 8153 <div class="refsect1" lang="en" xml:lang="en"> 8154 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41380"></a>8154 <a xmlns="http://www.w3.org/1999/xhtml" id="id530798"></a> 8155 8155 <div class="header">Description:</div> 8156 8156 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em> … … 8183 8183 </div> 8184 8184 <div class="refsect1" lang="en" xml:lang="en"> 8185 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41454"></a>8185 <a xmlns="http://www.w3.org/1999/xhtml" id="id530873"></a> 8186 8186 <div class="header">See Also:</div> 8187 8187 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8192 8192 </div> 8193 8193 <div class="refsect1" lang="en" xml:lang="en"> 8194 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41474"></a>8194 <a xmlns="http://www.w3.org/1999/xhtml" id="id530892"></a> 8195 8195 <div class="header">Notes:</div> 8196 8196 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em> … … 8222 8222 <div> 8223 8223 <div class="refsect1" lang="en" xml:lang="en"> 8224 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41538"></a>8224 <a xmlns="http://www.w3.org/1999/xhtml" id="id530957"></a> 8225 8225 <div class="header">Value Type:</div> 8226 8226 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p> 8227 8227 </div> 8228 8228 <div class="refsect1" lang="en" xml:lang="en"> 8229 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41550"></a>8229 <a xmlns="http://www.w3.org/1999/xhtml" id="id530968"></a> 8230 8230 <div class="header">Initial Value:</div> 8231 8231 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself. … … 8233 8233 </div> 8234 8234 <div class="refsect1" lang="en" xml:lang="en"> 8235 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41561"></a>8235 <a xmlns="http://www.w3.org/1999/xhtml" id="id530980"></a> 8236 8236 <div class="header">Description:</div> 8237 8237 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is … … 8239 8239 </div> 8240 8240 <div class="refsect1" lang="en" xml:lang="en"> 8241 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41573"></a>8241 <a xmlns="http://www.w3.org/1999/xhtml" id="id530992"></a> 8242 8242 <div class="header">See Also:</div> 8243 8243 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8263 8263 <div> 8264 8264 <div class="refsect1" lang="en" xml:lang="en"> 8265 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41644"></a>8265 <a xmlns="http://www.w3.org/1999/xhtml" id="id531062"></a> 8266 8266 <div class="header">Arguments and Values:</div> 8267 8267 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8270 8270 </div> 8271 8271 <div class="refsect1" lang="en" xml:lang="en"> 8272 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41700"></a>8272 <a xmlns="http://www.w3.org/1999/xhtml" id="id531119"></a> 8273 8273 <div class="header">Description:</div> 8274 8274 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit … … 8297 8297 </div> 8298 8298 <div class="refsect1" lang="en" xml:lang="en"> 8299 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41767"></a>8299 <a xmlns="http://www.w3.org/1999/xhtml" id="id531186"></a> 8300 8300 <div class="header">See Also:</div> 8301 8301 <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> … … 8317 8317 <div> 8318 8318 <div class="refsect1" lang="en" xml:lang="en"> 8319 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41840"></a>8319 <a xmlns="http://www.w3.org/1999/xhtml" id="id531259"></a> 8320 8320 <div class="header">Arguments and Values:</div> 8321 8321 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which … … 8324 8324 </div> 8325 8325 <div class="refsect1" lang="en" xml:lang="en"> 8326 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41882"></a>8326 <a xmlns="http://www.w3.org/1999/xhtml" id="id531301"></a> 8327 8327 <div class="header">Description:</div> 8328 8328 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8332 8332 </div> 8333 8333 <div class="refsect1" lang="en" xml:lang="en"> 8334 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41894"></a>8334 <a xmlns="http://www.w3.org/1999/xhtml" id="id531312"></a> 8335 8335 <div class="header">See Also:</div> 8336 8336 <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> … … 8352 8352 <div> 8353 8353 <div class="refsect1" lang="en" xml:lang="en"> 8354 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41967"></a>8354 <a xmlns="http://www.w3.org/1999/xhtml" id="id531386"></a> 8355 8355 <div class="header">Arguments and Values:</div> 8356 8356 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8358 8358 </div> 8359 8359 <div class="refsect1" lang="en" xml:lang="en"> 8360 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42008"></a>8360 <a xmlns="http://www.w3.org/1999/xhtml" id="id531427"></a> 8361 8361 <div class="header">Description:</div> 8362 8362 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8366 8366 </div> 8367 8367 <div class="refsect1" lang="en" xml:lang="en"> 8368 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42023"></a>8368 <a xmlns="http://www.w3.org/1999/xhtml" id="id531442"></a> 8369 8369 <div class="header">See Also:</div> 8370 8370 <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> … … 8388 8388 <div> 8389 8389 <div class="refsect1" lang="en" xml:lang="en"> 8390 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42106"></a>8390 <a xmlns="http://www.w3.org/1999/xhtml" id="id531525"></a> 8391 8391 <div class="header">Arguments and Values:</div> 8392 8392 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8394 8394 </div> 8395 8395 <div class="refsect1" lang="en" xml:lang="en"> 8396 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42147"></a>8396 <a xmlns="http://www.w3.org/1999/xhtml" id="id531566"></a> 8397 8397 <div class="header">Description:</div> 8398 8398 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 8408 8408 </div> 8409 8409 <div class="refsect1" lang="en" xml:lang="en"> 8410 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42211"></a>8410 <a xmlns="http://www.w3.org/1999/xhtml" id="id531630"></a> 8411 8411 <div class="header">See Also:</div> 8412 8412 <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> … … 8427 8427 <div> 8428 8428 <div class="refsect1" lang="en" xml:lang="en"> 8429 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42269"></a>8429 <a xmlns="http://www.w3.org/1999/xhtml" id="id531688"></a> 8430 8430 <div class="header">Value Type:</div> 8431 8431 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p> 8432 8432 </div> 8433 8433 <div class="refsect1" lang="en" xml:lang="en"> 8434 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42281"></a>8434 <a xmlns="http://www.w3.org/1999/xhtml" id="id531699"></a> 8435 8435 <div class="header">Initial Value:</div> 8436 8436 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler. Currently, … … 8439 8439 </div> 8440 8440 <div class="refsect1" lang="en" xml:lang="en"> 8441 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42293"></a>8441 <a xmlns="http://www.w3.org/1999/xhtml" id="id531711"></a> 8442 8442 <div class="header">Description:</div> 8443 8443 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best, … … 8447 8447 </div> 8448 8448 <div class="refsect1" lang="en" xml:lang="en"> 8449 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42306"></a>8449 <a xmlns="http://www.w3.org/1999/xhtml" id="id531724"></a> 8450 8450 <div class="header">See Also:</div> 8451 8451 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8471 8471 <div> 8472 8472 <div class="refsect1" lang="en" xml:lang="en"> 8473 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42410"></a>8473 <a xmlns="http://www.w3.org/1999/xhtml" id="id531828"></a> 8474 8474 <div class="header">Description:</div> 8475 8475 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of … … 8485 8485 </div> 8486 8486 <div class="refsect1" lang="en" xml:lang="en"> 8487 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42452"></a>8487 <a xmlns="http://www.w3.org/1999/xhtml" id="id531871"></a> 8488 8488 <div class="header">See Also:</div> 8489 8489 <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> 8490 8490 </div> 8491 8491 <div class="refsect1" lang="en" xml:lang="en"> 8492 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42483"></a>8492 <a xmlns="http://www.w3.org/1999/xhtml" id="id531902"></a> 8493 8493 <div class="header">Notes:</div> 8494 8494 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to … … 8514 8514 <div> 8515 8515 <div class="refsect1" lang="en" xml:lang="en"> 8516 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42542"></a>8516 <a xmlns="http://www.w3.org/1999/xhtml" id="id531961"></a> 8517 8517 <div class="header">Description:</div> 8518 8518 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing … … 8523 8523 </div> 8524 8524 <div class="refsect1" lang="en" xml:lang="en"> 8525 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42556"></a>8525 <a xmlns="http://www.w3.org/1999/xhtml" id="id531974"></a> 8526 8526 <div class="header">See Also:</div> 8527 8527 <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> 8528 8528 </div> 8529 8529 <div class="refsect1" lang="en" xml:lang="en"> 8530 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42604"></a>8530 <a xmlns="http://www.w3.org/1999/xhtml" id="id532022"></a> 8531 8531 <div class="header">Notes:</div> 8532 8532 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative … … 8551 8551 <div> 8552 8552 <div class="refsect1" lang="en" xml:lang="en"> 8553 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42668"></a>8553 <a xmlns="http://www.w3.org/1999/xhtml" id="id532087"></a> 8554 8554 <div class="header">Arguments and Values:</div> 8555 8555 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8564 8564 </div> 8565 8565 <div class="refsect1" lang="en" xml:lang="en"> 8566 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42748"></a>8566 <a xmlns="http://www.w3.org/1999/xhtml" id="id532166"></a> 8567 8567 <div class="header">Description:</div> 8568 8568 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly … … 8581 8581 </div> 8582 8582 <div class="refsect1" lang="en" xml:lang="en"> 8583 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42783"></a>8583 <a xmlns="http://www.w3.org/1999/xhtml" id="id532202"></a> 8584 8584 <div class="header">See Also:</div> 8585 8585 <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> … … 8601 8601 <div> 8602 8602 <div class="refsect1" lang="en" xml:lang="en"> 8603 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42892"></a>8603 <a xmlns="http://www.w3.org/1999/xhtml" id="id532310"></a> 8604 8604 <div class="header">Arguments and Values:</div> 8605 8605 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8619 8619 </div> 8620 8620 <div class="refsect1" lang="en" xml:lang="en"> 8621 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43006"></a>8621 <a xmlns="http://www.w3.org/1999/xhtml" id="id532425"></a> 8622 8622 <div class="header">Description:</div> 8623 8623 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like … … 8636 8636 </div> 8637 8637 <div class="refsect1" lang="en" xml:lang="en"> 8638 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43056"></a>8638 <a xmlns="http://www.w3.org/1999/xhtml" id="id532475"></a> 8639 8639 <div class="header">See Also:</div> 8640 8640 <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> … … 8656 8656 <div> 8657 8657 <div class="refsect1" lang="en" xml:lang="en"> 8658 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43173"></a>8658 <a xmlns="http://www.w3.org/1999/xhtml" id="id532592"></a> 8659 8659 <div class="header">Arguments and Values:</div> 8660 8660 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8663 8663 </div> 8664 8664 <div class="refsect1" lang="en" xml:lang="en"> 8665 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43218"></a>8665 <a xmlns="http://www.w3.org/1999/xhtml" id="id532636"></a> 8666 8666 <div class="header">Description:</div> 8667 8667 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8678 8678 </div> 8679 8679 <div class="refsect1" lang="en" xml:lang="en"> 8680 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43249"></a>8680 <a xmlns="http://www.w3.org/1999/xhtml" id="id532668"></a> 8681 8681 <div class="header">See Also:</div> 8682 8682 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8702 8702 <div> 8703 8703 <div class="refsect1" lang="en" xml:lang="en"> 8704 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43321"></a>8704 <a xmlns="http://www.w3.org/1999/xhtml" id="id532740"></a> 8705 8705 <div class="header">Arguments and Values:</div> 8706 8706 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8709 8709 </div> 8710 8710 <div class="refsect1" lang="en" xml:lang="en"> 8711 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43365"></a>8711 <a xmlns="http://www.w3.org/1999/xhtml" id="id532784"></a> 8712 8712 <div class="header">Description:</div> 8713 8713 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8732 8732 <div> 8733 8733 <div class="refsect1" lang="en" xml:lang="en"> 8734 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43437"></a>8734 <a xmlns="http://www.w3.org/1999/xhtml" id="id532856"></a> 8735 8735 <div class="header">Arguments and Values:</div> 8736 8736 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of … … 8742 8742 </div> 8743 8743 <div class="refsect1" lang="en" xml:lang="en"> 8744 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43490"></a>8744 <a xmlns="http://www.w3.org/1999/xhtml" id="id532908"></a> 8745 8745 <div class="header">Description:</div> 8746 8746 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can … … 8752 8752 </div> 8753 8753 <div class="refsect1" lang="en" xml:lang="en"> 8754 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43506"></a>8754 <a xmlns="http://www.w3.org/1999/xhtml" id="id532925"></a> 8755 8755 <div class="header">See Also:</div> 8756 8756 <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> … … 8772 8772 <div> 8773 8773 <div class="refsect1" lang="en" xml:lang="en"> 8774 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 43623"></a>8774 <a xmlns="http://www.w3.org/1999/xhtml" id="id533042"></a> 8775 8775 <div class="header">Arguments and Values:</div> 8776 8776 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8780 8780 </div> 8781 8781 <div class="refsect1" lang="en" xml:lang="en"> 8782 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57244"></a>8782 <a xmlns="http://www.w3.org/1999/xhtml" id="id546663"></a> 8783 8783 <div class="header">Description:</div> 8784 8784 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or … … 8791 8791 </div> 8792 8792 <div class="refsect1" lang="en" xml:lang="en"> 8793 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57272"></a>8793 <a xmlns="http://www.w3.org/1999/xhtml" id="id546691"></a> 8794 8794 <div class="header">See Also:</div> 8795 8795 <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> … … 8810 8810 <div> 8811 8811 <div class="refsect1" lang="en" xml:lang="en"> 8812 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57372"></a>8812 <a xmlns="http://www.w3.org/1999/xhtml" id="id546791"></a> 8813 8813 <div class="header">Arguments and Values:</div> 8814 8814 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8815 8815 </div> 8816 8816 <div class="refsect1" lang="en" xml:lang="en"> 8817 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57395"></a>8817 <a xmlns="http://www.w3.org/1999/xhtml" id="id546813"></a> 8818 8818 <div class="header">Description:</div> 8819 8819 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the … … 8826 8826 </div> 8827 8827 <div class="refsect1" lang="en" xml:lang="en"> 8828 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57428"></a>8828 <a xmlns="http://www.w3.org/1999/xhtml" id="id546847"></a> 8829 8829 <div class="header">See Also:</div> 8830 8830 <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> … … 8844 8844 <div> 8845 8845 <div class="refsect1" lang="en" xml:lang="en"> 8846 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57527"></a>8846 <a xmlns="http://www.w3.org/1999/xhtml" id="id546946"></a> 8847 8847 <div class="header">Arguments and Values:</div> 8848 8848 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8849 8849 </div> 8850 8850 <div class="refsect1" lang="en" xml:lang="en"> 8851 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57550"></a>8851 <a xmlns="http://www.w3.org/1999/xhtml" id="id546968"></a> 8852 8852 <div class="header">Description:</div> 8853 8853 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if … … 8862 8862 </div> 8863 8863 <div class="refsect1" lang="en" xml:lang="en"> 8864 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57584"></a>8864 <a xmlns="http://www.w3.org/1999/xhtml" id="id547002"></a> 8865 8865 <div class="header">See Also:</div> 8866 8866 <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> … … 8881 8881 <div> 8882 8882 <div class="refsect1" lang="en" xml:lang="en"> 8883 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57684"></a>8883 <a xmlns="http://www.w3.org/1999/xhtml" id="id547102"></a> 8884 8884 <div class="header">Arguments and Values:</div> 8885 8885 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8888 8888 </div> 8889 8889 <div class="refsect1" lang="en" xml:lang="en"> 8890 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57722"></a>8890 <a xmlns="http://www.w3.org/1999/xhtml" id="id547141"></a> 8891 8891 <div class="header">Description:</div> 8892 8892 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em> … … 8901 8901 </div> 8902 8902 <div class="refsect1" lang="en" xml:lang="en"> 8903 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57745"></a>8903 <a xmlns="http://www.w3.org/1999/xhtml" id="id547164"></a> 8904 8904 <div class="header">See Also:</div> 8905 8905 <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> … … 8921 8921 <div> 8922 8922 <div class="refsect1" lang="en" xml:lang="en"> 8923 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57845"></a>8923 <a xmlns="http://www.w3.org/1999/xhtml" id="id547264"></a> 8924 8924 <div class="header">Arguments and Values:</div> 8925 8925 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type … … 8927 8927 </div> 8928 8928 <div class="refsect1" lang="en" xml:lang="en"> 8929 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57868"></a>8929 <a xmlns="http://www.w3.org/1999/xhtml" id="id547287"></a> 8930 8930 <div class="header">Description:</div> 8931 8931 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK. … … 8938 8938 </div> 8939 8939 <div class="refsect1" lang="en" xml:lang="en"> 8940 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57884"></a>8940 <a xmlns="http://www.w3.org/1999/xhtml" id="id547303"></a> 8941 8941 <div class="header">See Also:</div> 8942 8942 <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> 8943 8943 </div> 8944 8944 <div class="refsect1" lang="en" xml:lang="en"> 8945 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57932"></a>8945 <a xmlns="http://www.w3.org/1999/xhtml" id="id547351"></a> 8946 8946 <div class="header">Notes:</div> 8947 8947 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to … … 8966 8966 <div> 8967 8967 <div class="refsect1" lang="en" xml:lang="en"> 8968 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57989"></a>8968 <a xmlns="http://www.w3.org/1999/xhtml" id="id547407"></a> 8969 8969 <div class="header">Arguments and Values:</div> 8970 8970 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8975 8975 </div> 8976 8976 <div class="refsect1" lang="en" xml:lang="en"> 8977 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58040"></a>8977 <a xmlns="http://www.w3.org/1999/xhtml" id="id547459"></a> 8978 8978 <div class="header">Description:</div> 8979 8979 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8989 8989 </div> 8990 8990 <div class="refsect1" lang="en" xml:lang="en"> 8991 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58080"></a>8991 <a xmlns="http://www.w3.org/1999/xhtml" id="id547498"></a> 8992 8992 <div class="header">See Also:</div> 8993 8993 <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> … … 9009 9009 <div> 9010 9010 <div class="refsect1" lang="en" xml:lang="en"> 9011 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58173"></a>9011 <a xmlns="http://www.w3.org/1999/xhtml" id="id547592"></a> 9012 9012 <div class="header">Arguments and Values:</div> 9013 9013 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 9018 9018 </div> 9019 9019 <div class="refsect1" lang="en" xml:lang="en"> 9020 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58224"></a>9020 <a xmlns="http://www.w3.org/1999/xhtml" id="id547643"></a> 9021 9021 <div class="header">Description:</div> 9022 9022 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 9033 9033 </div> 9034 9034 <div class="refsect1" lang="en" xml:lang="en"> 9035 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58269"></a>9035 <a xmlns="http://www.w3.org/1999/xhtml" id="id547688"></a> 9036 9036 <div class="header">See Also:</div> 9037 9037 <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> … … 9053 9053 <div> 9054 9054 <div class="refsect1" lang="en" xml:lang="en"> 9055 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58359"></a>9055 <a xmlns="http://www.w3.org/1999/xhtml" id="id547778"></a> 9056 9056 <div class="header">Arguments and Values:</div> 9057 9057 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p> 9058 9058 </div> 9059 9059 <div class="refsect1" lang="en" xml:lang="en"> 9060 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58381"></a>9060 <a xmlns="http://www.w3.org/1999/xhtml" id="id547800"></a> 9061 9061 <div class="header">Description:</div> 9062 9062 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE. … … 9067 9067 </div> 9068 9068 <div class="refsect1" lang="en" xml:lang="en"> 9069 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58396"></a>9069 <a xmlns="http://www.w3.org/1999/xhtml" id="id547815"></a> 9070 9070 <div class="header">See Also:</div> 9071 9071 <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> … … 9087 9087 <div> 9088 9088 <div class="refsect1" lang="en" xml:lang="en"> 9089 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58491"></a>9089 <a xmlns="http://www.w3.org/1999/xhtml" id="id547910"></a> 9090 9090 <div class="header">Arguments and Values:</div> 9091 9091 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 9094 9094 </div> 9095 9095 <div class="refsect1" lang="en" xml:lang="en"> 9096 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58527"></a>9096 <a xmlns="http://www.w3.org/1999/xhtml" id="id547946"></a> 9097 9097 <div class="header">Description:</div> 9098 9098 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s … … 9101 9101 </div> 9102 9102 <div class="refsect1" lang="en" xml:lang="en"> 9103 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58541"></a>9103 <a xmlns="http://www.w3.org/1999/xhtml" id="id547960"></a> 9104 9104 <div class="header">See Also:</div> 9105 9105 <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> 9106 9106 </div> 9107 9107 <div class="refsect1" lang="en" xml:lang="en"> 9108 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58594"></a>9108 <a xmlns="http://www.w3.org/1999/xhtml" id="id548013"></a> 9109 9109 <div class="header">Notes:</div> 9110 9110 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 9129 9129 <div> 9130 9130 <div class="refsect1" lang="en" xml:lang="en"> 9131 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58654"></a>9131 <a xmlns="http://www.w3.org/1999/xhtml" id="id548073"></a> 9132 9132 <div class="header">Arguments and Values:</div> 9133 9133 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 9136 9136 </div> 9137 9137 <div class="refsect1" lang="en" xml:lang="en"> 9138 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58690"></a>9138 <a xmlns="http://www.w3.org/1999/xhtml" id="id548109"></a> 9139 9139 <div class="header">Description:</div> 9140 9140 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 9144 9144 </div> 9145 9145 <div class="refsect1" lang="en" xml:lang="en"> 9146 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58705"></a>9146 <a xmlns="http://www.w3.org/1999/xhtml" id="id548123"></a> 9147 9147 <div class="header">See Also:</div> 9148 9148 <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> 9149 9149 </div> 9150 9150 <div class="refsect1" lang="en" xml:lang="en"> 9151 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58758"></a>9151 <a xmlns="http://www.w3.org/1999/xhtml" id="id548176"></a> 9152 9152 <div class="header">Notes:</div> 9153 9153 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 9173 9173 <div> 9174 9174 <div class="refsect1" lang="en" xml:lang="en"> 9175 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58818"></a>9175 <a xmlns="http://www.w3.org/1999/xhtml" id="id548237"></a> 9176 9176 <div class="header">Arguments and Values:</div> 9177 9177 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p> … … 9186 9186 </div> 9187 9187 <div class="refsect1" lang="en" xml:lang="en"> 9188 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58884"></a>9188 <a xmlns="http://www.w3.org/1999/xhtml" id="id548303"></a> 9189 9189 <div class="header">Description:</div> 9190 9190 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 9195 9195 </div> 9196 9196 <div class="refsect1" lang="en" xml:lang="en"> 9197 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58901"></a>9197 <a xmlns="http://www.w3.org/1999/xhtml" id="id548320"></a> 9198 9198 <div class="header">See Also:</div> 9199 9199 <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> … … 9215 9215 <div> 9216 9216 <div class="refsect1" lang="en" xml:lang="en"> 9217 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58994"></a>9217 <a xmlns="http://www.w3.org/1999/xhtml" id="id548413"></a> 9218 9218 <div class="header">Arguments and Values:</div> 9219 9219 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 9223 9223 </div> 9224 9224 <div class="refsect1" lang="en" xml:lang="en"> 9225 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59036"></a>9225 <a xmlns="http://www.w3.org/1999/xhtml" id="id548455"></a> 9226 9226 <div class="header">Description:</div> 9227 9227 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>. … … 9239 9239 </div> 9240 9240 <div class="refsect1" lang="en" xml:lang="en"> 9241 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59069"></a>9241 <a xmlns="http://www.w3.org/1999/xhtml" id="id548488"></a> 9242 9242 <div class="header">See Also:</div> 9243 9243 <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> 9244 9244 </div> 9245 9245 <div class="refsect1" lang="en" xml:lang="en"> 9246 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59107"></a>9246 <a xmlns="http://www.w3.org/1999/xhtml" id="id548525"></a> 9247 9247 <div class="header">Notes:</div> 9248 9248 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9269 9269 <div> 9270 9270 <div class="refsect1" lang="en" xml:lang="en"> 9271 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59171"></a>9271 <a xmlns="http://www.w3.org/1999/xhtml" id="id548590"></a> 9272 9272 <div class="header">Arguments and Values:</div> 9273 9273 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 9277 9277 </div> 9278 9278 <div class="refsect1" lang="en" xml:lang="en"> 9279 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59213"></a>9279 <a xmlns="http://www.w3.org/1999/xhtml" id="id548632"></a> 9280 9280 <div class="header">Description:</div> 9281 9281 <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 … … 9290 9290 </div> 9291 9291 <div class="refsect1" lang="en" xml:lang="en"> 9292 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59246"></a>9292 <a xmlns="http://www.w3.org/1999/xhtml" id="id548665"></a> 9293 9293 <div class="header">See Also:</div> 9294 9294 <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> 9295 9295 </div> 9296 9296 <div class="refsect1" lang="en" xml:lang="en"> 9297 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59284"></a>9297 <a xmlns="http://www.w3.org/1999/xhtml" id="id548702"></a> 9298 9298 <div class="header">Notes:</div> 9299 9299 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9320 9320 <div> 9321 9321 <div class="refsect1" lang="en" xml:lang="en"> 9322 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59348"></a>9322 <a xmlns="http://www.w3.org/1999/xhtml" id="id548767"></a> 9323 9323 <div class="header">Arguments and Values:</div> 9324 9324 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 9327 9327 </div> 9328 9328 <div class="refsect1" lang="en" xml:lang="en"> 9329 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59387"></a>9329 <a xmlns="http://www.w3.org/1999/xhtml" id="id548805"></a> 9330 9330 <div class="header">Description:</div> 9331 9331 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal … … 9335 9335 </div> 9336 9336 <div class="refsect1" lang="en" xml:lang="en"> 9337 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59403"></a>9337 <a xmlns="http://www.w3.org/1999/xhtml" id="id548822"></a> 9338 9338 <div class="header">See Also:</div> 9339 9339 <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> … … 9354 9354 <div> 9355 9355 <div class="refsect1" lang="en" xml:lang="en"> 9356 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59480"></a>9356 <a xmlns="http://www.w3.org/1999/xhtml" id="id548899"></a> 9357 9357 <div class="header">Value Type:</div> 9358 9358 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p> 9359 9359 </div> 9360 9360 <div class="refsect1" lang="en" xml:lang="en"> 9361 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59490"></a>9361 <a xmlns="http://www.w3.org/1999/xhtml" id="id548909"></a> 9362 9362 <div class="header">Initial Value:</div> 9363 9363 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p> 9364 9364 </div> 9365 9365 <div class="refsect1" lang="en" xml:lang="en"> 9366 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59500"></a>9366 <a xmlns="http://www.w3.org/1999/xhtml" id="id548918"></a> 9367 9367 <div class="header">Description:</div> 9368 9368 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input … … 9376 9376 </div> 9377 9377 <div class="refsect1" lang="en" xml:lang="en"> 9378 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59513"></a>9378 <a xmlns="http://www.w3.org/1999/xhtml" id="id548932"></a> 9379 9379 <div class="header">See Also:</div> 9380 9380 <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> … … 9395 9395 <div> 9396 9396 <div class="refsect1" lang="en" xml:lang="en"> 9397 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59604"></a>9397 <a xmlns="http://www.w3.org/1999/xhtml" id="id549023"></a> 9398 9398 <div class="header">Arguments and Values:</div> 9399 9399 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by … … 9404 9404 </div> 9405 9405 <div class="refsect1" lang="en" xml:lang="en"> 9406 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59643"></a>9406 <a xmlns="http://www.w3.org/1999/xhtml" id="id549062"></a> 9407 9407 <div class="header">Description:</div> 9408 9408 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function. As such, it … … 9415 9415 </div> 9416 9416 <div class="refsect1" lang="en" xml:lang="en"> 9417 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59665"></a>9417 <a xmlns="http://www.w3.org/1999/xhtml" id="id549084"></a> 9418 9418 <div class="header">See Also:</div> 9419 9419 <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> … … 9436 9436 <div> 9437 9437 <div class="refsect1" lang="en" xml:lang="en"> 9438 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59758"></a>9438 <a xmlns="http://www.w3.org/1999/xhtml" id="id549177"></a> 9439 9439 <div class="header">Arguments and Values:</div> 9440 9440 <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> … … 9446 9446 </div> 9447 9447 <div class="refsect1" lang="en" xml:lang="en"> 9448 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59816"></a>9448 <a xmlns="http://www.w3.org/1999/xhtml" id="id549234"></a> 9449 9449 <div class="header">Description:</div> 9450 9450 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate. If the … … 9587 9587 <div> 9588 9588 <div class="refsect1" lang="en" xml:lang="en"> 9589 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 20554"></a>9589 <a xmlns="http://www.w3.org/1999/xhtml" id="id509973"></a> 9590 9590 <div class="header">Arguments and Values:</div> 9591 9591 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently … … 9687 9687 </div> 9688 9688 <div class="refsect1" lang="en" xml:lang="en"> 9689 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31420"></a>9689 <a xmlns="http://www.w3.org/1999/xhtml" id="id520839"></a> 9690 9690 <div class="header">Description:</div> 9691 9691 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p> … … 9706 9706 <div> 9707 9707 <div class="refsect1" lang="en" xml:lang="en"> 9708 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31482"></a>9708 <a xmlns="http://www.w3.org/1999/xhtml" id="id520901"></a> 9709 9709 <div class="header">Arguments and Values:</div> 9710 9710 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p> … … 9714 9714 </div> 9715 9715 <div class="refsect1" lang="en" xml:lang="en"> 9716 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31524"></a>9716 <a xmlns="http://www.w3.org/1999/xhtml" id="id520943"></a> 9717 9717 <div class="header">Description:</div> 9718 9718 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending … … 9740 9740 <div> 9741 9741 <div class="refsect1" lang="en" xml:lang="en"> 9742 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40414"></a>9742 <a xmlns="http://www.w3.org/1999/xhtml" id="id529833"></a> 9743 9743 <div class="header">Arguments and Values:</div> 9744 9744 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the … … 9748 9748 </div> 9749 9749 <div class="refsect1" lang="en" xml:lang="en"> 9750 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40455"></a>9750 <a xmlns="http://www.w3.org/1999/xhtml" id="id529874"></a> 9751 9751 <div class="header">Description:</div> 9752 9752 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to … … 9768 9768 <div> 9769 9769 <div class="refsect1" lang="en" xml:lang="en"> 9770 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40517"></a>9770 <a xmlns="http://www.w3.org/1999/xhtml" id="id529936"></a> 9771 9771 <div class="header">Arguments and Values:</div> 9772 9772 <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> … … 9777 9777 </div> 9778 9778 <div class="refsect1" lang="en" xml:lang="en"> 9779 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40559"></a>9779 <a xmlns="http://www.w3.org/1999/xhtml" id="id529978"></a> 9780 9780 <div class="header">Description:</div> 9781 9781 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p> … … 9796 9796 <div> 9797 9797 <div class="refsect1" lang="en" xml:lang="en"> 9798 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40620"></a>9798 <a xmlns="http://www.w3.org/1999/xhtml" id="id530039"></a> 9799 9799 <div class="header">Arguments and Values:</div> 9800 9800 <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> … … 9803 9803 </div> 9804 9804 <div class="refsect1" lang="en" xml:lang="en"> 9805 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40661"></a>9805 <a xmlns="http://www.w3.org/1999/xhtml" id="id530080"></a> 9806 9806 <div class="header">Description:</div> 9807 9807 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name … … 9823 9823 <div> 9824 9824 <div class="refsect1" lang="en" xml:lang="en"> 9825 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40718"></a>9825 <a xmlns="http://www.w3.org/1999/xhtml" id="id530137"></a> 9826 9826 <div class="header">Arguments and Values:</div> 9827 9827 <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 … … 9831 9831 </div> 9832 9832 <div class="refsect1" lang="en" xml:lang="en"> 9833 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40746"></a>9833 <a xmlns="http://www.w3.org/1999/xhtml" id="id530164"></a> 9834 9834 <div class="header">Description:</div> 9835 9835 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a … … 9851 9851 <div> 9852 9852 <div class="refsect1" lang="en" xml:lang="en"> 9853 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32916"></a>9853 <a xmlns="http://www.w3.org/1999/xhtml" id="id522334"></a> 9854 9854 <div class="header">Arguments and Values:</div> 9855 9855 <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 … … 9860 9860 </div> 9861 9861 <div class="refsect1" lang="en" xml:lang="en"> 9862 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32958"></a>9862 <a xmlns="http://www.w3.org/1999/xhtml" id="id522377"></a> 9863 9863 <div class="header">Description:</div> 9864 9864 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p> … … 9880 9880 <div> 9881 9881 <div class="refsect1" lang="en" xml:lang="en"> 9882 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33020"></a>9882 <a xmlns="http://www.w3.org/1999/xhtml" id="id522438"></a> 9883 9883 <div class="header">Arguments and Values:</div> 9884 9884 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p> … … 9897 9897 </div> 9898 9898 <div class="refsect1" lang="en" xml:lang="en"> 9899 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33110"></a>9899 <a xmlns="http://www.w3.org/1999/xhtml" id="id522529"></a> 9900 9900 <div class="header">Description:</div> 9901 9901 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are … … 9934 9934 <div> 9935 9935 <div class="refsect1" lang="en" xml:lang="en"> 9936 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33210"></a>9936 <a xmlns="http://www.w3.org/1999/xhtml" id="id522629"></a> 9937 9937 <div class="header">Arguments and Values:</div> 9938 9938 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p> … … 9949 9949 </div> 9950 9950 <div class="refsect1" lang="en" xml:lang="en"> 9951 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33313"></a>9951 <a xmlns="http://www.w3.org/1999/xhtml" id="id522731"></a> 9952 9952 <div class="header">Description:</div> 9953 9953 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p> … … 9968 9968 <div> 9969 9969 <div class="refsect1" lang="en" xml:lang="en"> 9970 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33374"></a>9970 <a xmlns="http://www.w3.org/1999/xhtml" id="id522793"></a> 9971 9971 <div class="header">Arguments and Values:</div> 9972 9972 <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> … … 9975 9975 </div> 9976 9976 <div class="refsect1" lang="en" xml:lang="en"> 9977 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39149"></a>9977 <a xmlns="http://www.w3.org/1999/xhtml" id="id528568"></a> 9978 9978 <div class="header">Description:</div> 9979 9979 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is … … 9996 9996 <div> 9997 9997 <div class="refsect1" lang="en" xml:lang="en"> 9998 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39208"></a>9998 <a xmlns="http://www.w3.org/1999/xhtml" id="id528627"></a> 9999 9999 <div class="header">Arguments and Values:</div> 10000 10000 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10001 10001 </div> 10002 10002 <div class="refsect1" lang="en" xml:lang="en"> 10003 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39234"></a>10003 <a xmlns="http://www.w3.org/1999/xhtml" id="id528653"></a> 10004 10004 <div class="header">Description:</div> 10005 10005 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or … … 10026 10026 <div> 10027 10027 <div class="refsect1" lang="en" xml:lang="en"> 10028 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39295"></a>10028 <a xmlns="http://www.w3.org/1999/xhtml" id="id528714"></a> 10029 10029 <div class="header">Arguments and Values:</div> 10030 10030 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10031 10031 </div> 10032 10032 <div class="refsect1" lang="en" xml:lang="en"> 10033 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39321"></a>10033 <a xmlns="http://www.w3.org/1999/xhtml" id="id528740"></a> 10034 10034 <div class="header">Description:</div> 10035 10035 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host, … … 10051 10051 <div> 10052 10052 <div class="refsect1" lang="en" xml:lang="en"> 10053 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39379"></a>10053 <a xmlns="http://www.w3.org/1999/xhtml" id="id528798"></a> 10054 10054 <div class="header">Arguments and Values:</div> 10055 10055 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10056 10056 </div> 10057 10057 <div class="refsect1" lang="en" xml:lang="en"> 10058 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39405"></a>10058 <a xmlns="http://www.w3.org/1999/xhtml" id="id528824"></a> 10059 10059 <div class="header">Description:</div> 10060 10060 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not … … 10076 10076 <div> 10077 10077 <div class="refsect1" lang="en" xml:lang="en"> 10078 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39463"></a>10078 <a xmlns="http://www.w3.org/1999/xhtml" id="id528881"></a> 10079 10079 <div class="header">Arguments and Values:</div> 10080 10080 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10081 10081 </div> 10082 10082 <div class="refsect1" lang="en" xml:lang="en"> 10083 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39489"></a>10083 <a xmlns="http://www.w3.org/1999/xhtml" id="id528907"></a> 10084 10084 <div class="header">Description:</div> 10085 10085 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p> … … 10100 10100 <div> 10101 10101 <div class="refsect1" lang="en" xml:lang="en"> 10102 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39546"></a>10102 <a xmlns="http://www.w3.org/1999/xhtml" id="id528965"></a> 10103 10103 <div class="header">Arguments and Values:</div> 10104 10104 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10105 10105 </div> 10106 10106 <div class="refsect1" lang="en" xml:lang="en"> 10107 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39572"></a>10107 <a xmlns="http://www.w3.org/1999/xhtml" id="id528991"></a> 10108 10108 <div class="header">Description:</div> 10109 10109 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p> … … 10124 10124 <div> 10125 10125 <div class="refsect1" lang="en" xml:lang="en"> 10126 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39630"></a>10126 <a xmlns="http://www.w3.org/1999/xhtml" id="id529048"></a> 10127 10127 <div class="header">Arguments and Values:</div> 10128 10128 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10129 10129 </div> 10130 10130 <div class="refsect1" lang="en" xml:lang="en"> 10131 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39656"></a>10131 <a xmlns="http://www.w3.org/1999/xhtml" id="id529074"></a> 10132 10132 <div class="header">Description:</div> 10133 10133 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p> … … 10148 10148 <div> 10149 10149 <div class="refsect1" lang="en" xml:lang="en"> 10150 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39729"></a>10150 <a xmlns="http://www.w3.org/1999/xhtml" id="id529148"></a> 10151 10151 <div class="header">Arguments and Values:</div> 10152 10152 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10153 10153 </div> 10154 10154 <div class="refsect1" lang="en" xml:lang="en"> 10155 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39755"></a>10155 <a xmlns="http://www.w3.org/1999/xhtml" id="id529174"></a> 10156 10156 <div class="header">Description:</div> 10157 10157 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for … … 10173 10173 <div> 10174 10174 <div class="refsect1" lang="en" xml:lang="en"> 10175 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39812"></a>10175 <a xmlns="http://www.w3.org/1999/xhtml" id="id529231"></a> 10176 10176 <div class="header">Arguments and Values:</div> 10177 10177 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10178 10178 </div> 10179 10179 <div class="refsect1" lang="en" xml:lang="en"> 10180 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39839"></a>10180 <a xmlns="http://www.w3.org/1999/xhtml" id="id529257"></a> 10181 10181 <div class="header">Description:</div> 10182 10182 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format … … 10198 10198 <div> 10199 10199 <div class="refsect1" lang="en" xml:lang="en"> 10200 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39896"></a>10200 <a xmlns="http://www.w3.org/1999/xhtml" id="id529314"></a> 10201 10201 <div class="header">Arguments and Values:</div> 10202 10202 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10203 10203 </div> 10204 10204 <div class="refsect1" lang="en" xml:lang="en"> 10205 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39922"></a>10205 <a xmlns="http://www.w3.org/1999/xhtml" id="id529341"></a> 10206 10206 <div class="header">Description:</div> 10207 10207 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and … … 10222 10222 <div> 10223 10223 <div class="refsect1" lang="en" xml:lang="en"> 10224 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39965"></a>10224 <a xmlns="http://www.w3.org/1999/xhtml" id="id529383"></a> 10225 10225 <div class="header">Description:</div> 10226 10226 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p> 10227 10227 </div> 10228 10228 <div class="refsect1" lang="en" xml:lang="en"> 10229 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39976"></a>10229 <a xmlns="http://www.w3.org/1999/xhtml" id="id529394"></a> 10230 10230 <div class="header">Superclasses:</div> 10231 10231 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p> … … 10246 10246 <div> 10247 10247 <div class="refsect1" lang="en" xml:lang="en"> 10248 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40033"></a>10248 <a xmlns="http://www.w3.org/1999/xhtml" id="id529452"></a> 10249 10249 <div class="header">Arguments and Values:</div> 10250 10250 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10251 10251 </div> 10252 10252 <div class="refsect1" lang="en" xml:lang="en"> 10253 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40059"></a>10253 <a xmlns="http://www.w3.org/1999/xhtml" id="id529478"></a> 10254 10254 <div class="header">Description:</div> 10255 10255 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p> … … 10270 10270 <div> 10271 10271 <div class="refsect1" lang="en" xml:lang="en"> 10272 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40117"></a>10272 <a xmlns="http://www.w3.org/1999/xhtml" id="id529536"></a> 10273 10273 <div class="header">Arguments and Values:</div> 10274 10274 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10275 10275 </div> 10276 10276 <div class="refsect1" lang="en" xml:lang="en"> 10277 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40143"></a>10277 <a xmlns="http://www.w3.org/1999/xhtml" id="id529562"></a> 10278 10278 <div class="header">Description:</div> 10279 10279 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more … … 10299 10299 <div> 10300 10300 <div class="refsect1" lang="en" xml:lang="en"> 10301 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40207"></a>10301 <a xmlns="http://www.w3.org/1999/xhtml" id="id529625"></a> 10302 10302 <div class="header">Arguments and Values:</div> 10303 10303 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10304 10304 </div> 10305 10305 <div class="refsect1" lang="en" xml:lang="en"> 10306 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40233"></a>10306 <a xmlns="http://www.w3.org/1999/xhtml" id="id529652"></a> 10307 10307 <div class="header">Description:</div> 10308 10308 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On … … 10325 10325 <div> 10326 10326 <div class="refsect1" lang="en" xml:lang="en"> 10327 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40294"></a>10327 <a xmlns="http://www.w3.org/1999/xhtml" id="id529712"></a> 10328 10328 <div class="header">Arguments and Values:</div> 10329 10329 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p> … … 10336 10336 </div> 10337 10337 <div class="refsect1" lang="en" xml:lang="en"> 10338 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40337"></a>10338 <a xmlns="http://www.w3.org/1999/xhtml" id="id529756"></a> 10339 10339 <div class="header">Description:</div> 10340 10340 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It … … 10357 10357 <div> 10358 10358 <div class="refsect1" lang="en" xml:lang="en"> 10359 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 44915"></a>10359 <a xmlns="http://www.w3.org/1999/xhtml" id="id534334"></a> 10360 10360 <div class="header">Arguments and Values:</div> 10361 10361 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p> … … 10364 10364 </div> 10365 10365 <div class="refsect1" lang="en" xml:lang="en"> 10366 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 44971"></a>10366 <a xmlns="http://www.w3.org/1999/xhtml" id="id534390"></a> 10367 10367 <div class="header">Description:</div> 10368 10368 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying … … 10496 10496 <div> 10497 10497 <div class="refsect1" lang="en" xml:lang="en"> 10498 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 23063"></a>10498 <a xmlns="http://www.w3.org/1999/xhtml" id="id512482"></a> 10499 10499 <div class="header">Arguments and Values:</div> 10500 10500 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file. … … 10547 10547 </div> 10548 10548 <div class="refsect1" lang="en" xml:lang="en"> 10549 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41092"></a>10549 <a xmlns="http://www.w3.org/1999/xhtml" id="id530511"></a> 10550 10550 <div class="header">Description:</div> 10551 10551 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process, … … 10567 10567 <div> 10568 10568 <div class="refsect1" lang="en" xml:lang="en"> 10569 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30954"></a>10569 <a xmlns="http://www.w3.org/1999/xhtml" id="id520373"></a> 10570 10570 <div class="header">Arguments and Values:</div> 10571 10571 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> … … 10573 10573 </div> 10574 10574 <div class="refsect1" lang="en" xml:lang="en"> 10575 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 30995"></a>10575 <a xmlns="http://www.w3.org/1999/xhtml" id="id520413"></a> 10576 10576 <div class="header">Description:</div> 10577 10577 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified … … 10596 10596 <div> 10597 10597 <div class="refsect1" lang="en" xml:lang="en"> 10598 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 31056"></a>10598 <a xmlns="http://www.w3.org/1999/xhtml" id="id520475"></a> 10599 10599 <div class="header">Arguments and Values:</div> 10600 10600 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10601 10601 </div> 10602 10602 <div class="refsect1" lang="en" xml:lang="en"> 10603 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41163"></a>10603 <a xmlns="http://www.w3.org/1999/xhtml" id="id530582"></a> 10604 10604 <div class="header">Description:</div> 10605 10605 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to … … 10623 10623 <div> 10624 10624 <div class="refsect1" lang="en" xml:lang="en"> 10625 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41228"></a>10625 <a xmlns="http://www.w3.org/1999/xhtml" id="id530647"></a> 10626 10626 <div class="header">Arguments and Values:</div> 10627 10627 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10628 10628 </div> 10629 10629 <div class="refsect1" lang="en" xml:lang="en"> 10630 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 41254"></a>10630 <a xmlns="http://www.w3.org/1999/xhtml" id="id530672"></a> 10631 10631 <div class="header">Description:</div> 10632 10632 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to … … 10649 10649 <div> 10650 10650 <div class="refsect1" lang="en" xml:lang="en"> 10651 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 92202"></a>10651 <a xmlns="http://www.w3.org/1999/xhtml" id="id481620"></a> 10652 10652 <div class="header">Arguments and Values:</div> 10653 10653 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10654 10654 </div> 10655 10655 <div class="refsect1" lang="en" xml:lang="en"> 10656 <a xmlns="http://www.w3.org/1999/xhtml" id="id4 92228"></a>10656 <a xmlns="http://www.w3.org/1999/xhtml" id="id481646"></a> 10657 10657 <div class="header">Description:</div> 10658 10658 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to … … 10676 10676 <div> 10677 10677 <div class="refsect1" lang="en" xml:lang="en"> 10678 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32448"></a>10678 <a xmlns="http://www.w3.org/1999/xhtml" id="id521867"></a> 10679 10679 <div class="header">Arguments and Values:</div> 10680 10680 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10681 10681 </div> 10682 10682 <div class="refsect1" lang="en" xml:lang="en"> 10683 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32474"></a>10683 <a xmlns="http://www.w3.org/1999/xhtml" id="id521893"></a> 10684 10684 <div class="header">Description:</div> 10685 10685 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to … … 10703 10703 <div> 10704 10704 <div class="refsect1" lang="en" xml:lang="en"> 10705 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32535"></a>10705 <a xmlns="http://www.w3.org/1999/xhtml" id="id521954"></a> 10706 10706 <div class="header">Arguments and Values:</div> 10707 10707 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10708 10708 </div> 10709 10709 <div class="refsect1" lang="en" xml:lang="en"> 10710 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 44474"></a>10710 <a xmlns="http://www.w3.org/1999/xhtml" id="id533892"></a> 10711 10711 <div class="header">Description:</div> 10712 10712 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status … … 10738 10738 <dt> 10739 10739 <span class="sect2"> 10740 <a href="#id5 34736">9.1.1. Stream External Format</a>10740 <a href="#id524155">9.1.1. Stream External Format</a> 10741 10741 </span> 10742 10742 </dt> … … 10806 10806 <div> 10807 10807 <div> 10808 <h3 class="title"><a id="id5 34736"></a>9.1.1. Stream External Format</h3>10808 <h3 class="title"><a id="id524155"></a>9.1.1. Stream External Format</h3> 10809 10809 </div> 10810 10810 </div> … … 10969 10969 </div> 10970 10970 </div> 10971 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38095" class="indexterm"></a>10972 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38105" class="indexterm"></a>10973 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 38115" class="indexterm"></a>10974 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 44016" class="indexterm"></a>10975 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 44026" class="indexterm"></a>10976 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 44036" class="indexterm"></a>10971 <a xmlns="http://www.w3.org/1999/xhtml" id="id527514" class="indexterm"></a> 10972 <a xmlns="http://www.w3.org/1999/xhtml" id="id527524" class="indexterm"></a> 10973 <a xmlns="http://www.w3.org/1999/xhtml" id="id527533" class="indexterm"></a> 10974 <a xmlns="http://www.w3.org/1999/xhtml" id="id533435" class="indexterm"></a> 10975 <a xmlns="http://www.w3.org/1999/xhtml" id="id533445" class="indexterm"></a> 10976 <a xmlns="http://www.w3.org/1999/xhtml" id="id533454" class="indexterm"></a> 10977 10977 <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has 10978 10978 attributes and accessors: … … 11027 11027 <div> 11028 11028 <div class="refsect1" lang="en" xml:lang="en"> 11029 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 44201"></a>11029 <a xmlns="http://www.w3.org/1999/xhtml" id="id533620"></a> 11030 11030 <div class="header">Values:</div> 11031 11031 <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 … … 11034 11034 </div> 11035 11035 <div class="refsect1" lang="en" xml:lang="en"> 11036 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 44228"></a>11036 <a xmlns="http://www.w3.org/1999/xhtml" id="id533647"></a> 11037 11037 <div class="header">Description:</div> 11038 11038 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p> 11039 11039 </div> 11040 11040 <div class="refsect1" lang="en" xml:lang="en"> 11041 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 44239"></a>11041 <a xmlns="http://www.w3.org/1999/xhtml" id="id533658"></a> 11042 11042 <div class="header">See Also:</div> 11043 11043 <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> … … 11062 11062 <div> 11063 11063 <div class="refsect1" lang="en" xml:lang="en"> 11064 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 44320"></a>11064 <a xmlns="http://www.w3.org/1999/xhtml" id="id533739"></a> 11065 11065 <div class="header">Arguments:</div> 11066 11066 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 11067 11067 </div> 11068 11068 <div class="refsect1" lang="en" xml:lang="en"> 11069 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 44346"></a>11069 <a xmlns="http://www.w3.org/1999/xhtml" id="id533765"></a> 11070 11070 <div class="header">Description:</div> 11071 11071 <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open … … 11076 11076 </div> 11077 11077 <div class="refsect1" lang="en" xml:lang="en"> 11078 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 44365"></a>11078 <a xmlns="http://www.w3.org/1999/xhtml" id="id533784"></a> 11079 11079 <div class="header">See Also:</div> 11080 11080 <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> … … 11099 11099 <div> 11100 11100 <div class="refsect1" lang="en" xml:lang="en"> 11101 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 44446"></a>11101 <a xmlns="http://www.w3.org/1999/xhtml" id="id533865"></a> 11102 11102 <div class="header">Arguments:</div> 11103 11103 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 11104 11104 </div> 11105 11105 <div class="refsect1" lang="en" xml:lang="en"> 11106 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 50666"></a>11106 <a xmlns="http://www.w3.org/1999/xhtml" id="id540084"></a> 11107 11107 <div class="header">Description:</div> 11108 11108 <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file … … 11113 11113 </div> 11114 11114 <div class="refsect1" lang="en" xml:lang="en"> 11115 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 50684"></a>11115 <a xmlns="http://www.w3.org/1999/xhtml" id="id540102"></a> 11116 11116 <div class="header">See Also:</div> 11117 11117 <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> … … 11546 11546 <div> 11547 11547 <div class="refsect1" lang="en" xml:lang="en"> 11548 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51271"></a>11548 <a xmlns="http://www.w3.org/1999/xhtml" id="id540689"></a> 11549 11549 <div class="header">Arguments and Values:</div> 11550 11550 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p> … … 11557 11557 </div> 11558 11558 <div class="refsect1" lang="en" xml:lang="en"> 11559 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51329"></a>11559 <a xmlns="http://www.w3.org/1999/xhtml" id="id540747"></a> 11560 11560 <div class="header">Description:</div> 11561 11561 <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the … … 11578 11578 <div> 11579 11579 <div class="refsect1" lang="en" xml:lang="en"> 11580 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51388"></a>11580 <a xmlns="http://www.w3.org/1999/xhtml" id="id540807"></a> 11581 11581 <div class="header">Arguments and Values:</div> 11582 11582 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p> … … 11589 11589 </div> 11590 11590 <div class="refsect1" lang="en" xml:lang="en"> 11591 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51446"></a>11591 <a xmlns="http://www.w3.org/1999/xhtml" id="id540865"></a> 11592 11592 <div class="header">Description:</div> 11593 11593 <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to … … 11609 11609 <div> 11610 11610 <div class="refsect1" lang="en" xml:lang="en"> 11611 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51504"></a>11611 <a xmlns="http://www.w3.org/1999/xhtml" id="id540923"></a> 11612 11612 <div class="header">Arguments and Values:</div> 11613 11613 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p> … … 11625 11625 </div> 11626 11626 <div class="refsect1" lang="en" xml:lang="en"> 11627 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51580"></a>11627 <a xmlns="http://www.w3.org/1999/xhtml" id="id540998"></a> 11628 11628 <div class="header">Description:</div> 11629 11629 <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into … … 11648 11648 <div> 11649 11649 <div class="refsect1" lang="en" xml:lang="en"> 11650 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51640"></a>11650 <a xmlns="http://www.w3.org/1999/xhtml" id="id541058"></a> 11651 11651 <div class="header">Arguments and Values:</div> 11652 11652 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p> … … 11664 11664 </div> 11665 11665 <div class="refsect1" lang="en" xml:lang="en"> 11666 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51715"></a>11666 <a xmlns="http://www.w3.org/1999/xhtml" id="id541134"></a> 11667 11667 <div class="header">Description:</div> 11668 11668 <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream, … … 11686 11686 <div> 11687 11687 <div class="refsect1" lang="en" xml:lang="en"> 11688 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51775"></a>11688 <a xmlns="http://www.w3.org/1999/xhtml" id="id541194"></a> 11689 11689 <div class="header">Method Signatures:</div> 11690 11690 <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i> … … 11692 11692 </div> 11693 11693 <div class="refsect1" lang="en" xml:lang="en"> 11694 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51793"></a>11694 <a xmlns="http://www.w3.org/1999/xhtml" id="id541212"></a> 11695 11695 <div class="header">Arguments and Values:</div> 11696 11696 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p> … … 11703 11703 </div> 11704 11704 <div class="refsect1" lang="en" xml:lang="en"> 11705 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51858"></a>11705 <a xmlns="http://www.w3.org/1999/xhtml" id="id541277"></a> 11706 11706 <div class="header">Description:</div> 11707 11707 <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with … … 11727 11727 <div> 11728 11728 <div class="refsect1" lang="en" xml:lang="en"> 11729 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51928"></a>11729 <a xmlns="http://www.w3.org/1999/xhtml" id="id541347"></a> 11730 11730 <div class="header">Description:</div> 11731 11731 <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector, … … 11734 11734 </div> 11735 11735 <div class="refsect1" lang="en" xml:lang="en"> 11736 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 51940"></a>11736 <a xmlns="http://www.w3.org/1999/xhtml" id="id541359"></a> 11737 11737 <div class="header">Arguments:</div> 11738 11738 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11759 11759 <div> 11760 11760 <div class="refsect1" lang="en" xml:lang="en"> 11761 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 52060"></a>11761 <a xmlns="http://www.w3.org/1999/xhtml" id="id541478"></a> 11762 11762 <div class="header">Description:</div> 11763 11763 <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at … … 11765 11765 </div> 11766 11766 <div class="refsect1" lang="en" xml:lang="en"> 11767 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 52072"></a>11767 <a xmlns="http://www.w3.org/1999/xhtml" id="id541490"></a> 11768 11768 <div class="header">Arguments:</div> 11769 11769 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11775 11775 </div> 11776 11776 <div class="refsect1" lang="en" xml:lang="en"> 11777 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 52144"></a>11777 <a xmlns="http://www.w3.org/1999/xhtml" id="id541562"></a> 11778 11778 <div class="header">Examples:</div> 11779 11779 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 12566 12566 <dt> 12567 12567 <span class="sect2"> 12568 <a href="#id5 44492">11.2.2. Generating a lisp image for use with Shark</a>12568 <a href="#id533911">11.2.2. Generating a lisp image for use with Shark</a> 12569 12569 </span> 12570 12570 </dt> … … 12844 12844 <div> 12845 12845 <div> 12846 <h3 class="title"><a id="id5 44492"></a>11.2.2. Generating a lisp image for use with Shark</h3>12846 <h3 class="title"><a id="id533911"></a>11.2.2. Generating a lisp image for use with Shark</h3> 12847 12847 </div> 12848 12848 </div> … … 12955 12955 </div> 12956 12956 </div> 12957 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id5 43807" class="indexterm"></a>12957 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id533225" class="indexterm"></a> 12958 12958 <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> 12959 12959 [Variable]</strong></span></p> … … 12961 12961 profiling configuration file created by the "Config Editor" in 12962 12962 Shark.app.</p> 12963 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id5 43830" class="indexterm"></a> <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&key</em> (reset nil)12963 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id533249" class="indexterm"></a> <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&key</em> (reset nil) 12964 12964 (debug-output nil) [Macro]</strong></span></p> 12965 12965 <p xmlns="http://www.w3.org/1999/xhtml">Executes FORM (an arbitrary lisp form) and returns whatever … … 14053 14053 <div> 14054 14054 <div> 14055 <h4 class="title"><a id="id5 54457"></a>12.3.2.4. %int-to-ptr [Function]</h4>14055 <h4 class="title"><a id="id543876"></a>12.3.2.4. %int-to-ptr [Function]</h4> 14056 14056 </div> 14057 14057 </div> … … 14094 14094 <div> 14095 14095 <div> 14096 <h4 class="title"><a id="id5 54532"></a>12.3.2.5. %inc-ptr [Function]</h4>14096 <h4 class="title"><a id="id543950"></a>12.3.2.5. %inc-ptr [Function]</h4> 14097 14097 </div> 14098 14098 </div> … … 14144 14144 <div> 14145 14145 <div> 14146 <h4 class="title"><a id="id5 54623"></a>12.3.2.6. %ptr-to-int [Function]</h4>14146 <h4 class="title"><a id="id544042"></a>12.3.2.6. %ptr-to-int [Function]</h4> 14147 14147 </div> 14148 14148 </div> … … 14186 14186 <div> 14187 14187 <div> 14188 <h4 class="title"><a id="id5 54698"></a>12.3.2.7. %null-ptr [Macro]</h4>14188 <h4 class="title"><a id="id544117"></a>12.3.2.7. %null-ptr [Macro]</h4> 14189 14189 </div> 14190 14190 </div> … … 14211 14211 <div> 14212 14212 <div> 14213 <h4 class="title"><a id="id5 54740"></a>12.3.2.8. %null-ptr-p [Function]</h4>14213 <h4 class="title"><a id="id544158"></a>12.3.2.8. %null-ptr-p [Function]</h4> 14214 14214 </div> 14215 14215 </div> … … 14253 14253 <div> 14254 14254 <div> 14255 <h4 class="title"><a id="id5 54815"></a>12.3.2.9. %setf-macptr [Function]</h4>14255 <h4 class="title"><a id="id544234"></a>12.3.2.9. %setf-macptr [Function]</h4> 14256 14256 </div> 14257 14257 </div> … … 14301 14301 <div> 14302 14302 <div> 14303 <h4 class="title"><a id="id5 54905"></a>12.3.2.10. %incf-ptr [Macro]</h4>14303 <h4 class="title"><a id="id544324"></a>12.3.2.10. %incf-ptr [Macro]</h4> 14304 14304 </div> 14305 14305 </div> … … 14349 14349 <div> 14350 14350 <div> 14351 <h4 class="title"><a id="id5 54996"></a>12.3.2.11. with-macptrs [Macro]</h4>14351 <h4 class="title"><a id="id544414"></a>12.3.2.11. with-macptrs [Macro]</h4> 14352 14352 </div> 14353 14353 </div> … … 14399 14399 <div> 14400 14400 <div> 14401 <h4 class="title"><a id="id5 55088"></a>12.3.2.12. %stack-block [Macro]</h4>14401 <h4 class="title"><a id="id544506"></a>12.3.2.12. %stack-block [Macro]</h4> 14402 14402 </div> 14403 14403 </div> … … 14450 14450 <div> 14451 14451 <div> 14452 <h4 class="title"><a id="id5 55180"></a>12.3.2.13. make-cstring [Function]</h4>14452 <h4 class="title"><a id="id544598"></a>12.3.2.13. make-cstring [Function]</h4> 14453 14453 </div> 14454 14454 </div> … … 14493 14493 <div> 14494 14494 <div> 14495 <h4 class="title"><a id="id5 55256"></a>12.3.2.14. with-cstrs [Macro]</h4>14495 <h4 class="title"><a id="id544675"></a>12.3.2.14. with-cstrs [Macro]</h4> 14496 14496 </div> 14497 14497 </div> … … 14543 14543 <div> 14544 14544 <div> 14545 <h4 class="title"><a id="id5 55348"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4>14545 <h4 class="title"><a id="id544766"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4> 14546 14546 </div> 14547 14547 </div> … … 14606 14606 <div> 14607 14607 <div> 14608 <h4 class="title"><a id="id5 55471"></a>12.3.2.16. %get-cstring [Function]</h4>14608 <h4 class="title"><a id="id544890"></a>12.3.2.16. %get-cstring [Function]</h4> 14609 14609 </div> 14610 14610 </div> … … 14648 14648 <div> 14649 14649 <div> 14650 <h4 class="title"><a id="id5 71365"></a>12.3.2.17. %str-from-ptr [Function]</h4>14650 <h4 class="title"><a id="id560784"></a>12.3.2.17. %str-from-ptr [Function]</h4> 14651 14651 </div> 14652 14652 </div> … … 16094 16094 <div> 16095 16095 <div class="refsect1" lang="en" xml:lang="en"> 16096 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73319"></a>16096 <a xmlns="http://www.w3.org/1999/xhtml" id="id562738"></a> 16097 16097 <div class="header">Description:</div> 16098 16098 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE* … … 16146 16146 <div> 16147 16147 <div class="refsect1" lang="en" xml:lang="en"> 16148 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73425"></a>16148 <a xmlns="http://www.w3.org/1999/xhtml" id="id562844"></a> 16149 16149 <div class="header">Description:</div> 16150 16150 <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 … … 16205 16205 <div> 16206 16206 <div class="refsect1" lang="en" xml:lang="en"> 16207 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73543"></a>16207 <a xmlns="http://www.w3.org/1999/xhtml" id="id562962"></a> 16208 16208 <div class="header">Description:</div> 16209 16209 <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 … … 16252 16252 <div> 16253 16253 <div class="refsect1" lang="en" xml:lang="en"> 16254 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73625"></a>16254 <a xmlns="http://www.w3.org/1999/xhtml" id="id563044"></a> 16255 16255 <div class="header">Description:</div> 16256 16256 <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 … … 16355 16355 <div> 16356 16356 <div class="refsect1" lang="en" xml:lang="en"> 16357 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73764"></a>16357 <a xmlns="http://www.w3.org/1999/xhtml" id="id563183"></a> 16358 16358 <div class="header">Description:</div> 16359 16359 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #> reader macro reads … … 16384 16384 <div> 16385 16385 <div class="refsect1" lang="en" xml:lang="en"> 16386 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73839"></a>16386 <a xmlns="http://www.w3.org/1999/xhtml" id="id563258"></a> 16387 16387 <div class="header">Values:</div> 16388 16388 <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 … … 16391 16391 </div> 16392 16392 <div class="refsect1" lang="en" xml:lang="en"> 16393 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73875"></a>16393 <a xmlns="http://www.w3.org/1999/xhtml" id="id563294"></a> 16394 16394 <div class="header">Description:</div> 16395 16395 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the … … 16420 16420 <div> 16421 16421 <div class="refsect1" lang="en" xml:lang="en"> 16422 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73951"></a>16422 <a xmlns="http://www.w3.org/1999/xhtml" id="id563370"></a> 16423 16423 <div class="header">Values:</div> 16424 16424 <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> … … 16437 16437 </div> 16438 16438 <div class="refsect1" lang="en" xml:lang="en"> 16439 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74022"></a>16439 <a xmlns="http://www.w3.org/1999/xhtml" id="id563441"></a> 16440 16440 <div class="header">Description:</div> 16441 16441 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em> … … 16473 16473 <div> 16474 16474 <div class="refsect1" lang="en" xml:lang="en"> 16475 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74102"></a>16475 <a xmlns="http://www.w3.org/1999/xhtml" id="id563520"></a> 16476 16476 <div class="header">Values:</div> 16477 16477 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain … … 16481 16481 </div> 16482 16482 <div class="refsect1" lang="en" xml:lang="en"> 16483 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74143"></a>16483 <a xmlns="http://www.w3.org/1999/xhtml" id="id563562"></a> 16484 16484 <div class="header">Description:</div> 16485 16485 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the … … 16515 16515 <div> 16516 16516 <div class="refsect1" lang="en" xml:lang="en"> 16517 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74216"></a>16517 <a xmlns="http://www.w3.org/1999/xhtml" id="id563634"></a> 16518 16518 <div class="header">Values:</div> 16519 16519 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>--- … … 16528 16528 </div> 16529 16529 <div class="refsect1" lang="en" xml:lang="en"> 16530 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74256"></a>16530 <a xmlns="http://www.w3.org/1999/xhtml" id="id563675"></a> 16531 16531 <div class="header">Description:</div> 16532 16532 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for … … 16556 16556 <div> 16557 16557 <div class="refsect1" lang="en" xml:lang="en"> 16558 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74325"></a>16558 <a xmlns="http://www.w3.org/1999/xhtml" id="id563744"></a> 16559 16559 <div class="header">Values:</div> 16560 16560 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p> … … 16569 16569 </div> 16570 16570 <div class="refsect1" lang="en" xml:lang="en"> 16571 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74399"></a>16571 <a xmlns="http://www.w3.org/1999/xhtml" id="id563818"></a> 16572 16572 <div class="header">Description:</div> 16573 16573 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by … … 16596 16596 <div> 16597 16597 <div class="refsect1" lang="en" xml:lang="en"> 16598 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74458"></a>16598 <a xmlns="http://www.w3.org/1999/xhtml" id="id563877"></a> 16599 16599 <div class="header">Values:</div> 16600 16600 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16607 16607 </div> 16608 16608 <div class="refsect1" lang="en" xml:lang="en"> 16609 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74521"></a>16609 <a xmlns="http://www.w3.org/1999/xhtml" id="id563940"></a> 16610 16610 <div class="header">Description:</div> 16611 16611 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16633 16633 <div> 16634 16634 <div class="refsect1" lang="en" xml:lang="en"> 16635 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74580"></a>16635 <a xmlns="http://www.w3.org/1999/xhtml" id="id563999"></a> 16636 16636 <div class="header">Values:</div> 16637 16637 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16646 16646 </div> 16647 16647 <div class="refsect1" lang="en" xml:lang="en"> 16648 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74654"></a>16648 <a xmlns="http://www.w3.org/1999/xhtml" id="id564072"></a> 16649 16649 <div class="header">Description:</div> 16650 16650 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16671 16671 <div> 16672 16672 <div class="refsect1" lang="en" xml:lang="en"> 16673 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74710"></a>16673 <a xmlns="http://www.w3.org/1999/xhtml" id="id564128"></a> 16674 16674 <div class="header">Values:</div> 16675 16675 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16676 16676 </div> 16677 16677 <div class="refsect1" lang="en" xml:lang="en"> 16678 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74732"></a>16678 <a xmlns="http://www.w3.org/1999/xhtml" id="id564151"></a> 16679 16679 <div class="header">Description:</div> 16680 16680 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol … … 16699 16699 <div> 16700 16700 <div class="refsect1" lang="en" xml:lang="en"> 16701 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74791"></a>16701 <a xmlns="http://www.w3.org/1999/xhtml" id="id564210"></a> 16702 16702 <div class="header">Values:</div> 16703 16703 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16704 16704 </div> 16705 16705 <div class="refsect1" lang="en" xml:lang="en"> 16706 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74813"></a>16706 <a xmlns="http://www.w3.org/1999/xhtml" id="id564232"></a> 16707 16707 <div class="header">Description:</div> 16708 16708 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If … … 16726 16726 <div> 16727 16727 <div class="refsect1" lang="en" xml:lang="en"> 16728 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74868"></a>16728 <a xmlns="http://www.w3.org/1999/xhtml" id="id564286"></a> 16729 16729 <div class="header">Values:</div> 16730 16730 <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 … … 16732 16732 </div> 16733 16733 <div class="refsect1" lang="en" xml:lang="en"> 16734 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74894"></a>16734 <a xmlns="http://www.w3.org/1999/xhtml" id="id564312"></a> 16735 16735 <div class="header">Description:</div> 16736 16736 <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> … … 16764 16764 <div> 16765 16765 <div class="refsect1" lang="en" xml:lang="en"> 16766 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74987"></a>16766 <a xmlns="http://www.w3.org/1999/xhtml" id="id564405"></a> 16767 16767 <div class="header">Values:</div> 16768 16768 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p> … … 16779 16779 </div> 16780 16780 <div class="refsect1" lang="en" xml:lang="en"> 16781 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75062"></a>16781 <a xmlns="http://www.w3.org/1999/xhtml" id="id564480"></a> 16782 16782 <div class="header">Description:</div> 16783 16783 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16814 16814 <div> 16815 16815 <div class="refsect1" lang="en" xml:lang="en"> 16816 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75133"></a>16816 <a xmlns="http://www.w3.org/1999/xhtml" id="id564552"></a> 16817 16817 <div class="header">Values:</div> 16818 16818 <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 … … 16831 16831 </div> 16832 16832 <div class="refsect1" lang="en" xml:lang="en"> 16833 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75201"></a>16833 <a xmlns="http://www.w3.org/1999/xhtml" id="id564620"></a> 16834 16834 <div class="header">Description:</div> 16835 16835 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16880 16880 <div> 16881 16881 <div class="refsect1" lang="en" xml:lang="en"> 16882 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75323"></a>16882 <a xmlns="http://www.w3.org/1999/xhtml" id="id564742"></a> 16883 16883 <div class="header">Values:</div> 16884 16884 <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 … … 16894 16894 </div> 16895 16895 <div class="refsect1" lang="en" xml:lang="en"> 16896 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75381"></a>16896 <a xmlns="http://www.w3.org/1999/xhtml" id="id564800"></a> 16897 16897 <div class="header">Description:</div> 16898 16898 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16935 16935 </div> 16936 16936 <div class="refsect1" lang="en" xml:lang="en"> 16937 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75471"></a>16937 <a xmlns="http://www.w3.org/1999/xhtml" id="id564889"></a> 16938 16938 <div class="header">Notes:</div> 16939 16939 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16968 16968 <div> 16969 16969 <div class="refsect1" lang="en" xml:lang="en"> 16970 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75554"></a>16970 <a xmlns="http://www.w3.org/1999/xhtml" id="id564973"></a> 16971 16971 <div class="header">Values:</div> 16972 16972 <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 … … 16976 16976 </div> 16977 16977 <div class="refsect1" lang="en" xml:lang="en"> 16978 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75594"></a>16978 <a xmlns="http://www.w3.org/1999/xhtml" id="id565013"></a> 16979 16979 <div class="header">Description:</div> 16980 16980 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can … … 16987 16987 </div> 16988 16988 <div class="refsect1" lang="en" xml:lang="en"> 16989 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75610"></a>16989 <a xmlns="http://www.w3.org/1999/xhtml" id="id565029"></a> 16990 16990 <div class="header">Examples:</div> 16991 16991 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple. … … 17022 17022 </div> 17023 17023 <div class="refsect1" lang="en" xml:lang="en"> 17024 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75631"></a>17024 <a xmlns="http://www.w3.org/1999/xhtml" id="id565049"></a> 17025 17025 <div class="header">Notes:</div> 17026 17026 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give … … 17045 17045 <div> 17046 17046 <div class="refsect1" lang="en" xml:lang="en"> 17047 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75688"></a>17047 <a xmlns="http://www.w3.org/1999/xhtml" id="id565107"></a> 17048 17048 <div class="header">Values:</div> 17049 17049 <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> … … 17053 17053 </div> 17054 17054 <div class="refsect1" lang="en" xml:lang="en"> 17055 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75732"></a>17055 <a xmlns="http://www.w3.org/1999/xhtml" id="id565151"></a> 17056 17056 <div class="header">Description:</div> 17057 17057 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of … … 17079 17079 <div> 17080 17080 <div class="refsect1" lang="en" xml:lang="en"> 17081 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75798"></a>17081 <a xmlns="http://www.w3.org/1999/xhtml" id="id565216"></a> 17082 17082 <div class="header">Values:</div> 17083 17083 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL … … 17085 17085 </div> 17086 17086 <div class="refsect1" lang="en" xml:lang="en"> 17087 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75821"></a>17087 <a xmlns="http://www.w3.org/1999/xhtml" id="id565240"></a> 17088 17088 <div class="header">Description:</div> 17089 17089 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT … … 17108 17108 <div> 17109 17109 <div class="refsect1" lang="en" xml:lang="en"> 17110 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75892"></a>17110 <a xmlns="http://www.w3.org/1999/xhtml" id="id565311"></a> 17111 17111 <div class="header">Values:</div> 17112 17112 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 17116 17116 </div> 17117 17117 <div class="refsect1" lang="en" xml:lang="en"> 17118 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75943"></a>17118 <a xmlns="http://www.w3.org/1999/xhtml" id="id565362"></a> 17119 17119 <div class="header">Description:</div> 17120 17120 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 17146 17146 <div> 17147 17147 <div class="refsect1" lang="en" xml:lang="en"> 17148 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76024"></a>17148 <a xmlns="http://www.w3.org/1999/xhtml" id="id565443"></a> 17149 17149 <div class="header">Values:</div> 17150 17150 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 17153 17153 </div> 17154 17154 <div class="refsect1" lang="en" xml:lang="en"> 17155 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76072"></a>17155 <a xmlns="http://www.w3.org/1999/xhtml" id="id565491"></a> 17156 17156 <div class="header">Description:</div> 17157 17157 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is … … 17180 17180 <div> 17181 17181 <div class="refsect1" lang="en" xml:lang="en"> 17182 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76139"></a>17182 <a xmlns="http://www.w3.org/1999/xhtml" id="id565558"></a> 17183 17183 <div class="header">Values:</div> 17184 17184 <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 … … 17188 17188 </div> 17189 17189 <div class="refsect1" lang="en" xml:lang="en"> 17190 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76168"></a>17190 <a xmlns="http://www.w3.org/1999/xhtml" id="id565586"></a> 17191 17191 <div class="header">Description:</div> 17192 17192 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17225 17225 </div> 17226 17226 <div class="refsect1" lang="en" xml:lang="en"> 17227 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76224"></a>17227 <a xmlns="http://www.w3.org/1999/xhtml" id="id565643"></a> 17228 17228 <div class="header">Example:</div> 17229 17229 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 17239 17239 </div> 17240 17240 <div class="refsect1" lang="en" xml:lang="en"> 17241 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76239"></a>17241 <a xmlns="http://www.w3.org/1999/xhtml" id="id565657"></a> 17242 17242 <div class="header">See Also:</div> 17243 17243 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 17261 17261 <div> 17262 17262 <div class="refsect1" lang="en" xml:lang="en"> 17263 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76299"></a>17263 <a xmlns="http://www.w3.org/1999/xhtml" id="id565717"></a> 17264 17264 <div class="header">Values:</div> 17265 17265 <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 … … 17268 17268 </div> 17269 17269 <div class="refsect1" lang="en" xml:lang="en"> 17270 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76322"></a>17270 <a xmlns="http://www.w3.org/1999/xhtml" id="id565741"></a> 17271 17271 <div class="header">Description:</div> 17272 17272 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by … … 17292 17292 <div> 17293 17293 <div class="refsect1" lang="en" xml:lang="en"> 17294 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76382"></a>17294 <a xmlns="http://www.w3.org/1999/xhtml" id="id565801"></a> 17295 17295 <div class="header">Values:</div> 17296 17296 <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 … … 17299 17299 </div> 17300 17300 <div class="refsect1" lang="en" xml:lang="en"> 17301 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76406"></a>17301 <a xmlns="http://www.w3.org/1999/xhtml" id="id565825"></a> 17302 17302 <div class="header">Description:</div> 17303 17303 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by … … 17321 17321 </div> 17322 17322 <div class="refsect1" lang="en" xml:lang="en"> 17323 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76444"></a>17323 <a xmlns="http://www.w3.org/1999/xhtml" id="id565863"></a> 17324 17324 <div class="header">Examples:</div> 17325 17325 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be … … 18974 18974 <div> 18975 18975 <div class="refsect1" lang="en" xml:lang="en"> 18976 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68940"></a>18976 <a xmlns="http://www.w3.org/1999/xhtml" id="id558359"></a> 18977 18977 <div class="header">Arguments and Values:</div> 18978 18978 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing … … 18984 18984 </div> 18985 18985 <div class="refsect1" lang="en" xml:lang="en"> 18986 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68985"></a>18986 <a xmlns="http://www.w3.org/1999/xhtml" id="id558404"></a> 18987 18987 <div class="header">Description:</div> 18988 18988 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19005 19005 <div> 19006 19006 <div class="refsect1" lang="en" xml:lang="en"> 19007 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69046"></a>19007 <a xmlns="http://www.w3.org/1999/xhtml" id="id558465"></a> 19008 19008 <div class="header">Arguments and Values:</div> 19009 19009 <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 … … 19018 19018 </div> 19019 19019 <div class="refsect1" lang="en" xml:lang="en"> 19020 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69106"></a>19020 <a xmlns="http://www.w3.org/1999/xhtml" id="id558525"></a> 19021 19021 <div class="header">Description:</div> 19022 19022 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19042 19042 <div> 19043 19043 <div class="refsect1" lang="en" xml:lang="en"> 19044 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69169"></a>19044 <a xmlns="http://www.w3.org/1999/xhtml" id="id558587"></a> 19045 19045 <div class="header">Values:</div> 19046 19046 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with … … 19048 19048 </div> 19049 19049 <div class="refsect1" lang="en" xml:lang="en"> 19050 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69196"></a>19050 <a xmlns="http://www.w3.org/1999/xhtml" id="id558614"></a> 19051 19051 <div class="header">Description:</div> 19052 19052 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19070 19070 <div> 19071 19071 <div class="refsect1" lang="en" xml:lang="en"> 19072 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69254"></a>19072 <a xmlns="http://www.w3.org/1999/xhtml" id="id558673"></a> 19073 19073 <div class="header">Values:</div> 19074 19074 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 19076 19076 </div> 19077 19077 <div class="refsect1" lang="en" xml:lang="en"> 19078 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69281"></a>19078 <a xmlns="http://www.w3.org/1999/xhtml" id="id558700"></a> 19079 19079 <div class="header">Description:</div> 19080 19080 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19096 19096 <div> 19097 19097 <div class="refsect1" lang="en" xml:lang="en"> 19098 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69338"></a>19098 <a xmlns="http://www.w3.org/1999/xhtml" id="id558757"></a> 19099 19099 <div class="header">Arguments and Values:</div> 19100 19100 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 19105 19105 </div> 19106 19106 <div class="refsect1" lang="en" xml:lang="en"> 19107 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69381"></a>19107 <a xmlns="http://www.w3.org/1999/xhtml" id="id558800"></a> 19108 19108 <div class="header">Description:</div> 19109 19109 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19128 19128 <div> 19129 19129 <div class="refsect1" lang="en" xml:lang="en"> 19130 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69440"></a>19130 <a xmlns="http://www.w3.org/1999/xhtml" id="id558859"></a> 19131 19131 <div class="header">Arguments and Values:</div> 19132 19132 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific … … 19137 19137 </div> 19138 19138 <div class="refsect1" lang="en" xml:lang="en"> 19139 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69483"></a>19139 <a xmlns="http://www.w3.org/1999/xhtml" id="id558902"></a> 19140 19140 <div class="header">Description:</div> 19141 19141 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19160 19160 <div> 19161 19161 <div class="refsect1" lang="en" xml:lang="en"> 19162 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69543"></a>19162 <a xmlns="http://www.w3.org/1999/xhtml" id="id558961"></a> 19163 19163 <div class="header">Values:</div> 19164 19164 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p> 19165 19165 </div> 19166 19166 <div class="refsect1" lang="en" xml:lang="en"> 19167 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69568"></a>19167 <a xmlns="http://www.w3.org/1999/xhtml" id="id558987"></a> 19168 19168 <div class="header">Description:</div> 19169 19169 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19186 19186 <div> 19187 19187 <div class="refsect1" lang="en" xml:lang="en"> 19188 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69626"></a>19188 <a xmlns="http://www.w3.org/1999/xhtml" id="id559044"></a> 19189 19189 <div class="header">Values:</div> 19190 19190 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 19194 19194 </div> 19195 19195 <div class="refsect1" lang="en" xml:lang="en"> 19196 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69668"></a>19196 <a xmlns="http://www.w3.org/1999/xhtml" id="id559087"></a> 19197 19197 <div class="header">Description:</div> 19198 19198 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19219 19219 <div> 19220 19220 <div class="refsect1" lang="en" xml:lang="en"> 19221 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69737"></a>19221 <a xmlns="http://www.w3.org/1999/xhtml" id="id559156"></a> 19222 19222 <div class="header">Values:</div> 19223 19223 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and … … 19228 19228 </div> 19229 19229 <div class="refsect1" lang="en" xml:lang="en"> 19230 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69780"></a>19230 <a xmlns="http://www.w3.org/1999/xhtml" id="id559198"></a> 19231 19231 <div class="header">Description:</div> 19232 19232 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19244 19244 </div> 19245 19245 <div class="refsect1" lang="en" xml:lang="en"> 19246 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69813"></a>19246 <a xmlns="http://www.w3.org/1999/xhtml" id="id559232"></a> 19247 19247 <div class="header">Notes:</div> 19248 19248 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19269 19269 <div> 19270 19270 <div class="refsect1" lang="en" xml:lang="en"> 19271 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69874"></a>19271 <a xmlns="http://www.w3.org/1999/xhtml" id="id559292"></a> 19272 19272 <div class="header">Arguments and Values:</div> 19273 19273 <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 … … 19276 19276 </div> 19277 19277 <div class="refsect1" lang="en" xml:lang="en"> 19278 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69901"></a>19278 <a xmlns="http://www.w3.org/1999/xhtml" id="id559320"></a> 19279 19279 <div class="header">Description:</div> 19280 19280 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use … … 19301 19301 <div> 19302 19302 <div class="refsect1" lang="en" xml:lang="en"> 19303 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69971"></a>19303 <a xmlns="http://www.w3.org/1999/xhtml" id="id559389"></a> 19304 19304 <div class="header">Arguments and Values:</div> 19305 19305 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an … … 19307 19307 </div> 19308 19308 <div class="refsect1" lang="en" xml:lang="en"> 19309 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69997"></a>19309 <a xmlns="http://www.w3.org/1999/xhtml" id="id559415"></a> 19310 19310 <div class="header">Description:</div> 19311 19311 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses … … 19329 19329 <div> 19330 19330 <div class="refsect1" lang="en" xml:lang="en"> 19331 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70062"></a>19331 <a xmlns="http://www.w3.org/1999/xhtml" id="id559481"></a> 19332 19332 <div class="header">Arguments and Values:</div> 19333 19333 <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 … … 19351 19351 </div> 19352 19352 <div class="refsect1" lang="en" xml:lang="en"> 19353 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70143"></a>19353 <a xmlns="http://www.w3.org/1999/xhtml" id="id559562"></a> 19354 19354 <div class="header">Description:</div> 19355 19355 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements … … 19376 19376 <div> 19377 19377 <div class="refsect1" lang="en" xml:lang="en"> 19378 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70226"></a>19378 <a xmlns="http://www.w3.org/1999/xhtml" id="id559644"></a> 19379 19379 <div class="header">Arguments and Values:</div> 19380 19380 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the … … 19391 19391 </div> 19392 19392 <div class="refsect1" lang="en" xml:lang="en"> 19393 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70272"></a>19393 <a xmlns="http://www.w3.org/1999/xhtml" id="id559691"></a> 19394 19394 <div class="header">Description:</div> 19395 19395 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the … … 19412 19412 <div> 19413 19413 <div class="refsect1" lang="en" xml:lang="en"> 19414 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70335"></a>19414 <a xmlns="http://www.w3.org/1999/xhtml" id="id559754"></a> 19415 19415 <div class="header">Arguments and Values:</div> 19416 19416 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p> 19417 19417 </div> 19418 19418 <div class="refsect1" lang="en" xml:lang="en"> 19419 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70346"></a>19419 <a xmlns="http://www.w3.org/1999/xhtml" id="id559765"></a> 19420 19420 <div class="header">Description:</div> 19421 19421 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the … … 19459 19459 <div> 19460 19460 <div class="refsect1" lang="en" xml:lang="en"> 19461 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70423"></a>19461 <a xmlns="http://www.w3.org/1999/xhtml" id="id559842"></a> 19462 19462 <div class="header">Description:</div> 19463 19463 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro … … 19494 19494 <div> 19495 19495 <div class="refsect1" lang="en" xml:lang="en"> 19496 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70480"></a>19496 <a xmlns="http://www.w3.org/1999/xhtml" id="id559899"></a> 19497 19497 <div class="header">Superclasses:</div> 19498 19498 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p> 19499 19499 </div> 19500 19500 <div class="refsect1" lang="en" xml:lang="en"> 19501 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70492"></a>19501 <a xmlns="http://www.w3.org/1999/xhtml" id="id559910"></a> 19502 19502 <div class="header">Initargs:</div> 19503 19503 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>--- … … 19507 19507 </div> 19508 19508 <div class="refsect1" lang="en" xml:lang="en"> 19509 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70518"></a>19509 <a xmlns="http://www.w3.org/1999/xhtml" id="id559937"></a> 19510 19510 <div class="header">Description:</div> 19511 19511 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19525 19525 </div> 19526 19526 <div class="refsect1" lang="en" xml:lang="en"> 19527 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70538"></a>19527 <a xmlns="http://www.w3.org/1999/xhtml" id="id559956"></a> 19528 19528 <div class="header">Examples:</div> 19529 19529 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19556 19556 </div> 19557 19557 <div class="refsect1" lang="en" xml:lang="en"> 19558 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59860"></a>19558 <a xmlns="http://www.w3.org/1999/xhtml" id="id549279"></a> 19559 19559 <div class="header">Notes:</div> 19560 19560 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19896 19896 <div> 19897 19897 <div class="refsect1" lang="en" xml:lang="en"> 19898 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 56118"></a>19898 <a xmlns="http://www.w3.org/1999/xhtml" id="id545536"></a> 19899 19899 <div class="header">Arguments and Values:</div> 19900 19900 <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> … … 19904 19904 </div> 19905 19905 <div class="refsect1" lang="en" xml:lang="en"> 19906 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 56176"></a>19906 <a xmlns="http://www.w3.org/1999/xhtml" id="id545594"></a> 19907 19907 <div class="header">Description:</div> 19908 19908 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p> … … 19922 19922 <div> 19923 19923 <div class="refsect1" lang="en" xml:lang="en"> 19924 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 56233"></a>19924 <a xmlns="http://www.w3.org/1999/xhtml" id="id545652"></a> 19925 19925 <div class="header">Description:</div> 19926 19926 <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> … … 19940 19940 <div> 19941 19941 <div class="refsect1" lang="en" xml:lang="en"> 19942 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 56307"></a>19942 <a xmlns="http://www.w3.org/1999/xhtml" id="id545726"></a> 19943 19943 <div class="header">Description:</div> 19944 19944 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>. … … 19963 19963 <div> 19964 19964 <div class="refsect1" lang="en" xml:lang="en"> 19965 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67063"></a>19965 <a xmlns="http://www.w3.org/1999/xhtml" id="id556482"></a> 19966 19966 <div class="header">Description:</div> 19967 19967 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to … … 19996 19996 <div> 19997 19997 <div class="refsect1" lang="en" xml:lang="en"> 19998 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67148"></a>19998 <a xmlns="http://www.w3.org/1999/xhtml" id="id556567"></a> 19999 19999 <div class="header">Description:</div> 20000 20000 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the … … 20017 20017 <div> 20018 20018 <div class="refsect1" lang="en" xml:lang="en"> 20019 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67209"></a>20019 <a xmlns="http://www.w3.org/1999/xhtml" id="id556627"></a> 20020 20020 <div class="header">Arguments and Values:</div> 20021 20021 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p> 20022 20022 </div> 20023 20023 <div class="refsect1" lang="en" xml:lang="en"> 20024 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67234"></a>20024 <a xmlns="http://www.w3.org/1999/xhtml" id="id556653"></a> 20025 20025 <div class="header">Description:</div> 20026 20026 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the … … 20046 20046 <div> 20047 20047 <div class="refsect1" lang="en" xml:lang="en"> 20048 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67296"></a>20048 <a xmlns="http://www.w3.org/1999/xhtml" id="id556715"></a> 20049 20049 <div class="header">Description:</div> 20050 20050 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the … … 20066 20066 <div> 20067 20067 <div class="refsect1" lang="en" xml:lang="en"> 20068 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67355"></a>20068 <a xmlns="http://www.w3.org/1999/xhtml" id="id556773"></a> 20069 20069 <div class="header">Arguments and Values:</div> 20070 20070 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 20071 20071 </div> 20072 20072 <div class="refsect1" lang="en" xml:lang="en"> 20073 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67381"></a>20073 <a xmlns="http://www.w3.org/1999/xhtml" id="id556800"></a> 20074 20074 <div class="header">Description:</div> 20075 20075 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC … … 20097 20097 <div> 20098 20098 <div class="refsect1" lang="en" xml:lang="en"> 20099 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67439"></a>20099 <a xmlns="http://www.w3.org/1999/xhtml" id="id556858"></a> 20100 20100 <div class="header">Description:</div> 20101 20101 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call, … … 20120 20120 <div> 20121 20121 <div class="refsect1" lang="en" xml:lang="en"> 20122 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67495"></a>20122 <a xmlns="http://www.w3.org/1999/xhtml" id="id556914"></a> 20123 20123 <div class="header">Description:</div> 20124 20124 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL … … 20145 20145 <div> 20146 20146 <div class="refsect1" lang="en" xml:lang="en"> 20147 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67553"></a>20147 <a xmlns="http://www.w3.org/1999/xhtml" id="id556972"></a> 20148 20148 <div class="header">Description:</div> 20149 20149 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the … … 20167 20167 <div> 20168 20168 <div class="refsect1" lang="en" xml:lang="en"> 20169 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67612"></a>20169 <a xmlns="http://www.w3.org/1999/xhtml" id="id557030"></a> 20170 20170 <div class="header">Arguments and Values:</div> 20171 20171 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest … … 20177 20177 </div> 20178 20178 <div class="refsect1" lang="en" xml:lang="en"> 20179 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67667"></a>20179 <a xmlns="http://www.w3.org/1999/xhtml" id="id557086"></a> 20180 20180 <div class="header">Description:</div> 20181 20181 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect. … … 20201 20201 <div> 20202 20202 <div class="refsect1" lang="en" xml:lang="en"> 20203 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67733"></a>20203 <a xmlns="http://www.w3.org/1999/xhtml" id="id557151"></a> 20204 20204 <div class="header">Arguments and Values:</div> 20205 20205 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 20206 20206 </div> 20207 20207 <div class="refsect1" lang="en" xml:lang="en"> 20208 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67759"></a>20208 <a xmlns="http://www.w3.org/1999/xhtml" id="id557178"></a> 20209 20209 <div class="header">Description:</div> 20210 20210 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages … … 20231 20231 <div> 20232 20232 <div class="refsect1" lang="en" xml:lang="en"> 20233 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67817"></a>20233 <a xmlns="http://www.w3.org/1999/xhtml" id="id557235"></a> 20234 20234 <div class="header">Description:</div> 20235 20235 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs … … 20386 20386 <dt> 20387 20387 <span class="sect2"> 20388 <a href="#id5 65830">16.7.2. Recommended Reading</a>20388 <a href="#id555248">16.7.2. Recommended Reading</a> 20389 20389 </span> 20390 20390 </dt> … … 21662 21662 <li class="listitem"> 21663 21663 <p>To support a feature called <span class="emphasis"><em>GCTWA 21664 <sup>[<a id="id5 65384" href="#ftn.id565384" class="footnote">1</a>]</sup>21664 <sup>[<a id="id554802" href="#ftn.id554802" class="footnote">1</a>]</sup> 21665 21665 , </em></span>the vector that contains the internal 21666 21666 symbols of the current package is marked on entry to the … … 21795 21795 <hr width="100" align="left" /> 21796 21796 <div class="footnote"> 21797 <p><sup>[<a id="ftn.id5 65384" href="#id565384" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,21797 <p><sup>[<a id="ftn.id554802" href="#id554802" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP, 21798 21798 where it stood for "Garbage Collection of Truly 21799 21799 Worthless Atoms".</p> … … 21855 21855 generations looking for such intergenerational references, the 21856 21856 runtime system must note all such intergenerational references 21857 at the point where they're created (via Setf).<sup>[<a id="id5 65618" href="#ftn.id565618" class="footnote">2</a>]</sup> The21857 at the point where they're created (via Setf).<sup>[<a id="id555036" href="#ftn.id555036" class="footnote">2</a>]</sup> The 21858 21858 set of pointers that may contain intergenerational references is 21859 21859 sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p> … … 21902 21902 that might introduce an intergenerational reference must be 21903 21903 memoized. 21904 <sup>[<a id="id5 65686" href="#ftn.id565686" class="footnote">3</a>]</sup> It's always safe to21904 <sup>[<a id="id555105" href="#ftn.id555105" class="footnote">3</a>]</sup> It's always safe to 21905 21905 push any cons cell or gvector locative onto the memo stack; 21906 21906 it's never safe to push anything else. … … 21923 21923 <hr width="100" align="left" /> 21924 21924 <div class="footnote"> 21925 <p><sup>[<a id="ftn.id5 65618" href="#id565618" class="para">2</a>] </sup>This is21925 <p><sup>[<a id="ftn.id555036" href="#id555036" class="para">2</a>] </sup>This is 21926 21926 sometimes called "The Write Barrier": all assignments which 21927 21927 might result in intergenerational references must be noted, as … … 21929 21929 </div> 21930 21930 <div class="footnote"> 21931 <p><sup>[<a id="ftn.id5 65686" href="#id565686" class="para">3</a>] </sup>Note that the implicit setfs that occur when21931 <p><sup>[<a id="ftn.id555105" href="#id555105" class="para">3</a>] </sup>Note that the implicit setfs that occur when 21932 21932 initializing an object - as in the case of a call to cons or 21933 21933 vector - can't introduce intergenerational references, since … … 22045 22045 <div> 22046 22046 <div> 22047 <h3 class="title"><a id="id5 65830"></a>16.7.2. Recommended Reading</h3>22047 <h3 class="title"><a id="id555248"></a>16.7.2. Recommended Reading</h3> 22048 22048 </div> 22049 22049 </div> … … 22458 22458 <div> 22459 22459 <div class="refsect1" lang="en" xml:lang="en"> 22460 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 53253"></a>22460 <a xmlns="http://www.w3.org/1999/xhtml" id="id542672"></a> 22461 22461 <div class="header">Description:</div> 22462 22462 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD) … … 22483 22483 <div> 22484 22484 <div class="refsect1" lang="en" xml:lang="en"> 22485 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 32211"></a>22485 <a xmlns="http://www.w3.org/1999/xhtml" id="id521630"></a> 22486 22486 <div class="header">Description:</div> 22487 22487 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22507 22507 <div> 22508 22508 <div class="refsect1" lang="en" xml:lang="en"> 22509 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 55873"></a>22509 <a xmlns="http://www.w3.org/1999/xhtml" id="id545292"></a> 22510 22510 <div class="header">Description:</div> 22511 22511 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22530 22530 <div> 22531 22531 <div class="refsect1" lang="en" xml:lang="en"> 22532 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 55919"></a>22532 <a xmlns="http://www.w3.org/1999/xhtml" id="id545338"></a> 22533 22533 <div class="header">Description:</div> 22534 22534 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session … … 22555 22555 <div> 22556 22556 <div class="refsect1" lang="en" xml:lang="en"> 22557 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60642"></a>22557 <a xmlns="http://www.w3.org/1999/xhtml" id="id550061"></a> 22558 22558 <div class="header">Description:</div> 22559 22559 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p> … … 22573 22573 <div> 22574 22574 <div class="refsect1" lang="en" xml:lang="en"> 22575 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60686"></a>22575 <a xmlns="http://www.w3.org/1999/xhtml" id="id550104"></a> 22576 22576 <div class="header">Description:</div> 22577 22577 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros. … … 22595 22595 <div> 22596 22596 <div class="refsect1" lang="en" xml:lang="en"> 22597 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67912"></a>22597 <a xmlns="http://www.w3.org/1999/xhtml" id="id557331"></a> 22598 22598 <div class="header">Arguments and Values:</div> 22599 22599 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p> … … 22601 22601 </div> 22602 22602 <div class="refsect1" lang="en" xml:lang="en"> 22603 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67953"></a>22603 <a xmlns="http://www.w3.org/1999/xhtml" id="id557372"></a> 22604 22604 <div class="header">Description:</div> 22605 22605 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If … … 22627 22627 <div> 22628 22628 <div class="refsect1" lang="en" xml:lang="en"> 22629 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60301"></a>22629 <a xmlns="http://www.w3.org/1999/xhtml" id="id549720"></a> 22630 22630 <div class="header">Arguments and Values:</div> 22631 22631 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p> … … 22636 22636 </div> 22637 22637 <div class="refsect1" lang="en" xml:lang="en"> 22638 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60359"></a>22638 <a xmlns="http://www.w3.org/1999/xhtml" id="id549777"></a> 22639 22639 <div class="header">Description:</div> 22640 22640 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer … … 23315 23315 <a href="#Symbol-Index">Symbol Index</a> 23316 23316 </div> 23317 <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 20:0 on April 28, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14744<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>23317 <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 0:0 on April 29, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14746<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p> 23318 23318 </body> 23319 23319 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
