Changeset 14686
- Timestamp:
- Mar 21, 2011, 8:00:19 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/ccl-documentation.html (modified) (394 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/ccl-documentation.html
r14679 r14686 6 6 <title>Clozure CL Documentation</title> 7 7 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /> 8 <link rel="home" href="#id 329615" title="Clozure CL Documentation" />8 <link rel="home" href="#id565647" title="Clozure CL Documentation" /> 9 9 <link rel="next" href="#about-ccl" title="Chapter 1. About Clozure CL" /> 10 10 </head> … … 14 14 <div> 15 15 <div> 16 <h1 class="title"><a id="id 329615"></a>Clozure CL Documentation</h1>16 <h1 class="title"><a id="id565647"></a>Clozure CL Documentation</h1> 17 17 </div> 18 18 </div> … … 1745 1745 <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it 1746 1746 may be helpful to refer to these definitions.</p> 1747 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 348156" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl1747 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id584188" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl 1748 1748 files</em></a> are the object files produced 1749 1749 by <code class="literal">compile-file</code>. fasl files store the … … 1756 1756 see 1757 1757 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a> </p> 1758 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id 342857" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp1758 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id578889" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp 1759 1759 kernel</em></a> is a C program with a fair amount of 1760 1760 platform-specific assembly language code. Its basic job is to … … 1766 1766 files on different platforms; see 1767 1767 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1768 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id 371073" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap1768 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id607105" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap 1769 1769 image</em></a> is a file that can be quickly mapped into a 1770 1770 process's address space. Conceptually, it's not too different … … 1777 1777 standard full heap image files on different platforms; see 1778 1778 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1779 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id 356732" class="indexterm"></a> bootstrapping image is a minimal1779 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id592764" class="indexterm"></a> bootstrapping image is a minimal 1780 1780 heap image used in the process of building Clozure CL itself. The 1781 1781 bootstrapping image contains just enough code to load the rest … … 1789 1789 as-yet-unsupported ones) has a uniquely named subdirectory of 1790 1790 <code class="literal">ccl/lisp-kernel/</code>; each such 1791 <a id="id 354916" class="indexterm"></a>1791 <a id="id590948" class="indexterm"></a> 1792 1792 contains a Makefile and may contain some auxiliary files (linker 1793 1793 scripts, etc.) that are used to build the lisp kernel on a … … 2608 2608 </p> 2609 2609 <p xmlns="http://www.w3.org/1999/xhtml"> 2610 <a id="id 363802" class="indexterm"></a>2610 <a id="id599834" class="indexterm"></a> 2611 2611 <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em> 2612 2612 <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> | … … 3052 3052 </div> 3053 3053 <p xmlns="http://www.w3.org/1999/xhtml"> 3054 <a id="id 384370" class="indexterm"></a>3054 <a id="id620402" class="indexterm"></a> 3055 3055 <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em> [Variable]</strong></span> 3056 3056 </p> 3057 3057 <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> 3058 3058 <p xmlns="http://www.w3.org/1999/xhtml"> 3059 <a id="id 384396" class="indexterm"></a>3059 <a id="id620428" class="indexterm"></a> 3060 3060 <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em> [Variable]</strong></span> 3061 3061 </p> 3062 3062 <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> 3063 3063 <p xmlns="http://www.w3.org/1999/xhtml"> 3064 <a id="id 384425" class="indexterm"></a>3064 <a id="id620457" class="indexterm"></a> 3065 3065 <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> 3066 3066 </p> … … 3070 3070 </p> 3071 3071 <p xmlns="http://www.w3.org/1999/xhtml"> 3072 <a id="id 384474" class="indexterm"></a>3072 <a id="id620506" class="indexterm"></a> 3073 3073 <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em> [Variable]</strong></span> 3074 3074 </p> … … 3078 3078 explicit printing done by user code.</p> 3079 3079 <p xmlns="http://www.w3.org/1999/xhtml"> 3080 <a id="id 384508" class="indexterm"></a>3080 <a id="id620540" class="indexterm"></a> 3081 3081 <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em> [Variable]</strong></span> 3082 3082 </p> … … 3086 3086 explicit printing done by user code.</p> 3087 3087 <p xmlns="http://www.w3.org/1999/xhtml"> 3088 <a id="id 384543" class="indexterm"></a>3088 <a id="id620575" class="indexterm"></a> 3089 3089 <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em> [Variable]</strong></span> 3090 3090 </p> … … 3135 3135 <div> 3136 3136 <div class="refsect1" lang="en" xml:lang="en"> 3137 <a xmlns="http://www.w3.org/1999/xhtml" id="id 384705"></a>3137 <a xmlns="http://www.w3.org/1999/xhtml" id="id620737"></a> 3138 3138 <div class="header">Arguments and Values:</div> 3139 3139 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>--- … … 3170 3170 </div> 3171 3171 <div class="refsect1" lang="en" xml:lang="en"> 3172 <a xmlns="http://www.w3.org/1999/xhtml" id="id 384812"></a>3172 <a xmlns="http://www.w3.org/1999/xhtml" id="id620844"></a> 3173 3173 <div class="header">Examples:</div> 3174 3174 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3215 3215 <div> 3216 3216 <div class="refsect1" lang="en" xml:lang="en"> 3217 <a xmlns="http://www.w3.org/1999/xhtml" id="id 384911"></a>3217 <a xmlns="http://www.w3.org/1999/xhtml" id="id620943"></a> 3218 3218 <div class="header">Description:</div> 3219 3219 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3230 3230 </div> 3231 3231 <div class="refsect1" lang="en" xml:lang="en"> 3232 <a xmlns="http://www.w3.org/1999/xhtml" id="id 384978"></a>3232 <a xmlns="http://www.w3.org/1999/xhtml" id="id621010"></a> 3233 3233 <div class="header">Arguments and Values:</div> 3234 3234 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3254 3254 <div> 3255 3255 <div class="refsect1" lang="en" xml:lang="en"> 3256 <a xmlns="http://www.w3.org/1999/xhtml" id="id 385056"></a>3256 <a xmlns="http://www.w3.org/1999/xhtml" id="id621088"></a> 3257 3257 <div class="header">Description:</div> 3258 3258 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3266 3266 </div> 3267 3267 <div class="refsect1" lang="en" xml:lang="en"> 3268 <a xmlns="http://www.w3.org/1999/xhtml" id="id 385104"></a>3268 <a xmlns="http://www.w3.org/1999/xhtml" id="id621136"></a> 3269 3269 <div class="header">Arguments and Values:</div> 3270 3270 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3426 3426 <div> 3427 3427 <div class="refsect1" lang="en" xml:lang="en"> 3428 <a xmlns="http://www.w3.org/1999/xhtml" id="id 385638"></a>3428 <a xmlns="http://www.w3.org/1999/xhtml" id="id621670"></a> 3429 3429 <div class="header">Description:</div> 3430 3430 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is … … 3452 3452 <div> 3453 3453 <div class="refsect1" lang="en" xml:lang="en"> 3454 <a xmlns="http://www.w3.org/1999/xhtml" id="id 385700"></a>3454 <a xmlns="http://www.w3.org/1999/xhtml" id="id621732"></a> 3455 3455 <div class="header">Description:</div> 3456 3456 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when an external-format … … 3484 3484 <div> 3485 3485 <div class="refsect1" lang="en" xml:lang="en"> 3486 <a xmlns="http://www.w3.org/1999/xhtml" id="id 385782"></a>3486 <a xmlns="http://www.w3.org/1999/xhtml" id="id621814"></a> 3487 3487 <div class="header">Arguments and Values:</div> 3488 3488 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external … … 3518 3518 </div> 3519 3519 <div class="refsect1" lang="en" xml:lang="en"> 3520 <a xmlns="http://www.w3.org/1999/xhtml" id="id 400550"></a>3520 <a xmlns="http://www.w3.org/1999/xhtml" id="id636600"></a> 3521 3521 <div class="header">Description:</div> 3522 3522 <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a … … 3691 3691 <div> 3692 3692 <div> 3693 <h4 class="title"><a id="id 400884"></a>4.5.4.1. Encoding Problems</h4>3693 <h4 class="title"><a id="id636934"></a>4.5.4.1. Encoding Problems</h4> 3694 3694 </div> 3695 3695 </div> … … 3707 3707 <div> 3708 3708 <div> 3709 <h4 class="title"><a id="id 400896"></a>4.5.4.2. Byte Order Marks</h4>3709 <h4 class="title"><a id="id636947"></a>4.5.4.2. Byte Order Marks</h4> 3710 3710 </div> 3711 3711 </div> … … 3735 3735 <div> 3736 3736 <div> 3737 <h4 class="title"><a id="id 400931"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>3737 <h4 class="title"><a id="id636981"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4> 3738 3738 </div> 3739 3739 </div> … … 3757 3757 <div> 3758 3758 <div class="refsect1" lang="en" xml:lang="en"> 3759 <a xmlns="http://www.w3.org/1999/xhtml" id="id 400992"></a>3759 <a xmlns="http://www.w3.org/1999/xhtml" id="id637043"></a> 3760 3760 <div class="header">Description:</div> 3761 3761 <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings … … 3766 3766 </div> 3767 3767 <div class="refsect1" lang="en" xml:lang="en"> 3768 <a xmlns="http://www.w3.org/1999/xhtml" id="id 401007"></a>3768 <a xmlns="http://www.w3.org/1999/xhtml" id="id637058"></a> 3769 3769 <div class="header">See Also:</div> 3770 3770 <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> … … 4197 4197 <div> 4198 4198 <div> 4199 <h4 class="title"><a id="id 401686"></a>4.5.4.5. Encoding and Decoding Strings</h4>4199 <h4 class="title"><a id="id637737"></a>4.5.4.5. Encoding and Decoding Strings</h4> 4200 4200 </div> 4201 4201 </div> … … 4222 4222 <div> 4223 4223 <div class="refsect1" lang="en" xml:lang="en"> 4224 <a xmlns="http://www.w3.org/1999/xhtml" id="id 401762"></a>4224 <a xmlns="http://www.w3.org/1999/xhtml" id="id637812"></a> 4225 4225 <div class="header">Description:</div> 4226 4226 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4253 4253 <div> 4254 4254 <div class="refsect1" lang="en" xml:lang="en"> 4255 <a xmlns="http://www.w3.org/1999/xhtml" id="id 401857"></a>4255 <a xmlns="http://www.w3.org/1999/xhtml" id="id637908"></a> 4256 4256 <div class="header">Description:</div> 4257 4257 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4270 4270 Returns, as multiple values, the decoded string and the position in 4271 4271 <em class="varname">vector</em> where the decoding ended. 4272 </p> 4273 <p xmlns="http://www.w3.org/1999/xhtml"> 4274 Sequences of octets in <em class="varname">vector</em> that cannot be 4275 decoded into characters according to 4276 <em class="varname">external-format</em> will be decoded as 4277 #\Replacement_Character. 4272 4278 </p> 4273 4279 </div> … … 4296 4302 <div> 4297 4303 <div class="refsect1" lang="en" xml:lang="en"> 4298 <a xmlns="http://www.w3.org/1999/xhtml" id="id 401981"></a>4304 <a xmlns="http://www.w3.org/1999/xhtml" id="id638042"></a> 4299 4305 <div class="header">Description:</div> 4300 4306 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4318 4324 If <em class="varname">vector-offset</em> is supplied, data will be written 4319 4325 into the output vector starting at that offset. 4326 </p> 4327 <p xmlns="http://www.w3.org/1999/xhtml"> 4328 Characters in <em class="varname">string</em> that cannot be encoded 4329 into <em class="varname">external-format</em> will be replaced with an 4330 encoding-dependent replacement character 4331 (#\Replacement_Character or #\Sub) before being encoded and written 4332 into the output vector. 4320 4333 </p> 4321 4334 </div> … … 4342 4355 <div> 4343 4356 <div class="refsect1" lang="en" xml:lang="en"> 4344 <a xmlns="http://www.w3.org/1999/xhtml" id="id 402100"></a>4357 <a xmlns="http://www.w3.org/1999/xhtml" id="id638172"></a> 4345 4358 <div class="header">Description:</div> 4346 4359 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4392 4405 </div> 4393 4406 <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> 4394 <a xmlns="http://www.w3.org/1999/xhtml" id="id 402188" class="indexterm"></a>4407 <a xmlns="http://www.w3.org/1999/xhtml" id="id638260" class="indexterm"></a> 4395 4408 <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the 4396 4409 <code class="literal">ccl</code> directory. It is used for a variety of … … 4496 4509 platforms.</p> 4497 4510 <p xmlns="http://www.w3.org/1999/xhtml"> 4498 <a id="id 402372" class="indexterm"></a>4511 <a id="id638444" class="indexterm"></a> 4499 4512 <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em> 4500 4513 <em class="parameter"><code>pathname</code></em> … … 4556 4569 a memory error.</p> 4557 4570 <p xmlns="http://www.w3.org/1999/xhtml"> 4558 <a id="id 402505" class="indexterm"></a>4571 <a id="id638576" class="indexterm"></a> 4559 4572 <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em> 4560 4573 <em class="parameter"><code>displaced-array</code></em> … … 4568 4581 target is an empty vector (of length zero).</p> 4569 4582 <p xmlns="http://www.w3.org/1999/xhtml"> 4570 <a id="id 402540" class="indexterm"></a>4583 <a id="id638612" class="indexterm"></a> 4571 4584 <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em> 4572 4585 <em class="parameter"><code>pathname</code></em> … … 4578 4591 bytes.</p> 4579 4592 <p xmlns="http://www.w3.org/1999/xhtml"> 4580 <a id="id 402572" class="indexterm"></a>4593 <a id="id638644" class="indexterm"></a> 4581 4594 <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em> 4582 4595 <em class="parameter"><code>displaced-array</code></em> … … 4617 4630 static.</p> 4618 4631 <p xmlns="http://www.w3.org/1999/xhtml"> 4619 <a id="id 402647" class="indexterm"></a>4632 <a id="id638718" class="indexterm"></a> 4620 4633 <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em> 4621 4634 <em class="parameter"><code>var</code></em> … … 4671 4684 </div> 4672 4685 </div> 4673 <a xmlns="http://www.w3.org/1999/xhtml" id="id 402759" class="indexterm"></a>4686 <a xmlns="http://www.w3.org/1999/xhtml" id="id638831" class="indexterm"></a> 4674 4687 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the 4675 4688 function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file … … 4751 4764 converted, because address 0 can always be relied upon to refer to 4752 4765 the same thing.</p> 4753 <a xmlns="http://www.w3.org/1999/xhtml" id="id 402980" class="indexterm"></a>4766 <a xmlns="http://www.w3.org/1999/xhtml" id="id639052" class="indexterm"></a> 4754 4767 <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code> 4755 4768 refers to a <code class="literal">MACPTR</code> object that points to address 0.</p> … … 4762 4775 or <code class="literal">ccl64</code> script.</p> 4763 4776 <p xmlns="http://www.w3.org/1999/xhtml"> 4764 <a id="id 403028" class="indexterm"></a>4777 <a id="id639099" class="indexterm"></a> 4765 4778 <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em> 4766 4779 <em class="parameter"><code>filename</code></em> … … 4898 4911 <div> 4899 4912 <div class="refsect1" lang="en" xml:lang="en"> 4900 <a xmlns="http://www.w3.org/1999/xhtml" id="id 403320"></a>4913 <a xmlns="http://www.w3.org/1999/xhtml" id="id639392"></a> 4901 4914 <div class="header">Arguments and Values:</div> 4902 4915 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>--- … … 4912 4925 </div> 4913 4926 <div class="refsect1" lang="en" xml:lang="en"> 4914 <a xmlns="http://www.w3.org/1999/xhtml" id="id 403379"></a>4927 <a xmlns="http://www.w3.org/1999/xhtml" id="id639451"></a> 4915 4928 <div class="header">Description:</div> 4916 4929 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4972 4985 <div> 4973 4986 <div class="refsect1" lang="en" xml:lang="en"> 4974 <a xmlns="http://www.w3.org/1999/xhtml" id="id 403470"></a>4987 <a xmlns="http://www.w3.org/1999/xhtml" id="id639542"></a> 4975 4988 <div class="header">Arguments and Values:</div> 4976 4989 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>--- … … 4980 4993 </div> 4981 4994 <div class="refsect1" lang="en" xml:lang="en"> 4982 <a xmlns="http://www.w3.org/1999/xhtml" id="id 403494"></a>4995 <a xmlns="http://www.w3.org/1999/xhtml" id="id639565"></a> 4983 4996 <div class="header">Description:</div> 4984 4997 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5019 5032 <div> 5020 5033 <div class="refsect1" lang="en" xml:lang="en"> 5021 <a xmlns="http://www.w3.org/1999/xhtml" id="id 403589"></a>5034 <a xmlns="http://www.w3.org/1999/xhtml" id="id639661"></a> 5022 5035 <div class="header">Arguments and Values:</div> 5023 5036 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>--- … … 5028 5041 </div> 5029 5042 <div class="refsect1" lang="en" xml:lang="en"> 5030 <a xmlns="http://www.w3.org/1999/xhtml" id="id 403625"></a>5043 <a xmlns="http://www.w3.org/1999/xhtml" id="id639697"></a> 5031 5044 <div class="header">Description:</div> 5032 5045 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5077 5090 <div> 5078 5091 <div class="refsect1" lang="en" xml:lang="en"> 5079 <a xmlns="http://www.w3.org/1999/xhtml" id="id 403700"></a>5092 <a xmlns="http://www.w3.org/1999/xhtml" id="id639772"></a> 5080 5093 <div class="header">Arguments and Values:</div> 5081 5094 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>--- … … 5084 5097 </div> 5085 5098 <div class="refsect1" lang="en" xml:lang="en"> 5086 <a xmlns="http://www.w3.org/1999/xhtml" id="id 403722"></a>5099 <a xmlns="http://www.w3.org/1999/xhtml" id="id639794"></a> 5087 5100 <div class="header">Description:</div> 5088 5101 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5251 5264 <div> 5252 5265 <div class="refsect1" lang="en" xml:lang="en"> 5253 <a xmlns="http://www.w3.org/1999/xhtml" id="id 403897"></a>5266 <a xmlns="http://www.w3.org/1999/xhtml" id="id639969"></a> 5254 5267 <div class="header">Description:</div> 5255 5268 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5285 5298 <div> 5286 5299 <div class="refsect1" lang="en" xml:lang="en"> 5287 <a xmlns="http://www.w3.org/1999/xhtml" id="id 403945"></a>5300 <a xmlns="http://www.w3.org/1999/xhtml" id="id640017"></a> 5288 5301 <div class="header">Discussion:</div> 5289 5302 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5303 5316 </div> 5304 5317 <div class="refsect1" lang="en" xml:lang="en"> 5305 <a xmlns="http://www.w3.org/1999/xhtml" id="id 403999"></a>5318 <a xmlns="http://www.w3.org/1999/xhtml" id="id640070"></a> 5306 5319 <div class="header">Restarts:</div> 5307 5320 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5371 5384 <div> 5372 5385 <div> 5373 <h4 class="title"><a id="id 404056"></a>4.12.5.1. Fancy arrays</h4>5386 <h4 class="title"><a id="id640128"></a>4.12.5.1. Fancy arrays</h4> 5374 5387 </div> 5375 5388 </div> … … 5398 5411 <div> 5399 5412 <div> 5400 <h4 class="title"><a id="id 404075"></a>4.12.5.2. Hash tables</h4>5413 <h4 class="title"><a id="id640147"></a>4.12.5.2. Hash tables</h4> 5401 5414 </div> 5402 5415 </div> … … 5446 5459 <div> 5447 5460 <div> 5448 <h4 class="title"><a id="id 404106"></a>4.12.5.3. Lists</h4>5461 <h4 class="title"><a id="id640177"></a>4.12.5.3. Lists</h4> 5449 5462 </div> 5450 5463 </div> … … 5615 5628 <div> 5616 5629 <div class="refsect1" lang="en" xml:lang="en"> 5617 <a xmlns="http://www.w3.org/1999/xhtml" id="id 404288"></a>5630 <a xmlns="http://www.w3.org/1999/xhtml" id="id640360"></a> 5618 5631 <div class="header">Arguments and Values:</div> 5619 5632 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">html</span></i>--- … … 5637 5650 </div> 5638 5651 <div class="refsect1" lang="en" xml:lang="en"> 5639 <a xmlns="http://www.w3.org/1999/xhtml" id="id 404340"></a>5652 <a xmlns="http://www.w3.org/1999/xhtml" id="id640412"></a> 5640 5653 <div class="header">Example:</div> 5641 5654 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5671 5684 <div> 5672 5685 <div class="refsect1" lang="en" xml:lang="en"> 5673 <a xmlns="http://www.w3.org/1999/xhtml" id="id 404420"></a>5686 <a xmlns="http://www.w3.org/1999/xhtml" id="id640492"></a> 5674 5687 <div class="header">Summary:</div> 5675 5688 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5693 5706 <div> 5694 5707 <div class="refsect1" lang="en" xml:lang="en"> 5695 <a xmlns="http://www.w3.org/1999/xhtml" id="id 404458"></a>5708 <a xmlns="http://www.w3.org/1999/xhtml" id="id640530"></a> 5696 5709 <div class="header">Summary:</div> 5697 5710 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5719 5732 <div> 5720 5733 <div class="refsect1" lang="en" xml:lang="en"> 5721 <a xmlns="http://www.w3.org/1999/xhtml" id="id 404511"></a>5734 <a xmlns="http://www.w3.org/1999/xhtml" id="id640583"></a> 5722 5735 <div class="header">Summary:</div> 5723 5736 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5745 5758 <div> 5746 5759 <div class="refsect1" lang="en" xml:lang="en"> 5747 <a xmlns="http://www.w3.org/1999/xhtml" id="id 404562"></a>5760 <a xmlns="http://www.w3.org/1999/xhtml" id="id640634"></a> 5748 5761 <div class="header">Summary:</div> 5749 5762 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5776 5789 <div> 5777 5790 <div class="refsect1" lang="en" xml:lang="en"> 5778 <a xmlns="http://www.w3.org/1999/xhtml" id="id 404606"></a>5791 <a xmlns="http://www.w3.org/1999/xhtml" id="id640677"></a> 5779 5792 <div class="header">Summary:</div> 5780 5793 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5803 5816 <div> 5804 5817 <div class="refsect1" lang="en" xml:lang="en"> 5805 <a xmlns="http://www.w3.org/1999/xhtml" id="id 404659"></a>5818 <a xmlns="http://www.w3.org/1999/xhtml" id="id640730"></a> 5806 5819 <div class="header">Summary:</div> 5807 5820 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5826 5839 <div> 5827 5840 <div class="refsect1" lang="en" xml:lang="en"> 5828 <a xmlns="http://www.w3.org/1999/xhtml" id="id 404709"></a>5841 <a xmlns="http://www.w3.org/1999/xhtml" id="id640781"></a> 5829 5842 <div class="header">Summary:</div> 5830 5843 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5853 5866 <div> 5854 5867 <div class="refsect1" lang="en" xml:lang="en"> 5855 <a xmlns="http://www.w3.org/1999/xhtml" id="id 404762"></a>5868 <a xmlns="http://www.w3.org/1999/xhtml" id="id640834"></a> 5856 5869 <div class="header">Summary:</div> 5857 5870 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5880 5893 <div> 5881 5894 <div class="refsect1" lang="en" xml:lang="en"> 5882 <a xmlns="http://www.w3.org/1999/xhtml" id="id 404814"></a>5895 <a xmlns="http://www.w3.org/1999/xhtml" id="id640886"></a> 5883 5896 <div class="header">Summary:</div> 5884 5897 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6047 6060 <div> 6048 6061 <div class="refsect1" lang="en" xml:lang="en"> 6049 <a xmlns="http://www.w3.org/1999/xhtml" id="id 405050"></a>6062 <a xmlns="http://www.w3.org/1999/xhtml" id="id641121"></a> 6050 6063 <div class="header">Summary:</div> 6051 6064 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6072 6085 <div> 6073 6086 <div class="refsect1" lang="en" xml:lang="en"> 6074 <a xmlns="http://www.w3.org/1999/xhtml" id="id 405101"></a>6087 <a xmlns="http://www.w3.org/1999/xhtml" id="id641173"></a> 6075 6088 <div class="header">Summary:</div> 6076 6089 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6108 6121 <div> 6109 6122 <div class="refsect1" lang="en" xml:lang="en"> 6110 <a xmlns="http://www.w3.org/1999/xhtml" id="id 405168"></a>6123 <a xmlns="http://www.w3.org/1999/xhtml" id="id641240"></a> 6111 6124 <div class="header">Summary:</div> 6112 6125 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6143 6156 <div> 6144 6157 <div class="refsect1" lang="en" xml:lang="en"> 6145 <a xmlns="http://www.w3.org/1999/xhtml" id="id 405230"></a>6158 <a xmlns="http://www.w3.org/1999/xhtml" id="id641302"></a> 6146 6159 <div class="header">Summary:</div> 6147 6160 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6174 6187 <div> 6175 6188 <div class="refsect1" lang="en" xml:lang="en"> 6176 <a xmlns="http://www.w3.org/1999/xhtml" id="id 405287"></a>6189 <a xmlns="http://www.w3.org/1999/xhtml" id="id641359"></a> 6177 6190 <div class="header">Summary:</div> 6178 6191 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6404 6417 <div> 6405 6418 <div> 6406 <h4 class="title"><a id="id 362339"></a>5.4.2.1. Checking for Updates</h4>6419 <h4 class="title"><a id="id598373"></a>5.4.2.1. Checking for Updates</h4> 6407 6420 </div> 6408 6421 </div> … … 6536 6549 the required subsystems, if necessary.</p> 6537 6550 <p xmlns="http://www.w3.org/1999/xhtml"> 6538 <a id="id 389633" class="indexterm"></a>6551 <a id="id625686" class="indexterm"></a> 6539 6552 <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&key</em> 6540 6553 (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>) … … 6836 6849 <dt> 6837 6850 <span class="sect2"> 6838 <a href="#id 339627">6.3.2. As of August 2003:</a>6851 <a href="#id600676">6.3.2. As of August 2003:</a> 6839 6852 </span> 6840 6853 </dt> … … 7087 7100 <div> 7088 7101 <div> 7089 <h3 class="title"><a id="id 339627"></a>6.3.2. As of August 2003:</h3>7102 <h3 class="title"><a id="id600676"></a>6.3.2. As of August 2003:</h3> 7090 7103 </div> 7091 7104 </div> … … 7539 7552 <div> 7540 7553 <div class="refsect1" lang="en" xml:lang="en"> 7541 <a xmlns="http://www.w3.org/1999/xhtml" id="id 391367"></a>7554 <a xmlns="http://www.w3.org/1999/xhtml" id="id627403"></a> 7542 7555 <div class="header">Values:</div> 7543 7556 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads) … … 7545 7558 </div> 7546 7559 <div class="refsect1" lang="en" xml:lang="en"> 7547 <a xmlns="http://www.w3.org/1999/xhtml" id="id 391393"></a>7560 <a xmlns="http://www.w3.org/1999/xhtml" id="id627429"></a> 7548 7561 <div class="header">Description:</div> 7549 7562 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known … … 7557 7570 </div> 7558 7571 <div class="refsect1" lang="en" xml:lang="en"> 7559 <a xmlns="http://www.w3.org/1999/xhtml" id="id 391408"></a>7572 <a xmlns="http://www.w3.org/1999/xhtml" id="id627444"></a> 7560 7573 <div class="header">See Also:</div> 7561 7574 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7585 7598 <div> 7586 7599 <div class="refsect1" lang="en" xml:lang="en"> 7587 <a xmlns="http://www.w3.org/1999/xhtml" id="id 391477"></a>7600 <a xmlns="http://www.w3.org/1999/xhtml" id="id627513"></a> 7588 7601 <div class="header">Arguments and Values:</div> 7589 7602 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p> … … 7628 7641 </div> 7629 7642 <div class="refsect1" lang="en" xml:lang="en"> 7630 <a xmlns="http://www.w3.org/1999/xhtml" id="id 391669"></a>7643 <a xmlns="http://www.w3.org/1999/xhtml" id="id627705"></a> 7631 7644 <div class="header">Description:</div> 7632 7645 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the … … 7649 7662 </div> 7650 7663 <div class="refsect1" lang="en" xml:lang="en"> 7651 <a xmlns="http://www.w3.org/1999/xhtml" id="id 391721"></a>7664 <a xmlns="http://www.w3.org/1999/xhtml" id="id627757"></a> 7652 7665 <div class="header">See Also:</div> 7653 7666 <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> … … 7668 7681 <div> 7669 7682 <div class="refsect1" lang="en" xml:lang="en"> 7670 <a xmlns="http://www.w3.org/1999/xhtml" id="id 391800"></a>7683 <a xmlns="http://www.w3.org/1999/xhtml" id="id627836"></a> 7671 7684 <div class="header">Arguments and Values:</div> 7672 7685 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7678 7691 </div> 7679 7692 <div class="refsect1" lang="en" xml:lang="en"> 7680 <a xmlns="http://www.w3.org/1999/xhtml" id="id 391854"></a>7693 <a xmlns="http://www.w3.org/1999/xhtml" id="id627890"></a> 7681 7694 <div class="header">Description:</div> 7682 7695 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from … … 7700 7713 </div> 7701 7714 <div class="refsect1" lang="en" xml:lang="en"> 7702 <a xmlns="http://www.w3.org/1999/xhtml" id="id 391909"></a>7715 <a xmlns="http://www.w3.org/1999/xhtml" id="id627945"></a> 7703 7716 <div class="header">See Also:</div> 7704 7717 <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> 7705 7718 </div> 7706 7719 <div class="refsect1" lang="en" xml:lang="en"> 7707 <a xmlns="http://www.w3.org/1999/xhtml" id="id 391934"></a>7720 <a xmlns="http://www.w3.org/1999/xhtml" id="id627970"></a> 7708 7721 <div class="header">Notes:</div> 7709 7722 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called … … 7731 7744 <div> 7732 7745 <div class="refsect1" lang="en" xml:lang="en"> 7733 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392015"></a>7746 <a xmlns="http://www.w3.org/1999/xhtml" id="id628051"></a> 7734 7747 <div class="header">Arguments and Values:</div> 7735 7748 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7742 7755 </div> 7743 7756 <div class="refsect1" lang="en" xml:lang="en"> 7744 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392069"></a>7757 <a xmlns="http://www.w3.org/1999/xhtml" id="id628105"></a> 7745 7758 <div class="header">Description:</div> 7746 7759 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to … … 7753 7766 </div> 7754 7767 <div class="refsect1" lang="en" xml:lang="en"> 7755 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392100"></a>7768 <a xmlns="http://www.w3.org/1999/xhtml" id="id628136"></a> 7756 7769 <div class="header">See Also:</div> 7757 7770 <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> 7758 7771 </div> 7759 7772 <div class="refsect1" lang="en" xml:lang="en"> 7760 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392125"></a>7773 <a xmlns="http://www.w3.org/1999/xhtml" id="id628161"></a> 7761 7774 <div class="header">Notes:</div> 7762 7775 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7784 7797 <div> 7785 7798 <div class="refsect1" lang="en" xml:lang="en"> 7786 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392190"></a>7799 <a xmlns="http://www.w3.org/1999/xhtml" id="id628226"></a> 7787 7800 <div class="header">Arguments and Values:</div> 7788 7801 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7794 7807 </div> 7795 7808 <div class="refsect1" lang="en" xml:lang="en"> 7796 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392243"></a>7809 <a xmlns="http://www.w3.org/1999/xhtml" id="id628279"></a> 7797 7810 <div class="header">Description:</div> 7798 7811 <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 … … 7809 7822 </div> 7810 7823 <div class="refsect1" lang="en" xml:lang="en"> 7811 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392293"></a>7824 <a xmlns="http://www.w3.org/1999/xhtml" id="id628329"></a> 7812 7825 <div class="header">See Also:</div> 7813 7826 <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> … … 7830 7843 <div> 7831 7844 <div class="refsect1" lang="en" xml:lang="en"> 7832 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392370"></a>7845 <a xmlns="http://www.w3.org/1999/xhtml" id="id628406"></a> 7833 7846 <div class="header">Arguments and Values:</div> 7834 7847 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7841 7854 </div> 7842 7855 <div class="refsect1" lang="en" xml:lang="en"> 7843 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392445"></a>7856 <a xmlns="http://www.w3.org/1999/xhtml" id="id628481"></a> 7844 7857 <div class="header">Description:</div> 7845 7858 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset … … 7855 7868 </div> 7856 7869 <div class="refsect1" lang="en" xml:lang="en"> 7857 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392489"></a>7870 <a xmlns="http://www.w3.org/1999/xhtml" id="id628525"></a> 7858 7871 <div class="header">See Also:</div> 7859 7872 <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> … … 7876 7889 <div> 7877 7890 <div class="refsect1" lang="en" xml:lang="en"> 7878 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392571"></a>7891 <a xmlns="http://www.w3.org/1999/xhtml" id="id628607"></a> 7879 7892 <div class="header">Arguments and Values:</div> 7880 7893 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7885 7898 </div> 7886 7899 <div class="refsect1" lang="en" xml:lang="en"> 7887 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392633"></a>7900 <a xmlns="http://www.w3.org/1999/xhtml" id="id628669"></a> 7888 7901 <div class="header">Description:</div> 7889 7902 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>. … … 7902 7915 </div> 7903 7916 <div class="refsect1" lang="en" xml:lang="en"> 7904 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392682"></a>7917 <a xmlns="http://www.w3.org/1999/xhtml" id="id628717"></a> 7905 7918 <div class="header">See Also:</div> 7906 7919 <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> 7907 7920 </div> 7908 7921 <div class="refsect1" lang="en" xml:lang="en"> 7909 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392712"></a>7922 <a xmlns="http://www.w3.org/1999/xhtml" id="id628748"></a> 7910 7923 <div class="header">Notes:</div> 7911 7924 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means … … 7928 7941 <div> 7929 7942 <div class="refsect1" lang="en" xml:lang="en"> 7930 <a xmlns="http://www.w3.org/1999/xhtml" id="id 392828"></a>7943 <a xmlns="http://www.w3.org/1999/xhtml" id="id628863"></a> 7931 7944 <div class="header">Arguments and Values:</div> 7932 7945 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process. … … 7950 7963 </div> 7951 7964 <div class="refsect1" lang="en" xml:lang="en"> 7952 <a xmlns="http://www.w3.org/1999/xhtml" id="id 393016"></a>7965 <a xmlns="http://www.w3.org/1999/xhtml" id="id629052"></a> 7953 7966 <div class="header">Description:</div> 7954 7967 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via … … 7963 7976 </div> 7964 7977 <div class="refsect1" lang="en" xml:lang="en"> 7965 <a xmlns="http://www.w3.org/1999/xhtml" id="id 393052"></a>7978 <a xmlns="http://www.w3.org/1999/xhtml" id="id629088"></a> 7966 7979 <div class="header">See Also:</div> 7967 7980 <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> … … 7984 7997 <div> 7985 7998 <div class="refsect1" lang="en" xml:lang="en"> 7986 <a xmlns="http://www.w3.org/1999/xhtml" id="id 396478"></a>7999 <a xmlns="http://www.w3.org/1999/xhtml" id="id632514"></a> 7987 8000 <div class="header">Arguments and Values:</div> 7988 8001 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7997 8010 </div> 7998 8011 <div class="refsect1" lang="en" xml:lang="en"> 7999 <a xmlns="http://www.w3.org/1999/xhtml" id="id 396571"></a>8012 <a xmlns="http://www.w3.org/1999/xhtml" id="id632607"></a> 8000 8013 <div class="header">Description:</div> 8001 8014 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em> … … 8028 8041 </div> 8029 8042 <div class="refsect1" lang="en" xml:lang="en"> 8030 <a xmlns="http://www.w3.org/1999/xhtml" id="id 396645"></a>8043 <a xmlns="http://www.w3.org/1999/xhtml" id="id632681"></a> 8031 8044 <div class="header">See Also:</div> 8032 8045 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8037 8050 </div> 8038 8051 <div class="refsect1" lang="en" xml:lang="en"> 8039 <a xmlns="http://www.w3.org/1999/xhtml" id="id 396665"></a>8052 <a xmlns="http://www.w3.org/1999/xhtml" id="id632701"></a> 8040 8053 <div class="header">Notes:</div> 8041 8054 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em> … … 8067 8080 <div> 8068 8081 <div class="refsect1" lang="en" xml:lang="en"> 8069 <a xmlns="http://www.w3.org/1999/xhtml" id="id 396730"></a>8082 <a xmlns="http://www.w3.org/1999/xhtml" id="id632766"></a> 8070 8083 <div class="header">Value Type:</div> 8071 8084 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p> 8072 8085 </div> 8073 8086 <div class="refsect1" lang="en" xml:lang="en"> 8074 <a xmlns="http://www.w3.org/1999/xhtml" id="id 396741"></a>8087 <a xmlns="http://www.w3.org/1999/xhtml" id="id632777"></a> 8075 8088 <div class="header">Initial Value:</div> 8076 8089 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself. … … 8078 8091 </div> 8079 8092 <div class="refsect1" lang="en" xml:lang="en"> 8080 <a xmlns="http://www.w3.org/1999/xhtml" id="id 396752"></a>8093 <a xmlns="http://www.w3.org/1999/xhtml" id="id632788"></a> 8081 8094 <div class="header">Description:</div> 8082 8095 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is … … 8084 8097 </div> 8085 8098 <div class="refsect1" lang="en" xml:lang="en"> 8086 <a xmlns="http://www.w3.org/1999/xhtml" id="id 396764"></a>8099 <a xmlns="http://www.w3.org/1999/xhtml" id="id632800"></a> 8087 8100 <div class="header">See Also:</div> 8088 8101 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8108 8121 <div> 8109 8122 <div class="refsect1" lang="en" xml:lang="en"> 8110 <a xmlns="http://www.w3.org/1999/xhtml" id="id 396835"></a>8123 <a xmlns="http://www.w3.org/1999/xhtml" id="id632871"></a> 8111 8124 <div class="header">Arguments and Values:</div> 8112 8125 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8115 8128 </div> 8116 8129 <div class="refsect1" lang="en" xml:lang="en"> 8117 <a xmlns="http://www.w3.org/1999/xhtml" id="id 396891"></a>8130 <a xmlns="http://www.w3.org/1999/xhtml" id="id632927"></a> 8118 8131 <div class="header">Description:</div> 8119 8132 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit … … 8142 8155 </div> 8143 8156 <div class="refsect1" lang="en" xml:lang="en"> 8144 <a xmlns="http://www.w3.org/1999/xhtml" id="id 396958"></a>8157 <a xmlns="http://www.w3.org/1999/xhtml" id="id632994"></a> 8145 8158 <div class="header">See Also:</div> 8146 8159 <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> … … 8162 8175 <div> 8163 8176 <div class="refsect1" lang="en" xml:lang="en"> 8164 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397032"></a>8177 <a xmlns="http://www.w3.org/1999/xhtml" id="id633068"></a> 8165 8178 <div class="header">Arguments and Values:</div> 8166 8179 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which … … 8169 8182 </div> 8170 8183 <div class="refsect1" lang="en" xml:lang="en"> 8171 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397073"></a>8184 <a xmlns="http://www.w3.org/1999/xhtml" id="id633109"></a> 8172 8185 <div class="header">Description:</div> 8173 8186 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8177 8190 </div> 8178 8191 <div class="refsect1" lang="en" xml:lang="en"> 8179 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397085"></a>8192 <a xmlns="http://www.w3.org/1999/xhtml" id="id633121"></a> 8180 8193 <div class="header">See Also:</div> 8181 8194 <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> … … 8197 8210 <div> 8198 8211 <div class="refsect1" lang="en" xml:lang="en"> 8199 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397158"></a>8212 <a xmlns="http://www.w3.org/1999/xhtml" id="id633194"></a> 8200 8213 <div class="header">Arguments and Values:</div> 8201 8214 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8203 8216 </div> 8204 8217 <div class="refsect1" lang="en" xml:lang="en"> 8205 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397199"></a>8218 <a xmlns="http://www.w3.org/1999/xhtml" id="id633235"></a> 8206 8219 <div class="header">Description:</div> 8207 8220 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8211 8224 </div> 8212 8225 <div class="refsect1" lang="en" xml:lang="en"> 8213 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397214"></a>8226 <a xmlns="http://www.w3.org/1999/xhtml" id="id633250"></a> 8214 8227 <div class="header">See Also:</div> 8215 8228 <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> … … 8233 8246 <div> 8234 8247 <div class="refsect1" lang="en" xml:lang="en"> 8235 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397297"></a>8248 <a xmlns="http://www.w3.org/1999/xhtml" id="id633333"></a> 8236 8249 <div class="header">Arguments and Values:</div> 8237 8250 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8239 8252 </div> 8240 8253 <div class="refsect1" lang="en" xml:lang="en"> 8241 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397338"></a>8254 <a xmlns="http://www.w3.org/1999/xhtml" id="id633374"></a> 8242 8255 <div class="header">Description:</div> 8243 8256 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 8253 8266 </div> 8254 8267 <div class="refsect1" lang="en" xml:lang="en"> 8255 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397402"></a>8268 <a xmlns="http://www.w3.org/1999/xhtml" id="id633438"></a> 8256 8269 <div class="header">See Also:</div> 8257 8270 <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> … … 8272 8285 <div> 8273 8286 <div class="refsect1" lang="en" xml:lang="en"> 8274 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397460"></a>8287 <a xmlns="http://www.w3.org/1999/xhtml" id="id633496"></a> 8275 8288 <div class="header">Value Type:</div> 8276 8289 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p> 8277 8290 </div> 8278 8291 <div class="refsect1" lang="en" xml:lang="en"> 8279 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397472"></a>8292 <a xmlns="http://www.w3.org/1999/xhtml" id="id633508"></a> 8280 8293 <div class="header">Initial Value:</div> 8281 8294 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler. Currently, … … 8284 8297 </div> 8285 8298 <div class="refsect1" lang="en" xml:lang="en"> 8286 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397484"></a>8299 <a xmlns="http://www.w3.org/1999/xhtml" id="id633520"></a> 8287 8300 <div class="header">Description:</div> 8288 8301 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best, … … 8292 8305 </div> 8293 8306 <div class="refsect1" lang="en" xml:lang="en"> 8294 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397497"></a>8307 <a xmlns="http://www.w3.org/1999/xhtml" id="id633533"></a> 8295 8308 <div class="header">See Also:</div> 8296 8309 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8316 8329 <div> 8317 8330 <div class="refsect1" lang="en" xml:lang="en"> 8318 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397601"></a>8331 <a xmlns="http://www.w3.org/1999/xhtml" id="id633637"></a> 8319 8332 <div class="header">Description:</div> 8320 8333 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of … … 8330 8343 </div> 8331 8344 <div class="refsect1" lang="en" xml:lang="en"> 8332 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397643"></a>8345 <a xmlns="http://www.w3.org/1999/xhtml" id="id633680"></a> 8333 8346 <div class="header">See Also:</div> 8334 8347 <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> 8335 8348 </div> 8336 8349 <div class="refsect1" lang="en" xml:lang="en"> 8337 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397674"></a>8350 <a xmlns="http://www.w3.org/1999/xhtml" id="id633710"></a> 8338 8351 <div class="header">Notes:</div> 8339 8352 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to … … 8359 8372 <div> 8360 8373 <div class="refsect1" lang="en" xml:lang="en"> 8361 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397732"></a>8374 <a xmlns="http://www.w3.org/1999/xhtml" id="id633769"></a> 8362 8375 <div class="header">Description:</div> 8363 8376 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing … … 8368 8381 </div> 8369 8382 <div class="refsect1" lang="en" xml:lang="en"> 8370 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397745"></a>8383 <a xmlns="http://www.w3.org/1999/xhtml" id="id633783"></a> 8371 8384 <div class="header">See Also:</div> 8372 8385 <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> 8373 8386 </div> 8374 8387 <div class="refsect1" lang="en" xml:lang="en"> 8375 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397793"></a>8388 <a xmlns="http://www.w3.org/1999/xhtml" id="id633831"></a> 8376 8389 <div class="header">Notes:</div> 8377 8390 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative … … 8396 8409 <div> 8397 8410 <div class="refsect1" lang="en" xml:lang="en"> 8398 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397858"></a>8411 <a xmlns="http://www.w3.org/1999/xhtml" id="id633895"></a> 8399 8412 <div class="header">Arguments and Values:</div> 8400 8413 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8409 8422 </div> 8410 8423 <div class="refsect1" lang="en" xml:lang="en"> 8411 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397937"></a>8424 <a xmlns="http://www.w3.org/1999/xhtml" id="id633975"></a> 8412 8425 <div class="header">Description:</div> 8413 8426 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly … … 8426 8439 </div> 8427 8440 <div class="refsect1" lang="en" xml:lang="en"> 8428 <a xmlns="http://www.w3.org/1999/xhtml" id="id 397973"></a>8441 <a xmlns="http://www.w3.org/1999/xhtml" id="id634010"></a> 8429 8442 <div class="header">See Also:</div> 8430 8443 <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> … … 8446 8459 <div> 8447 8460 <div class="refsect1" lang="en" xml:lang="en"> 8448 <a xmlns="http://www.w3.org/1999/xhtml" id="id 398081"></a>8461 <a xmlns="http://www.w3.org/1999/xhtml" id="id634119"></a> 8449 8462 <div class="header">Arguments and Values:</div> 8450 8463 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8464 8477 </div> 8465 8478 <div class="refsect1" lang="en" xml:lang="en"> 8466 <a xmlns="http://www.w3.org/1999/xhtml" id="id 398195"></a>8479 <a xmlns="http://www.w3.org/1999/xhtml" id="id634233"></a> 8467 8480 <div class="header">Description:</div> 8468 8481 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like … … 8481 8494 </div> 8482 8495 <div class="refsect1" lang="en" xml:lang="en"> 8483 <a xmlns="http://www.w3.org/1999/xhtml" id="id 398245"></a>8496 <a xmlns="http://www.w3.org/1999/xhtml" id="id634283"></a> 8484 8497 <div class="header">See Also:</div> 8485 8498 <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> … … 8501 8514 <div> 8502 8515 <div class="refsect1" lang="en" xml:lang="en"> 8503 <a xmlns="http://www.w3.org/1999/xhtml" id="id 398362"></a>8516 <a xmlns="http://www.w3.org/1999/xhtml" id="id634400"></a> 8504 8517 <div class="header">Arguments and Values:</div> 8505 8518 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8508 8521 </div> 8509 8522 <div class="refsect1" lang="en" xml:lang="en"> 8510 <a xmlns="http://www.w3.org/1999/xhtml" id="id 398407"></a>8523 <a xmlns="http://www.w3.org/1999/xhtml" id="id634445"></a> 8511 8524 <div class="header">Description:</div> 8512 8525 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8523 8536 </div> 8524 8537 <div class="refsect1" lang="en" xml:lang="en"> 8525 <a xmlns="http://www.w3.org/1999/xhtml" id="id 398439"></a>8538 <a xmlns="http://www.w3.org/1999/xhtml" id="id634476"></a> 8526 8539 <div class="header">See Also:</div> 8527 8540 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8547 8560 <div> 8548 8561 <div class="refsect1" lang="en" xml:lang="en"> 8549 <a xmlns="http://www.w3.org/1999/xhtml" id="id 398510"></a>8562 <a xmlns="http://www.w3.org/1999/xhtml" id="id634548"></a> 8550 8563 <div class="header">Arguments and Values:</div> 8551 8564 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8554 8567 </div> 8555 8568 <div class="refsect1" lang="en" xml:lang="en"> 8556 <a xmlns="http://www.w3.org/1999/xhtml" id="id 398555"></a>8569 <a xmlns="http://www.w3.org/1999/xhtml" id="id634592"></a> 8557 8570 <div class="header">Description:</div> 8558 8571 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8577 8590 <div> 8578 8591 <div class="refsect1" lang="en" xml:lang="en"> 8579 <a xmlns="http://www.w3.org/1999/xhtml" id="id 398626"></a>8592 <a xmlns="http://www.w3.org/1999/xhtml" id="id634664"></a> 8580 8593 <div class="header">Arguments and Values:</div> 8581 8594 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of … … 8587 8600 </div> 8588 8601 <div class="refsect1" lang="en" xml:lang="en"> 8589 <a xmlns="http://www.w3.org/1999/xhtml" id="id 411892"></a>8602 <a xmlns="http://www.w3.org/1999/xhtml" id="id647951"></a> 8590 8603 <div class="header">Description:</div> 8591 8604 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can … … 8597 8610 </div> 8598 8611 <div class="refsect1" lang="en" xml:lang="en"> 8599 <a xmlns="http://www.w3.org/1999/xhtml" id="id 411907"></a>8612 <a xmlns="http://www.w3.org/1999/xhtml" id="id647965"></a> 8600 8613 <div class="header">See Also:</div> 8601 8614 <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> … … 8617 8630 <div> 8618 8631 <div class="refsect1" lang="en" xml:lang="en"> 8619 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412010"></a>8632 <a xmlns="http://www.w3.org/1999/xhtml" id="id648069"></a> 8620 8633 <div class="header">Arguments and Values:</div> 8621 8634 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8625 8638 </div> 8626 8639 <div class="refsect1" lang="en" xml:lang="en"> 8627 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412062"></a>8640 <a xmlns="http://www.w3.org/1999/xhtml" id="id648120"></a> 8628 8641 <div class="header">Description:</div> 8629 8642 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or … … 8636 8649 </div> 8637 8650 <div class="refsect1" lang="en" xml:lang="en"> 8638 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412091"></a>8651 <a xmlns="http://www.w3.org/1999/xhtml" id="id648149"></a> 8639 8652 <div class="header">See Also:</div> 8640 8653 <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> … … 8655 8668 <div> 8656 8669 <div class="refsect1" lang="en" xml:lang="en"> 8657 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412191"></a>8670 <a xmlns="http://www.w3.org/1999/xhtml" id="id648249"></a> 8658 8671 <div class="header">Arguments and Values:</div> 8659 8672 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8660 8673 </div> 8661 8674 <div class="refsect1" lang="en" xml:lang="en"> 8662 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412213"></a>8675 <a xmlns="http://www.w3.org/1999/xhtml" id="id648272"></a> 8663 8676 <div class="header">Description:</div> 8664 8677 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the … … 8671 8684 </div> 8672 8685 <div class="refsect1" lang="en" xml:lang="en"> 8673 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412246"></a>8686 <a xmlns="http://www.w3.org/1999/xhtml" id="id648305"></a> 8674 8687 <div class="header">See Also:</div> 8675 8688 <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> … … 8689 8702 <div> 8690 8703 <div class="refsect1" lang="en" xml:lang="en"> 8691 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412346"></a>8704 <a xmlns="http://www.w3.org/1999/xhtml" id="id648404"></a> 8692 8705 <div class="header">Arguments and Values:</div> 8693 8706 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8694 8707 </div> 8695 8708 <div class="refsect1" lang="en" xml:lang="en"> 8696 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412368"></a>8709 <a xmlns="http://www.w3.org/1999/xhtml" id="id648427"></a> 8697 8710 <div class="header">Description:</div> 8698 8711 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if … … 8707 8720 </div> 8708 8721 <div class="refsect1" lang="en" xml:lang="en"> 8709 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412402"></a>8722 <a xmlns="http://www.w3.org/1999/xhtml" id="id648460"></a> 8710 8723 <div class="header">See Also:</div> 8711 8724 <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> … … 8726 8739 <div> 8727 8740 <div class="refsect1" lang="en" xml:lang="en"> 8728 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412502"></a>8741 <a xmlns="http://www.w3.org/1999/xhtml" id="id648560"></a> 8729 8742 <div class="header">Arguments and Values:</div> 8730 8743 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8733 8746 </div> 8734 8747 <div class="refsect1" lang="en" xml:lang="en"> 8735 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412540"></a>8748 <a xmlns="http://www.w3.org/1999/xhtml" id="id648599"></a> 8736 8749 <div class="header">Description:</div> 8737 8750 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em> … … 8746 8759 </div> 8747 8760 <div class="refsect1" lang="en" xml:lang="en"> 8748 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412563"></a>8761 <a xmlns="http://www.w3.org/1999/xhtml" id="id648622"></a> 8749 8762 <div class="header">See Also:</div> 8750 8763 <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> … … 8766 8779 <div> 8767 8780 <div class="refsect1" lang="en" xml:lang="en"> 8768 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412664"></a>8781 <a xmlns="http://www.w3.org/1999/xhtml" id="id648722"></a> 8769 8782 <div class="header">Arguments and Values:</div> 8770 8783 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type … … 8772 8785 </div> 8773 8786 <div class="refsect1" lang="en" xml:lang="en"> 8774 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412687"></a>8787 <a xmlns="http://www.w3.org/1999/xhtml" id="id648745"></a> 8775 8788 <div class="header">Description:</div> 8776 8789 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK. … … 8783 8796 </div> 8784 8797 <div class="refsect1" lang="en" xml:lang="en"> 8785 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412703"></a>8798 <a xmlns="http://www.w3.org/1999/xhtml" id="id648761"></a> 8786 8799 <div class="header">See Also:</div> 8787 8800 <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> 8788 8801 </div> 8789 8802 <div class="refsect1" lang="en" xml:lang="en"> 8790 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412751"></a>8803 <a xmlns="http://www.w3.org/1999/xhtml" id="id648809"></a> 8791 8804 <div class="header">Notes:</div> 8792 8805 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to … … 8811 8824 <div> 8812 8825 <div class="refsect1" lang="en" xml:lang="en"> 8813 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412807"></a>8826 <a xmlns="http://www.w3.org/1999/xhtml" id="id648866"></a> 8814 8827 <div class="header">Arguments and Values:</div> 8815 8828 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8820 8833 </div> 8821 8834 <div class="refsect1" lang="en" xml:lang="en"> 8822 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412858"></a>8835 <a xmlns="http://www.w3.org/1999/xhtml" id="id648917"></a> 8823 8836 <div class="header">Description:</div> 8824 8837 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8834 8847 </div> 8835 8848 <div class="refsect1" lang="en" xml:lang="en"> 8836 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412898"></a>8849 <a xmlns="http://www.w3.org/1999/xhtml" id="id648957"></a> 8837 8850 <div class="header">See Also:</div> 8838 8851 <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> … … 8854 8867 <div> 8855 8868 <div class="refsect1" lang="en" xml:lang="en"> 8856 <a xmlns="http://www.w3.org/1999/xhtml" id="id 412991"></a>8869 <a xmlns="http://www.w3.org/1999/xhtml" id="id649050"></a> 8857 8870 <div class="header">Arguments and Values:</div> 8858 8871 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8863 8876 </div> 8864 8877 <div class="refsect1" lang="en" xml:lang="en"> 8865 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413042"></a>8878 <a xmlns="http://www.w3.org/1999/xhtml" id="id649101"></a> 8866 8879 <div class="header">Description:</div> 8867 8880 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8878 8891 </div> 8879 8892 <div class="refsect1" lang="en" xml:lang="en"> 8880 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413087"></a>8893 <a xmlns="http://www.w3.org/1999/xhtml" id="id649146"></a> 8881 8894 <div class="header">See Also:</div> 8882 8895 <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> … … 8898 8911 <div> 8899 8912 <div class="refsect1" lang="en" xml:lang="en"> 8900 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413177"></a>8913 <a xmlns="http://www.w3.org/1999/xhtml" id="id649236"></a> 8901 8914 <div class="header">Arguments and Values:</div> 8902 8915 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p> 8903 8916 </div> 8904 8917 <div class="refsect1" lang="en" xml:lang="en"> 8905 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413200"></a>8918 <a xmlns="http://www.w3.org/1999/xhtml" id="id649258"></a> 8906 8919 <div class="header">Description:</div> 8907 8920 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE. … … 8912 8925 </div> 8913 8926 <div class="refsect1" lang="en" xml:lang="en"> 8914 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413215"></a>8927 <a xmlns="http://www.w3.org/1999/xhtml" id="id649273"></a> 8915 8928 <div class="header">See Also:</div> 8916 8929 <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> … … 8932 8945 <div> 8933 8946 <div class="refsect1" lang="en" xml:lang="en"> 8934 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413310"></a>8947 <a xmlns="http://www.w3.org/1999/xhtml" id="id649368"></a> 8935 8948 <div class="header">Arguments and Values:</div> 8936 8949 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 8939 8952 </div> 8940 8953 <div class="refsect1" lang="en" xml:lang="en"> 8941 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413346"></a>8954 <a xmlns="http://www.w3.org/1999/xhtml" id="id649404"></a> 8942 8955 <div class="header">Description:</div> 8943 8956 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s … … 8946 8959 </div> 8947 8960 <div class="refsect1" lang="en" xml:lang="en"> 8948 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413359"></a>8961 <a xmlns="http://www.w3.org/1999/xhtml" id="id649418"></a> 8949 8962 <div class="header">See Also:</div> 8950 8963 <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> 8951 8964 </div> 8952 8965 <div class="refsect1" lang="en" xml:lang="en"> 8953 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413412"></a>8966 <a xmlns="http://www.w3.org/1999/xhtml" id="id649471"></a> 8954 8967 <div class="header">Notes:</div> 8955 8968 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 8974 8987 <div> 8975 8988 <div class="refsect1" lang="en" xml:lang="en"> 8976 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413472"></a>8989 <a xmlns="http://www.w3.org/1999/xhtml" id="id649531"></a> 8977 8990 <div class="header">Arguments and Values:</div> 8978 8991 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 8981 8994 </div> 8982 8995 <div class="refsect1" lang="en" xml:lang="en"> 8983 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413509"></a>8996 <a xmlns="http://www.w3.org/1999/xhtml" id="id649567"></a> 8984 8997 <div class="header">Description:</div> 8985 8998 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 8989 9002 </div> 8990 9003 <div class="refsect1" lang="en" xml:lang="en"> 8991 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413523"></a>9004 <a xmlns="http://www.w3.org/1999/xhtml" id="id649581"></a> 8992 9005 <div class="header">See Also:</div> 8993 9006 <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> 8994 9007 </div> 8995 9008 <div class="refsect1" lang="en" xml:lang="en"> 8996 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413576"></a>9009 <a xmlns="http://www.w3.org/1999/xhtml" id="id649635"></a> 8997 9010 <div class="header">Notes:</div> 8998 9011 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 9018 9031 <div> 9019 9032 <div class="refsect1" lang="en" xml:lang="en"> 9020 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413636"></a>9033 <a xmlns="http://www.w3.org/1999/xhtml" id="id649695"></a> 9021 9034 <div class="header">Arguments and Values:</div> 9022 9035 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p> … … 9031 9044 </div> 9032 9045 <div class="refsect1" lang="en" xml:lang="en"> 9033 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413703"></a>9046 <a xmlns="http://www.w3.org/1999/xhtml" id="id649761"></a> 9034 9047 <div class="header">Description:</div> 9035 9048 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 9040 9053 </div> 9041 9054 <div class="refsect1" lang="en" xml:lang="en"> 9042 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413720"></a>9055 <a xmlns="http://www.w3.org/1999/xhtml" id="id649778"></a> 9043 9056 <div class="header">See Also:</div> 9044 9057 <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> … … 9060 9073 <div> 9061 9074 <div class="refsect1" lang="en" xml:lang="en"> 9062 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413812"></a>9075 <a xmlns="http://www.w3.org/1999/xhtml" id="id649871"></a> 9063 9076 <div class="header">Arguments and Values:</div> 9064 9077 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 9068 9081 </div> 9069 9082 <div class="refsect1" lang="en" xml:lang="en"> 9070 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413854"></a>9083 <a xmlns="http://www.w3.org/1999/xhtml" id="id649913"></a> 9071 9084 <div class="header">Description:</div> 9072 9085 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>. … … 9084 9097 </div> 9085 9098 <div class="refsect1" lang="en" xml:lang="en"> 9086 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413887"></a>9099 <a xmlns="http://www.w3.org/1999/xhtml" id="id649946"></a> 9087 9100 <div class="header">See Also:</div> 9088 9101 <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> 9089 9102 </div> 9090 9103 <div class="refsect1" lang="en" xml:lang="en"> 9091 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413925"></a>9104 <a xmlns="http://www.w3.org/1999/xhtml" id="id649983"></a> 9092 9105 <div class="header">Notes:</div> 9093 9106 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9114 9127 <div> 9115 9128 <div class="refsect1" lang="en" xml:lang="en"> 9116 <a xmlns="http://www.w3.org/1999/xhtml" id="id 413989"></a>9129 <a xmlns="http://www.w3.org/1999/xhtml" id="id650048"></a> 9117 9130 <div class="header">Arguments and Values:</div> 9118 9131 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 9122 9135 </div> 9123 9136 <div class="refsect1" lang="en" xml:lang="en"> 9124 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414031"></a>9137 <a xmlns="http://www.w3.org/1999/xhtml" id="id650090"></a> 9125 9138 <div class="header">Description:</div> 9126 9139 <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 … … 9135 9148 </div> 9136 9149 <div class="refsect1" lang="en" xml:lang="en"> 9137 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414064"></a>9150 <a xmlns="http://www.w3.org/1999/xhtml" id="id650123"></a> 9138 9151 <div class="header">See Also:</div> 9139 9152 <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> 9140 9153 </div> 9141 9154 <div class="refsect1" lang="en" xml:lang="en"> 9142 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414102"></a>9155 <a xmlns="http://www.w3.org/1999/xhtml" id="id650160"></a> 9143 9156 <div class="header">Notes:</div> 9144 9157 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9165 9178 <div> 9166 9179 <div class="refsect1" lang="en" xml:lang="en"> 9167 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414166"></a>9180 <a xmlns="http://www.w3.org/1999/xhtml" id="id650225"></a> 9168 9181 <div class="header">Arguments and Values:</div> 9169 9182 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 9172 9185 </div> 9173 9186 <div class="refsect1" lang="en" xml:lang="en"> 9174 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414205"></a>9187 <a xmlns="http://www.w3.org/1999/xhtml" id="id650263"></a> 9175 9188 <div class="header">Description:</div> 9176 9189 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal … … 9180 9193 </div> 9181 9194 <div class="refsect1" lang="en" xml:lang="en"> 9182 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414222"></a>9195 <a xmlns="http://www.w3.org/1999/xhtml" id="id650280"></a> 9183 9196 <div class="header">See Also:</div> 9184 9197 <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> … … 9199 9212 <div> 9200 9213 <div class="refsect1" lang="en" xml:lang="en"> 9201 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414299"></a>9214 <a xmlns="http://www.w3.org/1999/xhtml" id="id650357"></a> 9202 9215 <div class="header">Value Type:</div> 9203 9216 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p> 9204 9217 </div> 9205 9218 <div class="refsect1" lang="en" xml:lang="en"> 9206 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414308"></a>9219 <a xmlns="http://www.w3.org/1999/xhtml" id="id650367"></a> 9207 9220 <div class="header">Initial Value:</div> 9208 9221 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p> 9209 9222 </div> 9210 9223 <div class="refsect1" lang="en" xml:lang="en"> 9211 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414318"></a>9224 <a xmlns="http://www.w3.org/1999/xhtml" id="id650376"></a> 9212 9225 <div class="header">Description:</div> 9213 9226 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input … … 9221 9234 </div> 9222 9235 <div class="refsect1" lang="en" xml:lang="en"> 9223 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414332"></a>9236 <a xmlns="http://www.w3.org/1999/xhtml" id="id650390"></a> 9224 9237 <div class="header">See Also:</div> 9225 9238 <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> … … 9240 9253 <div> 9241 9254 <div class="refsect1" lang="en" xml:lang="en"> 9242 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414422"></a>9255 <a xmlns="http://www.w3.org/1999/xhtml" id="id650481"></a> 9243 9256 <div class="header">Arguments and Values:</div> 9244 9257 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by … … 9249 9262 </div> 9250 9263 <div class="refsect1" lang="en" xml:lang="en"> 9251 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414461"></a>9264 <a xmlns="http://www.w3.org/1999/xhtml" id="id650520"></a> 9252 9265 <div class="header">Description:</div> 9253 9266 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function. As such, it … … 9260 9273 </div> 9261 9274 <div class="refsect1" lang="en" xml:lang="en"> 9262 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414483"></a>9275 <a xmlns="http://www.w3.org/1999/xhtml" id="id650542"></a> 9263 9276 <div class="header">See Also:</div> 9264 9277 <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> … … 9281 9294 <div> 9282 9295 <div class="refsect1" lang="en" xml:lang="en"> 9283 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414577"></a>9296 <a xmlns="http://www.w3.org/1999/xhtml" id="id650635"></a> 9284 9297 <div class="header">Arguments and Values:</div> 9285 9298 <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> … … 9291 9304 </div> 9292 9305 <div class="refsect1" lang="en" xml:lang="en"> 9293 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414634"></a>9306 <a xmlns="http://www.w3.org/1999/xhtml" id="id650693"></a> 9294 9307 <div class="header">Description:</div> 9295 9308 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate. If the … … 9432 9445 <div> 9433 9446 <div class="refsect1" lang="en" xml:lang="en"> 9434 <a xmlns="http://www.w3.org/1999/xhtml" id="id 399748"></a>9447 <a xmlns="http://www.w3.org/1999/xhtml" id="id635807"></a> 9435 9448 <div class="header">Arguments and Values:</div> 9436 9449 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently … … 9532 9545 </div> 9533 9546 <div class="refsect1" lang="en" xml:lang="en"> 9534 <a xmlns="http://www.w3.org/1999/xhtml" id="id 386528"></a>9547 <a xmlns="http://www.w3.org/1999/xhtml" id="id622540"></a> 9535 9548 <div class="header">Description:</div> 9536 9549 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p> … … 9551 9564 <div> 9552 9565 <div class="refsect1" lang="en" xml:lang="en"> 9553 <a xmlns="http://www.w3.org/1999/xhtml" id="id 386590"></a>9566 <a xmlns="http://www.w3.org/1999/xhtml" id="id622601"></a> 9554 9567 <div class="header">Arguments and Values:</div> 9555 9568 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p> … … 9559 9572 </div> 9560 9573 <div class="refsect1" lang="en" xml:lang="en"> 9561 <a xmlns="http://www.w3.org/1999/xhtml" id="id 386632"></a>9574 <a xmlns="http://www.w3.org/1999/xhtml" id="id622643"></a> 9562 9575 <div class="header">Description:</div> 9563 9576 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending … … 9585 9598 <div> 9586 9599 <div class="refsect1" lang="en" xml:lang="en"> 9587 <a xmlns="http://www.w3.org/1999/xhtml" id="id 395567"></a>9600 <a xmlns="http://www.w3.org/1999/xhtml" id="id622708"></a> 9588 9601 <div class="header">Arguments and Values:</div> 9589 9602 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the … … 9593 9606 </div> 9594 9607 <div class="refsect1" lang="en" xml:lang="en"> 9595 <a xmlns="http://www.w3.org/1999/xhtml" id="id 395608"></a>9608 <a xmlns="http://www.w3.org/1999/xhtml" id="id631629"></a> 9596 9609 <div class="header">Description:</div> 9597 9610 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to … … 9613 9626 <div> 9614 9627 <div class="refsect1" lang="en" xml:lang="en"> 9615 <a xmlns="http://www.w3.org/1999/xhtml" id="id 395670"></a>9628 <a xmlns="http://www.w3.org/1999/xhtml" id="id631691"></a> 9616 9629 <div class="header">Arguments and Values:</div> 9617 9630 <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> … … 9622 9635 </div> 9623 9636 <div class="refsect1" lang="en" xml:lang="en"> 9624 <a xmlns="http://www.w3.org/1999/xhtml" id="id 395712"></a>9637 <a xmlns="http://www.w3.org/1999/xhtml" id="id631733"></a> 9625 9638 <div class="header">Description:</div> 9626 9639 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p> … … 9641 9654 <div> 9642 9655 <div class="refsect1" lang="en" xml:lang="en"> 9643 <a xmlns="http://www.w3.org/1999/xhtml" id="id 395773"></a>9656 <a xmlns="http://www.w3.org/1999/xhtml" id="id631794"></a> 9644 9657 <div class="header">Arguments and Values:</div> 9645 9658 <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> … … 9648 9661 </div> 9649 9662 <div class="refsect1" lang="en" xml:lang="en"> 9650 <a xmlns="http://www.w3.org/1999/xhtml" id="id 395814"></a>9663 <a xmlns="http://www.w3.org/1999/xhtml" id="id631835"></a> 9651 9664 <div class="header">Description:</div> 9652 9665 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name … … 9668 9681 <div> 9669 9682 <div class="refsect1" lang="en" xml:lang="en"> 9670 <a xmlns="http://www.w3.org/1999/xhtml" id="id 395871"></a>9683 <a xmlns="http://www.w3.org/1999/xhtml" id="id631892"></a> 9671 9684 <div class="header">Arguments and Values:</div> 9672 9685 <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 … … 9676 9689 </div> 9677 9690 <div class="refsect1" lang="en" xml:lang="en"> 9678 <a xmlns="http://www.w3.org/1999/xhtml" id="id 395898"></a>9691 <a xmlns="http://www.w3.org/1999/xhtml" id="id631919"></a> 9679 9692 <div class="header">Description:</div> 9680 9693 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a … … 9696 9709 <div> 9697 9710 <div class="refsect1" lang="en" xml:lang="en"> 9698 <a xmlns="http://www.w3.org/1999/xhtml" id="id 395957"></a>9711 <a xmlns="http://www.w3.org/1999/xhtml" id="id631978"></a> 9699 9712 <div class="header">Arguments and Values:</div> 9700 9713 <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 … … 9705 9718 </div> 9706 9719 <div class="refsect1" lang="en" xml:lang="en"> 9707 <a xmlns="http://www.w3.org/1999/xhtml" id="id 388062"></a>9720 <a xmlns="http://www.w3.org/1999/xhtml" id="id632020"></a> 9708 9721 <div class="header">Description:</div> 9709 9722 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p> … … 9725 9738 <div> 9726 9739 <div class="refsect1" lang="en" xml:lang="en"> 9727 <a xmlns="http://www.w3.org/1999/xhtml" id="id 388123"></a>9740 <a xmlns="http://www.w3.org/1999/xhtml" id="id624135"></a> 9728 9741 <div class="header">Arguments and Values:</div> 9729 9742 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p> … … 9742 9755 </div> 9743 9756 <div class="refsect1" lang="en" xml:lang="en"> 9744 <a xmlns="http://www.w3.org/1999/xhtml" id="id 388214"></a>9757 <a xmlns="http://www.w3.org/1999/xhtml" id="id624226"></a> 9745 9758 <div class="header">Description:</div> 9746 9759 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are … … 9779 9792 <div> 9780 9793 <div class="refsect1" lang="en" xml:lang="en"> 9781 <a xmlns="http://www.w3.org/1999/xhtml" id="id 388314"></a>9794 <a xmlns="http://www.w3.org/1999/xhtml" id="id624326"></a> 9782 9795 <div class="header">Arguments and Values:</div> 9783 9796 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p> … … 9794 9807 </div> 9795 9808 <div class="refsect1" lang="en" xml:lang="en"> 9796 <a xmlns="http://www.w3.org/1999/xhtml" id="id 388416"></a>9809 <a xmlns="http://www.w3.org/1999/xhtml" id="id624428"></a> 9797 9810 <div class="header">Description:</div> 9798 9811 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p> … … 9813 9826 <div> 9814 9827 <div class="refsect1" lang="en" xml:lang="en"> 9815 <a xmlns="http://www.w3.org/1999/xhtml" id="id 388478"></a>9828 <a xmlns="http://www.w3.org/1999/xhtml" id="id624490"></a> 9816 9829 <div class="header">Arguments and Values:</div> 9817 9830 <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> … … 9820 9833 </div> 9821 9834 <div class="refsect1" lang="en" xml:lang="en"> 9822 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394303"></a>9835 <a xmlns="http://www.w3.org/1999/xhtml" id="id624530"></a> 9823 9836 <div class="header">Description:</div> 9824 9837 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is … … 9841 9854 <div> 9842 9855 <div class="refsect1" lang="en" xml:lang="en"> 9843 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394361"></a>9856 <a xmlns="http://www.w3.org/1999/xhtml" id="id630381"></a> 9844 9857 <div class="header">Arguments and Values:</div> 9845 9858 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9846 9859 </div> 9847 9860 <div class="refsect1" lang="en" xml:lang="en"> 9848 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394388"></a>9861 <a xmlns="http://www.w3.org/1999/xhtml" id="id630407"></a> 9849 9862 <div class="header">Description:</div> 9850 9863 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or … … 9871 9884 <div> 9872 9885 <div class="refsect1" lang="en" xml:lang="en"> 9873 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394448"></a>9886 <a xmlns="http://www.w3.org/1999/xhtml" id="id630468"></a> 9874 9887 <div class="header">Arguments and Values:</div> 9875 9888 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9876 9889 </div> 9877 9890 <div class="refsect1" lang="en" xml:lang="en"> 9878 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394475"></a>9891 <a xmlns="http://www.w3.org/1999/xhtml" id="id630494"></a> 9879 9892 <div class="header">Description:</div> 9880 9893 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host, … … 9896 9909 <div> 9897 9910 <div class="refsect1" lang="en" xml:lang="en"> 9898 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394533"></a>9911 <a xmlns="http://www.w3.org/1999/xhtml" id="id630553"></a> 9899 9912 <div class="header">Arguments and Values:</div> 9900 9913 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9901 9914 </div> 9902 9915 <div class="refsect1" lang="en" xml:lang="en"> 9903 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394559"></a>9916 <a xmlns="http://www.w3.org/1999/xhtml" id="id630579"></a> 9904 9917 <div class="header">Description:</div> 9905 9918 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not … … 9921 9934 <div> 9922 9935 <div class="refsect1" lang="en" xml:lang="en"> 9923 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394616"></a>9936 <a xmlns="http://www.w3.org/1999/xhtml" id="id630636"></a> 9924 9937 <div class="header">Arguments and Values:</div> 9925 9938 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9926 9939 </div> 9927 9940 <div class="refsect1" lang="en" xml:lang="en"> 9928 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394642"></a>9941 <a xmlns="http://www.w3.org/1999/xhtml" id="id630662"></a> 9929 9942 <div class="header">Description:</div> 9930 9943 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p> … … 9945 9958 <div> 9946 9959 <div class="refsect1" lang="en" xml:lang="en"> 9947 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394699"></a>9960 <a xmlns="http://www.w3.org/1999/xhtml" id="id630719"></a> 9948 9961 <div class="header">Arguments and Values:</div> 9949 9962 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9950 9963 </div> 9951 9964 <div class="refsect1" lang="en" xml:lang="en"> 9952 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394726"></a>9965 <a xmlns="http://www.w3.org/1999/xhtml" id="id630745"></a> 9953 9966 <div class="header">Description:</div> 9954 9967 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p> … … 9969 9982 <div> 9970 9983 <div class="refsect1" lang="en" xml:lang="en"> 9971 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394783"></a>9984 <a xmlns="http://www.w3.org/1999/xhtml" id="id630803"></a> 9972 9985 <div class="header">Arguments and Values:</div> 9973 9986 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9974 9987 </div> 9975 9988 <div class="refsect1" lang="en" xml:lang="en"> 9976 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394809"></a>9989 <a xmlns="http://www.w3.org/1999/xhtml" id="id630829"></a> 9977 9990 <div class="header">Description:</div> 9978 9991 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p> … … 9993 10006 <div> 9994 10007 <div class="refsect1" lang="en" xml:lang="en"> 9995 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394866"></a>10008 <a xmlns="http://www.w3.org/1999/xhtml" id="id630886"></a> 9996 10009 <div class="header">Arguments and Values:</div> 9997 10010 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9998 10011 </div> 9999 10012 <div class="refsect1" lang="en" xml:lang="en"> 10000 <a xmlns="http://www.w3.org/1999/xhtml" id="id 399849"></a>10013 <a xmlns="http://www.w3.org/1999/xhtml" id="id630912"></a> 10001 10014 <div class="header">Description:</div> 10002 10015 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for … … 10018 10031 <div> 10019 10032 <div class="refsect1" lang="en" xml:lang="en"> 10020 <a xmlns="http://www.w3.org/1999/xhtml" id="id 399906"></a>10033 <a xmlns="http://www.w3.org/1999/xhtml" id="id635944"></a> 10021 10034 <div class="header">Arguments and Values:</div> 10022 10035 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10023 10036 </div> 10024 10037 <div class="refsect1" lang="en" xml:lang="en"> 10025 <a xmlns="http://www.w3.org/1999/xhtml" id="id 399932"></a>10038 <a xmlns="http://www.w3.org/1999/xhtml" id="id635970"></a> 10026 10039 <div class="header">Description:</div> 10027 10040 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format … … 10043 10056 <div> 10044 10057 <div class="refsect1" lang="en" xml:lang="en"> 10045 <a xmlns="http://www.w3.org/1999/xhtml" id="id 399989"></a>10058 <a xmlns="http://www.w3.org/1999/xhtml" id="id636027"></a> 10046 10059 <div class="header">Arguments and Values:</div> 10047 10060 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10048 10061 </div> 10049 10062 <div class="refsect1" lang="en" xml:lang="en"> 10050 <a xmlns="http://www.w3.org/1999/xhtml" id="id 400016"></a>10063 <a xmlns="http://www.w3.org/1999/xhtml" id="id636054"></a> 10051 10064 <div class="header">Description:</div> 10052 10065 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and … … 10067 10080 <div> 10068 10081 <div class="refsect1" lang="en" xml:lang="en"> 10069 <a xmlns="http://www.w3.org/1999/xhtml" id="id 400058"></a>10082 <a xmlns="http://www.w3.org/1999/xhtml" id="id636096"></a> 10070 10083 <div class="header">Description:</div> 10071 10084 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p> 10072 10085 </div> 10073 10086 <div class="refsect1" lang="en" xml:lang="en"> 10074 <a xmlns="http://www.w3.org/1999/xhtml" id="id 400069"></a>10087 <a xmlns="http://www.w3.org/1999/xhtml" id="id636107"></a> 10075 10088 <div class="header">Superclasses:</div> 10076 10089 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p> … … 10091 10104 <div> 10092 10105 <div class="refsect1" lang="en" xml:lang="en"> 10093 <a xmlns="http://www.w3.org/1999/xhtml" id="id 400127"></a>10106 <a xmlns="http://www.w3.org/1999/xhtml" id="id636165"></a> 10094 10107 <div class="header">Arguments and Values:</div> 10095 10108 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10096 10109 </div> 10097 10110 <div class="refsect1" lang="en" xml:lang="en"> 10098 <a xmlns="http://www.w3.org/1999/xhtml" id="id 400153"></a>10111 <a xmlns="http://www.w3.org/1999/xhtml" id="id636191"></a> 10099 10112 <div class="header">Description:</div> 10100 10113 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p> … … 10115 10128 <div> 10116 10129 <div class="refsect1" lang="en" xml:lang="en"> 10117 <a xmlns="http://www.w3.org/1999/xhtml" id="id 400211"></a>10130 <a xmlns="http://www.w3.org/1999/xhtml" id="id636249"></a> 10118 10131 <div class="header">Arguments and Values:</div> 10119 10132 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10120 10133 </div> 10121 10134 <div class="refsect1" lang="en" xml:lang="en"> 10122 <a xmlns="http://www.w3.org/1999/xhtml" id="id 400237"></a>10135 <a xmlns="http://www.w3.org/1999/xhtml" id="id636275"></a> 10123 10136 <div class="header">Description:</div> 10124 10137 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more … … 10144 10157 <div> 10145 10158 <div class="refsect1" lang="en" xml:lang="en"> 10146 <a xmlns="http://www.w3.org/1999/xhtml" id="id 400300"></a>10159 <a xmlns="http://www.w3.org/1999/xhtml" id="id636338"></a> 10147 10160 <div class="header">Arguments and Values:</div> 10148 10161 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10149 10162 </div> 10150 10163 <div class="refsect1" lang="en" xml:lang="en"> 10151 <a xmlns="http://www.w3.org/1999/xhtml" id="id 400326"></a>10164 <a xmlns="http://www.w3.org/1999/xhtml" id="id636364"></a> 10152 10165 <div class="header">Description:</div> 10153 10166 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On … … 10170 10183 <div> 10171 10184 <div class="refsect1" lang="en" xml:lang="en"> 10172 <a xmlns="http://www.w3.org/1999/xhtml" id="id 400387"></a>10185 <a xmlns="http://www.w3.org/1999/xhtml" id="id636425"></a> 10173 10186 <div class="header">Arguments and Values:</div> 10174 10187 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p> … … 10181 10194 </div> 10182 10195 <div class="refsect1" lang="en" xml:lang="en"> 10183 <a xmlns="http://www.w3.org/1999/xhtml" id="id 400431"></a>10196 <a xmlns="http://www.w3.org/1999/xhtml" id="id636469"></a> 10184 10197 <div class="header">Description:</div> 10185 10198 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It … … 10202 10215 <div> 10203 10216 <div class="refsect1" lang="en" xml:lang="en"> 10204 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394947"></a>10217 <a xmlns="http://www.w3.org/1999/xhtml" id="id630975"></a> 10205 10218 <div class="header">Arguments and Values:</div> 10206 10219 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p> … … 10209 10222 </div> 10210 10223 <div class="refsect1" lang="en" xml:lang="en"> 10211 <a xmlns="http://www.w3.org/1999/xhtml" id="id 395002"></a>10224 <a xmlns="http://www.w3.org/1999/xhtml" id="id631031"></a> 10212 10225 <div class="header">Description:</div> 10213 10226 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying … … 10341 10354 <div> 10342 10355 <div class="refsect1" lang="en" xml:lang="en"> 10343 <a xmlns="http://www.w3.org/1999/xhtml" id="id 379004"></a>10356 <a xmlns="http://www.w3.org/1999/xhtml" id="id605204"></a> 10344 10357 <div class="header">Arguments and Values:</div> 10345 10358 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file. … … 10392 10405 </div> 10393 10406 <div class="refsect1" lang="en" xml:lang="en"> 10394 <a xmlns="http://www.w3.org/1999/xhtml" id="id 346155"></a>10407 <a xmlns="http://www.w3.org/1999/xhtml" id="id586780"></a> 10395 10408 <div class="header">Description:</div> 10396 10409 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process, … … 10412 10425 <div> 10413 10426 <div class="refsect1" lang="en" xml:lang="en"> 10414 <a xmlns="http://www.w3.org/1999/xhtml" id="id 346214"></a>10427 <a xmlns="http://www.w3.org/1999/xhtml" id="id586839"></a> 10415 10428 <div class="header">Arguments and Values:</div> 10416 10429 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> … … 10418 10431 </div> 10419 10432 <div class="refsect1" lang="en" xml:lang="en"> 10420 <a xmlns="http://www.w3.org/1999/xhtml" id="id 350861"></a>10433 <a xmlns="http://www.w3.org/1999/xhtml" id="id605583"></a> 10421 10434 <div class="header">Description:</div> 10422 10435 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified … … 10441 10454 <div> 10442 10455 <div class="refsect1" lang="en" xml:lang="en"> 10443 <a xmlns="http://www.w3.org/1999/xhtml" id="id 350922"></a>10456 <a xmlns="http://www.w3.org/1999/xhtml" id="id605645"></a> 10444 10457 <div class="header">Arguments and Values:</div> 10445 10458 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10446 10459 </div> 10447 10460 <div class="refsect1" lang="en" xml:lang="en"> 10448 <a xmlns="http://www.w3.org/1999/xhtml" id="id 350948"></a>10461 <a xmlns="http://www.w3.org/1999/xhtml" id="id605671"></a> 10449 10462 <div class="header">Description:</div> 10450 10463 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to … … 10468 10481 <div> 10469 10482 <div class="refsect1" lang="en" xml:lang="en"> 10470 <a xmlns="http://www.w3.org/1999/xhtml" id="id 388976"></a>10483 <a xmlns="http://www.w3.org/1999/xhtml" id="id632319"></a> 10471 10484 <div class="header">Arguments and Values:</div> 10472 10485 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10473 10486 </div> 10474 10487 <div class="refsect1" lang="en" xml:lang="en"> 10475 <a xmlns="http://www.w3.org/1999/xhtml" id="id 389002"></a>10488 <a xmlns="http://www.w3.org/1999/xhtml" id="id632345"></a> 10476 10489 <div class="header">Description:</div> 10477 10490 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to … … 10494 10507 <div> 10495 10508 <div class="refsect1" lang="en" xml:lang="en"> 10496 <a xmlns="http://www.w3.org/1999/xhtml" id="id 399570"></a>10509 <a xmlns="http://www.w3.org/1999/xhtml" id="id622122"></a> 10497 10510 <div class="header">Arguments and Values:</div> 10498 10511 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10499 10512 </div> 10500 10513 <div class="refsect1" lang="en" xml:lang="en"> 10501 <a xmlns="http://www.w3.org/1999/xhtml" id="id 399595"></a>10514 <a xmlns="http://www.w3.org/1999/xhtml" id="id622148"></a> 10502 10515 <div class="header">Description:</div> 10503 10516 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to … … 10521 10534 <div> 10522 10535 <div class="refsect1" lang="en" xml:lang="en"> 10523 <a xmlns="http://www.w3.org/1999/xhtml" id="id 399656"></a>10536 <a xmlns="http://www.w3.org/1999/xhtml" id="id621866"></a> 10524 10537 <div class="header">Arguments and Values:</div> 10525 10538 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10526 10539 </div> 10527 10540 <div class="refsect1" lang="en" xml:lang="en"> 10528 <a xmlns="http://www.w3.org/1999/xhtml" id="id 399682"></a>10541 <a xmlns="http://www.w3.org/1999/xhtml" id="id621892"></a> 10529 10542 <div class="header">Description:</div> 10530 10543 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to … … 10548 10561 <div> 10549 10562 <div class="refsect1" lang="en" xml:lang="en"> 10550 <a xmlns="http://www.w3.org/1999/xhtml" id="id 385881"></a>10563 <a xmlns="http://www.w3.org/1999/xhtml" id="id621953"></a> 10551 10564 <div class="header">Arguments and Values:</div> 10552 10565 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10553 10566 </div> 10554 10567 <div class="refsect1" lang="en" xml:lang="en"> 10555 <a xmlns="http://www.w3.org/1999/xhtml" id="id 385907"></a>10568 <a xmlns="http://www.w3.org/1999/xhtml" id="id621979"></a> 10556 10569 <div class="header">Description:</div> 10557 10570 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status … … 10583 10596 <dt> 10584 10597 <span class="sect2"> 10585 <a href="#id 372420">9.1.1. Stream External Format</a>10598 <a href="#id600852">9.1.1. Stream External Format</a> 10586 10599 </span> 10587 10600 </dt> … … 10651 10664 <div> 10652 10665 <div> 10653 <h3 class="title"><a id="id 372420"></a>9.1.1. Stream External Format</h3>10666 <h3 class="title"><a id="id600852"></a>9.1.1. Stream External Format</h3> 10654 10667 </div> 10655 10668 </div> … … 10814 10827 </div> 10815 10828 </div> 10816 <a xmlns="http://www.w3.org/1999/xhtml" id="id 393361" class="indexterm"></a>10817 <a xmlns="http://www.w3.org/1999/xhtml" id="id 393371" class="indexterm"></a>10818 <a xmlns="http://www.w3.org/1999/xhtml" id="id 393380" class="indexterm"></a>10819 <a xmlns="http://www.w3.org/1999/xhtml" id="id 393390" class="indexterm"></a>10820 <a xmlns="http://www.w3.org/1999/xhtml" id="id 393865" class="indexterm"></a>10821 <a xmlns="http://www.w3.org/1999/xhtml" id="id 393874" class="indexterm"></a>10829 <a xmlns="http://www.w3.org/1999/xhtml" id="id614726" class="indexterm"></a> 10830 <a xmlns="http://www.w3.org/1999/xhtml" id="id614735" class="indexterm"></a> 10831 <a xmlns="http://www.w3.org/1999/xhtml" id="id614745" class="indexterm"></a> 10832 <a xmlns="http://www.w3.org/1999/xhtml" id="id614755" class="indexterm"></a> 10833 <a xmlns="http://www.w3.org/1999/xhtml" id="id614765" class="indexterm"></a> 10834 <a xmlns="http://www.w3.org/1999/xhtml" id="id629890" class="indexterm"></a> 10822 10835 <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has 10823 10836 attributes and accessors: … … 10872 10885 <div> 10873 10886 <div class="refsect1" lang="en" xml:lang="en"> 10874 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394039"></a>10887 <a xmlns="http://www.w3.org/1999/xhtml" id="id630055"></a> 10875 10888 <div class="header">Values:</div> 10876 10889 <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 … … 10879 10892 </div> 10880 10893 <div class="refsect1" lang="en" xml:lang="en"> 10881 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394066"></a>10894 <a xmlns="http://www.w3.org/1999/xhtml" id="id630083"></a> 10882 10895 <div class="header">Description:</div> 10883 10896 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p> 10884 10897 </div> 10885 10898 <div class="refsect1" lang="en" xml:lang="en"> 10886 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394078"></a>10899 <a xmlns="http://www.w3.org/1999/xhtml" id="id630094"></a> 10887 10900 <div class="header">See Also:</div> 10888 10901 <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> … … 10907 10920 <div> 10908 10921 <div class="refsect1" lang="en" xml:lang="en"> 10909 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394158"></a>10922 <a xmlns="http://www.w3.org/1999/xhtml" id="id630175"></a> 10910 10923 <div class="header">Arguments:</div> 10911 10924 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10912 10925 </div> 10913 10926 <div class="refsect1" lang="en" xml:lang="en"> 10914 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394184"></a>10927 <a xmlns="http://www.w3.org/1999/xhtml" id="id630201"></a> 10915 10928 <div class="header">Description:</div> 10916 10929 <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open … … 10921 10934 </div> 10922 10935 <div class="refsect1" lang="en" xml:lang="en"> 10923 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394203"></a>10936 <a xmlns="http://www.w3.org/1999/xhtml" id="id630220"></a> 10924 10937 <div class="header">See Also:</div> 10925 10938 <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> … … 10944 10957 <div> 10945 10958 <div class="refsect1" lang="en" xml:lang="en"> 10946 <a xmlns="http://www.w3.org/1999/xhtml" id="id 394285"></a>10959 <a xmlns="http://www.w3.org/1999/xhtml" id="id630301"></a> 10947 10960 <div class="header">Arguments:</div> 10948 10961 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10949 10962 </div> 10950 10963 <div class="refsect1" lang="en" xml:lang="en"> 10951 <a xmlns="http://www.w3.org/1999/xhtml" id="id 405317"></a>10964 <a xmlns="http://www.w3.org/1999/xhtml" id="id630327"></a> 10952 10965 <div class="header">Description:</div> 10953 10966 <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file … … 10958 10971 </div> 10959 10972 <div class="refsect1" lang="en" xml:lang="en"> 10960 <a xmlns="http://www.w3.org/1999/xhtml" id="id 405336"></a>10973 <a xmlns="http://www.w3.org/1999/xhtml" id="id641384"></a> 10961 10974 <div class="header">See Also:</div> 10962 10975 <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> … … 11391 11404 <div> 11392 11405 <div class="refsect1" lang="en" xml:lang="en"> 11393 <a xmlns="http://www.w3.org/1999/xhtml" id="id 405923"></a>11406 <a xmlns="http://www.w3.org/1999/xhtml" id="id641971"></a> 11394 11407 <div class="header">Arguments and Values:</div> 11395 11408 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p> … … 11402 11415 </div> 11403 11416 <div class="refsect1" lang="en" xml:lang="en"> 11404 <a xmlns="http://www.w3.org/1999/xhtml" id="id 405981"></a>11417 <a xmlns="http://www.w3.org/1999/xhtml" id="id642029"></a> 11405 11418 <div class="header">Description:</div> 11406 11419 <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the … … 11423 11436 <div> 11424 11437 <div class="refsect1" lang="en" xml:lang="en"> 11425 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406040"></a>11438 <a xmlns="http://www.w3.org/1999/xhtml" id="id642088"></a> 11426 11439 <div class="header">Arguments and Values:</div> 11427 11440 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p> … … 11434 11447 </div> 11435 11448 <div class="refsect1" lang="en" xml:lang="en"> 11436 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406099"></a>11449 <a xmlns="http://www.w3.org/1999/xhtml" id="id642146"></a> 11437 11450 <div class="header">Description:</div> 11438 11451 <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to … … 11454 11467 <div> 11455 11468 <div class="refsect1" lang="en" xml:lang="en"> 11456 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406157"></a>11469 <a xmlns="http://www.w3.org/1999/xhtml" id="id642205"></a> 11457 11470 <div class="header">Arguments and Values:</div> 11458 11471 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p> … … 11470 11483 </div> 11471 11484 <div class="refsect1" lang="en" xml:lang="en"> 11472 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406232"></a>11485 <a xmlns="http://www.w3.org/1999/xhtml" id="id642280"></a> 11473 11486 <div class="header">Description:</div> 11474 11487 <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into … … 11493 11506 <div> 11494 11507 <div class="refsect1" lang="en" xml:lang="en"> 11495 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406292"></a>11508 <a xmlns="http://www.w3.org/1999/xhtml" id="id642340"></a> 11496 11509 <div class="header">Arguments and Values:</div> 11497 11510 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p> … … 11509 11522 </div> 11510 11523 <div class="refsect1" lang="en" xml:lang="en"> 11511 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406368"></a>11524 <a xmlns="http://www.w3.org/1999/xhtml" id="id642415"></a> 11512 11525 <div class="header">Description:</div> 11513 11526 <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream, … … 11531 11544 <div> 11532 11545 <div class="refsect1" lang="en" xml:lang="en"> 11533 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406427"></a>11546 <a xmlns="http://www.w3.org/1999/xhtml" id="id642475"></a> 11534 11547 <div class="header">Method Signatures:</div> 11535 11548 <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i> … … 11537 11550 </div> 11538 11551 <div class="refsect1" lang="en" xml:lang="en"> 11539 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406446"></a>11552 <a xmlns="http://www.w3.org/1999/xhtml" id="id642493"></a> 11540 11553 <div class="header">Arguments and Values:</div> 11541 11554 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p> … … 11548 11561 </div> 11549 11562 <div class="refsect1" lang="en" xml:lang="en"> 11550 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406511"></a>11563 <a xmlns="http://www.w3.org/1999/xhtml" id="id642559"></a> 11551 11564 <div class="header">Description:</div> 11552 11565 <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with … … 11572 11585 <div> 11573 11586 <div class="refsect1" lang="en" xml:lang="en"> 11574 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406581"></a>11587 <a xmlns="http://www.w3.org/1999/xhtml" id="id642628"></a> 11575 11588 <div class="header">Description:</div> 11576 11589 <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector, … … 11579 11592 </div> 11580 11593 <div class="refsect1" lang="en" xml:lang="en"> 11581 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406593"></a>11594 <a xmlns="http://www.w3.org/1999/xhtml" id="id642640"></a> 11582 11595 <div class="header">Arguments:</div> 11583 11596 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11604 11617 <div> 11605 11618 <div class="refsect1" lang="en" xml:lang="en"> 11606 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406712"></a>11619 <a xmlns="http://www.w3.org/1999/xhtml" id="id642760"></a> 11607 11620 <div class="header">Description:</div> 11608 11621 <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at … … 11610 11623 </div> 11611 11624 <div class="refsect1" lang="en" xml:lang="en"> 11612 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406724"></a>11625 <a xmlns="http://www.w3.org/1999/xhtml" id="id642772"></a> 11613 11626 <div class="header">Arguments:</div> 11614 11627 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11620 11633 </div> 11621 11634 <div class="refsect1" lang="en" xml:lang="en"> 11622 <a xmlns="http://www.w3.org/1999/xhtml" id="id 406796"></a>11635 <a xmlns="http://www.w3.org/1999/xhtml" id="id642844"></a> 11623 11636 <div class="header">Examples:</div> 11624 11637 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 12411 12424 <dt> 12412 12425 <span class="sect2"> 12413 <a href="#id 344516">11.2.2. Generating a lisp image for use with Shark</a>12426 <a href="#id631293">11.2.2. Generating a lisp image for use with Shark</a> 12414 12427 </span> 12415 12428 </dt> … … 12689 12702 <div> 12690 12703 <div> 12691 <h3 class="title"><a id="id 344516"></a>11.2.2. Generating a lisp image for use with Shark</h3>12704 <h3 class="title"><a id="id631293"></a>11.2.2. Generating a lisp image for use with Shark</h3> 12692 12705 </div> 12693 12706 </div> … … 12800 12813 </div> 12801 12814 </div> 12802 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 393473" class="indexterm"></a>12815 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id629228" class="indexterm"></a> 12803 12816 <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> 12804 12817 [Variable]</strong></span></p> … … 12806 12819 profiling configuration file created by the "Config Editor" in 12807 12820 Shark.app.</p> 12808 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 393496" 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)12821 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id629252" 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) 12809 12822 (debug-output nil) [Macro]</strong></span></p> 12810 12823 <p xmlns="http://www.w3.org/1999/xhtml">Executes FORM (an arbitrary lisp form) and returns whatever … … 13898 13911 <div> 13899 13912 <div> 13900 <h4 class="title"><a id="id 409155"></a>12.3.2.4. %int-to-ptr [Function]</h4>13913 <h4 class="title"><a id="id645201"></a>12.3.2.4. %int-to-ptr [Function]</h4> 13901 13914 </div> 13902 13915 </div> … … 13939 13952 <div> 13940 13953 <div> 13941 <h4 class="title"><a id="id 409230"></a>12.3.2.5. %inc-ptr [Function]</h4>13954 <h4 class="title"><a id="id645275"></a>12.3.2.5. %inc-ptr [Function]</h4> 13942 13955 </div> 13943 13956 </div> … … 13989 14002 <div> 13990 14003 <div> 13991 <h4 class="title"><a id="id 409321"></a>12.3.2.6. %ptr-to-int [Function]</h4>14004 <h4 class="title"><a id="id645367"></a>12.3.2.6. %ptr-to-int [Function]</h4> 13992 14005 </div> 13993 14006 </div> … … 14031 14044 <div> 14032 14045 <div> 14033 <h4 class="title"><a id="id 409396"></a>12.3.2.7. %null-ptr [Macro]</h4>14046 <h4 class="title"><a id="id645442"></a>12.3.2.7. %null-ptr [Macro]</h4> 14034 14047 </div> 14035 14048 </div> … … 14056 14069 <div> 14057 14070 <div> 14058 <h4 class="title"><a id="id 409437"></a>12.3.2.8. %null-ptr-p [Function]</h4>14071 <h4 class="title"><a id="id645483"></a>12.3.2.8. %null-ptr-p [Function]</h4> 14059 14072 </div> 14060 14073 </div> … … 14098 14111 <div> 14099 14112 <div> 14100 <h4 class="title"><a id="id 409512"></a>12.3.2.9. %setf-macptr [Function]</h4>14113 <h4 class="title"><a id="id645559"></a>12.3.2.9. %setf-macptr [Function]</h4> 14101 14114 </div> 14102 14115 </div> … … 14146 14159 <div> 14147 14160 <div> 14148 <h4 class="title"><a id="id 409603"></a>12.3.2.10. %incf-ptr [Macro]</h4>14161 <h4 class="title"><a id="id645649"></a>12.3.2.10. %incf-ptr [Macro]</h4> 14149 14162 </div> 14150 14163 </div> … … 14194 14207 <div> 14195 14208 <div> 14196 <h4 class="title"><a id="id 409693"></a>12.3.2.11. with-macptrs [Macro]</h4>14209 <h4 class="title"><a id="id645740"></a>12.3.2.11. with-macptrs [Macro]</h4> 14197 14210 </div> 14198 14211 </div> … … 14244 14257 <div> 14245 14258 <div> 14246 <h4 class="title"><a id="id 409785"></a>12.3.2.12. %stack-block [Macro]</h4>14259 <h4 class="title"><a id="id645831"></a>12.3.2.12. %stack-block [Macro]</h4> 14247 14260 </div> 14248 14261 </div> … … 14295 14308 <div> 14296 14309 <div> 14297 <h4 class="title"><a id="id 409876"></a>12.3.2.13. make-cstring [Function]</h4>14310 <h4 class="title"><a id="id645924"></a>12.3.2.13. make-cstring [Function]</h4> 14298 14311 </div> 14299 14312 </div> … … 14338 14351 <div> 14339 14352 <div> 14340 <h4 class="title"><a id="id 409952"></a>12.3.2.14. with-cstrs [Macro]</h4>14353 <h4 class="title"><a id="id646000"></a>12.3.2.14. with-cstrs [Macro]</h4> 14341 14354 </div> 14342 14355 </div> … … 14388 14401 <div> 14389 14402 <div> 14390 <h4 class="title"><a id="id 410044"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4>14403 <h4 class="title"><a id="id646092"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4> 14391 14404 </div> 14392 14405 </div> … … 14451 14464 <div> 14452 14465 <div> 14453 <h4 class="title"><a id="id 410168"></a>12.3.2.16. %get-cstring [Function]</h4>14466 <h4 class="title"><a id="id646215"></a>12.3.2.16. %get-cstring [Function]</h4> 14454 14467 </div> 14455 14468 </div> … … 14493 14506 <div> 14494 14507 <div> 14495 <h4 class="title"><a id="id 426208"></a>12.3.2.17. %str-from-ptr [Function]</h4>14508 <h4 class="title"><a id="id662273"></a>12.3.2.17. %str-from-ptr [Function]</h4> 14496 14509 </div> 14497 14510 </div> … … 15939 15952 <div> 15940 15953 <div class="refsect1" lang="en" xml:lang="en"> 15941 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428162"></a>15954 <a xmlns="http://www.w3.org/1999/xhtml" id="id664227"></a> 15942 15955 <div class="header">Description:</div> 15943 15956 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE* … … 15991 16004 <div> 15992 16005 <div class="refsect1" lang="en" xml:lang="en"> 15993 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428268"></a>16006 <a xmlns="http://www.w3.org/1999/xhtml" id="id664333"></a> 15994 16007 <div class="header">Description:</div> 15995 16008 <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 … … 16050 16063 <div> 16051 16064 <div class="refsect1" lang="en" xml:lang="en"> 16052 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428386"></a>16065 <a xmlns="http://www.w3.org/1999/xhtml" id="id664450"></a> 16053 16066 <div class="header">Description:</div> 16054 16067 <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 … … 16097 16110 <div> 16098 16111 <div class="refsect1" lang="en" xml:lang="en"> 16099 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428468"></a>16112 <a xmlns="http://www.w3.org/1999/xhtml" id="id664533"></a> 16100 16113 <div class="header">Description:</div> 16101 16114 <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 … … 16200 16213 <div> 16201 16214 <div class="refsect1" lang="en" xml:lang="en"> 16202 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428608"></a>16215 <a xmlns="http://www.w3.org/1999/xhtml" id="id664672"></a> 16203 16216 <div class="header">Description:</div> 16204 16217 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #> reader macro reads … … 16229 16242 <div> 16230 16243 <div class="refsect1" lang="en" xml:lang="en"> 16231 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428682"></a>16244 <a xmlns="http://www.w3.org/1999/xhtml" id="id664746"></a> 16232 16245 <div class="header">Values:</div> 16233 16246 <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 … … 16236 16249 </div> 16237 16250 <div class="refsect1" lang="en" xml:lang="en"> 16238 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428718"></a>16251 <a xmlns="http://www.w3.org/1999/xhtml" id="id664783"></a> 16239 16252 <div class="header">Description:</div> 16240 16253 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the … … 16265 16278 <div> 16266 16279 <div class="refsect1" lang="en" xml:lang="en"> 16267 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428794"></a>16280 <a xmlns="http://www.w3.org/1999/xhtml" id="id664859"></a> 16268 16281 <div class="header">Values:</div> 16269 16282 <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> … … 16282 16295 </div> 16283 16296 <div class="refsect1" lang="en" xml:lang="en"> 16284 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428866"></a>16297 <a xmlns="http://www.w3.org/1999/xhtml" id="id664930"></a> 16285 16298 <div class="header">Description:</div> 16286 16299 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em> … … 16318 16331 <div> 16319 16332 <div class="refsect1" lang="en" xml:lang="en"> 16320 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428945"></a>16333 <a xmlns="http://www.w3.org/1999/xhtml" id="id665009"></a> 16321 16334 <div class="header">Values:</div> 16322 16335 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain … … 16326 16339 </div> 16327 16340 <div class="refsect1" lang="en" xml:lang="en"> 16328 <a xmlns="http://www.w3.org/1999/xhtml" id="id 428986"></a>16341 <a xmlns="http://www.w3.org/1999/xhtml" id="id665051"></a> 16329 16342 <div class="header">Description:</div> 16330 16343 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the … … 16360 16373 <div> 16361 16374 <div class="refsect1" lang="en" xml:lang="en"> 16362 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429059"></a>16375 <a xmlns="http://www.w3.org/1999/xhtml" id="id665123"></a> 16363 16376 <div class="header">Values:</div> 16364 16377 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>--- … … 16373 16386 </div> 16374 16387 <div class="refsect1" lang="en" xml:lang="en"> 16375 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429099"></a>16388 <a xmlns="http://www.w3.org/1999/xhtml" id="id665164"></a> 16376 16389 <div class="header">Description:</div> 16377 16390 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for … … 16401 16414 <div> 16402 16415 <div class="refsect1" lang="en" xml:lang="en"> 16403 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429168"></a>16416 <a xmlns="http://www.w3.org/1999/xhtml" id="id665233"></a> 16404 16417 <div class="header">Values:</div> 16405 16418 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p> … … 16414 16427 </div> 16415 16428 <div class="refsect1" lang="en" xml:lang="en"> 16416 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429242"></a>16429 <a xmlns="http://www.w3.org/1999/xhtml" id="id665306"></a> 16417 16430 <div class="header">Description:</div> 16418 16431 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by … … 16441 16454 <div> 16442 16455 <div class="refsect1" lang="en" xml:lang="en"> 16443 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429302"></a>16456 <a xmlns="http://www.w3.org/1999/xhtml" id="id665366"></a> 16444 16457 <div class="header">Values:</div> 16445 16458 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16452 16465 </div> 16453 16466 <div class="refsect1" lang="en" xml:lang="en"> 16454 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429364"></a>16467 <a xmlns="http://www.w3.org/1999/xhtml" id="id665429"></a> 16455 16468 <div class="header">Description:</div> 16456 16469 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16478 16491 <div> 16479 16492 <div class="refsect1" lang="en" xml:lang="en"> 16480 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429423"></a>16493 <a xmlns="http://www.w3.org/1999/xhtml" id="id665488"></a> 16481 16494 <div class="header">Values:</div> 16482 16495 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16491 16504 </div> 16492 16505 <div class="refsect1" lang="en" xml:lang="en"> 16493 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429497"></a>16506 <a xmlns="http://www.w3.org/1999/xhtml" id="id665561"></a> 16494 16507 <div class="header">Description:</div> 16495 16508 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16516 16529 <div> 16517 16530 <div class="refsect1" lang="en" xml:lang="en"> 16518 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429553"></a>16531 <a xmlns="http://www.w3.org/1999/xhtml" id="id665617"></a> 16519 16532 <div class="header">Values:</div> 16520 16533 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16521 16534 </div> 16522 16535 <div class="refsect1" lang="en" xml:lang="en"> 16523 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429575"></a>16536 <a xmlns="http://www.w3.org/1999/xhtml" id="id665640"></a> 16524 16537 <div class="header">Description:</div> 16525 16538 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol … … 16544 16557 <div> 16545 16558 <div class="refsect1" lang="en" xml:lang="en"> 16546 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429634"></a>16559 <a xmlns="http://www.w3.org/1999/xhtml" id="id665699"></a> 16547 16560 <div class="header">Values:</div> 16548 16561 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16549 16562 </div> 16550 16563 <div class="refsect1" lang="en" xml:lang="en"> 16551 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429657"></a>16564 <a xmlns="http://www.w3.org/1999/xhtml" id="id665721"></a> 16552 16565 <div class="header">Description:</div> 16553 16566 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If … … 16571 16584 <div> 16572 16585 <div class="refsect1" lang="en" xml:lang="en"> 16573 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429711"></a>16586 <a xmlns="http://www.w3.org/1999/xhtml" id="id665775"></a> 16574 16587 <div class="header">Values:</div> 16575 16588 <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 … … 16577 16590 </div> 16578 16591 <div class="refsect1" lang="en" xml:lang="en"> 16579 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429737"></a>16592 <a xmlns="http://www.w3.org/1999/xhtml" id="id665801"></a> 16580 16593 <div class="header">Description:</div> 16581 16594 <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> … … 16609 16622 <div> 16610 16623 <div class="refsect1" lang="en" xml:lang="en"> 16611 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429830"></a>16624 <a xmlns="http://www.w3.org/1999/xhtml" id="id665894"></a> 16612 16625 <div class="header">Values:</div> 16613 16626 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p> … … 16624 16637 </div> 16625 16638 <div class="refsect1" lang="en" xml:lang="en"> 16626 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429905"></a>16639 <a xmlns="http://www.w3.org/1999/xhtml" id="id665969"></a> 16627 16640 <div class="header">Description:</div> 16628 16641 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16659 16672 <div> 16660 16673 <div class="refsect1" lang="en" xml:lang="en"> 16661 <a xmlns="http://www.w3.org/1999/xhtml" id="id 429977"></a>16674 <a xmlns="http://www.w3.org/1999/xhtml" id="id666041"></a> 16662 16675 <div class="header">Values:</div> 16663 16676 <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 … … 16676 16689 </div> 16677 16690 <div class="refsect1" lang="en" xml:lang="en"> 16678 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430044"></a>16691 <a xmlns="http://www.w3.org/1999/xhtml" id="id666108"></a> 16679 16692 <div class="header">Description:</div> 16680 16693 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16725 16738 <div> 16726 16739 <div class="refsect1" lang="en" xml:lang="en"> 16727 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430166"></a>16740 <a xmlns="http://www.w3.org/1999/xhtml" id="id666231"></a> 16728 16741 <div class="header">Values:</div> 16729 16742 <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 … … 16739 16752 </div> 16740 16753 <div class="refsect1" lang="en" xml:lang="en"> 16741 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430224"></a>16754 <a xmlns="http://www.w3.org/1999/xhtml" id="id666289"></a> 16742 16755 <div class="header">Description:</div> 16743 16756 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16780 16793 </div> 16781 16794 <div class="refsect1" lang="en" xml:lang="en"> 16782 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430314"></a>16795 <a xmlns="http://www.w3.org/1999/xhtml" id="id666378"></a> 16783 16796 <div class="header">Notes:</div> 16784 16797 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16813 16826 <div> 16814 16827 <div class="refsect1" lang="en" xml:lang="en"> 16815 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430397"></a>16828 <a xmlns="http://www.w3.org/1999/xhtml" id="id666462"></a> 16816 16829 <div class="header">Values:</div> 16817 16830 <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 … … 16821 16834 </div> 16822 16835 <div class="refsect1" lang="en" xml:lang="en"> 16823 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430438"></a>16836 <a xmlns="http://www.w3.org/1999/xhtml" id="id666502"></a> 16824 16837 <div class="header">Description:</div> 16825 16838 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can … … 16832 16845 </div> 16833 16846 <div class="refsect1" lang="en" xml:lang="en"> 16834 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430453"></a>16847 <a xmlns="http://www.w3.org/1999/xhtml" id="id666518"></a> 16835 16848 <div class="header">Examples:</div> 16836 16849 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple. … … 16867 16880 </div> 16868 16881 <div class="refsect1" lang="en" xml:lang="en"> 16869 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430474"></a>16882 <a xmlns="http://www.w3.org/1999/xhtml" id="id666538"></a> 16870 16883 <div class="header">Notes:</div> 16871 16884 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give … … 16890 16903 <div> 16891 16904 <div class="refsect1" lang="en" xml:lang="en"> 16892 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430531"></a>16905 <a xmlns="http://www.w3.org/1999/xhtml" id="id666596"></a> 16893 16906 <div class="header">Values:</div> 16894 16907 <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> … … 16898 16911 </div> 16899 16912 <div class="refsect1" lang="en" xml:lang="en"> 16900 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430576"></a>16913 <a xmlns="http://www.w3.org/1999/xhtml" id="id666640"></a> 16901 16914 <div class="header">Description:</div> 16902 16915 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of … … 16924 16937 <div> 16925 16938 <div class="refsect1" lang="en" xml:lang="en"> 16926 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430641"></a>16939 <a xmlns="http://www.w3.org/1999/xhtml" id="id666705"></a> 16927 16940 <div class="header">Values:</div> 16928 16941 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL … … 16930 16943 </div> 16931 16944 <div class="refsect1" lang="en" xml:lang="en"> 16932 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430664"></a>16945 <a xmlns="http://www.w3.org/1999/xhtml" id="id666728"></a> 16933 16946 <div class="header">Description:</div> 16934 16947 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT … … 16953 16966 <div> 16954 16967 <div class="refsect1" lang="en" xml:lang="en"> 16955 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430735"></a>16968 <a xmlns="http://www.w3.org/1999/xhtml" id="id666800"></a> 16956 16969 <div class="header">Values:</div> 16957 16970 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 16961 16974 </div> 16962 16975 <div class="refsect1" lang="en" xml:lang="en"> 16963 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430786"></a>16976 <a xmlns="http://www.w3.org/1999/xhtml" id="id666851"></a> 16964 16977 <div class="header">Description:</div> 16965 16978 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 16991 17004 <div> 16992 17005 <div class="refsect1" lang="en" xml:lang="en"> 16993 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430867"></a>17006 <a xmlns="http://www.w3.org/1999/xhtml" id="id666932"></a> 16994 17007 <div class="header">Values:</div> 16995 17008 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 16998 17011 </div> 16999 17012 <div class="refsect1" lang="en" xml:lang="en"> 17000 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430915"></a>17013 <a xmlns="http://www.w3.org/1999/xhtml" id="id666980"></a> 17001 17014 <div class="header">Description:</div> 17002 17015 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is … … 17025 17038 <div> 17026 17039 <div class="refsect1" lang="en" xml:lang="en"> 17027 <a xmlns="http://www.w3.org/1999/xhtml" id="id 430982"></a>17040 <a xmlns="http://www.w3.org/1999/xhtml" id="id667047"></a> 17028 17041 <div class="header">Values:</div> 17029 17042 <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 … … 17033 17046 </div> 17034 17047 <div class="refsect1" lang="en" xml:lang="en"> 17035 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431011"></a>17048 <a xmlns="http://www.w3.org/1999/xhtml" id="id667075"></a> 17036 17049 <div class="header">Description:</div> 17037 17050 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17070 17083 </div> 17071 17084 <div class="refsect1" lang="en" xml:lang="en"> 17072 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431067"></a>17085 <a xmlns="http://www.w3.org/1999/xhtml" id="id667132"></a> 17073 17086 <div class="header">Example:</div> 17074 17087 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 17084 17097 </div> 17085 17098 <div class="refsect1" lang="en" xml:lang="en"> 17086 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431082"></a>17099 <a xmlns="http://www.w3.org/1999/xhtml" id="id667146"></a> 17087 17100 <div class="header">See Also:</div> 17088 17101 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 17106 17119 <div> 17107 17120 <div class="refsect1" lang="en" xml:lang="en"> 17108 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431142"></a>17121 <a xmlns="http://www.w3.org/1999/xhtml" id="id667206"></a> 17109 17122 <div class="header">Values:</div> 17110 17123 <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 … … 17113 17126 </div> 17114 17127 <div class="refsect1" lang="en" xml:lang="en"> 17115 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431165"></a>17128 <a xmlns="http://www.w3.org/1999/xhtml" id="id667230"></a> 17116 17129 <div class="header">Description:</div> 17117 17130 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by … … 17137 17150 <div> 17138 17151 <div class="refsect1" lang="en" xml:lang="en"> 17139 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431226"></a>17152 <a xmlns="http://www.w3.org/1999/xhtml" id="id667290"></a> 17140 17153 <div class="header">Values:</div> 17141 17154 <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 … … 17144 17157 </div> 17145 17158 <div class="refsect1" lang="en" xml:lang="en"> 17146 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431249"></a>17159 <a xmlns="http://www.w3.org/1999/xhtml" id="id667314"></a> 17147 17160 <div class="header">Description:</div> 17148 17161 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by … … 17166 17179 </div> 17167 17180 <div class="refsect1" lang="en" xml:lang="en"> 17168 <a xmlns="http://www.w3.org/1999/xhtml" id="id 431287"></a>17181 <a xmlns="http://www.w3.org/1999/xhtml" id="id667352"></a> 17169 17182 <div class="header">Examples:</div> 17170 17183 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be … … 18819 18832 <div> 18820 18833 <div class="refsect1" lang="en" xml:lang="en"> 18821 <a xmlns="http://www.w3.org/1999/xhtml" id="id 422294"></a>18834 <a xmlns="http://www.w3.org/1999/xhtml" id="id660940"></a> 18822 18835 <div class="header">Arguments and Values:</div> 18823 18836 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing … … 18829 18842 </div> 18830 18843 <div class="refsect1" lang="en" xml:lang="en"> 18831 <a xmlns="http://www.w3.org/1999/xhtml" id="id 422339"></a>18844 <a xmlns="http://www.w3.org/1999/xhtml" id="id660985"></a> 18832 18845 <div class="header">Description:</div> 18833 18846 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18850 18863 <div> 18851 18864 <div class="refsect1" lang="en" xml:lang="en"> 18852 <a xmlns="http://www.w3.org/1999/xhtml" id="id 422400"></a>18865 <a xmlns="http://www.w3.org/1999/xhtml" id="id661046"></a> 18853 18866 <div class="header">Arguments and Values:</div> 18854 18867 <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 … … 18863 18876 </div> 18864 18877 <div class="refsect1" lang="en" xml:lang="en"> 18865 <a xmlns="http://www.w3.org/1999/xhtml" id="id 422460"></a>18878 <a xmlns="http://www.w3.org/1999/xhtml" id="id661106"></a> 18866 18879 <div class="header">Description:</div> 18867 18880 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18887 18900 <div> 18888 18901 <div class="refsect1" lang="en" xml:lang="en"> 18889 <a xmlns="http://www.w3.org/1999/xhtml" id="id 422523"></a>18902 <a xmlns="http://www.w3.org/1999/xhtml" id="id661168"></a> 18890 18903 <div class="header">Values:</div> 18891 18904 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with … … 18893 18906 </div> 18894 18907 <div class="refsect1" lang="en" xml:lang="en"> 18895 <a xmlns="http://www.w3.org/1999/xhtml" id="id 422550"></a>18908 <a xmlns="http://www.w3.org/1999/xhtml" id="id661195"></a> 18896 18909 <div class="header">Description:</div> 18897 18910 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18915 18928 <div> 18916 18929 <div class="refsect1" lang="en" xml:lang="en"> 18917 <a xmlns="http://www.w3.org/1999/xhtml" id="id 422608"></a>18930 <a xmlns="http://www.w3.org/1999/xhtml" id="id661254"></a> 18918 18931 <div class="header">Values:</div> 18919 18932 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18921 18934 </div> 18922 18935 <div class="refsect1" lang="en" xml:lang="en"> 18923 <a xmlns="http://www.w3.org/1999/xhtml" id="id 422635"></a>18936 <a xmlns="http://www.w3.org/1999/xhtml" id="id661281"></a> 18924 18937 <div class="header">Description:</div> 18925 18938 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18941 18954 <div> 18942 18955 <div class="refsect1" lang="en" xml:lang="en"> 18943 <a xmlns="http://www.w3.org/1999/xhtml" id="id 422692"></a>18956 <a xmlns="http://www.w3.org/1999/xhtml" id="id661338"></a> 18944 18957 <div class="header">Arguments and Values:</div> 18945 18958 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18950 18963 </div> 18951 18964 <div class="refsect1" lang="en" xml:lang="en"> 18952 <a xmlns="http://www.w3.org/1999/xhtml" id="id 422735"></a>18965 <a xmlns="http://www.w3.org/1999/xhtml" id="id661381"></a> 18953 18966 <div class="header">Description:</div> 18954 18967 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18973 18986 <div> 18974 18987 <div class="refsect1" lang="en" xml:lang="en"> 18975 <a xmlns="http://www.w3.org/1999/xhtml" id="id 422794"></a>18988 <a xmlns="http://www.w3.org/1999/xhtml" id="id661440"></a> 18976 18989 <div class="header">Arguments and Values:</div> 18977 18990 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific … … 18982 18995 </div> 18983 18996 <div class="refsect1" lang="en" xml:lang="en"> 18984 <a xmlns="http://www.w3.org/1999/xhtml" id="id 422837"></a>18997 <a xmlns="http://www.w3.org/1999/xhtml" id="id661483"></a> 18985 18998 <div class="header">Description:</div> 18986 18999 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19005 19018 <div> 19006 19019 <div class="refsect1" lang="en" xml:lang="en"> 19007 <a xmlns="http://www.w3.org/1999/xhtml" id="id 424412"></a>19020 <a xmlns="http://www.w3.org/1999/xhtml" id="id657971"></a> 19008 19021 <div class="header">Values:</div> 19009 19022 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p> 19010 19023 </div> 19011 19024 <div class="refsect1" lang="en" xml:lang="en"> 19012 <a xmlns="http://www.w3.org/1999/xhtml" id="id 424438"></a>19025 <a xmlns="http://www.w3.org/1999/xhtml" id="id657997"></a> 19013 19026 <div class="header">Description:</div> 19014 19027 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19031 19044 <div> 19032 19045 <div class="refsect1" lang="en" xml:lang="en"> 19033 <a xmlns="http://www.w3.org/1999/xhtml" id="id 424495"></a>19046 <a xmlns="http://www.w3.org/1999/xhtml" id="id658054"></a> 19034 19047 <div class="header">Values:</div> 19035 19048 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 19039 19052 </div> 19040 19053 <div class="refsect1" lang="en" xml:lang="en"> 19041 <a xmlns="http://www.w3.org/1999/xhtml" id="id 424538"></a>19054 <a xmlns="http://www.w3.org/1999/xhtml" id="id658096"></a> 19042 19055 <div class="header">Description:</div> 19043 19056 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19064 19077 <div> 19065 19078 <div class="refsect1" lang="en" xml:lang="en"> 19066 <a xmlns="http://www.w3.org/1999/xhtml" id="id 424607"></a>19079 <a xmlns="http://www.w3.org/1999/xhtml" id="id658165"></a> 19067 19080 <div class="header">Values:</div> 19068 19081 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and … … 19073 19086 </div> 19074 19087 <div class="refsect1" lang="en" xml:lang="en"> 19075 <a xmlns="http://www.w3.org/1999/xhtml" id="id 424649"></a>19088 <a xmlns="http://www.w3.org/1999/xhtml" id="id658208"></a> 19076 19089 <div class="header">Description:</div> 19077 19090 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19089 19102 </div> 19090 19103 <div class="refsect1" lang="en" xml:lang="en"> 19091 <a xmlns="http://www.w3.org/1999/xhtml" id="id 424683"></a>19104 <a xmlns="http://www.w3.org/1999/xhtml" id="id658242"></a> 19092 19105 <div class="header">Notes:</div> 19093 19106 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19114 19127 <div> 19115 19128 <div class="refsect1" lang="en" xml:lang="en"> 19116 <a xmlns="http://www.w3.org/1999/xhtml" id="id 424743"></a>19129 <a xmlns="http://www.w3.org/1999/xhtml" id="id658302"></a> 19117 19130 <div class="header">Arguments and Values:</div> 19118 19131 <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 … … 19121 19134 </div> 19122 19135 <div class="refsect1" lang="en" xml:lang="en"> 19123 <a xmlns="http://www.w3.org/1999/xhtml" id="id 424771"></a>19136 <a xmlns="http://www.w3.org/1999/xhtml" id="id658329"></a> 19124 19137 <div class="header">Description:</div> 19125 19138 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use … … 19146 19159 <div> 19147 19160 <div class="refsect1" lang="en" xml:lang="en"> 19148 <a xmlns="http://www.w3.org/1999/xhtml" id="id 424840"></a>19161 <a xmlns="http://www.w3.org/1999/xhtml" id="id658399"></a> 19149 19162 <div class="header">Arguments and Values:</div> 19150 19163 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an … … 19152 19165 </div> 19153 19166 <div class="refsect1" lang="en" xml:lang="en"> 19154 <a xmlns="http://www.w3.org/1999/xhtml" id="id 424866"></a>19167 <a xmlns="http://www.w3.org/1999/xhtml" id="id658425"></a> 19155 19168 <div class="header">Description:</div> 19156 19169 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses … … 19174 19187 <div> 19175 19188 <div class="refsect1" lang="en" xml:lang="en"> 19176 <a xmlns="http://www.w3.org/1999/xhtml" id="id 424932"></a>19189 <a xmlns="http://www.w3.org/1999/xhtml" id="id658490"></a> 19177 19190 <div class="header">Arguments and Values:</div> 19178 19191 <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 … … 19196 19209 </div> 19197 19210 <div class="refsect1" lang="en" xml:lang="en"> 19198 <a xmlns="http://www.w3.org/1999/xhtml" id="id 425013"></a>19211 <a xmlns="http://www.w3.org/1999/xhtml" id="id658571"></a> 19199 19212 <div class="header">Description:</div> 19200 19213 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements … … 19221 19234 <div> 19222 19235 <div class="refsect1" lang="en" xml:lang="en"> 19223 <a xmlns="http://www.w3.org/1999/xhtml" id="id 425095"></a>19236 <a xmlns="http://www.w3.org/1999/xhtml" id="id658654"></a> 19224 19237 <div class="header">Arguments and Values:</div> 19225 19238 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the … … 19236 19249 </div> 19237 19250 <div class="refsect1" lang="en" xml:lang="en"> 19238 <a xmlns="http://www.w3.org/1999/xhtml" id="id 425141"></a>19251 <a xmlns="http://www.w3.org/1999/xhtml" id="id658700"></a> 19239 19252 <div class="header">Description:</div> 19240 19253 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the … … 19257 19270 <div> 19258 19271 <div class="refsect1" lang="en" xml:lang="en"> 19259 <a xmlns="http://www.w3.org/1999/xhtml" id="id 425204"></a>19272 <a xmlns="http://www.w3.org/1999/xhtml" id="id658763"></a> 19260 19273 <div class="header">Arguments and Values:</div> 19261 19274 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p> 19262 19275 </div> 19263 19276 <div class="refsect1" lang="en" xml:lang="en"> 19264 <a xmlns="http://www.w3.org/1999/xhtml" id="id 425216"></a>19277 <a xmlns="http://www.w3.org/1999/xhtml" id="id658775"></a> 19265 19278 <div class="header">Description:</div> 19266 19279 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the … … 19304 19317 <div> 19305 19318 <div class="refsect1" lang="en" xml:lang="en"> 19306 <a xmlns="http://www.w3.org/1999/xhtml" id="id 425292"></a>19319 <a xmlns="http://www.w3.org/1999/xhtml" id="id658851"></a> 19307 19320 <div class="header">Description:</div> 19308 19321 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro … … 19339 19352 <div> 19340 19353 <div class="refsect1" lang="en" xml:lang="en"> 19341 <a xmlns="http://www.w3.org/1999/xhtml" id="id 425350"></a>19354 <a xmlns="http://www.w3.org/1999/xhtml" id="id658908"></a> 19342 19355 <div class="header">Superclasses:</div> 19343 19356 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p> 19344 19357 </div> 19345 19358 <div class="refsect1" lang="en" xml:lang="en"> 19346 <a xmlns="http://www.w3.org/1999/xhtml" id="id 425361"></a>19359 <a xmlns="http://www.w3.org/1999/xhtml" id="id658920"></a> 19347 19360 <div class="header">Initargs:</div> 19348 19361 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>--- … … 19352 19365 </div> 19353 19366 <div class="refsect1" lang="en" xml:lang="en"> 19354 <a xmlns="http://www.w3.org/1999/xhtml" id="id 425388"></a>19367 <a xmlns="http://www.w3.org/1999/xhtml" id="id658947"></a> 19355 19368 <div class="header">Description:</div> 19356 19369 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19370 19383 </div> 19371 19384 <div class="refsect1" lang="en" xml:lang="en"> 19372 <a xmlns="http://www.w3.org/1999/xhtml" id="id 425407"></a>19385 <a xmlns="http://www.w3.org/1999/xhtml" id="id658966"></a> 19373 19386 <div class="header">Examples:</div> 19374 19387 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19401 19414 </div> 19402 19415 <div class="refsect1" lang="en" xml:lang="en"> 19403 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414698"></a>19416 <a xmlns="http://www.w3.org/1999/xhtml" id="id650769"></a> 19404 19417 <div class="header">Notes:</div> 19405 19418 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19741 19754 <div> 19742 19755 <div class="refsect1" lang="en" xml:lang="en"> 19743 <a xmlns="http://www.w3.org/1999/xhtml" id="id 410943"></a>19756 <a xmlns="http://www.w3.org/1999/xhtml" id="id646688"></a> 19744 19757 <div class="header">Arguments and Values:</div> 19745 19758 <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> … … 19749 19762 </div> 19750 19763 <div class="refsect1" lang="en" xml:lang="en"> 19751 <a xmlns="http://www.w3.org/1999/xhtml" id="id 411001"></a>19764 <a xmlns="http://www.w3.org/1999/xhtml" id="id646746"></a> 19752 19765 <div class="header">Description:</div> 19753 19766 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p> … … 19767 19780 <div> 19768 19781 <div class="refsect1" lang="en" xml:lang="en"> 19769 <a xmlns="http://www.w3.org/1999/xhtml" id="id 411058"></a>19782 <a xmlns="http://www.w3.org/1999/xhtml" id="id646804"></a> 19770 19783 <div class="header">Description:</div> 19771 19784 <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> … … 19785 19798 <div> 19786 19799 <div class="refsect1" lang="en" xml:lang="en"> 19787 <a xmlns="http://www.w3.org/1999/xhtml" id="id 411132"></a>19800 <a xmlns="http://www.w3.org/1999/xhtml" id="id646878"></a> 19788 19801 <div class="header">Description:</div> 19789 19802 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>. … … 19808 19821 <div> 19809 19822 <div class="refsect1" lang="en" xml:lang="en"> 19810 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414733"></a>19823 <a xmlns="http://www.w3.org/1999/xhtml" id="id646946"></a> 19811 19824 <div class="header">Description:</div> 19812 19825 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to … … 19841 19854 <div> 19842 19855 <div class="refsect1" lang="en" xml:lang="en"> 19843 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414817"></a>19856 <a xmlns="http://www.w3.org/1999/xhtml" id="id650860"></a> 19844 19857 <div class="header">Description:</div> 19845 19858 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the … … 19862 19875 <div> 19863 19876 <div class="refsect1" lang="en" xml:lang="en"> 19864 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414878"></a>19877 <a xmlns="http://www.w3.org/1999/xhtml" id="id650920"></a> 19865 19878 <div class="header">Arguments and Values:</div> 19866 19879 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p> 19867 19880 </div> 19868 19881 <div class="refsect1" lang="en" xml:lang="en"> 19869 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414904"></a>19882 <a xmlns="http://www.w3.org/1999/xhtml" id="id650946"></a> 19870 19883 <div class="header">Description:</div> 19871 19884 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the … … 19891 19904 <div> 19892 19905 <div class="refsect1" lang="en" xml:lang="en"> 19893 <a xmlns="http://www.w3.org/1999/xhtml" id="id 414965"></a>19906 <a xmlns="http://www.w3.org/1999/xhtml" id="id651008"></a> 19894 19907 <div class="header">Description:</div> 19895 19908 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the … … 19911 19924 <div> 19912 19925 <div class="refsect1" lang="en" xml:lang="en"> 19913 <a xmlns="http://www.w3.org/1999/xhtml" id="id 415024"></a>19926 <a xmlns="http://www.w3.org/1999/xhtml" id="id651067"></a> 19914 19927 <div class="header">Arguments and Values:</div> 19915 19928 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 19916 19929 </div> 19917 19930 <div class="refsect1" lang="en" xml:lang="en"> 19918 <a xmlns="http://www.w3.org/1999/xhtml" id="id 415050"></a>19931 <a xmlns="http://www.w3.org/1999/xhtml" id="id651093"></a> 19919 19932 <div class="header">Description:</div> 19920 19933 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC … … 19942 19955 <div> 19943 19956 <div class="refsect1" lang="en" xml:lang="en"> 19944 <a xmlns="http://www.w3.org/1999/xhtml" id="id 415108"></a>19957 <a xmlns="http://www.w3.org/1999/xhtml" id="id651151"></a> 19945 19958 <div class="header">Description:</div> 19946 19959 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call, … … 19965 19978 <div> 19966 19979 <div class="refsect1" lang="en" xml:lang="en"> 19967 <a xmlns="http://www.w3.org/1999/xhtml" id="id 415164"></a>19980 <a xmlns="http://www.w3.org/1999/xhtml" id="id651207"></a> 19968 19981 <div class="header">Description:</div> 19969 19982 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL … … 19990 20003 <div> 19991 20004 <div class="refsect1" lang="en" xml:lang="en"> 19992 <a xmlns="http://www.w3.org/1999/xhtml" id="id 415222"></a>20005 <a xmlns="http://www.w3.org/1999/xhtml" id="id651265"></a> 19993 20006 <div class="header">Description:</div> 19994 20007 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the … … 20012 20025 <div> 20013 20026 <div class="refsect1" lang="en" xml:lang="en"> 20014 <a xmlns="http://www.w3.org/1999/xhtml" id="id 415281"></a>20027 <a xmlns="http://www.w3.org/1999/xhtml" id="id651324"></a> 20015 20028 <div class="header">Arguments and Values:</div> 20016 20029 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest … … 20022 20035 </div> 20023 20036 <div class="refsect1" lang="en" xml:lang="en"> 20024 <a xmlns="http://www.w3.org/1999/xhtml" id="id 415336"></a>20037 <a xmlns="http://www.w3.org/1999/xhtml" id="id651379"></a> 20025 20038 <div class="header">Description:</div> 20026 20039 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect. … … 20046 20059 <div> 20047 20060 <div class="refsect1" lang="en" xml:lang="en"> 20048 <a xmlns="http://www.w3.org/1999/xhtml" id="id 415402"></a>20061 <a xmlns="http://www.w3.org/1999/xhtml" id="id651445"></a> 20049 20062 <div class="header">Arguments and Values:</div> 20050 20063 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 20051 20064 </div> 20052 20065 <div class="refsect1" lang="en" xml:lang="en"> 20053 <a xmlns="http://www.w3.org/1999/xhtml" id="id 415428"></a>20066 <a xmlns="http://www.w3.org/1999/xhtml" id="id651471"></a> 20054 20067 <div class="header">Description:</div> 20055 20068 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages … … 20076 20089 <div> 20077 20090 <div class="refsect1" lang="en" xml:lang="en"> 20078 <a xmlns="http://www.w3.org/1999/xhtml" id="id 415486"></a>20091 <a xmlns="http://www.w3.org/1999/xhtml" id="id651528"></a> 20079 20092 <div class="header">Description:</div> 20080 20093 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs … … 20231 20244 <dt> 20232 20245 <span class="sect2"> 20233 <a href="#id 420646">16.7.2. Recommended Reading</a>20246 <a href="#id656689">16.7.2. Recommended Reading</a> 20234 20247 </span> 20235 20248 </dt> … … 21507 21520 <li class="listitem"> 21508 21521 <p>To support a feature called <span class="emphasis"><em>GCTWA 21509 <sup>[<a id="id 420200" href="#ftn.id420200" class="footnote">1</a>]</sup>21522 <sup>[<a id="id656243" href="#ftn.id656243" class="footnote">1</a>]</sup> 21510 21523 , </em></span>the vector that contains the internal 21511 21524 symbols of the current package is marked on entry to the … … 21640 21653 <hr width="100" align="left" /> 21641 21654 <div class="footnote"> 21642 <p><sup>[<a id="ftn.id 420200" href="#id420200" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,21655 <p><sup>[<a id="ftn.id656243" href="#id656243" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP, 21643 21656 where it stood for "Garbage Collection of Truly 21644 21657 Worthless Atoms".</p> … … 21700 21713 generations looking for such intergenerational references, the 21701 21714 runtime system must note all such intergenerational references 21702 at the point where they're created (via Setf).<sup>[<a id="id 420434" href="#ftn.id420434" class="footnote">2</a>]</sup> The21715 at the point where they're created (via Setf).<sup>[<a id="id656477" href="#ftn.id656477" class="footnote">2</a>]</sup> The 21703 21716 set of pointers that may contain intergenerational references is 21704 21717 sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p> … … 21747 21760 that might introduce an intergenerational reference must be 21748 21761 memoized. 21749 <sup>[<a id="id 420502" href="#ftn.id420502" class="footnote">3</a>]</sup> It's always safe to21762 <sup>[<a id="id656546" href="#ftn.id656546" class="footnote">3</a>]</sup> It's always safe to 21750 21763 push any cons cell or gvector locative onto the memo stack; 21751 21764 it's never safe to push anything else. … … 21768 21781 <hr width="100" align="left" /> 21769 21782 <div class="footnote"> 21770 <p><sup>[<a id="ftn.id 420434" href="#id420434" class="para">2</a>] </sup>This is21783 <p><sup>[<a id="ftn.id656477" href="#id656477" class="para">2</a>] </sup>This is 21771 21784 sometimes called "The Write Barrier": all assignments which 21772 21785 might result in intergenerational references must be noted, as … … 21774 21787 </div> 21775 21788 <div class="footnote"> 21776 <p><sup>[<a id="ftn.id 420502" href="#id420502" class="para">3</a>] </sup>Note that the implicit setfs that occur when21789 <p><sup>[<a id="ftn.id656546" href="#id656546" class="para">3</a>] </sup>Note that the implicit setfs that occur when 21777 21790 initializing an object - as in the case of a call to cons or 21778 21791 vector - can't introduce intergenerational references, since … … 21890 21903 <div> 21891 21904 <div> 21892 <h3 class="title"><a id="id 420646"></a>16.7.2. Recommended Reading</h3>21905 <h3 class="title"><a id="id656689"></a>16.7.2. Recommended Reading</h3> 21893 21906 </div> 21894 21907 </div> … … 22303 22316 <div> 22304 22317 <div class="refsect1" lang="en" xml:lang="en"> 22305 <a xmlns="http://www.w3.org/1999/xhtml" id="id 339492"></a>22318 <a xmlns="http://www.w3.org/1999/xhtml" id="id642984"></a> 22306 22319 <div class="header">Description:</div> 22307 22320 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD) … … 22328 22341 <div> 22329 22342 <div class="refsect1" lang="en" xml:lang="en"> 22330 <a xmlns="http://www.w3.org/1999/xhtml" id="id 419304"></a>22343 <a xmlns="http://www.w3.org/1999/xhtml" id="id624998"></a> 22331 22344 <div class="header">Description:</div> 22332 22345 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22352 22365 <div> 22353 22366 <div class="refsect1" lang="en" xml:lang="en"> 22354 <a xmlns="http://www.w3.org/1999/xhtml" id="id 407625"></a>22367 <a xmlns="http://www.w3.org/1999/xhtml" id="id625062"></a> 22355 22368 <div class="header">Description:</div> 22356 22369 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22375 22388 <div> 22376 22389 <div class="refsect1" lang="en" xml:lang="en"> 22377 <a xmlns="http://www.w3.org/1999/xhtml" id="id 410738"></a>22390 <a xmlns="http://www.w3.org/1999/xhtml" id="id646605"></a> 22378 22391 <div class="header">Description:</div> 22379 22392 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session … … 22400 22413 <div> 22401 22414 <div class="refsect1" lang="en" xml:lang="en"> 22402 <a xmlns="http://www.w3.org/1999/xhtml" id="id 410795"></a>22415 <a xmlns="http://www.w3.org/1999/xhtml" id="id646663"></a> 22403 22416 <div class="header">Description:</div> 22404 22417 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p> … … 22418 22431 <div> 22419 22432 <div class="refsect1" lang="en" xml:lang="en"> 22420 <a xmlns="http://www.w3.org/1999/xhtml" id="id 422032"></a>22433 <a xmlns="http://www.w3.org/1999/xhtml" id="id659930"></a> 22421 22434 <div class="header">Description:</div> 22422 22435 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros. … … 22440 22453 <div> 22441 22454 <div class="refsect1" lang="en" xml:lang="en"> 22442 <a xmlns="http://www.w3.org/1999/xhtml" id="id 407017"></a>22455 <a xmlns="http://www.w3.org/1999/xhtml" id="id659994"></a> 22443 22456 <div class="header">Arguments and Values:</div> 22444 22457 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p> … … 22446 22459 </div> 22447 22460 <div class="refsect1" lang="en" xml:lang="en"> 22448 <a xmlns="http://www.w3.org/1999/xhtml" id="id 407057"></a>22461 <a xmlns="http://www.w3.org/1999/xhtml" id="id660034"></a> 22449 22462 <div class="header">Description:</div> 22450 22463 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If … … 22472 22485 <div> 22473 22486 <div class="refsect1" lang="en" xml:lang="en"> 22474 <a xmlns="http://www.w3.org/1999/xhtml" id="id 423868"></a>22487 <a xmlns="http://www.w3.org/1999/xhtml" id="id660185"></a> 22475 22488 <div class="header">Arguments and Values:</div> 22476 22489 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p> … … 22481 22494 </div> 22482 22495 <div class="refsect1" lang="en" xml:lang="en"> 22483 <a xmlns="http://www.w3.org/1999/xhtml" id="id 415585"></a>22496 <a xmlns="http://www.w3.org/1999/xhtml" id="id660243"></a> 22484 22497 <div class="header">Description:</div> 22485 22498 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer … … 23159 23172 <a href="#Symbol-Index">Symbol Index</a> 23160 23173 </div> 23161 <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 1 3:0 on March 17, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14678<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>23174 <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 15:0 on March 21, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14685<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p> 23162 23175 </body> 23163 23176 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
