Changeset 14509
- Timestamp:
- Dec 22, 2010, 8:00:18 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/ccl-documentation.html (modified) (388 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/ccl-documentation.html
r14475 r14509 6 6 <title>Clozure CL Documentation</title> 7 7 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /> 8 <link rel="home" href="#id5 09702" title="Clozure CL Documentation" />8 <link rel="home" href="#id551584" 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="id5 09702"></a>Clozure CL Documentation</h1>16 <h1 class="title"><a id="id551584"></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="id5 28244" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl1747 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id570125" 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="id5 22945" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp1758 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id564826" 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="id5 51161" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap1768 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id593042" 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="id5 36820" class="indexterm"></a> bootstrapping image is a minimal1779 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id578701" 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="id5 25617" class="indexterm"></a>1791 <a id="id576885" 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 … … 2020 2020 </div> 2021 2021 </div> 2022 <p xmlns="http://www.w3.org/1999/xhtml">Given that you now have everything you need, do the 2023 following in a running Clozure CL to bring your Lisp system 2024 completely up to date.</p> 2022 <p xmlns="http://www.w3.org/1999/xhtml">You now have everything you need. Start up 2023 Clozure CL with the <code class="literal">-n</code> or <code class="literal">--no-init</code> 2024 option to avoid potential interference from code in your init file, 2025 and evaluate the following form to bring your Lisp system 2026 up to date.</p> 2025 2027 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 2026 2028 ? (ccl:rebuild-ccl :full t) … … 2606 2608 </p> 2607 2609 <p xmlns="http://www.w3.org/1999/xhtml"> 2608 <a id="id5 33582" class="indexterm"></a>2610 <a id="id585771" class="indexterm"></a> 2609 2611 <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em> 2610 2612 <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> | … … 3050 3052 </div> 3051 3053 <p xmlns="http://www.w3.org/1999/xhtml"> 3052 <a id="id 564435" class="indexterm"></a>3054 <a id="id606339" class="indexterm"></a> 3053 3055 <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em> [Variable]</strong></span> 3054 3056 </p> 3055 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> 3056 3058 <p xmlns="http://www.w3.org/1999/xhtml"> 3057 <a id="id 564461" class="indexterm"></a>3059 <a id="id606365" class="indexterm"></a> 3058 3060 <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em> [Variable]</strong></span> 3059 3061 </p> 3060 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> 3061 3063 <p xmlns="http://www.w3.org/1999/xhtml"> 3062 <a id="id 564490" class="indexterm"></a>3064 <a id="id606394" class="indexterm"></a> 3063 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> 3064 3066 </p> … … 3068 3070 </p> 3069 3071 <p xmlns="http://www.w3.org/1999/xhtml"> 3070 <a id="id 564539" class="indexterm"></a>3072 <a id="id606443" class="indexterm"></a> 3071 3073 <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em> [Variable]</strong></span> 3072 3074 </p> … … 3076 3078 explicit printing done by user code.</p> 3077 3079 <p xmlns="http://www.w3.org/1999/xhtml"> 3078 <a id="id 564574" class="indexterm"></a>3080 <a id="id606478" class="indexterm"></a> 3079 3081 <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em> [Variable]</strong></span> 3080 3082 </p> … … 3084 3086 explicit printing done by user code.</p> 3085 3087 <p xmlns="http://www.w3.org/1999/xhtml"> 3086 <a id="id 564608" class="indexterm"></a>3088 <a id="id606512" class="indexterm"></a> 3087 3089 <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em> [Variable]</strong></span> 3088 3090 </p> … … 3133 3135 <div> 3134 3136 <div class="refsect1" lang="en" xml:lang="en"> 3135 <a xmlns="http://www.w3.org/1999/xhtml" id="id 564771"></a>3137 <a xmlns="http://www.w3.org/1999/xhtml" id="id606674"></a> 3136 3138 <div class="header">Arguments and Values:</div> 3137 3139 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>--- … … 3168 3170 </div> 3169 3171 <div class="refsect1" lang="en" xml:lang="en"> 3170 <a xmlns="http://www.w3.org/1999/xhtml" id="id 564879"></a>3172 <a xmlns="http://www.w3.org/1999/xhtml" id="id606781"></a> 3171 3173 <div class="header">Examples:</div> 3172 3174 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3213 3215 <div> 3214 3216 <div class="refsect1" lang="en" xml:lang="en"> 3215 <a xmlns="http://www.w3.org/1999/xhtml" id="id 564978"></a>3217 <a xmlns="http://www.w3.org/1999/xhtml" id="id606880"></a> 3216 3218 <div class="header">Description:</div> 3217 3219 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3228 3230 </div> 3229 3231 <div class="refsect1" lang="en" xml:lang="en"> 3230 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565044"></a>3232 <a xmlns="http://www.w3.org/1999/xhtml" id="id606946"></a> 3231 3233 <div class="header">Arguments and Values:</div> 3232 3234 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3252 3254 <div> 3253 3255 <div class="refsect1" lang="en" xml:lang="en"> 3254 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565122"></a>3256 <a xmlns="http://www.w3.org/1999/xhtml" id="id607024"></a> 3255 3257 <div class="header">Description:</div> 3256 3258 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3264 3266 </div> 3265 3267 <div class="refsect1" lang="en" xml:lang="en"> 3266 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565171"></a>3268 <a xmlns="http://www.w3.org/1999/xhtml" id="id607071"></a> 3267 3269 <div class="header">Arguments and Values:</div> 3268 3270 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3431 3433 <div> 3432 3434 <div class="refsect1" lang="en" xml:lang="en"> 3433 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565732"></a>3435 <a xmlns="http://www.w3.org/1999/xhtml" id="id607633"></a> 3434 3436 <div class="header">Arguments and Values:</div> 3435 3437 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external … … 3465 3467 </div> 3466 3468 <div class="refsect1" lang="en" xml:lang="en"> 3467 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580305"></a>3469 <a xmlns="http://www.w3.org/1999/xhtml" id="id622196"></a> 3468 3470 <div class="header">Description:</div> 3469 3471 <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a … … 3633 3635 <div> 3634 3636 <div> 3635 <h4 class="title"><a id="id 580607"></a>4.5.4.1. Encoding Problems</h4>3637 <h4 class="title"><a id="id622499"></a>4.5.4.1. Encoding Problems</h4> 3636 3638 </div> 3637 3639 </div> … … 3649 3651 <div> 3650 3652 <div> 3651 <h4 class="title"><a id="id 580619"></a>4.5.4.2. Byte Order Marks</h4>3653 <h4 class="title"><a id="id622511"></a>4.5.4.2. Byte Order Marks</h4> 3652 3654 </div> 3653 3655 </div> … … 3677 3679 <div> 3678 3680 <div> 3679 <h4 class="title"><a id="id 580654"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>3681 <h4 class="title"><a id="id622546"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4> 3680 3682 </div> 3681 3683 </div> … … 3699 3701 <div> 3700 3702 <div class="refsect1" lang="en" xml:lang="en"> 3701 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580715"></a>3703 <a xmlns="http://www.w3.org/1999/xhtml" id="id622607"></a> 3702 3704 <div class="header">Description:</div> 3703 3705 <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings … … 3708 3710 </div> 3709 3711 <div class="refsect1" lang="en" xml:lang="en"> 3710 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580730"></a>3712 <a xmlns="http://www.w3.org/1999/xhtml" id="id622622"></a> 3711 3713 <div class="header">See Also:</div> 3712 3714 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#Character-Encodings" title="4.5.4. Character Encodings">Section 4.5.4, âCharacter Encodingsâ</a>, <a class="xref" href="#External-Formats" title="4.5.2. External Formats">Section 4.5.2, âExternal Formatsâ</a>, <a class="xref" href="#Supported-Character-Encodings" title="4.5.4.4. Supported Character Encodings">Section 4.5.4.4, âSupported Character Encodingsâ</a></span> … … 4139 4141 <div> 4140 4142 <div> 4141 <h4 class="title"><a id="id 581409"></a>4.5.4.5. Encoding and Decoding Strings</h4>4143 <h4 class="title"><a id="id623301"></a>4.5.4.5. Encoding and Decoding Strings</h4> 4142 4144 </div> 4143 4145 </div> … … 4164 4166 <div> 4165 4167 <div class="refsect1" lang="en" xml:lang="en"> 4166 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581484"></a>4168 <a xmlns="http://www.w3.org/1999/xhtml" id="id623377"></a> 4167 4169 <div class="header">Description:</div> 4168 4170 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4195 4197 <div> 4196 4198 <div class="refsect1" lang="en" xml:lang="en"> 4197 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581580"></a>4199 <a xmlns="http://www.w3.org/1999/xhtml" id="id623472"></a> 4198 4200 <div class="header">Description:</div> 4199 4201 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4238 4240 <div> 4239 4241 <div class="refsect1" lang="en" xml:lang="en"> 4240 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581703"></a>4242 <a xmlns="http://www.w3.org/1999/xhtml" id="id623596"></a> 4241 4243 <div class="header">Description:</div> 4242 4244 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4284 4286 <div> 4285 4287 <div class="refsect1" lang="en" xml:lang="en"> 4286 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581822"></a>4288 <a xmlns="http://www.w3.org/1999/xhtml" id="id623715"></a> 4287 4289 <div class="header">Description:</div> 4288 4290 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4334 4336 </div> 4335 4337 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL sets up logical pathname translations for logical hosts: <code class="literal">ccl</code> and <code class="literal">home</code></p> 4336 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581911" class="indexterm"></a>4338 <a xmlns="http://www.w3.org/1999/xhtml" id="id623803" class="indexterm"></a> 4337 4339 <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the 4338 4340 <code class="literal">ccl</code> directory. It is used for a variety of … … 4438 4440 platforms.</p> 4439 4441 <p xmlns="http://www.w3.org/1999/xhtml"> 4440 <a id="id 582094" class="indexterm"></a>4442 <a id="id623987" class="indexterm"></a> 4441 4443 <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em> 4442 4444 <em class="parameter"><code>pathname</code></em> … … 4498 4500 a memory error.</p> 4499 4501 <p xmlns="http://www.w3.org/1999/xhtml"> 4500 <a id="id 582227" class="indexterm"></a>4502 <a id="id624120" class="indexterm"></a> 4501 4503 <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em> 4502 4504 <em class="parameter"><code>displaced-array</code></em> … … 4510 4512 target is an empty vector (of length zero).</p> 4511 4513 <p xmlns="http://www.w3.org/1999/xhtml"> 4512 <a id="id 582263" class="indexterm"></a>4514 <a id="id624155" class="indexterm"></a> 4513 4515 <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em> 4514 4516 <em class="parameter"><code>pathname</code></em> … … 4520 4522 bytes.</p> 4521 4523 <p xmlns="http://www.w3.org/1999/xhtml"> 4522 <a id="id 582295" class="indexterm"></a>4524 <a id="id624187" class="indexterm"></a> 4523 4525 <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em> 4524 4526 <em class="parameter"><code>displaced-array</code></em> … … 4559 4561 static.</p> 4560 4562 <p xmlns="http://www.w3.org/1999/xhtml"> 4561 <a id="id 582369" class="indexterm"></a>4563 <a id="id624262" class="indexterm"></a> 4562 4564 <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em> 4563 4565 <em class="parameter"><code>var</code></em> … … 4613 4615 </div> 4614 4616 </div> 4615 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582481" class="indexterm"></a>4617 <a xmlns="http://www.w3.org/1999/xhtml" id="id624374" class="indexterm"></a> 4616 4618 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the 4617 4619 function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file … … 4693 4695 converted, because address 0 can always be relied upon to refer to 4694 4696 the same thing.</p> 4695 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582703" class="indexterm"></a>4697 <a xmlns="http://www.w3.org/1999/xhtml" id="id624595" class="indexterm"></a> 4696 4698 <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code> 4697 4699 refers to a <code class="literal">MACPTR</code> object that points to address 0.</p> … … 4704 4706 or <code class="literal">opencml64</code> script.</p> 4705 4707 <p xmlns="http://www.w3.org/1999/xhtml"> 4706 <a id="id 582750" class="indexterm"></a>4708 <a id="id624642" class="indexterm"></a> 4707 4709 <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em> 4708 4710 <em class="parameter"><code>filename</code></em> … … 4828 4830 <div> 4829 4831 <div class="refsect1" lang="en" xml:lang="en"> 4830 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583021"></a>4832 <a xmlns="http://www.w3.org/1999/xhtml" id="id624914"></a> 4831 4833 <div class="header">Arguments and Values:</div> 4832 4834 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>--- … … 4842 4844 </div> 4843 4845 <div class="refsect1" lang="en" xml:lang="en"> 4844 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583081"></a>4846 <a xmlns="http://www.w3.org/1999/xhtml" id="id624974"></a> 4845 4847 <div class="header">Description:</div> 4846 4848 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4902 4904 <div> 4903 4905 <div class="refsect1" lang="en" xml:lang="en"> 4904 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583172"></a>4906 <a xmlns="http://www.w3.org/1999/xhtml" id="id625064"></a> 4905 4907 <div class="header">Arguments and Values:</div> 4906 4908 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>--- … … 4910 4912 </div> 4911 4913 <div class="refsect1" lang="en" xml:lang="en"> 4912 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583195"></a>4914 <a xmlns="http://www.w3.org/1999/xhtml" id="id625088"></a> 4913 4915 <div class="header">Description:</div> 4914 4916 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4949 4951 <div> 4950 4952 <div class="refsect1" lang="en" xml:lang="en"> 4951 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583291"></a>4953 <a xmlns="http://www.w3.org/1999/xhtml" id="id625183"></a> 4952 4954 <div class="header">Arguments and Values:</div> 4953 4955 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>--- … … 4958 4960 </div> 4959 4961 <div class="refsect1" lang="en" xml:lang="en"> 4960 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583327"></a>4962 <a xmlns="http://www.w3.org/1999/xhtml" id="id625219"></a> 4961 4963 <div class="header">Description:</div> 4962 4964 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5007 5009 <div> 5008 5010 <div class="refsect1" lang="en" xml:lang="en"> 5009 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583402"></a>5011 <a xmlns="http://www.w3.org/1999/xhtml" id="id625294"></a> 5010 5012 <div class="header">Arguments and Values:</div> 5011 5013 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>--- … … 5014 5016 </div> 5015 5017 <div class="refsect1" lang="en" xml:lang="en"> 5016 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583424"></a>5018 <a xmlns="http://www.w3.org/1999/xhtml" id="id625317"></a> 5017 5019 <div class="header">Description:</div> 5018 5020 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5181 5183 <div> 5182 5184 <div class="refsect1" lang="en" xml:lang="en"> 5183 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583598"></a>5185 <a xmlns="http://www.w3.org/1999/xhtml" id="id625491"></a> 5184 5186 <div class="header">Description:</div> 5185 5187 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5215 5217 <div> 5216 5218 <div class="refsect1" lang="en" xml:lang="en"> 5217 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583647"></a>5219 <a xmlns="http://www.w3.org/1999/xhtml" id="id625539"></a> 5218 5220 <div class="header">Discussion:</div> 5219 5221 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5233 5235 </div> 5234 5236 <div class="refsect1" lang="en" xml:lang="en"> 5235 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583700"></a>5237 <a xmlns="http://www.w3.org/1999/xhtml" id="id625593"></a> 5236 5238 <div class="header">Restarts:</div> 5237 5239 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5301 5303 <div> 5302 5304 <div> 5303 <h4 class="title"><a id="id 583758"></a>4.12.5.1. Fancy arrays</h4>5305 <h4 class="title"><a id="id625650"></a>4.12.5.1. Fancy arrays</h4> 5304 5306 </div> 5305 5307 </div> … … 5328 5330 <div> 5329 5331 <div> 5330 <h4 class="title"><a id="id 583777"></a>4.12.5.2. Hash tables</h4>5332 <h4 class="title"><a id="id625669"></a>4.12.5.2. Hash tables</h4> 5331 5333 </div> 5332 5334 </div> … … 5376 5378 <div> 5377 5379 <div> 5378 <h4 class="title"><a id="id 583807"></a>4.12.5.3. Lists</h4>5380 <h4 class="title"><a id="id625700"></a>4.12.5.3. Lists</h4> 5379 5381 </div> 5380 5382 </div> … … 5545 5547 <div> 5546 5548 <div class="refsect1" lang="en" xml:lang="en"> 5547 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583989"></a>5549 <a xmlns="http://www.w3.org/1999/xhtml" id="id625882"></a> 5548 5550 <div class="header">Arguments and Values:</div> 5549 5551 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">html</span></i>--- … … 5567 5569 </div> 5568 5570 <div class="refsect1" lang="en" xml:lang="en"> 5569 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584042"></a>5571 <a xmlns="http://www.w3.org/1999/xhtml" id="id625934"></a> 5570 5572 <div class="header">Example:</div> 5571 5573 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5601 5603 <div> 5602 5604 <div class="refsect1" lang="en" xml:lang="en"> 5603 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584122"></a>5605 <a xmlns="http://www.w3.org/1999/xhtml" id="id626014"></a> 5604 5606 <div class="header">Summary:</div> 5605 5607 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5623 5625 <div> 5624 5626 <div class="refsect1" lang="en" xml:lang="en"> 5625 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584160"></a>5627 <a xmlns="http://www.w3.org/1999/xhtml" id="id626052"></a> 5626 5628 <div class="header">Summary:</div> 5627 5629 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5649 5651 <div> 5650 5652 <div class="refsect1" lang="en" xml:lang="en"> 5651 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584212"></a>5653 <a xmlns="http://www.w3.org/1999/xhtml" id="id626105"></a> 5652 5654 <div class="header">Summary:</div> 5653 5655 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5675 5677 <div> 5676 5678 <div class="refsect1" lang="en" xml:lang="en"> 5677 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584264"></a>5679 <a xmlns="http://www.w3.org/1999/xhtml" id="id626157"></a> 5678 5680 <div class="header">Summary:</div> 5679 5681 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5706 5708 <div> 5707 5709 <div class="refsect1" lang="en" xml:lang="en"> 5708 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584307"></a>5710 <a xmlns="http://www.w3.org/1999/xhtml" id="id626200"></a> 5709 5711 <div class="header">Summary:</div> 5710 5712 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5733 5735 <div> 5734 5736 <div class="refsect1" lang="en" xml:lang="en"> 5735 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584360"></a>5737 <a xmlns="http://www.w3.org/1999/xhtml" id="id626253"></a> 5736 5738 <div class="header">Summary:</div> 5737 5739 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5756 5758 <div> 5757 5759 <div class="refsect1" lang="en" xml:lang="en"> 5758 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584411"></a>5760 <a xmlns="http://www.w3.org/1999/xhtml" id="id626303"></a> 5759 5761 <div class="header">Summary:</div> 5760 5762 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5783 5785 <div> 5784 5786 <div class="refsect1" lang="en" xml:lang="en"> 5785 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584463"></a>5787 <a xmlns="http://www.w3.org/1999/xhtml" id="id626356"></a> 5786 5788 <div class="header">Summary:</div> 5787 5789 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5810 5812 <div> 5811 5813 <div class="refsect1" lang="en" xml:lang="en"> 5812 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584516"></a>5814 <a xmlns="http://www.w3.org/1999/xhtml" id="id626409"></a> 5813 5815 <div class="header">Summary:</div> 5814 5816 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5977 5979 <div> 5978 5980 <div class="refsect1" lang="en" xml:lang="en"> 5979 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584751"></a>5981 <a xmlns="http://www.w3.org/1999/xhtml" id="id626644"></a> 5980 5982 <div class="header">Summary:</div> 5981 5983 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6002 6004 <div> 6003 6005 <div class="refsect1" lang="en" xml:lang="en"> 6004 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584803"></a>6006 <a xmlns="http://www.w3.org/1999/xhtml" id="id626696"></a> 6005 6007 <div class="header">Summary:</div> 6006 6008 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6038 6040 <div> 6039 6041 <div class="refsect1" lang="en" xml:lang="en"> 6040 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584870"></a>6042 <a xmlns="http://www.w3.org/1999/xhtml" id="id626762"></a> 6041 6043 <div class="header">Summary:</div> 6042 6044 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6073 6075 <div> 6074 6076 <div class="refsect1" lang="en" xml:lang="en"> 6075 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584932"></a>6077 <a xmlns="http://www.w3.org/1999/xhtml" id="id626824"></a> 6076 6078 <div class="header">Summary:</div> 6077 6079 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6307 6309 <div> 6308 6310 <div> 6309 <h4 class="title"><a id="id5 42430"></a>5.4.2.1. Checking for Updates</h4>6311 <h4 class="title"><a id="id584291"></a>5.4.2.1. Checking for Updates</h4> 6310 6312 </div> 6311 6313 </div> … … 6439 6441 the required subsystems, if necessary.</p> 6440 6442 <p xmlns="http://www.w3.org/1999/xhtml"> 6441 <a id="id5 35881" class="indexterm"></a>6443 <a id="id582654" class="indexterm"></a> 6442 6444 <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&key</em> 6443 6445 (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>) … … 6739 6741 <dt> 6740 6742 <span class="sect2"> 6741 <a href="#id5 30520">6.3.2. As of August 2003:</a>6743 <a href="#id587172">6.3.2. As of August 2003:</a> 6742 6744 </span> 6743 6745 </dt> … … 6990 6992 <div> 6991 6993 <div> 6992 <h3 class="title"><a id="id5 30520"></a>6.3.2. As of August 2003:</h3>6994 <h3 class="title"><a id="id587172"></a>6.3.2. As of August 2003:</h3> 6993 6995 </div> 6994 6996 </div> … … 7442 7444 <div> 7443 7445 <div class="refsect1" lang="en" xml:lang="en"> 7444 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571455"></a>7446 <a xmlns="http://www.w3.org/1999/xhtml" id="id613342"></a> 7445 7447 <div class="header">Values:</div> 7446 7448 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads) … … 7448 7450 </div> 7449 7451 <div class="refsect1" lang="en" xml:lang="en"> 7450 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571480"></a>7452 <a xmlns="http://www.w3.org/1999/xhtml" id="id613368"></a> 7451 7453 <div class="header">Description:</div> 7452 7454 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known … … 7460 7462 </div> 7461 7463 <div class="refsect1" lang="en" xml:lang="en"> 7462 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571495"></a>7464 <a xmlns="http://www.w3.org/1999/xhtml" id="id613383"></a> 7463 7465 <div class="header">See Also:</div> 7464 7466 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7488 7490 <div> 7489 7491 <div class="refsect1" lang="en" xml:lang="en"> 7490 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571565"></a>7492 <a xmlns="http://www.w3.org/1999/xhtml" id="id613452"></a> 7491 7493 <div class="header">Arguments and Values:</div> 7492 7494 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p> … … 7527 7529 </div> 7528 7530 <div class="refsect1" lang="en" xml:lang="en"> 7529 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571750"></a>7531 <a xmlns="http://www.w3.org/1999/xhtml" id="id613638"></a> 7530 7532 <div class="header">Description:</div> 7531 7533 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the … … 7548 7550 </div> 7549 7551 <div class="refsect1" lang="en" xml:lang="en"> 7550 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571802"></a>7552 <a xmlns="http://www.w3.org/1999/xhtml" id="id613690"></a> 7551 7553 <div class="header">See Also:</div> 7552 7554 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span> … … 7567 7569 <div> 7568 7570 <div class="refsect1" lang="en" xml:lang="en"> 7569 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571881"></a>7571 <a xmlns="http://www.w3.org/1999/xhtml" id="id613769"></a> 7570 7572 <div class="header">Arguments and Values:</div> 7571 7573 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7577 7579 </div> 7578 7580 <div class="refsect1" lang="en" xml:lang="en"> 7579 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571935"></a>7581 <a xmlns="http://www.w3.org/1999/xhtml" id="id613823"></a> 7580 7582 <div class="header">Description:</div> 7581 7583 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from … … 7599 7601 </div> 7600 7602 <div class="refsect1" lang="en" xml:lang="en"> 7601 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571990"></a>7603 <a xmlns="http://www.w3.org/1999/xhtml" id="id613878"></a> 7602 7604 <div class="header">See Also:</div> 7603 7605 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-resume" title="Function PROCESS-RESUME"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-resume</b></a>, <a class="xref" href="#f_process-suspend-count" title="Function PROCESS-SUSPEND-COUNT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend-count</b></a></span> 7604 7606 </div> 7605 7607 <div class="refsect1" lang="en" xml:lang="en"> 7606 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572015"></a>7608 <a xmlns="http://www.w3.org/1999/xhtml" id="id613903"></a> 7607 7609 <div class="header">Notes:</div> 7608 7610 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called … … 7630 7632 <div> 7631 7633 <div class="refsect1" lang="en" xml:lang="en"> 7632 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572096"></a>7634 <a xmlns="http://www.w3.org/1999/xhtml" id="id613984"></a> 7633 7635 <div class="header">Arguments and Values:</div> 7634 7636 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7641 7643 </div> 7642 7644 <div class="refsect1" lang="en" xml:lang="en"> 7643 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572150"></a>7645 <a xmlns="http://www.w3.org/1999/xhtml" id="id614038"></a> 7644 7646 <div class="header">Description:</div> 7645 7647 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to … … 7652 7654 </div> 7653 7655 <div class="refsect1" lang="en" xml:lang="en"> 7654 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572181"></a>7656 <a xmlns="http://www.w3.org/1999/xhtml" id="id614069"></a> 7655 7657 <div class="header">See Also:</div> 7656 7658 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a>, <a class="xref" href="#f_process-suspend-count" title="Function PROCESS-SUSPEND-COUNT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend-count</b></a></span> 7657 7659 </div> 7658 7660 <div class="refsect1" lang="en" xml:lang="en"> 7659 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572206"></a>7661 <a xmlns="http://www.w3.org/1999/xhtml" id="id614094"></a> 7660 7662 <div class="header">Notes:</div> 7661 7663 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7683 7685 <div> 7684 7686 <div class="refsect1" lang="en" xml:lang="en"> 7685 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572271"></a>7687 <a xmlns="http://www.w3.org/1999/xhtml" id="id614160"></a> 7686 7688 <div class="header">Arguments and Values:</div> 7687 7689 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7693 7695 </div> 7694 7696 <div class="refsect1" lang="en" xml:lang="en"> 7695 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572324"></a>7697 <a xmlns="http://www.w3.org/1999/xhtml" id="id614213"></a> 7696 7698 <div class="header">Description:</div> 7697 7699 <p xmlns="http://www.w3.org/1999/xhtml">An "outstanding" <a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a> call … … 7708 7710 </div> 7709 7711 <div class="refsect1" lang="en" xml:lang="en"> 7710 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572374"></a>7712 <a xmlns="http://www.w3.org/1999/xhtml" id="id614263"></a> 7711 7713 <div class="header">See Also:</div> 7712 7714 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a>, <a class="xref" href="#f_process-resume" title="Function PROCESS-RESUME"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-resume</b></a></span> … … 7729 7731 <div> 7730 7732 <div class="refsect1" lang="en" xml:lang="en"> 7731 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572451"></a>7733 <a xmlns="http://www.w3.org/1999/xhtml" id="id614340"></a> 7732 7734 <div class="header">Arguments and Values:</div> 7733 7735 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7740 7742 </div> 7741 7743 <div class="refsect1" lang="en" xml:lang="en"> 7742 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572526"></a>7744 <a xmlns="http://www.w3.org/1999/xhtml" id="id614414"></a> 7743 7745 <div class="header">Description:</div> 7744 7746 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset … … 7754 7756 </div> 7755 7757 <div class="refsect1" lang="en" xml:lang="en"> 7756 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572570"></a>7758 <a xmlns="http://www.w3.org/1999/xhtml" id="id614458"></a> 7757 7759 <div class="header">See Also:</div> 7758 7760 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span> … … 7775 7777 <div> 7776 7778 <div class="refsect1" lang="en" xml:lang="en"> 7777 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572652"></a>7779 <a xmlns="http://www.w3.org/1999/xhtml" id="id614541"></a> 7778 7780 <div class="header">Arguments and Values:</div> 7779 7781 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7784 7786 </div> 7785 7787 <div class="refsect1" lang="en" xml:lang="en"> 7786 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572714"></a>7788 <a xmlns="http://www.w3.org/1999/xhtml" id="id614602"></a> 7787 7789 <div class="header">Description:</div> 7788 7790 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>. … … 7801 7803 </div> 7802 7804 <div class="refsect1" lang="en" xml:lang="en"> 7803 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572763"></a>7805 <a xmlns="http://www.w3.org/1999/xhtml" id="id614651"></a> 7804 7806 <div class="header">See Also:</div> 7805 7807 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span> 7806 7808 </div> 7807 7809 <div class="refsect1" lang="en" xml:lang="en"> 7808 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572793"></a>7810 <a xmlns="http://www.w3.org/1999/xhtml" id="id614682"></a> 7809 7811 <div class="header">Notes:</div> 7810 7812 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means … … 7827 7829 <div> 7828 7830 <div class="refsect1" lang="en" xml:lang="en"> 7829 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572909"></a>7831 <a xmlns="http://www.w3.org/1999/xhtml" id="id614797"></a> 7830 7832 <div class="header">Arguments and Values:</div> 7831 7833 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process. … … 7849 7851 </div> 7850 7852 <div class="refsect1" lang="en" xml:lang="en"> 7851 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573098"></a>7853 <a xmlns="http://www.w3.org/1999/xhtml" id="id614986"></a> 7852 7854 <div class="header">Description:</div> 7853 7855 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via … … 7862 7864 </div> 7863 7865 <div class="refsect1" lang="en" xml:lang="en"> 7864 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573133"></a>7866 <a xmlns="http://www.w3.org/1999/xhtml" id="id615021"></a> 7865 7867 <div class="header">See Also:</div> 7866 7868 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a></span> … … 7883 7885 <div> 7884 7886 <div class="refsect1" lang="en" xml:lang="en"> 7885 <a xmlns="http://www.w3.org/1999/xhtml" id="id 576451"></a>7887 <a xmlns="http://www.w3.org/1999/xhtml" id="id618349"></a> 7886 7888 <div class="header">Arguments and Values:</div> 7887 7889 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7896 7898 </div> 7897 7899 <div class="refsect1" lang="en" xml:lang="en"> 7898 <a xmlns="http://www.w3.org/1999/xhtml" id="id 576543"></a>7900 <a xmlns="http://www.w3.org/1999/xhtml" id="id618440"></a> 7899 7901 <div class="header">Description:</div> 7900 7902 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em> … … 7927 7929 </div> 7928 7930 <div class="refsect1" lang="en" xml:lang="en"> 7929 <a xmlns="http://www.w3.org/1999/xhtml" id="id 576618"></a>7931 <a xmlns="http://www.w3.org/1999/xhtml" id="id618515"></a> 7930 7932 <div class="header">See Also:</div> 7931 7933 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7936 7938 </div> 7937 7939 <div class="refsect1" lang="en" xml:lang="en"> 7938 <a xmlns="http://www.w3.org/1999/xhtml" id="id 576637"></a>7940 <a xmlns="http://www.w3.org/1999/xhtml" id="id618534"></a> 7939 7941 <div class="header">Notes:</div> 7940 7942 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em> … … 7966 7968 <div> 7967 7969 <div class="refsect1" lang="en" xml:lang="en"> 7968 <a xmlns="http://www.w3.org/1999/xhtml" id="id 576702"></a>7970 <a xmlns="http://www.w3.org/1999/xhtml" id="id618599"></a> 7969 7971 <div class="header">Value Type:</div> 7970 7972 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p> 7971 7973 </div> 7972 7974 <div class="refsect1" lang="en" xml:lang="en"> 7973 <a xmlns="http://www.w3.org/1999/xhtml" id="id 576713"></a>7975 <a xmlns="http://www.w3.org/1999/xhtml" id="id618610"></a> 7974 7976 <div class="header">Initial Value:</div> 7975 7977 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself. … … 7977 7979 </div> 7978 7980 <div class="refsect1" lang="en" xml:lang="en"> 7979 <a xmlns="http://www.w3.org/1999/xhtml" id="id 576725"></a>7981 <a xmlns="http://www.w3.org/1999/xhtml" id="id618622"></a> 7980 7982 <div class="header">Description:</div> 7981 7983 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is … … 7983 7985 </div> 7984 7986 <div class="refsect1" lang="en" xml:lang="en"> 7985 <a xmlns="http://www.w3.org/1999/xhtml" id="id 576737"></a>7987 <a xmlns="http://www.w3.org/1999/xhtml" id="id618634"></a> 7986 7988 <div class="header">See Also:</div> 7987 7989 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8007 8009 <div> 8008 8010 <div class="refsect1" lang="en" xml:lang="en"> 8009 <a xmlns="http://www.w3.org/1999/xhtml" id="id 576807"></a>8011 <a xmlns="http://www.w3.org/1999/xhtml" id="id618704"></a> 8010 8012 <div class="header">Arguments and Values:</div> 8011 8013 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8014 8016 </div> 8015 8017 <div class="refsect1" lang="en" xml:lang="en"> 8016 <a xmlns="http://www.w3.org/1999/xhtml" id="id 576863"></a>8018 <a xmlns="http://www.w3.org/1999/xhtml" id="id618760"></a> 8017 8019 <div class="header">Description:</div> 8018 8020 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit … … 8041 8043 </div> 8042 8044 <div class="refsect1" lang="en" xml:lang="en"> 8043 <a xmlns="http://www.w3.org/1999/xhtml" id="id 576931"></a>8045 <a xmlns="http://www.w3.org/1999/xhtml" id="id618828"></a> 8044 8046 <div class="header">See Also:</div> 8045 8047 <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> … … 8061 8063 <div> 8062 8064 <div class="refsect1" lang="en" xml:lang="en"> 8063 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577004"></a>8065 <a xmlns="http://www.w3.org/1999/xhtml" id="id618901"></a> 8064 8066 <div class="header">Arguments and Values:</div> 8065 8067 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which … … 8068 8070 </div> 8069 8071 <div class="refsect1" lang="en" xml:lang="en"> 8070 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577045"></a>8072 <a xmlns="http://www.w3.org/1999/xhtml" id="id618942"></a> 8071 8073 <div class="header">Description:</div> 8072 8074 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8076 8078 </div> 8077 8079 <div class="refsect1" lang="en" xml:lang="en"> 8078 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577057"></a>8080 <a xmlns="http://www.w3.org/1999/xhtml" id="id618954"></a> 8079 8081 <div class="header">See Also:</div> 8080 8082 <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> … … 8096 8098 <div> 8097 8099 <div class="refsect1" lang="en" xml:lang="en"> 8098 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577131"></a>8100 <a xmlns="http://www.w3.org/1999/xhtml" id="id619027"></a> 8099 8101 <div class="header">Arguments and Values:</div> 8100 8102 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8102 8104 </div> 8103 8105 <div class="refsect1" lang="en" xml:lang="en"> 8104 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577172"></a>8106 <a xmlns="http://www.w3.org/1999/xhtml" id="id619069"></a> 8105 8107 <div class="header">Description:</div> 8106 8108 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8110 8112 </div> 8111 8113 <div class="refsect1" lang="en" xml:lang="en"> 8112 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577186"></a>8114 <a xmlns="http://www.w3.org/1999/xhtml" id="id619083"></a> 8113 8115 <div class="header">See Also:</div> 8114 8116 <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> … … 8132 8134 <div> 8133 8135 <div class="refsect1" lang="en" xml:lang="en"> 8134 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577270"></a>8136 <a xmlns="http://www.w3.org/1999/xhtml" id="id619166"></a> 8135 8137 <div class="header">Arguments and Values:</div> 8136 8138 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8138 8140 </div> 8139 8141 <div class="refsect1" lang="en" xml:lang="en"> 8140 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577311"></a>8142 <a xmlns="http://www.w3.org/1999/xhtml" id="id619208"></a> 8141 8143 <div class="header">Description:</div> 8142 8144 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 8152 8154 </div> 8153 8155 <div class="refsect1" lang="en" xml:lang="en"> 8154 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577374"></a>8156 <a xmlns="http://www.w3.org/1999/xhtml" id="id619271"></a> 8155 8157 <div class="header">See Also:</div> 8156 8158 <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> … … 8171 8173 <div> 8172 8174 <div class="refsect1" lang="en" xml:lang="en"> 8173 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577433"></a>8175 <a xmlns="http://www.w3.org/1999/xhtml" id="id619330"></a> 8174 8176 <div class="header">Value Type:</div> 8175 8177 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p> 8176 8178 </div> 8177 8179 <div class="refsect1" lang="en" xml:lang="en"> 8178 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577444"></a>8180 <a xmlns="http://www.w3.org/1999/xhtml" id="id619341"></a> 8179 8181 <div class="header">Initial Value:</div> 8180 8182 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler. Currently, … … 8183 8185 </div> 8184 8186 <div class="refsect1" lang="en" xml:lang="en"> 8185 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577456"></a>8187 <a xmlns="http://www.w3.org/1999/xhtml" id="id619353"></a> 8186 8188 <div class="header">Description:</div> 8187 8189 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best, … … 8191 8193 </div> 8192 8194 <div class="refsect1" lang="en" xml:lang="en"> 8193 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577469"></a>8195 <a xmlns="http://www.w3.org/1999/xhtml" id="id619366"></a> 8194 8196 <div class="header">See Also:</div> 8195 8197 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8215 8217 <div> 8216 8218 <div class="refsect1" lang="en" xml:lang="en"> 8217 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577573"></a>8219 <a xmlns="http://www.w3.org/1999/xhtml" id="id619470"></a> 8218 8220 <div class="header">Description:</div> 8219 8221 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of … … 8229 8231 </div> 8230 8232 <div class="refsect1" lang="en" xml:lang="en"> 8231 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577615"></a>8233 <a xmlns="http://www.w3.org/1999/xhtml" id="id619512"></a> 8232 8234 <div class="header">See Also:</div> 8233 8235 <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> 8234 8236 </div> 8235 8237 <div class="refsect1" lang="en" xml:lang="en"> 8236 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577646"></a>8238 <a xmlns="http://www.w3.org/1999/xhtml" id="id619543"></a> 8237 8239 <div class="header">Notes:</div> 8238 8240 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to … … 8258 8260 <div> 8259 8261 <div class="refsect1" lang="en" xml:lang="en"> 8260 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577704"></a>8262 <a xmlns="http://www.w3.org/1999/xhtml" id="id619601"></a> 8261 8263 <div class="header">Description:</div> 8262 8264 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing … … 8267 8269 </div> 8268 8270 <div class="refsect1" lang="en" xml:lang="en"> 8269 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577718"></a>8271 <a xmlns="http://www.w3.org/1999/xhtml" id="id619614"></a> 8270 8272 <div class="header">See Also:</div> 8271 8273 <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> 8272 8274 </div> 8273 8275 <div class="refsect1" lang="en" xml:lang="en"> 8274 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577766"></a>8276 <a xmlns="http://www.w3.org/1999/xhtml" id="id619662"></a> 8275 8277 <div class="header">Notes:</div> 8276 8278 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative … … 8295 8297 <div> 8296 8298 <div class="refsect1" lang="en" xml:lang="en"> 8297 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577830"></a>8299 <a xmlns="http://www.w3.org/1999/xhtml" id="id619727"></a> 8298 8300 <div class="header">Arguments and Values:</div> 8299 8301 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8308 8310 </div> 8309 8311 <div class="refsect1" lang="en" xml:lang="en"> 8310 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577910"></a>8312 <a xmlns="http://www.w3.org/1999/xhtml" id="id619806"></a> 8311 8313 <div class="header">Description:</div> 8312 8314 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly … … 8325 8327 </div> 8326 8328 <div class="refsect1" lang="en" xml:lang="en"> 8327 <a xmlns="http://www.w3.org/1999/xhtml" id="id 577945"></a>8329 <a xmlns="http://www.w3.org/1999/xhtml" id="id619841"></a> 8328 8330 <div class="header">See Also:</div> 8329 8331 <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> … … 8345 8347 <div> 8346 8348 <div class="refsect1" lang="en" xml:lang="en"> 8347 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578054"></a>8349 <a xmlns="http://www.w3.org/1999/xhtml" id="id619950"></a> 8348 8350 <div class="header">Arguments and Values:</div> 8349 8351 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8363 8365 </div> 8364 8366 <div class="refsect1" lang="en" xml:lang="en"> 8365 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578168"></a>8367 <a xmlns="http://www.w3.org/1999/xhtml" id="id620062"></a> 8366 8368 <div class="header">Description:</div> 8367 8369 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like … … 8380 8382 </div> 8381 8383 <div class="refsect1" lang="en" xml:lang="en"> 8382 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578218"></a>8384 <a xmlns="http://www.w3.org/1999/xhtml" id="id620112"></a> 8383 8385 <div class="header">See Also:</div> 8384 8386 <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> … … 8400 8402 <div> 8401 8403 <div class="refsect1" lang="en" xml:lang="en"> 8402 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578335"></a>8404 <a xmlns="http://www.w3.org/1999/xhtml" id="id620229"></a> 8403 8405 <div class="header">Arguments and Values:</div> 8404 8406 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8407 8409 </div> 8408 8410 <div class="refsect1" lang="en" xml:lang="en"> 8409 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578379"></a>8411 <a xmlns="http://www.w3.org/1999/xhtml" id="id620274"></a> 8410 8412 <div class="header">Description:</div> 8411 8413 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8422 8424 </div> 8423 8425 <div class="refsect1" lang="en" xml:lang="en"> 8424 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578411"></a>8426 <a xmlns="http://www.w3.org/1999/xhtml" id="id620306"></a> 8425 8427 <div class="header">See Also:</div> 8426 8428 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8446 8448 <div> 8447 8449 <div class="refsect1" lang="en" xml:lang="en"> 8448 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578482"></a>8450 <a xmlns="http://www.w3.org/1999/xhtml" id="id620377"></a> 8449 8451 <div class="header">Arguments and Values:</div> 8450 8452 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of … … 8456 8458 </div> 8457 8459 <div class="refsect1" lang="en" xml:lang="en"> 8458 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578535"></a>8460 <a xmlns="http://www.w3.org/1999/xhtml" id="id620430"></a> 8459 8461 <div class="header">Description:</div> 8460 8462 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can … … 8466 8468 </div> 8467 8469 <div class="refsect1" lang="en" xml:lang="en"> 8468 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578552"></a>8470 <a xmlns="http://www.w3.org/1999/xhtml" id="id620446"></a> 8469 8471 <div class="header">See Also:</div> 8470 8472 <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> … … 8486 8488 <div> 8487 8489 <div class="refsect1" lang="en" xml:lang="en"> 8488 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591600"></a>8490 <a xmlns="http://www.w3.org/1999/xhtml" id="id633489"></a> 8489 8491 <div class="header">Arguments and Values:</div> 8490 8492 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8494 8496 </div> 8495 8497 <div class="refsect1" lang="en" xml:lang="en"> 8496 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591651"></a>8498 <a xmlns="http://www.w3.org/1999/xhtml" id="id633540"></a> 8497 8499 <div class="header">Description:</div> 8498 8500 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or … … 8505 8507 </div> 8506 8508 <div class="refsect1" lang="en" xml:lang="en"> 8507 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591680"></a>8509 <a xmlns="http://www.w3.org/1999/xhtml" id="id633569"></a> 8508 8510 <div class="header">See Also:</div> 8509 8511 <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> … … 8524 8526 <div> 8525 8527 <div class="refsect1" lang="en" xml:lang="en"> 8526 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591780"></a>8528 <a xmlns="http://www.w3.org/1999/xhtml" id="id633669"></a> 8527 8529 <div class="header">Arguments and Values:</div> 8528 8530 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8529 8531 </div> 8530 8532 <div class="refsect1" lang="en" xml:lang="en"> 8531 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591802"></a>8533 <a xmlns="http://www.w3.org/1999/xhtml" id="id633692"></a> 8532 8534 <div class="header">Description:</div> 8533 8535 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the … … 8540 8542 </div> 8541 8543 <div class="refsect1" lang="en" xml:lang="en"> 8542 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591836"></a>8544 <a xmlns="http://www.w3.org/1999/xhtml" id="id633725"></a> 8543 8545 <div class="header">See Also:</div> 8544 8546 <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> … … 8558 8560 <div> 8559 8561 <div class="refsect1" lang="en" xml:lang="en"> 8560 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591935"></a>8562 <a xmlns="http://www.w3.org/1999/xhtml" id="id633824"></a> 8561 8563 <div class="header">Arguments and Values:</div> 8562 8564 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8563 8565 </div> 8564 8566 <div class="refsect1" lang="en" xml:lang="en"> 8565 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591957"></a>8567 <a xmlns="http://www.w3.org/1999/xhtml" id="id633847"></a> 8566 8568 <div class="header">Description:</div> 8567 8569 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if … … 8576 8578 </div> 8577 8579 <div class="refsect1" lang="en" xml:lang="en"> 8578 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591991"></a>8580 <a xmlns="http://www.w3.org/1999/xhtml" id="id633880"></a> 8579 8581 <div class="header">See Also:</div> 8580 8582 <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> … … 8595 8597 <div> 8596 8598 <div class="refsect1" lang="en" xml:lang="en"> 8597 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592091"></a>8599 <a xmlns="http://www.w3.org/1999/xhtml" id="id633981"></a> 8598 8600 <div class="header">Arguments and Values:</div> 8599 8601 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8602 8604 </div> 8603 8605 <div class="refsect1" lang="en" xml:lang="en"> 8604 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592130"></a>8606 <a xmlns="http://www.w3.org/1999/xhtml" id="id634019"></a> 8605 8607 <div class="header">Description:</div> 8606 8608 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em> … … 8615 8617 </div> 8616 8618 <div class="refsect1" lang="en" xml:lang="en"> 8617 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592153"></a>8619 <a xmlns="http://www.w3.org/1999/xhtml" id="id634042"></a> 8618 8620 <div class="header">See Also:</div> 8619 8621 <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> … … 8635 8637 <div> 8636 8638 <div class="refsect1" lang="en" xml:lang="en"> 8637 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592253"></a>8639 <a xmlns="http://www.w3.org/1999/xhtml" id="id634142"></a> 8638 8640 <div class="header">Arguments and Values:</div> 8639 8641 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type … … 8641 8643 </div> 8642 8644 <div class="refsect1" lang="en" xml:lang="en"> 8643 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592276"></a>8645 <a xmlns="http://www.w3.org/1999/xhtml" id="id634165"></a> 8644 8646 <div class="header">Description:</div> 8645 8647 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK. … … 8652 8654 </div> 8653 8655 <div class="refsect1" lang="en" xml:lang="en"> 8654 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592292"></a>8656 <a xmlns="http://www.w3.org/1999/xhtml" id="id634181"></a> 8655 8657 <div class="header">See Also:</div> 8656 8658 <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> 8657 8659 </div> 8658 8660 <div class="refsect1" lang="en" xml:lang="en"> 8659 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592340"></a>8661 <a xmlns="http://www.w3.org/1999/xhtml" id="id634229"></a> 8660 8662 <div class="header">Notes:</div> 8661 8663 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to … … 8680 8682 <div> 8681 8683 <div class="refsect1" lang="en" xml:lang="en"> 8682 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592396"></a>8684 <a xmlns="http://www.w3.org/1999/xhtml" id="id634286"></a> 8683 8685 <div class="header">Arguments and Values:</div> 8684 8686 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8689 8691 </div> 8690 8692 <div class="refsect1" lang="en" xml:lang="en"> 8691 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592448"></a>8693 <a xmlns="http://www.w3.org/1999/xhtml" id="id634337"></a> 8692 8694 <div class="header">Description:</div> 8693 8695 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8703 8705 </div> 8704 8706 <div class="refsect1" lang="en" xml:lang="en"> 8705 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592487"></a>8707 <a xmlns="http://www.w3.org/1999/xhtml" id="id634377"></a> 8706 8708 <div class="header">See Also:</div> 8707 8709 <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> … … 8723 8725 <div> 8724 8726 <div class="refsect1" lang="en" xml:lang="en"> 8725 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592581"></a>8727 <a xmlns="http://www.w3.org/1999/xhtml" id="id634470"></a> 8726 8728 <div class="header">Arguments and Values:</div> 8727 8729 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8732 8734 </div> 8733 8735 <div class="refsect1" lang="en" xml:lang="en"> 8734 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592632"></a>8736 <a xmlns="http://www.w3.org/1999/xhtml" id="id634521"></a> 8735 8737 <div class="header">Description:</div> 8736 8738 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8747 8749 </div> 8748 8750 <div class="refsect1" lang="en" xml:lang="en"> 8749 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592677"></a>8751 <a xmlns="http://www.w3.org/1999/xhtml" id="id634566"></a> 8750 8752 <div class="header">See Also:</div> 8751 8753 <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> … … 8767 8769 <div> 8768 8770 <div class="refsect1" lang="en" xml:lang="en"> 8769 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592766"></a>8771 <a xmlns="http://www.w3.org/1999/xhtml" id="id634656"></a> 8770 8772 <div class="header">Arguments and Values:</div> 8771 8773 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p> 8772 8774 </div> 8773 8775 <div class="refsect1" lang="en" xml:lang="en"> 8774 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592789"></a>8776 <a xmlns="http://www.w3.org/1999/xhtml" id="id634678"></a> 8775 8777 <div class="header">Description:</div> 8776 8778 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE. … … 8781 8783 </div> 8782 8784 <div class="refsect1" lang="en" xml:lang="en"> 8783 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592804"></a>8785 <a xmlns="http://www.w3.org/1999/xhtml" id="id634693"></a> 8784 8786 <div class="header">See Also:</div> 8785 8787 <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> … … 8801 8803 <div> 8802 8804 <div class="refsect1" lang="en" xml:lang="en"> 8803 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592899"></a>8805 <a xmlns="http://www.w3.org/1999/xhtml" id="id634788"></a> 8804 8806 <div class="header">Arguments and Values:</div> 8805 8807 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 8808 8810 </div> 8809 8811 <div class="refsect1" lang="en" xml:lang="en"> 8810 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592935"></a>8812 <a xmlns="http://www.w3.org/1999/xhtml" id="id634824"></a> 8811 8813 <div class="header">Description:</div> 8812 8814 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s … … 8815 8817 </div> 8816 8818 <div class="refsect1" lang="en" xml:lang="en"> 8817 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592949"></a>8819 <a xmlns="http://www.w3.org/1999/xhtml" id="id634838"></a> 8818 8820 <div class="header">See Also:</div> 8819 8821 <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> 8820 8822 </div> 8821 8823 <div class="refsect1" lang="en" xml:lang="en"> 8822 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593002"></a>8824 <a xmlns="http://www.w3.org/1999/xhtml" id="id634891"></a> 8823 8825 <div class="header">Notes:</div> 8824 8826 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 8843 8845 <div> 8844 8846 <div class="refsect1" lang="en" xml:lang="en"> 8845 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593062"></a>8847 <a xmlns="http://www.w3.org/1999/xhtml" id="id634951"></a> 8846 8848 <div class="header">Arguments and Values:</div> 8847 8849 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 8850 8852 </div> 8851 8853 <div class="refsect1" lang="en" xml:lang="en"> 8852 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593098"></a>8854 <a xmlns="http://www.w3.org/1999/xhtml" id="id634987"></a> 8853 8855 <div class="header">Description:</div> 8854 8856 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 8858 8860 </div> 8859 8861 <div class="refsect1" lang="en" xml:lang="en"> 8860 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593112"></a>8862 <a xmlns="http://www.w3.org/1999/xhtml" id="id635002"></a> 8861 8863 <div class="header">See Also:</div> 8862 8864 <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> 8863 8865 </div> 8864 8866 <div class="refsect1" lang="en" xml:lang="en"> 8865 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593165"></a>8867 <a xmlns="http://www.w3.org/1999/xhtml" id="id635055"></a> 8866 8868 <div class="header">Notes:</div> 8867 8869 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 8887 8889 <div> 8888 8890 <div class="refsect1" lang="en" xml:lang="en"> 8889 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593226"></a>8891 <a xmlns="http://www.w3.org/1999/xhtml" id="id635115"></a> 8890 8892 <div class="header">Arguments and Values:</div> 8891 8893 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p> … … 8900 8902 </div> 8901 8903 <div class="refsect1" lang="en" xml:lang="en"> 8902 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593292"></a>8904 <a xmlns="http://www.w3.org/1999/xhtml" id="id635181"></a> 8903 8905 <div class="header">Description:</div> 8904 8906 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 8909 8911 </div> 8910 8912 <div class="refsect1" lang="en" xml:lang="en"> 8911 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593309"></a>8913 <a xmlns="http://www.w3.org/1999/xhtml" id="id635198"></a> 8912 8914 <div class="header">See Also:</div> 8913 8915 <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> … … 8929 8931 <div> 8930 8932 <div class="refsect1" lang="en" xml:lang="en"> 8931 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593402"></a>8933 <a xmlns="http://www.w3.org/1999/xhtml" id="id635291"></a> 8932 8934 <div class="header">Arguments and Values:</div> 8933 8935 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 8937 8939 </div> 8938 8940 <div class="refsect1" lang="en" xml:lang="en"> 8939 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593444"></a>8941 <a xmlns="http://www.w3.org/1999/xhtml" id="id635333"></a> 8940 8942 <div class="header">Description:</div> 8941 8943 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>. … … 8953 8955 </div> 8954 8956 <div class="refsect1" lang="en" xml:lang="en"> 8955 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593477"></a>8957 <a xmlns="http://www.w3.org/1999/xhtml" id="id635366"></a> 8956 8958 <div class="header">See Also:</div> 8957 8959 <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> 8958 8960 </div> 8959 8961 <div class="refsect1" lang="en" xml:lang="en"> 8960 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593514"></a>8962 <a xmlns="http://www.w3.org/1999/xhtml" id="id635404"></a> 8961 8963 <div class="header">Notes:</div> 8962 8964 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8983 8985 <div> 8984 8986 <div class="refsect1" lang="en" xml:lang="en"> 8985 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593579"></a>8987 <a xmlns="http://www.w3.org/1999/xhtml" id="id635468"></a> 8986 8988 <div class="header">Arguments and Values:</div> 8987 8989 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 8991 8993 </div> 8992 8994 <div class="refsect1" lang="en" xml:lang="en"> 8993 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593620"></a>8995 <a xmlns="http://www.w3.org/1999/xhtml" id="id635510"></a> 8994 8996 <div class="header">Description:</div> 8995 8997 <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 … … 9004 9006 </div> 9005 9007 <div class="refsect1" lang="en" xml:lang="en"> 9006 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593654"></a>9008 <a xmlns="http://www.w3.org/1999/xhtml" id="id635543"></a> 9007 9009 <div class="header">See Also:</div> 9008 9010 <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> 9009 9011 </div> 9010 9012 <div class="refsect1" lang="en" xml:lang="en"> 9011 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593691"></a>9013 <a xmlns="http://www.w3.org/1999/xhtml" id="id635580"></a> 9012 9014 <div class="header">Notes:</div> 9013 9015 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9034 9036 <div> 9035 9037 <div class="refsect1" lang="en" xml:lang="en"> 9036 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593756"></a>9038 <a xmlns="http://www.w3.org/1999/xhtml" id="id635645"></a> 9037 9039 <div class="header">Arguments and Values:</div> 9038 9040 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 9041 9043 </div> 9042 9044 <div class="refsect1" lang="en" xml:lang="en"> 9043 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593794"></a>9045 <a xmlns="http://www.w3.org/1999/xhtml" id="id635684"></a> 9044 9046 <div class="header">Description:</div> 9045 9047 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal … … 9049 9051 </div> 9050 9052 <div class="refsect1" lang="en" xml:lang="en"> 9051 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593811"></a>9053 <a xmlns="http://www.w3.org/1999/xhtml" id="id635700"></a> 9052 9054 <div class="header">See Also:</div> 9053 9055 <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> … … 9068 9070 <div> 9069 9071 <div class="refsect1" lang="en" xml:lang="en"> 9070 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593888"></a>9072 <a xmlns="http://www.w3.org/1999/xhtml" id="id635777"></a> 9071 9073 <div class="header">Value Type:</div> 9072 9074 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p> 9073 9075 </div> 9074 9076 <div class="refsect1" lang="en" xml:lang="en"> 9075 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593898"></a>9077 <a xmlns="http://www.w3.org/1999/xhtml" id="id635787"></a> 9076 9078 <div class="header">Initial Value:</div> 9077 9079 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p> 9078 9080 </div> 9079 9081 <div class="refsect1" lang="en" xml:lang="en"> 9080 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593907"></a>9082 <a xmlns="http://www.w3.org/1999/xhtml" id="id635797"></a> 9081 9083 <div class="header">Description:</div> 9082 9084 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input … … 9090 9092 </div> 9091 9093 <div class="refsect1" lang="en" xml:lang="en"> 9092 <a xmlns="http://www.w3.org/1999/xhtml" id="id 593921"></a>9094 <a xmlns="http://www.w3.org/1999/xhtml" id="id635810"></a> 9093 9095 <div class="header">See Also:</div> 9094 9096 <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> … … 9109 9111 <div> 9110 9112 <div class="refsect1" lang="en" xml:lang="en"> 9111 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594012"></a>9113 <a xmlns="http://www.w3.org/1999/xhtml" id="id635901"></a> 9112 9114 <div class="header">Arguments and Values:</div> 9113 9115 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by … … 9118 9120 </div> 9119 9121 <div class="refsect1" lang="en" xml:lang="en"> 9120 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594051"></a>9122 <a xmlns="http://www.w3.org/1999/xhtml" id="id635940"></a> 9121 9123 <div class="header">Description:</div> 9122 9124 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function. As such, it … … 9129 9131 </div> 9130 9132 <div class="refsect1" lang="en" xml:lang="en"> 9131 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594073"></a>9133 <a xmlns="http://www.w3.org/1999/xhtml" id="id635962"></a> 9132 9134 <div class="header">See Also:</div> 9133 9135 <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> … … 9150 9152 <div> 9151 9153 <div class="refsect1" lang="en" xml:lang="en"> 9152 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594166"></a>9154 <a xmlns="http://www.w3.org/1999/xhtml" id="id636055"></a> 9153 9155 <div class="header">Arguments and Values:</div> 9154 9156 <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> … … 9160 9162 </div> 9161 9163 <div class="refsect1" lang="en" xml:lang="en"> 9162 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594223"></a>9164 <a xmlns="http://www.w3.org/1999/xhtml" id="id636113"></a> 9163 9165 <div class="header">Description:</div> 9164 9166 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate. If the … … 9301 9303 <div> 9302 9304 <div class="refsect1" lang="en" xml:lang="en"> 9303 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544298"></a>9305 <a xmlns="http://www.w3.org/1999/xhtml" id="id621536"></a> 9304 9306 <div class="header">Arguments and Values:</div> 9305 9307 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently … … 9401 9403 </div> 9402 9404 <div class="refsect1" lang="en" xml:lang="en"> 9403 <a xmlns="http://www.w3.org/1999/xhtml" id="id 568240"></a>9405 <a xmlns="http://www.w3.org/1999/xhtml" id="id610199"></a> 9404 9406 <div class="header">Description:</div> 9405 9407 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p> … … 9420 9422 <div> 9421 9423 <div class="refsect1" lang="en" xml:lang="en"> 9422 <a xmlns="http://www.w3.org/1999/xhtml" id="id 568302"></a>9424 <a xmlns="http://www.w3.org/1999/xhtml" id="id617446"></a> 9423 9425 <div class="header">Arguments and Values:</div> 9424 9426 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p> … … 9428 9430 </div> 9429 9431 <div class="refsect1" lang="en" xml:lang="en"> 9430 <a xmlns="http://www.w3.org/1999/xhtml" id="id 568344"></a>9432 <a xmlns="http://www.w3.org/1999/xhtml" id="id617489"></a> 9431 9433 <div class="header">Description:</div> 9432 9434 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending … … 9454 9456 <div> 9455 9457 <div class="refsect1" lang="en" xml:lang="en"> 9456 <a xmlns="http://www.w3.org/1999/xhtml" id="id 575597"></a>9458 <a xmlns="http://www.w3.org/1999/xhtml" id="id617554"></a> 9457 9459 <div class="header">Arguments and Values:</div> 9458 9460 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the … … 9462 9464 </div> 9463 9465 <div class="refsect1" lang="en" xml:lang="en"> 9464 <a xmlns="http://www.w3.org/1999/xhtml" id="id 575639"></a>9466 <a xmlns="http://www.w3.org/1999/xhtml" id="id617595"></a> 9465 9467 <div class="header">Description:</div> 9466 9468 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to … … 9482 9484 <div> 9483 9485 <div class="refsect1" lang="en" xml:lang="en"> 9484 <a xmlns="http://www.w3.org/1999/xhtml" id="id 575701"></a>9486 <a xmlns="http://www.w3.org/1999/xhtml" id="id617657"></a> 9485 9487 <div class="header">Arguments and Values:</div> 9486 9488 <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> … … 9491 9493 </div> 9492 9494 <div class="refsect1" lang="en" xml:lang="en"> 9493 <a xmlns="http://www.w3.org/1999/xhtml" id="id 575743"></a>9495 <a xmlns="http://www.w3.org/1999/xhtml" id="id617699"></a> 9494 9496 <div class="header">Description:</div> 9495 9497 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p> … … 9510 9512 <div> 9511 9513 <div class="refsect1" lang="en" xml:lang="en"> 9512 <a xmlns="http://www.w3.org/1999/xhtml" id="id 575804"></a>9514 <a xmlns="http://www.w3.org/1999/xhtml" id="id617760"></a> 9513 9515 <div class="header">Arguments and Values:</div> 9514 9516 <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> … … 9517 9519 </div> 9518 9520 <div class="refsect1" lang="en" xml:lang="en"> 9519 <a xmlns="http://www.w3.org/1999/xhtml" id="id 575844"></a>9521 <a xmlns="http://www.w3.org/1999/xhtml" id="id617801"></a> 9520 9522 <div class="header">Description:</div> 9521 9523 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name … … 9537 9539 <div> 9538 9540 <div class="refsect1" lang="en" xml:lang="en"> 9539 <a xmlns="http://www.w3.org/1999/xhtml" id="id 575902"></a>9541 <a xmlns="http://www.w3.org/1999/xhtml" id="id617858"></a> 9540 9542 <div class="header">Arguments and Values:</div> 9541 9543 <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 … … 9545 9547 </div> 9546 9548 <div class="refsect1" lang="en" xml:lang="en"> 9547 <a xmlns="http://www.w3.org/1999/xhtml" id="id 575929"></a>9549 <a xmlns="http://www.w3.org/1999/xhtml" id="id608188"></a> 9548 9550 <div class="header">Description:</div> 9549 9551 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a … … 9565 9567 <div> 9566 9568 <div class="refsect1" lang="en" xml:lang="en"> 9567 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566272"></a>9569 <a xmlns="http://www.w3.org/1999/xhtml" id="id608246"></a> 9568 9570 <div class="header">Arguments and Values:</div> 9569 9571 <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 … … 9574 9576 </div> 9575 9577 <div class="refsect1" lang="en" xml:lang="en"> 9576 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566314"></a>9578 <a xmlns="http://www.w3.org/1999/xhtml" id="id608289"></a> 9577 9579 <div class="header">Description:</div> 9578 9580 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p> … … 9594 9596 <div> 9595 9597 <div class="refsect1" lang="en" xml:lang="en"> 9596 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566375"></a>9598 <a xmlns="http://www.w3.org/1999/xhtml" id="id608350"></a> 9597 9599 <div class="header">Arguments and Values:</div> 9598 9600 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p> … … 9611 9613 </div> 9612 9614 <div class="refsect1" lang="en" xml:lang="en"> 9613 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566466"></a>9615 <a xmlns="http://www.w3.org/1999/xhtml" id="id608440"></a> 9614 9616 <div class="header">Description:</div> 9615 9617 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are … … 9648 9650 <div> 9649 9651 <div class="refsect1" lang="en" xml:lang="en"> 9650 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566566"></a>9652 <a xmlns="http://www.w3.org/1999/xhtml" id="id608541"></a> 9651 9653 <div class="header">Arguments and Values:</div> 9652 9654 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p> … … 9663 9665 </div> 9664 9666 <div class="refsect1" lang="en" xml:lang="en"> 9665 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566668"></a>9667 <a xmlns="http://www.w3.org/1999/xhtml" id="id616190"></a> 9666 9668 <div class="header">Description:</div> 9667 9669 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p> … … 9682 9684 <div> 9683 9685 <div class="refsect1" lang="en" xml:lang="en"> 9684 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574300"></a>9686 <a xmlns="http://www.w3.org/1999/xhtml" id="id616251"></a> 9685 9687 <div class="header">Arguments and Values:</div> 9686 9688 <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> … … 9689 9691 </div> 9690 9692 <div class="refsect1" lang="en" xml:lang="en"> 9691 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574340"></a>9693 <a xmlns="http://www.w3.org/1999/xhtml" id="id616292"></a> 9692 9694 <div class="header">Description:</div> 9693 9695 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is … … 9710 9712 <div> 9711 9713 <div class="refsect1" lang="en" xml:lang="en"> 9712 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574399"></a>9714 <a xmlns="http://www.w3.org/1999/xhtml" id="id616350"></a> 9713 9715 <div class="header">Arguments and Values:</div> 9714 9716 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9715 9717 </div> 9716 9718 <div class="refsect1" lang="en" xml:lang="en"> 9717 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574425"></a>9719 <a xmlns="http://www.w3.org/1999/xhtml" id="id616376"></a> 9718 9720 <div class="header">Description:</div> 9719 9721 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or … … 9740 9742 <div> 9741 9743 <div class="refsect1" lang="en" xml:lang="en"> 9742 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574486"></a>9744 <a xmlns="http://www.w3.org/1999/xhtml" id="id616437"></a> 9743 9745 <div class="header">Arguments and Values:</div> 9744 9746 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9745 9747 </div> 9746 9748 <div class="refsect1" lang="en" xml:lang="en"> 9747 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574512"></a>9749 <a xmlns="http://www.w3.org/1999/xhtml" id="id616463"></a> 9748 9750 <div class="header">Description:</div> 9749 9751 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host, … … 9765 9767 <div> 9766 9768 <div class="refsect1" lang="en" xml:lang="en"> 9767 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574570"></a>9769 <a xmlns="http://www.w3.org/1999/xhtml" id="id616522"></a> 9768 9770 <div class="header">Arguments and Values:</div> 9769 9771 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9770 9772 </div> 9771 9773 <div class="refsect1" lang="en" xml:lang="en"> 9772 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574596"></a>9774 <a xmlns="http://www.w3.org/1999/xhtml" id="id616548"></a> 9773 9775 <div class="header">Description:</div> 9774 9776 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not … … 9790 9792 <div> 9791 9793 <div class="refsect1" lang="en" xml:lang="en"> 9792 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574654"></a>9794 <a xmlns="http://www.w3.org/1999/xhtml" id="id616605"></a> 9793 9795 <div class="header">Arguments and Values:</div> 9794 9796 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9795 9797 </div> 9796 9798 <div class="refsect1" lang="en" xml:lang="en"> 9797 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574680"></a>9799 <a xmlns="http://www.w3.org/1999/xhtml" id="id616631"></a> 9798 9800 <div class="header">Description:</div> 9799 9801 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p> … … 9814 9816 <div> 9815 9817 <div class="refsect1" lang="en" xml:lang="en"> 9816 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574737"></a>9818 <a xmlns="http://www.w3.org/1999/xhtml" id="id616688"></a> 9817 9819 <div class="header">Arguments and Values:</div> 9818 9820 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9819 9821 </div> 9820 9822 <div class="refsect1" lang="en" xml:lang="en"> 9821 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574763"></a>9823 <a xmlns="http://www.w3.org/1999/xhtml" id="id616714"></a> 9822 9824 <div class="header">Description:</div> 9823 9825 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p> … … 9838 9840 <div> 9839 9841 <div class="refsect1" lang="en" xml:lang="en"> 9840 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574820"></a>9842 <a xmlns="http://www.w3.org/1999/xhtml" id="id621618"></a> 9841 9843 <div class="header">Arguments and Values:</div> 9842 9844 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9843 9845 </div> 9844 9846 <div class="refsect1" lang="en" xml:lang="en"> 9845 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574846"></a>9847 <a xmlns="http://www.w3.org/1999/xhtml" id="id621644"></a> 9846 9848 <div class="header">Description:</div> 9847 9849 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p> … … 9862 9864 <div> 9863 9865 <div class="refsect1" lang="en" xml:lang="en"> 9864 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579738"></a>9866 <a xmlns="http://www.w3.org/1999/xhtml" id="id621701"></a> 9865 9867 <div class="header">Arguments and Values:</div> 9866 9868 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9867 9869 </div> 9868 9870 <div class="refsect1" lang="en" xml:lang="en"> 9869 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579764"></a>9871 <a xmlns="http://www.w3.org/1999/xhtml" id="id621727"></a> 9870 9872 <div class="header">Description:</div> 9871 9873 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for … … 9887 9889 <div> 9888 9890 <div class="refsect1" lang="en" xml:lang="en"> 9889 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579821"></a>9891 <a xmlns="http://www.w3.org/1999/xhtml" id="id621784"></a> 9890 9892 <div class="header">Arguments and Values:</div> 9891 9893 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9892 9894 </div> 9893 9895 <div class="refsect1" lang="en" xml:lang="en"> 9894 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579847"></a>9896 <a xmlns="http://www.w3.org/1999/xhtml" id="id621810"></a> 9895 9897 <div class="header">Description:</div> 9896 9898 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format … … 9912 9914 <div> 9913 9915 <div class="refsect1" lang="en" xml:lang="en"> 9914 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579904"></a>9916 <a xmlns="http://www.w3.org/1999/xhtml" id="id621868"></a> 9915 9917 <div class="header">Arguments and Values:</div> 9916 9918 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9917 9919 </div> 9918 9920 <div class="refsect1" lang="en" xml:lang="en"> 9919 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579930"></a>9921 <a xmlns="http://www.w3.org/1999/xhtml" id="id621894"></a> 9920 9922 <div class="header">Description:</div> 9921 9923 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and … … 9936 9938 <div> 9937 9939 <div class="refsect1" lang="en" xml:lang="en"> 9938 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579973"></a>9940 <a xmlns="http://www.w3.org/1999/xhtml" id="id621937"></a> 9939 9941 <div class="header">Description:</div> 9940 9942 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p> 9941 9943 </div> 9942 9944 <div class="refsect1" lang="en" xml:lang="en"> 9943 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579984"></a>9945 <a xmlns="http://www.w3.org/1999/xhtml" id="id621948"></a> 9944 9946 <div class="header">Superclasses:</div> 9945 9947 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p> … … 9960 9962 <div> 9961 9963 <div class="refsect1" lang="en" xml:lang="en"> 9962 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580042"></a>9964 <a xmlns="http://www.w3.org/1999/xhtml" id="id622005"></a> 9963 9965 <div class="header">Arguments and Values:</div> 9964 9966 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 9965 9967 </div> 9966 9968 <div class="refsect1" lang="en" xml:lang="en"> 9967 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580068"></a>9969 <a xmlns="http://www.w3.org/1999/xhtml" id="id622031"></a> 9968 9970 <div class="header">Description:</div> 9969 9971 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p> … … 9984 9986 <div> 9985 9987 <div class="refsect1" lang="en" xml:lang="en"> 9986 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580125"></a>9988 <a xmlns="http://www.w3.org/1999/xhtml" id="id622089"></a> 9987 9989 <div class="header">Arguments and Values:</div> 9988 9990 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 9989 9991 </div> 9990 9992 <div class="refsect1" lang="en" xml:lang="en"> 9991 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580152"></a>9993 <a xmlns="http://www.w3.org/1999/xhtml" id="id622115"></a> 9992 9994 <div class="header">Description:</div> 9993 9995 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more … … 10013 10015 <div> 10014 10016 <div class="refsect1" lang="en" xml:lang="en"> 10015 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580215"></a>10017 <a xmlns="http://www.w3.org/1999/xhtml" id="id622179"></a> 10016 10018 <div class="header">Arguments and Values:</div> 10017 10019 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10018 10020 </div> 10019 10021 <div class="refsect1" lang="en" xml:lang="en"> 10020 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580241"></a>10022 <a xmlns="http://www.w3.org/1999/xhtml" id="id616790"></a> 10021 10023 <div class="header">Description:</div> 10022 10024 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On … … 10039 10041 <div> 10040 10042 <div class="refsect1" lang="en" xml:lang="en"> 10041 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574887"></a>10043 <a xmlns="http://www.w3.org/1999/xhtml" id="id616851"></a> 10042 10044 <div class="header">Arguments and Values:</div> 10043 10045 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p> … … 10050 10052 </div> 10051 10053 <div class="refsect1" lang="en" xml:lang="en"> 10052 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574930"></a>10054 <a xmlns="http://www.w3.org/1999/xhtml" id="id616894"></a> 10053 10055 <div class="header">Description:</div> 10054 10056 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It … … 10071 10073 <div> 10072 10074 <div class="refsect1" lang="en" xml:lang="en"> 10073 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574992"></a>10075 <a xmlns="http://www.w3.org/1999/xhtml" id="id616957"></a> 10074 10076 <div class="header">Arguments and Values:</div> 10075 10077 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p> … … 10078 10080 </div> 10079 10081 <div class="refsect1" lang="en" xml:lang="en"> 10080 <a xmlns="http://www.w3.org/1999/xhtml" id="id 575048"></a>10082 <a xmlns="http://www.w3.org/1999/xhtml" id="id617012"></a> 10081 10083 <div class="header">Description:</div> 10082 10084 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying … … 10210 10212 <div> 10211 10213 <div class="refsect1" lang="en" xml:lang="en"> 10212 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 34439"></a>10214 <a xmlns="http://www.w3.org/1999/xhtml" id="id591865"></a> 10213 10215 <div class="header">Arguments and Values:</div> 10214 10216 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file. … … 10261 10263 </div> 10262 10264 <div class="refsect1" lang="en" xml:lang="en"> 10263 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566074"></a>10265 <a xmlns="http://www.w3.org/1999/xhtml" id="id608017"></a> 10264 10266 <div class="header">Description:</div> 10265 10267 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process, … … 10281 10283 <div> 10282 10284 <div class="refsect1" lang="en" xml:lang="en"> 10283 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566133"></a>10285 <a xmlns="http://www.w3.org/1999/xhtml" id="id608076"></a> 10284 10286 <div class="header">Arguments and Values:</div> 10285 10287 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> … … 10287 10289 </div> 10288 10290 <div class="refsect1" lang="en" xml:lang="en"> 10289 <a xmlns="http://www.w3.org/1999/xhtml" id="id56 6174"></a>10291 <a xmlns="http://www.w3.org/1999/xhtml" id="id565814"></a> 10290 10292 <div class="header">Description:</div> 10291 10293 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified … … 10310 10312 <div> 10311 10313 <div class="refsect1" lang="en" xml:lang="en"> 10312 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40839"></a>10314 <a xmlns="http://www.w3.org/1999/xhtml" id="id565875"></a> 10313 10315 <div class="header">Arguments and Values:</div> 10314 10316 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10315 10317 </div> 10316 10318 <div class="refsect1" lang="en" xml:lang="en"> 10317 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 40865"></a>10319 <a xmlns="http://www.w3.org/1999/xhtml" id="id565901"></a> 10318 10320 <div class="header">Description:</div> 10319 10321 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to … … 10337 10339 <div> 10338 10340 <div class="refsect1" lang="en" xml:lang="en"> 10339 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565973"></a>10341 <a xmlns="http://www.w3.org/1999/xhtml" id="id607918"></a> 10340 10342 <div class="header">Arguments and Values:</div> 10341 10343 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10342 10344 </div> 10343 10345 <div class="refsect1" lang="en" xml:lang="en"> 10344 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565998"></a>10346 <a xmlns="http://www.w3.org/1999/xhtml" id="id607943"></a> 10345 10347 <div class="header">Description:</div> 10346 10348 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to … … 10363 10365 <div> 10364 10366 <div class="refsect1" lang="en" xml:lang="en"> 10365 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566059"></a>10367 <a xmlns="http://www.w3.org/1999/xhtml" id="id618240"></a> 10366 10368 <div class="header">Arguments and Values:</div> 10367 10369 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10368 10370 </div> 10369 10371 <div class="refsect1" lang="en" xml:lang="en"> 10370 <a xmlns="http://www.w3.org/1999/xhtml" id="id 567428"></a>10372 <a xmlns="http://www.w3.org/1999/xhtml" id="id618266"></a> 10371 10373 <div class="header">Description:</div> 10372 10374 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to … … 10390 10392 <div> 10391 10393 <div class="refsect1" lang="en" xml:lang="en"> 10392 <a xmlns="http://www.w3.org/1999/xhtml" id="id 567488"></a>10394 <a xmlns="http://www.w3.org/1999/xhtml" id="id618327"></a> 10393 10395 <div class="header">Arguments and Values:</div> 10394 10396 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10395 10397 </div> 10396 10398 <div class="refsect1" lang="en" xml:lang="en"> 10397 <a xmlns="http://www.w3.org/1999/xhtml" id="id 567514"></a>10399 <a xmlns="http://www.w3.org/1999/xhtml" id="id609008"></a> 10398 10400 <div class="header">Description:</div> 10399 10401 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to … … 10417 10419 <div> 10418 10420 <div class="refsect1" lang="en" xml:lang="en"> 10419 <a xmlns="http://www.w3.org/1999/xhtml" id="id 519601"></a>10421 <a xmlns="http://www.w3.org/1999/xhtml" id="id609069"></a> 10420 10422 <div class="header">Arguments and Values:</div> 10421 10423 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10422 10424 </div> 10423 10425 <div class="refsect1" lang="en" xml:lang="en"> 10424 <a xmlns="http://www.w3.org/1999/xhtml" id="id 519627"></a>10426 <a xmlns="http://www.w3.org/1999/xhtml" id="id609095"></a> 10425 10427 <div class="header">Description:</div> 10426 10428 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status … … 10452 10454 <dt> 10453 10455 <span class="sect2"> 10454 <a href="#id5 40140">9.1.1. Stream External Format</a>10456 <a href="#id569804">9.1.1. Stream External Format</a> 10455 10457 </span> 10456 10458 </dt> … … 10520 10522 <div> 10521 10523 <div> 10522 <h3 class="title"><a id="id5 40140"></a>9.1.1. Stream External Format</h3>10524 <h3 class="title"><a id="id569804"></a>9.1.1. Stream External Format</h3> 10523 10525 </div> 10524 10526 </div> … … 10683 10685 </div> 10684 10686 </div> 10685 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76081" class="indexterm"></a>10686 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76091" class="indexterm"></a>10687 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76101" class="indexterm"></a>10688 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76110" class="indexterm"></a>10689 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579039" class="indexterm"></a>10690 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579049" class="indexterm"></a>10687 <a xmlns="http://www.w3.org/1999/xhtml" id="id591596" class="indexterm"></a> 10688 <a xmlns="http://www.w3.org/1999/xhtml" id="id591606" class="indexterm"></a> 10689 <a xmlns="http://www.w3.org/1999/xhtml" id="id591616" class="indexterm"></a> 10690 <a xmlns="http://www.w3.org/1999/xhtml" id="id591626" class="indexterm"></a> 10691 <a xmlns="http://www.w3.org/1999/xhtml" id="id620986" class="indexterm"></a> 10692 <a xmlns="http://www.w3.org/1999/xhtml" id="id620996" class="indexterm"></a> 10691 10693 <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has 10692 10694 attributes and accessors: … … 10741 10743 <div> 10742 10744 <div class="refsect1" lang="en" xml:lang="en"> 10743 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579214"></a>10745 <a xmlns="http://www.w3.org/1999/xhtml" id="id621161"></a> 10744 10746 <div class="header">Values:</div> 10745 10747 <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 … … 10748 10750 </div> 10749 10751 <div class="refsect1" lang="en" xml:lang="en"> 10750 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579241"></a>10752 <a xmlns="http://www.w3.org/1999/xhtml" id="id621189"></a> 10751 10753 <div class="header">Description:</div> 10752 10754 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p> 10753 10755 </div> 10754 10756 <div class="refsect1" lang="en" xml:lang="en"> 10755 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579252"></a>10757 <a xmlns="http://www.w3.org/1999/xhtml" id="id621200"></a> 10756 10758 <div class="header">See Also:</div> 10757 10759 <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> … … 10776 10778 <div> 10777 10779 <div class="refsect1" lang="en" xml:lang="en"> 10778 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579333"></a>10780 <a xmlns="http://www.w3.org/1999/xhtml" id="id621281"></a> 10779 10781 <div class="header">Arguments:</div> 10780 10782 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10781 10783 </div> 10782 10784 <div class="refsect1" lang="en" xml:lang="en"> 10783 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579359"></a>10785 <a xmlns="http://www.w3.org/1999/xhtml" id="id621307"></a> 10784 10786 <div class="header">Description:</div> 10785 10787 <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open … … 10790 10792 </div> 10791 10793 <div class="refsect1" lang="en" xml:lang="en"> 10792 <a xmlns="http://www.w3.org/1999/xhtml" id="id 584949"></a>10794 <a xmlns="http://www.w3.org/1999/xhtml" id="id626841"></a> 10793 10795 <div class="header">See Also:</div> 10794 10796 <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> … … 10813 10815 <div> 10814 10816 <div class="refsect1" lang="en" xml:lang="en"> 10815 <a xmlns="http://www.w3.org/1999/xhtml" id="id 585030"></a>10817 <a xmlns="http://www.w3.org/1999/xhtml" id="id626922"></a> 10816 10818 <div class="header">Arguments:</div> 10817 10819 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10818 10820 </div> 10819 10821 <div class="refsect1" lang="en" xml:lang="en"> 10820 <a xmlns="http://www.w3.org/1999/xhtml" id="id 585056"></a>10822 <a xmlns="http://www.w3.org/1999/xhtml" id="id626949"></a> 10821 10823 <div class="header">Description:</div> 10822 10824 <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file … … 10827 10829 </div> 10828 10830 <div class="refsect1" lang="en" xml:lang="en"> 10829 <a xmlns="http://www.w3.org/1999/xhtml" id="id 585075"></a>10831 <a xmlns="http://www.w3.org/1999/xhtml" id="id626968"></a> 10830 10832 <div class="header">See Also:</div> 10831 10833 <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> … … 11260 11262 <div> 11261 11263 <div class="refsect1" lang="en" xml:lang="en"> 11262 <a xmlns="http://www.w3.org/1999/xhtml" id="id 585662"></a>11264 <a xmlns="http://www.w3.org/1999/xhtml" id="id627554"></a> 11263 11265 <div class="header">Arguments and Values:</div> 11264 11266 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p> … … 11271 11273 </div> 11272 11274 <div class="refsect1" lang="en" xml:lang="en"> 11273 <a xmlns="http://www.w3.org/1999/xhtml" id="id 585720"></a>11275 <a xmlns="http://www.w3.org/1999/xhtml" id="id627613"></a> 11274 11276 <div class="header">Description:</div> 11275 11277 <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the … … 11292 11294 <div> 11293 11295 <div class="refsect1" lang="en" xml:lang="en"> 11294 <a xmlns="http://www.w3.org/1999/xhtml" id="id 585779"></a>11296 <a xmlns="http://www.w3.org/1999/xhtml" id="id627672"></a> 11295 11297 <div class="header">Arguments and Values:</div> 11296 11298 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p> … … 11303 11305 </div> 11304 11306 <div class="refsect1" lang="en" xml:lang="en"> 11305 <a xmlns="http://www.w3.org/1999/xhtml" id="id 585838"></a>11307 <a xmlns="http://www.w3.org/1999/xhtml" id="id627730"></a> 11306 11308 <div class="header">Description:</div> 11307 11309 <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to … … 11323 11325 <div> 11324 11326 <div class="refsect1" lang="en" xml:lang="en"> 11325 <a xmlns="http://www.w3.org/1999/xhtml" id="id 585896"></a>11327 <a xmlns="http://www.w3.org/1999/xhtml" id="id627788"></a> 11326 11328 <div class="header">Arguments and Values:</div> 11327 11329 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p> … … 11339 11341 </div> 11340 11342 <div class="refsect1" lang="en" xml:lang="en"> 11341 <a xmlns="http://www.w3.org/1999/xhtml" id="id 585971"></a>11343 <a xmlns="http://www.w3.org/1999/xhtml" id="id627864"></a> 11342 11344 <div class="header">Description:</div> 11343 11345 <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into … … 11362 11364 <div> 11363 11365 <div class="refsect1" lang="en" xml:lang="en"> 11364 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586031"></a>11366 <a xmlns="http://www.w3.org/1999/xhtml" id="id627924"></a> 11365 11367 <div class="header">Arguments and Values:</div> 11366 11368 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p> … … 11378 11380 </div> 11379 11381 <div class="refsect1" lang="en" xml:lang="en"> 11380 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586107"></a>11382 <a xmlns="http://www.w3.org/1999/xhtml" id="id627999"></a> 11381 11383 <div class="header">Description:</div> 11382 11384 <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream, … … 11400 11402 <div> 11401 11403 <div class="refsect1" lang="en" xml:lang="en"> 11402 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586166"></a>11404 <a xmlns="http://www.w3.org/1999/xhtml" id="id628059"></a> 11403 11405 <div class="header">Method Signatures:</div> 11404 11406 <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i> … … 11406 11408 </div> 11407 11409 <div class="refsect1" lang="en" xml:lang="en"> 11408 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586185"></a>11410 <a xmlns="http://www.w3.org/1999/xhtml" id="id628077"></a> 11409 11411 <div class="header">Arguments and Values:</div> 11410 11412 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p> … … 11417 11419 </div> 11418 11420 <div class="refsect1" lang="en" xml:lang="en"> 11419 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586250"></a>11421 <a xmlns="http://www.w3.org/1999/xhtml" id="id628142"></a> 11420 11422 <div class="header">Description:</div> 11421 11423 <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with … … 11441 11443 <div> 11442 11444 <div class="refsect1" lang="en" xml:lang="en"> 11443 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586320"></a>11445 <a xmlns="http://www.w3.org/1999/xhtml" id="id628212"></a> 11444 11446 <div class="header">Description:</div> 11445 11447 <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector, … … 11448 11450 </div> 11449 11451 <div class="refsect1" lang="en" xml:lang="en"> 11450 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586332"></a>11452 <a xmlns="http://www.w3.org/1999/xhtml" id="id628224"></a> 11451 11453 <div class="header">Arguments:</div> 11452 11454 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11473 11475 <div> 11474 11476 <div class="refsect1" lang="en" xml:lang="en"> 11475 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586451"></a>11477 <a xmlns="http://www.w3.org/1999/xhtml" id="id628344"></a> 11476 11478 <div class="header">Description:</div> 11477 11479 <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at … … 11479 11481 </div> 11480 11482 <div class="refsect1" lang="en" xml:lang="en"> 11481 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586463"></a>11483 <a xmlns="http://www.w3.org/1999/xhtml" id="id628355"></a> 11482 11484 <div class="header">Arguments:</div> 11483 11485 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11489 11491 </div> 11490 11492 <div class="refsect1" lang="en" xml:lang="en"> 11491 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586535"></a>11493 <a xmlns="http://www.w3.org/1999/xhtml" id="id628428"></a> 11492 11494 <div class="header">Examples:</div> 11493 11495 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 12655 12657 </div> 12656 12658 <p xmlns="http://www.w3.org/1999/xhtml"> 12657 <a id="id 575424" class="indexterm"></a>12659 <a id="id620962" class="indexterm"></a> 12658 12660 <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> [Variable]</strong></span> 12659 12661 </p> … … 12661 12663 configuration file created by the "Config Editor" in Shark.app.</p> 12662 12664 <p xmlns="http://www.w3.org/1999/xhtml"> 12663 <a id="id 575450" class="indexterm"></a>12665 <a id="id632649" class="indexterm"></a> 12664 12666 <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&key</em> (reset nil) (debug-output nil) [Macro]</strong></span> 12665 12667 </p> … … 13751 13753 <div> 13752 13754 <div> 13753 <h4 class="title"><a id="id 588713"></a>12.3.2.4. %int-to-ptr [Function]</h4>13755 <h4 class="title"><a id="id630629"></a>12.3.2.4. %int-to-ptr [Function]</h4> 13754 13756 </div> 13755 13757 </div> … … 13792 13794 <div> 13793 13795 <div> 13794 <h4 class="title"><a id="id 588787"></a>12.3.2.5. %inc-ptr [Function]</h4>13796 <h4 class="title"><a id="id630703"></a>12.3.2.5. %inc-ptr [Function]</h4> 13795 13797 </div> 13796 13798 </div> … … 13842 13844 <div> 13843 13845 <div> 13844 <h4 class="title"><a id="id 588879"></a>12.3.2.6. %ptr-to-int [Function]</h4>13846 <h4 class="title"><a id="id630795"></a>12.3.2.6. %ptr-to-int [Function]</h4> 13845 13847 </div> 13846 13848 </div> … … 13884 13886 <div> 13885 13887 <div> 13886 <h4 class="title"><a id="id 588953"></a>12.3.2.7. %null-ptr [Macro]</h4>13888 <h4 class="title"><a id="id630869"></a>12.3.2.7. %null-ptr [Macro]</h4> 13887 13889 </div> 13888 13890 </div> … … 13909 13911 <div> 13910 13912 <div> 13911 <h4 class="title"><a id="id 588994"></a>12.3.2.8. %null-ptr-p [Function]</h4>13913 <h4 class="title"><a id="id630910"></a>12.3.2.8. %null-ptr-p [Function]</h4> 13912 13914 </div> 13913 13915 </div> … … 13951 13953 <div> 13952 13954 <div> 13953 <h4 class="title"><a id="id 589070"></a>12.3.2.9. %setf-macptr [Function]</h4>13955 <h4 class="title"><a id="id630986"></a>12.3.2.9. %setf-macptr [Function]</h4> 13954 13956 </div> 13955 13957 </div> … … 13999 14001 <div> 14000 14002 <div> 14001 <h4 class="title"><a id="id 589160"></a>12.3.2.10. %incf-ptr [Macro]</h4>14003 <h4 class="title"><a id="id631076"></a>12.3.2.10. %incf-ptr [Macro]</h4> 14002 14004 </div> 14003 14005 </div> … … 14047 14049 <div> 14048 14050 <div> 14049 <h4 class="title"><a id="id 589251"></a>12.3.2.11. with-macptrs [Macro]</h4>14051 <h4 class="title"><a id="id631167"></a>12.3.2.11. with-macptrs [Macro]</h4> 14050 14052 </div> 14051 14053 </div> … … 14097 14099 <div> 14098 14100 <div> 14099 <h4 class="title"><a id="id 589342"></a>12.3.2.12. %stack-block [Macro]</h4>14101 <h4 class="title"><a id="id631258"></a>12.3.2.12. %stack-block [Macro]</h4> 14100 14102 </div> 14101 14103 </div> … … 14148 14150 <div> 14149 14151 <div> 14150 <h4 class="title"><a id="id 589434"></a>12.3.2.13. make-cstring [Function]</h4>14152 <h4 class="title"><a id="id631351"></a>12.3.2.13. make-cstring [Function]</h4> 14151 14153 </div> 14152 14154 </div> … … 14191 14193 <div> 14192 14194 <div> 14193 <h4 class="title"><a id="id 589510"></a>12.3.2.14. with-cstrs [Macro]</h4>14195 <h4 class="title"><a id="id631427"></a>12.3.2.14. with-cstrs [Macro]</h4> 14194 14196 </div> 14195 14197 </div> … … 14241 14243 <div> 14242 14244 <div> 14243 <h4 class="title"><a id="id 589602"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4>14245 <h4 class="title"><a id="id631519"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4> 14244 14246 </div> 14245 14247 </div> … … 14304 14306 <div> 14305 14307 <div> 14306 <h4 class="title"><a id="id 589725"></a>12.3.2.16. %get-cstring [Function]</h4>14308 <h4 class="title"><a id="id631642"></a>12.3.2.16. %get-cstring [Function]</h4> 14307 14309 </div> 14308 14310 </div> … … 14346 14348 <div> 14347 14349 <div> 14348 <h4 class="title"><a id="id6 05924"></a>12.3.2.17. %str-from-ptr [Function]</h4>14350 <h4 class="title"><a id="id647826"></a>12.3.2.17. %str-from-ptr [Function]</h4> 14349 14351 </div> 14350 14352 </div> … … 15792 15794 <div> 15793 15795 <div class="refsect1" lang="en" xml:lang="en"> 15794 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 07878"></a>15796 <a xmlns="http://www.w3.org/1999/xhtml" id="id649780"></a> 15795 15797 <div class="header">Description:</div> 15796 15798 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE* … … 15844 15846 <div> 15845 15847 <div class="refsect1" lang="en" xml:lang="en"> 15846 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 07984"></a>15848 <a xmlns="http://www.w3.org/1999/xhtml" id="id649886"></a> 15847 15849 <div class="header">Description:</div> 15848 15850 <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 … … 15903 15905 <div> 15904 15906 <div class="refsect1" lang="en" xml:lang="en"> 15905 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08102"></a>15907 <a xmlns="http://www.w3.org/1999/xhtml" id="id650004"></a> 15906 15908 <div class="header">Description:</div> 15907 15909 <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 … … 15950 15952 <div> 15951 15953 <div class="refsect1" lang="en" xml:lang="en"> 15952 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08184"></a>15954 <a xmlns="http://www.w3.org/1999/xhtml" id="id650086"></a> 15953 15955 <div class="header">Description:</div> 15954 15956 <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 … … 16053 16055 <div> 16054 16056 <div class="refsect1" lang="en" xml:lang="en"> 16055 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08323"></a>16057 <a xmlns="http://www.w3.org/1999/xhtml" id="id650225"></a> 16056 16058 <div class="header">Description:</div> 16057 16059 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #> reader macro reads … … 16082 16084 <div> 16083 16085 <div class="refsect1" lang="en" xml:lang="en"> 16084 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08398"></a>16086 <a xmlns="http://www.w3.org/1999/xhtml" id="id650300"></a> 16085 16087 <div class="header">Values:</div> 16086 16088 <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 … … 16089 16091 </div> 16090 16092 <div class="refsect1" lang="en" xml:lang="en"> 16091 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08434"></a>16093 <a xmlns="http://www.w3.org/1999/xhtml" id="id650336"></a> 16092 16094 <div class="header">Description:</div> 16093 16095 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the … … 16118 16120 <div> 16119 16121 <div class="refsect1" lang="en" xml:lang="en"> 16120 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08510"></a>16122 <a xmlns="http://www.w3.org/1999/xhtml" id="id650412"></a> 16121 16123 <div class="header">Values:</div> 16122 16124 <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> … … 16135 16137 </div> 16136 16138 <div class="refsect1" lang="en" xml:lang="en"> 16137 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08581"></a>16139 <a xmlns="http://www.w3.org/1999/xhtml" id="id650483"></a> 16138 16140 <div class="header">Description:</div> 16139 16141 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em> … … 16171 16173 <div> 16172 16174 <div class="refsect1" lang="en" xml:lang="en"> 16173 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08660"></a>16175 <a xmlns="http://www.w3.org/1999/xhtml" id="id650562"></a> 16174 16176 <div class="header">Values:</div> 16175 16177 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain … … 16179 16181 </div> 16180 16182 <div class="refsect1" lang="en" xml:lang="en"> 16181 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08702"></a>16183 <a xmlns="http://www.w3.org/1999/xhtml" id="id650604"></a> 16182 16184 <div class="header">Description:</div> 16183 16185 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the … … 16213 16215 <div> 16214 16216 <div class="refsect1" lang="en" xml:lang="en"> 16215 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08774"></a>16217 <a xmlns="http://www.w3.org/1999/xhtml" id="id650676"></a> 16216 16218 <div class="header">Values:</div> 16217 16219 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>--- … … 16226 16228 </div> 16227 16229 <div class="refsect1" lang="en" xml:lang="en"> 16228 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08815"></a>16230 <a xmlns="http://www.w3.org/1999/xhtml" id="id650717"></a> 16229 16231 <div class="header">Description:</div> 16230 16232 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for … … 16254 16256 <div> 16255 16257 <div class="refsect1" lang="en" xml:lang="en"> 16256 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08884"></a>16258 <a xmlns="http://www.w3.org/1999/xhtml" id="id650786"></a> 16257 16259 <div class="header">Values:</div> 16258 16260 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p> … … 16267 16269 </div> 16268 16270 <div class="refsect1" lang="en" xml:lang="en"> 16269 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 08958"></a>16271 <a xmlns="http://www.w3.org/1999/xhtml" id="id650860"></a> 16270 16272 <div class="header">Description:</div> 16271 16273 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by … … 16294 16296 <div> 16295 16297 <div class="refsect1" lang="en" xml:lang="en"> 16296 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09017"></a>16298 <a xmlns="http://www.w3.org/1999/xhtml" id="id650919"></a> 16297 16299 <div class="header">Values:</div> 16298 16300 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16305 16307 </div> 16306 16308 <div class="refsect1" lang="en" xml:lang="en"> 16307 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09080"></a>16309 <a xmlns="http://www.w3.org/1999/xhtml" id="id650982"></a> 16308 16310 <div class="header">Description:</div> 16309 16311 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16331 16333 <div> 16332 16334 <div class="refsect1" lang="en" xml:lang="en"> 16333 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09139"></a>16335 <a xmlns="http://www.w3.org/1999/xhtml" id="id651041"></a> 16334 16336 <div class="header">Values:</div> 16335 16337 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16344 16346 </div> 16345 16347 <div class="refsect1" lang="en" xml:lang="en"> 16346 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09212"></a>16348 <a xmlns="http://www.w3.org/1999/xhtml" id="id651114"></a> 16347 16349 <div class="header">Description:</div> 16348 16350 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16369 16371 <div> 16370 16372 <div class="refsect1" lang="en" xml:lang="en"> 16371 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09268"></a>16373 <a xmlns="http://www.w3.org/1999/xhtml" id="id651170"></a> 16372 16374 <div class="header">Values:</div> 16373 16375 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16374 16376 </div> 16375 16377 <div class="refsect1" lang="en" xml:lang="en"> 16376 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09291"></a>16378 <a xmlns="http://www.w3.org/1999/xhtml" id="id651193"></a> 16377 16379 <div class="header">Description:</div> 16378 16380 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol … … 16397 16399 <div> 16398 16400 <div class="refsect1" lang="en" xml:lang="en"> 16399 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09350"></a>16401 <a xmlns="http://www.w3.org/1999/xhtml" id="id651252"></a> 16400 16402 <div class="header">Values:</div> 16401 16403 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16402 16404 </div> 16403 16405 <div class="refsect1" lang="en" xml:lang="en"> 16404 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09372"></a>16406 <a xmlns="http://www.w3.org/1999/xhtml" id="id651274"></a> 16405 16407 <div class="header">Description:</div> 16406 16408 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If … … 16424 16426 <div> 16425 16427 <div class="refsect1" lang="en" xml:lang="en"> 16426 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09426"></a>16428 <a xmlns="http://www.w3.org/1999/xhtml" id="id651328"></a> 16427 16429 <div class="header">Values:</div> 16428 16430 <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 … … 16430 16432 </div> 16431 16433 <div class="refsect1" lang="en" xml:lang="en"> 16432 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09452"></a>16434 <a xmlns="http://www.w3.org/1999/xhtml" id="id651354"></a> 16433 16435 <div class="header">Description:</div> 16434 16436 <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> … … 16462 16464 <div> 16463 16465 <div class="refsect1" lang="en" xml:lang="en"> 16464 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09545"></a>16466 <a xmlns="http://www.w3.org/1999/xhtml" id="id651447"></a> 16465 16467 <div class="header">Values:</div> 16466 16468 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p> … … 16477 16479 </div> 16478 16480 <div class="refsect1" lang="en" xml:lang="en"> 16479 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09620"></a>16481 <a xmlns="http://www.w3.org/1999/xhtml" id="id651522"></a> 16480 16482 <div class="header">Description:</div> 16481 16483 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16512 16514 <div> 16513 16515 <div class="refsect1" lang="en" xml:lang="en"> 16514 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09692"></a>16516 <a xmlns="http://www.w3.org/1999/xhtml" id="id651594"></a> 16515 16517 <div class="header">Values:</div> 16516 16518 <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 … … 16529 16531 </div> 16530 16532 <div class="refsect1" lang="en" xml:lang="en"> 16531 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09760"></a>16533 <a xmlns="http://www.w3.org/1999/xhtml" id="id651662"></a> 16532 16534 <div class="header">Description:</div> 16533 16535 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16578 16580 <div> 16579 16581 <div class="refsect1" lang="en" xml:lang="en"> 16580 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09882"></a>16582 <a xmlns="http://www.w3.org/1999/xhtml" id="id651784"></a> 16581 16583 <div class="header">Values:</div> 16582 16584 <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 … … 16592 16594 </div> 16593 16595 <div class="refsect1" lang="en" xml:lang="en"> 16594 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 09940"></a>16596 <a xmlns="http://www.w3.org/1999/xhtml" id="id651842"></a> 16595 16597 <div class="header">Description:</div> 16596 16598 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16633 16635 </div> 16634 16636 <div class="refsect1" lang="en" xml:lang="en"> 16635 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10029"></a>16637 <a xmlns="http://www.w3.org/1999/xhtml" id="id651931"></a> 16636 16638 <div class="header">Notes:</div> 16637 16639 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16666 16668 <div> 16667 16669 <div class="refsect1" lang="en" xml:lang="en"> 16668 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10113"></a>16670 <a xmlns="http://www.w3.org/1999/xhtml" id="id652015"></a> 16669 16671 <div class="header">Values:</div> 16670 16672 <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 … … 16674 16676 </div> 16675 16677 <div class="refsect1" lang="en" xml:lang="en"> 16676 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10153"></a>16678 <a xmlns="http://www.w3.org/1999/xhtml" id="id652055"></a> 16677 16679 <div class="header">Description:</div> 16678 16680 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can … … 16685 16687 </div> 16686 16688 <div class="refsect1" lang="en" xml:lang="en"> 16687 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10169"></a>16689 <a xmlns="http://www.w3.org/1999/xhtml" id="id652071"></a> 16688 16690 <div class="header">Examples:</div> 16689 16691 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple. … … 16720 16722 </div> 16721 16723 <div class="refsect1" lang="en" xml:lang="en"> 16722 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10189"></a>16724 <a xmlns="http://www.w3.org/1999/xhtml" id="id652091"></a> 16723 16725 <div class="header">Notes:</div> 16724 16726 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give … … 16743 16745 <div> 16744 16746 <div class="refsect1" lang="en" xml:lang="en"> 16745 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10247"></a>16747 <a xmlns="http://www.w3.org/1999/xhtml" id="id652149"></a> 16746 16748 <div class="header">Values:</div> 16747 16749 <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> … … 16751 16753 </div> 16752 16754 <div class="refsect1" lang="en" xml:lang="en"> 16753 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10291"></a>16755 <a xmlns="http://www.w3.org/1999/xhtml" id="id652193"></a> 16754 16756 <div class="header">Description:</div> 16755 16757 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of … … 16777 16779 <div> 16778 16780 <div class="refsect1" lang="en" xml:lang="en"> 16779 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10356"></a>16781 <a xmlns="http://www.w3.org/1999/xhtml" id="id652258"></a> 16780 16782 <div class="header">Values:</div> 16781 16783 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL … … 16783 16785 </div> 16784 16786 <div class="refsect1" lang="en" xml:lang="en"> 16785 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10380"></a>16787 <a xmlns="http://www.w3.org/1999/xhtml" id="id652282"></a> 16786 16788 <div class="header">Description:</div> 16787 16789 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT … … 16806 16808 <div> 16807 16809 <div class="refsect1" lang="en" xml:lang="en"> 16808 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10451"></a>16810 <a xmlns="http://www.w3.org/1999/xhtml" id="id652353"></a> 16809 16811 <div class="header">Values:</div> 16810 16812 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 16814 16816 </div> 16815 16817 <div class="refsect1" lang="en" xml:lang="en"> 16816 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10502"></a>16818 <a xmlns="http://www.w3.org/1999/xhtml" id="id652404"></a> 16817 16819 <div class="header">Description:</div> 16818 16820 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 16844 16846 <div> 16845 16847 <div class="refsect1" lang="en" xml:lang="en"> 16846 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10583"></a>16848 <a xmlns="http://www.w3.org/1999/xhtml" id="id652485"></a> 16847 16849 <div class="header">Values:</div> 16848 16850 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 16851 16853 </div> 16852 16854 <div class="refsect1" lang="en" xml:lang="en"> 16853 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10631"></a>16855 <a xmlns="http://www.w3.org/1999/xhtml" id="id652533"></a> 16854 16856 <div class="header">Description:</div> 16855 16857 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is … … 16878 16880 <div> 16879 16881 <div class="refsect1" lang="en" xml:lang="en"> 16880 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10698"></a>16882 <a xmlns="http://www.w3.org/1999/xhtml" id="id652600"></a> 16881 16883 <div class="header">Values:</div> 16882 16884 <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 … … 16886 16888 </div> 16887 16889 <div class="refsect1" lang="en" xml:lang="en"> 16888 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10726"></a>16890 <a xmlns="http://www.w3.org/1999/xhtml" id="id652628"></a> 16889 16891 <div class="header">Description:</div> 16890 16892 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16923 16925 </div> 16924 16926 <div class="refsect1" lang="en" xml:lang="en"> 16925 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10783"></a>16927 <a xmlns="http://www.w3.org/1999/xhtml" id="id652685"></a> 16926 16928 <div class="header">Example:</div> 16927 16929 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 16937 16939 </div> 16938 16940 <div class="refsect1" lang="en" xml:lang="en"> 16939 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10797"></a>16941 <a xmlns="http://www.w3.org/1999/xhtml" id="id652699"></a> 16940 16942 <div class="header">See Also:</div> 16941 16943 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 16959 16961 <div> 16960 16962 <div class="refsect1" lang="en" xml:lang="en"> 16961 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10857"></a>16963 <a xmlns="http://www.w3.org/1999/xhtml" id="id652759"></a> 16962 16964 <div class="header">Values:</div> 16963 16965 <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 … … 16966 16968 </div> 16967 16969 <div class="refsect1" lang="en" xml:lang="en"> 16968 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10881"></a>16970 <a xmlns="http://www.w3.org/1999/xhtml" id="id652783"></a> 16969 16971 <div class="header">Description:</div> 16970 16972 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by … … 16990 16992 <div> 16991 16993 <div class="refsect1" lang="en" xml:lang="en"> 16992 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10941"></a>16994 <a xmlns="http://www.w3.org/1999/xhtml" id="id652843"></a> 16993 16995 <div class="header">Values:</div> 16994 16996 <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 … … 16997 16999 </div> 16998 17000 <div class="refsect1" lang="en" xml:lang="en"> 16999 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 10965"></a>17001 <a xmlns="http://www.w3.org/1999/xhtml" id="id652867"></a> 17000 17002 <div class="header">Description:</div> 17001 17003 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by … … 17019 17021 </div> 17020 17022 <div class="refsect1" lang="en" xml:lang="en"> 17021 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 11003"></a>17023 <a xmlns="http://www.w3.org/1999/xhtml" id="id652905"></a> 17022 17024 <div class="header">Examples:</div> 17023 17025 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be … … 18672 18674 <div> 18673 18675 <div class="refsect1" lang="en" xml:lang="en"> 18674 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03780"></a>18676 <a xmlns="http://www.w3.org/1999/xhtml" id="id645707"></a> 18675 18677 <div class="header">Arguments and Values:</div> 18676 18678 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing … … 18682 18684 </div> 18683 18685 <div class="refsect1" lang="en" xml:lang="en"> 18684 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03825"></a>18686 <a xmlns="http://www.w3.org/1999/xhtml" id="id645752"></a> 18685 18687 <div class="header">Description:</div> 18686 18688 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18703 18705 <div> 18704 18706 <div class="refsect1" lang="en" xml:lang="en"> 18705 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03886"></a>18707 <a xmlns="http://www.w3.org/1999/xhtml" id="id645813"></a> 18706 18708 <div class="header">Arguments and Values:</div> 18707 18709 <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 … … 18716 18718 </div> 18717 18719 <div class="refsect1" lang="en" xml:lang="en"> 18718 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 03946"></a>18720 <a xmlns="http://www.w3.org/1999/xhtml" id="id645873"></a> 18719 18721 <div class="header">Description:</div> 18720 18722 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18740 18742 <div> 18741 18743 <div class="refsect1" lang="en" xml:lang="en"> 18742 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04008"></a>18744 <a xmlns="http://www.w3.org/1999/xhtml" id="id645935"></a> 18743 18745 <div class="header">Values:</div> 18744 18746 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with … … 18746 18748 </div> 18747 18749 <div class="refsect1" lang="en" xml:lang="en"> 18748 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04035"></a>18750 <a xmlns="http://www.w3.org/1999/xhtml" id="id645962"></a> 18749 18751 <div class="header">Description:</div> 18750 18752 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18768 18770 <div> 18769 18771 <div class="refsect1" lang="en" xml:lang="en"> 18770 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04094"></a>18772 <a xmlns="http://www.w3.org/1999/xhtml" id="id646020"></a> 18771 18773 <div class="header">Values:</div> 18772 18774 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18774 18776 </div> 18775 18777 <div class="refsect1" lang="en" xml:lang="en"> 18776 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04121"></a>18778 <a xmlns="http://www.w3.org/1999/xhtml" id="id646047"></a> 18777 18779 <div class="header">Description:</div> 18778 18780 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18794 18796 <div> 18795 18797 <div class="refsect1" lang="en" xml:lang="en"> 18796 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04178"></a>18798 <a xmlns="http://www.w3.org/1999/xhtml" id="id646105"></a> 18797 18799 <div class="header">Arguments and Values:</div> 18798 18800 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18803 18805 </div> 18804 18806 <div class="refsect1" lang="en" xml:lang="en"> 18805 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04221"></a>18807 <a xmlns="http://www.w3.org/1999/xhtml" id="id646148"></a> 18806 18808 <div class="header">Description:</div> 18807 18809 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18826 18828 <div> 18827 18829 <div class="refsect1" lang="en" xml:lang="en"> 18828 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04280"></a>18830 <a xmlns="http://www.w3.org/1999/xhtml" id="id646207"></a> 18829 18831 <div class="header">Arguments and Values:</div> 18830 18832 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific … … 18835 18837 </div> 18836 18838 <div class="refsect1" lang="en" xml:lang="en"> 18837 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04323"></a>18839 <a xmlns="http://www.w3.org/1999/xhtml" id="id646249"></a> 18838 18840 <div class="header">Description:</div> 18839 18841 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18858 18860 <div> 18859 18861 <div class="refsect1" lang="en" xml:lang="en"> 18860 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04382"></a>18862 <a xmlns="http://www.w3.org/1999/xhtml" id="id646309"></a> 18861 18863 <div class="header">Values:</div> 18862 18864 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p> 18863 18865 </div> 18864 18866 <div class="refsect1" lang="en" xml:lang="en"> 18865 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04408"></a>18867 <a xmlns="http://www.w3.org/1999/xhtml" id="id646335"></a> 18866 18868 <div class="header">Description:</div> 18867 18869 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18884 18886 <div> 18885 18887 <div class="refsect1" lang="en" xml:lang="en"> 18886 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04465"></a>18888 <a xmlns="http://www.w3.org/1999/xhtml" id="id646392"></a> 18887 18889 <div class="header">Values:</div> 18888 18890 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18892 18894 </div> 18893 18895 <div class="refsect1" lang="en" xml:lang="en"> 18894 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04508"></a>18896 <a xmlns="http://www.w3.org/1999/xhtml" id="id646434"></a> 18895 18897 <div class="header">Description:</div> 18896 18898 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18917 18919 <div> 18918 18920 <div class="refsect1" lang="en" xml:lang="en"> 18919 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04577"></a>18921 <a xmlns="http://www.w3.org/1999/xhtml" id="id646503"></a> 18920 18922 <div class="header">Values:</div> 18921 18923 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and … … 18926 18928 </div> 18927 18929 <div class="refsect1" lang="en" xml:lang="en"> 18928 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04619"></a>18930 <a xmlns="http://www.w3.org/1999/xhtml" id="id646546"></a> 18929 18931 <div class="header">Description:</div> 18930 18932 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18942 18944 </div> 18943 18945 <div class="refsect1" lang="en" xml:lang="en"> 18944 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04653"></a>18946 <a xmlns="http://www.w3.org/1999/xhtml" id="id646580"></a> 18945 18947 <div class="header">Notes:</div> 18946 18948 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18967 18969 <div> 18968 18970 <div class="refsect1" lang="en" xml:lang="en"> 18969 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04714"></a>18971 <a xmlns="http://www.w3.org/1999/xhtml" id="id646640"></a> 18970 18972 <div class="header">Arguments and Values:</div> 18971 18973 <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 … … 18974 18976 </div> 18975 18977 <div class="refsect1" lang="en" xml:lang="en"> 18976 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04741"></a>18978 <a xmlns="http://www.w3.org/1999/xhtml" id="id646667"></a> 18977 18979 <div class="header">Description:</div> 18978 18980 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use … … 18999 19001 <div> 19000 19002 <div class="refsect1" lang="en" xml:lang="en"> 19001 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04810"></a>19003 <a xmlns="http://www.w3.org/1999/xhtml" id="id646737"></a> 19002 19004 <div class="header">Arguments and Values:</div> 19003 19005 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an … … 19005 19007 </div> 19006 19008 <div class="refsect1" lang="en" xml:lang="en"> 19007 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04836"></a>19009 <a xmlns="http://www.w3.org/1999/xhtml" id="id646763"></a> 19008 19010 <div class="header">Description:</div> 19009 19011 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses … … 19027 19029 <div> 19028 19030 <div class="refsect1" lang="en" xml:lang="en"> 19029 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04902"></a>19031 <a xmlns="http://www.w3.org/1999/xhtml" id="id646828"></a> 19030 19032 <div class="header">Arguments and Values:</div> 19031 19033 <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 … … 19049 19051 </div> 19050 19052 <div class="refsect1" lang="en" xml:lang="en"> 19051 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 04983"></a>19053 <a xmlns="http://www.w3.org/1999/xhtml" id="id646909"></a> 19052 19054 <div class="header">Description:</div> 19053 19055 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements … … 19074 19076 <div> 19075 19077 <div class="refsect1" lang="en" xml:lang="en"> 19076 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 05065"></a>19078 <a xmlns="http://www.w3.org/1999/xhtml" id="id646992"></a> 19077 19079 <div class="header">Arguments and Values:</div> 19078 19080 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the … … 19089 19091 </div> 19090 19092 <div class="refsect1" lang="en" xml:lang="en"> 19091 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 05112"></a>19093 <a xmlns="http://www.w3.org/1999/xhtml" id="id636142"></a> 19092 19094 <div class="header">Description:</div> 19093 19095 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the … … 19110 19112 <div> 19111 19113 <div class="refsect1" lang="en" xml:lang="en"> 19112 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594286"></a>19114 <a xmlns="http://www.w3.org/1999/xhtml" id="id636206"></a> 19113 19115 <div class="header">Arguments and Values:</div> 19114 19116 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p> 19115 19117 </div> 19116 19118 <div class="refsect1" lang="en" xml:lang="en"> 19117 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594297"></a>19119 <a xmlns="http://www.w3.org/1999/xhtml" id="id636217"></a> 19118 19120 <div class="header">Description:</div> 19119 19121 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the … … 19157 19159 <div> 19158 19160 <div class="refsect1" lang="en" xml:lang="en"> 19159 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594374"></a>19161 <a xmlns="http://www.w3.org/1999/xhtml" id="id636293"></a> 19160 19162 <div class="header">Description:</div> 19161 19163 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro … … 19192 19194 <div> 19193 19195 <div class="refsect1" lang="en" xml:lang="en"> 19194 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594431"></a>19196 <a xmlns="http://www.w3.org/1999/xhtml" id="id636351"></a> 19195 19197 <div class="header">Description:</div> 19196 19198 <p xmlns="http://www.w3.org/1999/xhtml">Per ANSI CL, Clozure CL supports the :EXTERNAL-FORMAT keyword … … 19236 19238 <div> 19237 19239 <div class="refsect1" lang="en" xml:lang="en"> 19238 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594511"></a>19240 <a xmlns="http://www.w3.org/1999/xhtml" id="id636431"></a> 19239 19241 <div class="header">Description:</div> 19240 19242 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is … … 19260 19262 <div> 19261 19263 <div class="refsect1" lang="en" xml:lang="en"> 19262 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594562"></a>19264 <a xmlns="http://www.w3.org/1999/xhtml" id="id636481"></a> 19263 19265 <div class="header">Superclasses:</div> 19264 19266 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p> 19265 19267 </div> 19266 19268 <div class="refsect1" lang="en" xml:lang="en"> 19267 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594573"></a>19269 <a xmlns="http://www.w3.org/1999/xhtml" id="id636492"></a> 19268 19270 <div class="header">Initargs:</div> 19269 19271 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>--- … … 19273 19275 </div> 19274 19276 <div class="refsect1" lang="en" xml:lang="en"> 19275 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594600"></a>19277 <a xmlns="http://www.w3.org/1999/xhtml" id="id636519"></a> 19276 19278 <div class="header">Description:</div> 19277 19279 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19291 19293 </div> 19292 19294 <div class="refsect1" lang="en" xml:lang="en"> 19293 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594619"></a>19295 <a xmlns="http://www.w3.org/1999/xhtml" id="id636539"></a> 19294 19296 <div class="header">Examples:</div> 19295 19297 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19322 19324 </div> 19323 19325 <div class="refsect1" lang="en" xml:lang="en"> 19324 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594672"></a>19326 <a xmlns="http://www.w3.org/1999/xhtml" id="id636592"></a> 19325 19327 <div class="header">Notes:</div> 19326 19328 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19662 19664 <div> 19663 19665 <div class="refsect1" lang="en" xml:lang="en"> 19664 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 01826"></a>19666 <a xmlns="http://www.w3.org/1999/xhtml" id="id643777"></a> 19665 19667 <div class="header">Arguments and Values:</div> 19666 19668 <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> … … 19670 19672 </div> 19671 19673 <div class="refsect1" lang="en" xml:lang="en"> 19672 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 01885"></a>19674 <a xmlns="http://www.w3.org/1999/xhtml" id="id643837"></a> 19673 19675 <div class="header">Description:</div> 19674 19676 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p> … … 19688 19690 <div> 19689 19691 <div class="refsect1" lang="en" xml:lang="en"> 19690 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 01942"></a>19692 <a xmlns="http://www.w3.org/1999/xhtml" id="id643894"></a> 19691 19693 <div class="header">Description:</div> 19692 19694 <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> … … 19706 19708 <div> 19707 19709 <div class="refsect1" lang="en" xml:lang="en"> 19708 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02090"></a>19710 <a xmlns="http://www.w3.org/1999/xhtml" id="id643968"></a> 19709 19711 <div class="header">Description:</div> 19710 19712 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>. … … 19729 19731 <div> 19730 19732 <div class="refsect1" lang="en" xml:lang="en"> 19731 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02159"></a>19733 <a xmlns="http://www.w3.org/1999/xhtml" id="id644111"></a> 19732 19734 <div class="header">Description:</div> 19733 19735 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to … … 19762 19764 <div> 19763 19765 <div class="refsect1" lang="en" xml:lang="en"> 19764 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02244"></a>19766 <a xmlns="http://www.w3.org/1999/xhtml" id="id644196"></a> 19765 19767 <div class="header">Description:</div> 19766 19768 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the … … 19783 19785 <div> 19784 19786 <div class="refsect1" lang="en" xml:lang="en"> 19785 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02304"></a>19787 <a xmlns="http://www.w3.org/1999/xhtml" id="id644256"></a> 19786 19788 <div class="header">Arguments and Values:</div> 19787 19789 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p> 19788 19790 </div> 19789 19791 <div class="refsect1" lang="en" xml:lang="en"> 19790 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02330"></a>19792 <a xmlns="http://www.w3.org/1999/xhtml" id="id644282"></a> 19791 19793 <div class="header">Description:</div> 19792 19794 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the … … 19812 19814 <div> 19813 19815 <div class="refsect1" lang="en" xml:lang="en"> 19814 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 02392"></a>19816 <a xmlns="http://www.w3.org/1999/xhtml" id="id644344"></a> 19815 19817 <div class="header">Description:</div> 19816 19818 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the … … 19832 19834 <div> 19833 19835 <div class="refsect1" lang="en" xml:lang="en"> 19834 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573467"></a>19836 <a xmlns="http://www.w3.org/1999/xhtml" id="id615377"></a> 19835 19837 <div class="header">Arguments and Values:</div> 19836 19838 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 19837 19839 </div> 19838 19840 <div class="refsect1" lang="en" xml:lang="en"> 19839 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573493"></a>19841 <a xmlns="http://www.w3.org/1999/xhtml" id="id615403"></a> 19840 19842 <div class="header">Description:</div> 19841 19843 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC … … 19863 19865 <div> 19864 19866 <div class="refsect1" lang="en" xml:lang="en"> 19865 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573551"></a>19867 <a xmlns="http://www.w3.org/1999/xhtml" id="id615461"></a> 19866 19868 <div class="header">Description:</div> 19867 19869 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call, … … 19886 19888 <div> 19887 19889 <div class="refsect1" lang="en" xml:lang="en"> 19888 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573607"></a>19890 <a xmlns="http://www.w3.org/1999/xhtml" id="id615517"></a> 19889 19891 <div class="header">Description:</div> 19890 19892 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL … … 19911 19913 <div> 19912 19914 <div class="refsect1" lang="en" xml:lang="en"> 19913 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573665"></a>19915 <a xmlns="http://www.w3.org/1999/xhtml" id="id615575"></a> 19914 19916 <div class="header">Description:</div> 19915 19917 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the … … 19933 19935 <div> 19934 19936 <div class="refsect1" lang="en" xml:lang="en"> 19935 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573724"></a>19937 <a xmlns="http://www.w3.org/1999/xhtml" id="id615634"></a> 19936 19938 <div class="header">Arguments and Values:</div> 19937 19939 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest … … 19943 19945 </div> 19944 19946 <div class="refsect1" lang="en" xml:lang="en"> 19945 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573779"></a>19947 <a xmlns="http://www.w3.org/1999/xhtml" id="id615689"></a> 19946 19948 <div class="header">Description:</div> 19947 19949 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect. … … 19967 19969 <div> 19968 19970 <div class="refsect1" lang="en" xml:lang="en"> 19969 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573845"></a>19971 <a xmlns="http://www.w3.org/1999/xhtml" id="id615755"></a> 19970 19972 <div class="header">Arguments and Values:</div> 19971 19973 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 19972 19974 </div> 19973 19975 <div class="refsect1" lang="en" xml:lang="en"> 19974 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573871"></a>19976 <a xmlns="http://www.w3.org/1999/xhtml" id="id615781"></a> 19975 19977 <div class="header">Description:</div> 19976 19978 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages … … 19997 19999 <div> 19998 20000 <div class="refsect1" lang="en" xml:lang="en"> 19999 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573928"></a>20001 <a xmlns="http://www.w3.org/1999/xhtml" id="id615839"></a> 20000 20002 <div class="header">Description:</div> 20001 20003 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs … … 20152 20154 <dt> 20153 20155 <span class="sect2"> 20154 <a href="#id6 00446">16.7.2. Recommended Reading</a>20156 <a href="#id642414">16.7.2. Recommended Reading</a> 20155 20157 </span> 20156 20158 </dt> … … 21428 21430 <li class="listitem"> 21429 21431 <p>To support a feature called <span class="emphasis"><em>GCTWA 21430 <sup>[<a id="id6 00000" href="#ftn.id600000" class="footnote">1</a>]</sup>21432 <sup>[<a id="id641968" href="#ftn.id641968" class="footnote">1</a>]</sup> 21431 21433 , </em></span>the vector that contains the internal 21432 21434 symbols of the current package is marked on entry to the … … 21561 21563 <hr width="100" align="left" /> 21562 21564 <div class="footnote"> 21563 <p><sup>[<a id="ftn.id6 00000" href="#id600000" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,21565 <p><sup>[<a id="ftn.id641968" href="#id641968" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP, 21564 21566 where it stood for "Garbage Collection of Truly 21565 21567 Worthless Atoms".</p> … … 21621 21623 generations looking for such intergenerational references, the 21622 21624 runtime system must note all such intergenerational references 21623 at the point where they're created (via Setf).<sup>[<a id="id6 00234" href="#ftn.id600234" class="footnote">2</a>]</sup> The21625 at the point where they're created (via Setf).<sup>[<a id="id642202" href="#ftn.id642202" class="footnote">2</a>]</sup> The 21624 21626 set of pointers that may contain intergenerational references is 21625 21627 sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p> … … 21668 21670 that might introduce an intergenerational reference must be 21669 21671 memoized. 21670 <sup>[<a id="id6 00302" href="#ftn.id600302" class="footnote">3</a>]</sup> It's always safe to21672 <sup>[<a id="id642270" href="#ftn.id642270" class="footnote">3</a>]</sup> It's always safe to 21671 21673 push any cons cell or gvector locative onto the memo stack; 21672 21674 it's never safe to push anything else. … … 21689 21691 <hr width="100" align="left" /> 21690 21692 <div class="footnote"> 21691 <p><sup>[<a id="ftn.id6 00234" href="#id600234" class="para">2</a>] </sup>This is21693 <p><sup>[<a id="ftn.id642202" href="#id642202" class="para">2</a>] </sup>This is 21692 21694 sometimes called "The Write Barrier": all assignments which 21693 21695 might result in intergenerational references must be noted, as … … 21695 21697 </div> 21696 21698 <div class="footnote"> 21697 <p><sup>[<a id="ftn.id6 00302" href="#id600302" class="para">3</a>] </sup>Note that the implicit setfs that occur when21699 <p><sup>[<a id="ftn.id642270" href="#id642270" class="para">3</a>] </sup>Note that the implicit setfs that occur when 21698 21700 initializing an object - as in the case of a call to cons or 21699 21701 vector - can't introduce intergenerational references, since … … 21811 21813 <div> 21812 21814 <div> 21813 <h3 class="title"><a id="id6 00446"></a>16.7.2. Recommended Reading</h3>21815 <h3 class="title"><a id="id642414"></a>16.7.2. Recommended Reading</h3> 21814 21816 </div> 21815 21817 </div> … … 22224 22226 <div> 22225 22227 <div class="refsect1" lang="en" xml:lang="en"> 22226 <a xmlns="http://www.w3.org/1999/xhtml" id="id 538267"></a>22228 <a xmlns="http://www.w3.org/1999/xhtml" id="id632581"></a> 22227 22229 <div class="header">Description:</div> 22228 22230 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD) … … 22249 22251 <div> 22250 22252 <div class="refsect1" lang="en" xml:lang="en"> 22251 <a xmlns="http://www.w3.org/1999/xhtml" id="id 544048"></a>22253 <a xmlns="http://www.w3.org/1999/xhtml" id="id632928"></a> 22252 22254 <div class="header">Description:</div> 22253 22255 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22273 22275 <div> 22274 22276 <div class="refsect1" lang="en" xml:lang="en"> 22275 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595332"></a>22277 <a xmlns="http://www.w3.org/1999/xhtml" id="id645437"></a> 22276 22278 <div class="header">Description:</div> 22277 22279 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22296 22298 <div> 22297 22299 <div class="refsect1" lang="en" xml:lang="en"> 22298 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595378"></a>22300 <a xmlns="http://www.w3.org/1999/xhtml" id="id643597"></a> 22299 22301 <div class="header">Description:</div> 22300 22302 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session … … 22321 22323 <div> 22322 22324 <div class="refsect1" lang="en" xml:lang="en"> 22323 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594796"></a>22325 <a xmlns="http://www.w3.org/1999/xhtml" id="id643655"></a> 22324 22326 <div class="header">Description:</div> 22325 22327 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p> … … 22339 22341 <div> 22340 22342 <div class="refsect1" lang="en" xml:lang="en"> 22341 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594839"></a>22343 <a xmlns="http://www.w3.org/1999/xhtml" id="id644681"></a> 22342 22344 <div class="header">Description:</div> 22343 22345 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros. … … 22361 22363 <div> 22362 22364 <div class="refsect1" lang="en" xml:lang="en"> 22363 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594992"></a>22365 <a xmlns="http://www.w3.org/1999/xhtml" id="id641014"></a> 22364 22366 <div class="header">Arguments and Values:</div> 22365 22367 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p> … … 22367 22369 </div> 22368 22370 <div class="refsect1" lang="en" xml:lang="en"> 22369 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595033"></a>22371 <a xmlns="http://www.w3.org/1999/xhtml" id="id641055"></a> 22370 22372 <div class="header">Description:</div> 22371 22373 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If … … 22393 22395 <div> 22394 22396 <div class="refsect1" lang="en" xml:lang="en"> 22395 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595094"></a>22397 <a xmlns="http://www.w3.org/1999/xhtml" id="id636920"></a> 22396 22398 <div class="header">Arguments and Values:</div> 22397 22399 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p> … … 22402 22404 </div> 22403 22405 <div class="refsect1" lang="en" xml:lang="en"> 22404 <a xmlns="http://www.w3.org/1999/xhtml" id="id6 00528"></a>22406 <a xmlns="http://www.w3.org/1999/xhtml" id="id636977"></a> 22405 22407 <div class="header">Description:</div> 22406 22408 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer … … 23078 23080 <a href="#Symbol-Index">Symbol Index</a> 23079 23081 </div> 23080 <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 19:0 on December 9, 2010, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14474<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>23082 <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 4:0 on December 23, 2010, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14508<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p> 23081 23083 </body> 23082 23084 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
