Changeset 13775
- Timestamp:
- Jun 1, 2010, 5:00:14 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/ccl-documentation.html (modified) (377 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/ccl-documentation.html
r13691 r13775 6 6 <title>Clozure CL Documentation</title> 7 7 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> 8 <link rel="start" href="#id4 22166" title="Clozure CL Documentation" />8 <link rel="start" href="#id400321" title="Clozure CL Documentation" /> 9 9 <link rel="next" href="#about-ccl" title="Chapter 1. About Clozure CL" /> 10 10 </head> … … 14 14 <div> 15 15 <div> 16 <h1 class="title"><a id="id4 22166"></a>Clozure CL Documentation</h1>16 <h1 class="title"><a id="id400321"></a>Clozure CL Documentation</h1> 17 17 </div> 18 18 </div> … … 1730 1730 <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it 1731 1731 may be helpful to refer to these definitions.</p> 1732 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id5 62132" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl1732 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id540287" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl 1733 1733 files</em></a> are the object files produced 1734 1734 by <code class="literal">compile-file</code>. fasl files store the … … 1741 1741 see 1742 1742 <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> 1743 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id5 33039" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp1743 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id511193" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp 1744 1744 kernel</em></a> is a C program with a fair amount of 1745 1745 platform-specific assembly language code. Its basic job is to … … 1751 1751 files on different platforms; see 1752 1752 <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> 1753 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id5 62862" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap1753 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id541017" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap 1754 1754 image</em></a> is a file that can be quickly mapped into a 1755 1755 process's address space. Conceptually, it's not too different … … 1762 1762 standard full heap image files on different platforms; see 1763 1763 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1764 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id5 56383" class="indexterm"></a> bootstrapping image is a minimal1764 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id534538" class="indexterm"></a> bootstrapping image is a minimal 1765 1765 heap image used in the process of building Clozure CL itself. The 1766 1766 bootstrapping image contains just enough code to load the rest … … 1774 1774 as-yet-unsupported ones) has a uniquely named subdirectory of 1775 1775 <code class="literal">ccl/lisp-kernel/</code>; each such 1776 <a id="id5 56408" class="indexterm"></a>1776 <a id="id534563" class="indexterm"></a> 1777 1777 contains a Makefile and may contain some auxiliary files (linker 1778 1778 scripts, etc.) that are used to build the lisp kernel on a … … 2576 2576 </p> 2577 2577 <p xmlns="http://www.w3.org/1999/xhtml"> 2578 <a id="id5 57903" class="indexterm"></a>2578 <a id="id536058" class="indexterm"></a> 2579 2579 <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em> 2580 2580 <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> | … … 3020 3020 </div> 3021 3021 <p xmlns="http://www.w3.org/1999/xhtml"> 3022 <a id="id5 77577" class="indexterm"></a>3022 <a id="id555732" class="indexterm"></a> 3023 3023 <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em> [Variable]</strong></span> 3024 3024 </p> 3025 3025 <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> 3026 3026 <p xmlns="http://www.w3.org/1999/xhtml"> 3027 <a id="id5 77603" class="indexterm"></a>3027 <a id="id555758" class="indexterm"></a> 3028 3028 <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em> [Variable]</strong></span> 3029 3029 </p> 3030 3030 <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> 3031 3031 <p xmlns="http://www.w3.org/1999/xhtml"> 3032 <a id="id5 77633" class="indexterm"></a>3032 <a id="id555787" class="indexterm"></a> 3033 3033 <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> 3034 3034 </p> … … 3038 3038 </p> 3039 3039 <p xmlns="http://www.w3.org/1999/xhtml"> 3040 <a id="id5 77681" class="indexterm"></a>3040 <a id="id555836" class="indexterm"></a> 3041 3041 <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em> [Variable]</strong></span> 3042 3042 </p> … … 3046 3046 explicit printing done by user code.</p> 3047 3047 <p xmlns="http://www.w3.org/1999/xhtml"> 3048 <a id="id5 77716" class="indexterm"></a>3048 <a id="id555870" class="indexterm"></a> 3049 3049 <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em> [Variable]</strong></span> 3050 3050 </p> … … 3054 3054 explicit printing done by user code.</p> 3055 3055 <p xmlns="http://www.w3.org/1999/xhtml"> 3056 <a id="id5 77751" class="indexterm"></a>3056 <a id="id555905" class="indexterm"></a> 3057 3057 <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em> [Variable]</strong></span> 3058 3058 </p> … … 3178 3178 <div> 3179 3179 <div class="refsect1" lang="en" xml:lang="en"> 3180 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 78213"></a>3180 <a xmlns="http://www.w3.org/1999/xhtml" id="id556367"></a> 3181 3181 <div class="header">Arguments and Values:</div> 3182 3182 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external … … 3212 3212 </div> 3213 3213 <div class="refsect1" lang="en" xml:lang="en"> 3214 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 78391"></a>3214 <a xmlns="http://www.w3.org/1999/xhtml" id="id556546"></a> 3215 3215 <div class="header">Description:</div> 3216 3216 <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a … … 3380 3380 <div> 3381 3381 <div> 3382 <h4 class="title"><a id="id5 78735"></a>4.3.4.1. Encoding Problems</h4>3382 <h4 class="title"><a id="id556890"></a>4.3.4.1. Encoding Problems</h4> 3383 3383 </div> 3384 3384 </div> … … 3396 3396 <div> 3397 3397 <div> 3398 <h4 class="title"><a id="id5 78748"></a>4.3.4.2. Byte Order Marks</h4>3398 <h4 class="title"><a id="id556903"></a>4.3.4.2. Byte Order Marks</h4> 3399 3399 </div> 3400 3400 </div> … … 3424 3424 <div> 3425 3425 <div> 3426 <h4 class="title"><a id="id5 78786"></a>4.3.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>3426 <h4 class="title"><a id="id556941"></a>4.3.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4> 3427 3427 </div> 3428 3428 </div> … … 3446 3446 <div> 3447 3447 <div class="refsect1" lang="en" xml:lang="en"> 3448 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 78857"></a>3448 <a xmlns="http://www.w3.org/1999/xhtml" id="id557012"></a> 3449 3449 <div class="header">Description:</div> 3450 3450 <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings … … 3455 3455 </div> 3456 3456 <div class="refsect1" lang="en" xml:lang="en"> 3457 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 78874"></a>3457 <a xmlns="http://www.w3.org/1999/xhtml" id="id557029"></a> 3458 3458 <div class="header">See Also:</div> 3459 3459 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#Character-Encodings" title="4.3.4. Character Encodings">Section 4.3.4, âCharacter Encodingsâ</a>, <a class="xref" href="#External-Formats" title="4.3.2. External Formats">Section 4.3.2, âExternal Formatsâ</a>, <a class="xref" href="#Supported-Character-Encodings" title="4.3.4.4. Supported Character Encodings">Section 4.3.4.4, âSupported Character Encodingsâ</a></span> … … 3886 3886 <div> 3887 3887 <div> 3888 <h4 class="title"><a id="id5 91729"></a>4.3.4.5. Encoding and Decoding Strings</h4>3888 <h4 class="title"><a id="id569884"></a>4.3.4.5. Encoding and Decoding Strings</h4> 3889 3889 </div> 3890 3890 </div> … … 3911 3911 <div> 3912 3912 <div class="refsect1" lang="en" xml:lang="en"> 3913 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91805"></a>3913 <a xmlns="http://www.w3.org/1999/xhtml" id="id569960"></a> 3914 3914 <div class="header">Description:</div> 3915 3915 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3942 3942 <div> 3943 3943 <div class="refsect1" lang="en" xml:lang="en"> 3944 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91900"></a>3944 <a xmlns="http://www.w3.org/1999/xhtml" id="id570055"></a> 3945 3945 <div class="header">Description:</div> 3946 3946 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3985 3985 <div> 3986 3986 <div class="refsect1" lang="en" xml:lang="en"> 3987 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92024"></a>3987 <a xmlns="http://www.w3.org/1999/xhtml" id="id570178"></a> 3988 3988 <div class="header">Description:</div> 3989 3989 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4031 4031 <div> 4032 4032 <div class="refsect1" lang="en" xml:lang="en"> 4033 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92143"></a>4033 <a xmlns="http://www.w3.org/1999/xhtml" id="id570298"></a> 4034 4034 <div class="header">Description:</div> 4035 4035 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4081 4081 </div> 4082 4082 <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> 4083 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92231" class="indexterm"></a>4083 <a xmlns="http://www.w3.org/1999/xhtml" id="id570386" class="indexterm"></a> 4084 4084 <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the 4085 4085 <code class="literal">ccl</code> directory. It is used for a variety of … … 4185 4185 platforms.</p> 4186 4186 <p xmlns="http://www.w3.org/1999/xhtml"> 4187 <a id="id5 92415" class="indexterm"></a>4187 <a id="id570569" class="indexterm"></a> 4188 4188 <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em> 4189 4189 <em class="parameter"><code>pathname</code></em> … … 4245 4245 a memory error.</p> 4246 4246 <p xmlns="http://www.w3.org/1999/xhtml"> 4247 <a id="id5 92548" class="indexterm"></a>4247 <a id="id570702" class="indexterm"></a> 4248 4248 <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em> 4249 4249 <em class="parameter"><code>displaced-array</code></em> … … 4257 4257 target is an empty vector (of length zero).</p> 4258 4258 <p xmlns="http://www.w3.org/1999/xhtml"> 4259 <a id="id5 92583" class="indexterm"></a>4259 <a id="id570738" class="indexterm"></a> 4260 4260 <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em> 4261 4261 <em class="parameter"><code>pathname</code></em> … … 4267 4267 bytes.</p> 4268 4268 <p xmlns="http://www.w3.org/1999/xhtml"> 4269 <a id="id5 92615" class="indexterm"></a>4269 <a id="id570770" class="indexterm"></a> 4270 4270 <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em> 4271 4271 <em class="parameter"><code>displaced-array</code></em> … … 4306 4306 static.</p> 4307 4307 <p xmlns="http://www.w3.org/1999/xhtml"> 4308 <a id="id5 92690" class="indexterm"></a>4308 <a id="id570844" class="indexterm"></a> 4309 4309 <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em> 4310 4310 <em class="parameter"><code>var</code></em> … … 4360 4360 </div> 4361 4361 </div> 4362 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92802" class="indexterm"></a>4362 <a xmlns="http://www.w3.org/1999/xhtml" id="id570956" class="indexterm"></a> 4363 4363 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the 4364 4364 function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file … … 4440 4440 converted, because address 0 can always be relied upon to refer to 4441 4441 the same thing.</p> 4442 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93023" class="indexterm"></a>4442 <a xmlns="http://www.w3.org/1999/xhtml" id="id571178" class="indexterm"></a> 4443 4443 <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code> 4444 4444 refers to a <code class="literal">MACPTR</code> object that points to address 0.</p> … … 4451 4451 or <code class="literal">opencml64</code> script.</p> 4452 4452 <p xmlns="http://www.w3.org/1999/xhtml"> 4453 <a id="id5 93070" class="indexterm"></a>4453 <a id="id571225" class="indexterm"></a> 4454 4454 <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em> 4455 4455 <em class="parameter"><code>filename</code></em> … … 4575 4575 <div> 4576 4576 <div class="refsect1" lang="en" xml:lang="en"> 4577 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93342"></a>4577 <a xmlns="http://www.w3.org/1999/xhtml" id="id571496"></a> 4578 4578 <div class="header">Arguments and Values:</div> 4579 4579 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>--- … … 4589 4589 </div> 4590 4590 <div class="refsect1" lang="en" xml:lang="en"> 4591 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93402"></a>4591 <a xmlns="http://www.w3.org/1999/xhtml" id="id571556"></a> 4592 4592 <div class="header">Description:</div> 4593 4593 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4649 4649 <div> 4650 4650 <div class="refsect1" lang="en" xml:lang="en"> 4651 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93492"></a>4651 <a xmlns="http://www.w3.org/1999/xhtml" id="id571647"></a> 4652 4652 <div class="header">Arguments and Values:</div> 4653 4653 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>--- … … 4657 4657 </div> 4658 4658 <div class="refsect1" lang="en" xml:lang="en"> 4659 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93516"></a>4659 <a xmlns="http://www.w3.org/1999/xhtml" id="id571670"></a> 4660 4660 <div class="header">Description:</div> 4661 4661 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4696 4696 <div> 4697 4697 <div class="refsect1" lang="en" xml:lang="en"> 4698 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93611"></a>4698 <a xmlns="http://www.w3.org/1999/xhtml" id="id571766"></a> 4699 4699 <div class="header">Arguments and Values:</div> 4700 4700 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>--- … … 4705 4705 </div> 4706 4706 <div class="refsect1" lang="en" xml:lang="en"> 4707 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93647"></a>4707 <a xmlns="http://www.w3.org/1999/xhtml" id="id571802"></a> 4708 4708 <div class="header">Description:</div> 4709 4709 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4754 4754 <div> 4755 4755 <div class="refsect1" lang="en" xml:lang="en"> 4756 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93722"></a>4756 <a xmlns="http://www.w3.org/1999/xhtml" id="id571877"></a> 4757 4757 <div class="header">Arguments and Values:</div> 4758 4758 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>--- … … 4761 4761 </div> 4762 4762 <div class="refsect1" lang="en" xml:lang="en"> 4763 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93745"></a>4763 <a xmlns="http://www.w3.org/1999/xhtml" id="id571899"></a> 4764 4764 <div class="header">Description:</div> 4765 4765 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4928 4928 <div> 4929 4929 <div class="refsect1" lang="en" xml:lang="en"> 4930 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93919"></a>4930 <a xmlns="http://www.w3.org/1999/xhtml" id="id572074"></a> 4931 4931 <div class="header">Description:</div> 4932 4932 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4962 4962 <div> 4963 4963 <div class="refsect1" lang="en" xml:lang="en"> 4964 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93967"></a>4964 <a xmlns="http://www.w3.org/1999/xhtml" id="id572122"></a> 4965 4965 <div class="header">Discussion:</div> 4966 4966 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4980 4980 </div> 4981 4981 <div class="refsect1" lang="en" xml:lang="en"> 4982 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94021"></a>4982 <a xmlns="http://www.w3.org/1999/xhtml" id="id572175"></a> 4983 4983 <div class="header">Restarts:</div> 4984 4984 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5048 5048 <div> 5049 5049 <div> 5050 <h4 class="title"><a id="id5 94078"></a>4.10.5.1. Fancy arrays</h4>5050 <h4 class="title"><a id="id572233"></a>4.10.5.1. Fancy arrays</h4> 5051 5051 </div> 5052 5052 </div> … … 5075 5075 <div> 5076 5076 <div> 5077 <h4 class="title"><a id="id5 94097"></a>4.10.5.2. Hash tables</h4>5077 <h4 class="title"><a id="id572252"></a>4.10.5.2. Hash tables</h4> 5078 5078 </div> 5079 5079 </div> … … 5123 5123 <div> 5124 5124 <div> 5125 <h4 class="title"><a id="id5 94128"></a>4.10.5.3. Lists</h4>5125 <h4 class="title"><a id="id572282"></a>4.10.5.3. Lists</h4> 5126 5126 </div> 5127 5127 </div> … … 5292 5292 <div> 5293 5293 <div class="refsect1" lang="en" xml:lang="en"> 5294 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94310"></a>5294 <a xmlns="http://www.w3.org/1999/xhtml" id="id572464"></a> 5295 5295 <div class="header">Arguments and Values:</div> 5296 5296 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">html</span></i>--- … … 5314 5314 </div> 5315 5315 <div class="refsect1" lang="en" xml:lang="en"> 5316 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94362"></a>5316 <a xmlns="http://www.w3.org/1999/xhtml" id="id572517"></a> 5317 5317 <div class="header">Example:</div> 5318 5318 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5348 5348 <div> 5349 5349 <div class="refsect1" lang="en" xml:lang="en"> 5350 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94442"></a>5350 <a xmlns="http://www.w3.org/1999/xhtml" id="id572597"></a> 5351 5351 <div class="header">Summary:</div> 5352 5352 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5370 5370 <div> 5371 5371 <div class="refsect1" lang="en" xml:lang="en"> 5372 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94480"></a>5372 <a xmlns="http://www.w3.org/1999/xhtml" id="id572635"></a> 5373 5373 <div class="header">Summary:</div> 5374 5374 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5396 5396 <div> 5397 5397 <div class="refsect1" lang="en" xml:lang="en"> 5398 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94533"></a>5398 <a xmlns="http://www.w3.org/1999/xhtml" id="id572688"></a> 5399 5399 <div class="header">Summary:</div> 5400 5400 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5422 5422 <div> 5423 5423 <div class="refsect1" lang="en" xml:lang="en"> 5424 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94585"></a>5424 <a xmlns="http://www.w3.org/1999/xhtml" id="id572739"></a> 5425 5425 <div class="header">Summary:</div> 5426 5426 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5453 5453 <div> 5454 5454 <div class="refsect1" lang="en" xml:lang="en"> 5455 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94628"></a>5455 <a xmlns="http://www.w3.org/1999/xhtml" id="id572782"></a> 5456 5456 <div class="header">Summary:</div> 5457 5457 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5480 5480 <div> 5481 5481 <div class="refsect1" lang="en" xml:lang="en"> 5482 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94681"></a>5482 <a xmlns="http://www.w3.org/1999/xhtml" id="id572835"></a> 5483 5483 <div class="header">Summary:</div> 5484 5484 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5503 5503 <div> 5504 5504 <div class="refsect1" lang="en" xml:lang="en"> 5505 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94731"></a>5505 <a xmlns="http://www.w3.org/1999/xhtml" id="id572886"></a> 5506 5506 <div class="header">Summary:</div> 5507 5507 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5530 5530 <div> 5531 5531 <div class="refsect1" lang="en" xml:lang="en"> 5532 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94784"></a>5532 <a xmlns="http://www.w3.org/1999/xhtml" id="id572938"></a> 5533 5533 <div class="header">Summary:</div> 5534 5534 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5557 5557 <div> 5558 5558 <div class="refsect1" lang="en" xml:lang="en"> 5559 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94837"></a>5559 <a xmlns="http://www.w3.org/1999/xhtml" id="id572991"></a> 5560 5560 <div class="header">Summary:</div> 5561 5561 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5724 5724 <div> 5725 5725 <div class="refsect1" lang="en" xml:lang="en"> 5726 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 95072"></a>5726 <a xmlns="http://www.w3.org/1999/xhtml" id="id573226"></a> 5727 5727 <div class="header">Summary:</div> 5728 5728 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5749 5749 <div> 5750 5750 <div class="refsect1" lang="en" xml:lang="en"> 5751 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 95124"></a>5751 <a xmlns="http://www.w3.org/1999/xhtml" id="id573278"></a> 5752 5752 <div class="header">Summary:</div> 5753 5753 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5980 5980 <div> 5981 5981 <div> 5982 <h4 class="title"><a id="id5 68496"></a>5.4.2.1. Checking for Updates</h4>5982 <h4 class="title"><a id="id546650"></a>5.4.2.1. Checking for Updates</h4> 5983 5983 </div> 5984 5984 </div> … … 6112 6112 the required subsystems, if necessary.</p> 6113 6113 <p xmlns="http://www.w3.org/1999/xhtml"> 6114 <a id="id5 48586" class="indexterm"></a>6114 <a id="id526741" class="indexterm"></a> 6115 6115 <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&key</em> 6116 6116 (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>) … … 6412 6412 <dt> 6413 6413 <span class="sect2"> 6414 <a href="#id5 45417">6.3.2. As of August 2003:</a>6414 <a href="#id523572">6.3.2. As of August 2003:</a> 6415 6415 </span> 6416 6416 </dt> … … 6663 6663 <div> 6664 6664 <div> 6665 <h3 class="title"><a id="id5 45417"></a>6.3.2. As of August 2003:</h3>6665 <h3 class="title"><a id="id523572"></a>6.3.2. As of August 2003:</h3> 6666 6666 </div> 6667 6667 </div> … … 7115 7115 <div> 7116 7116 <div class="refsect1" lang="en" xml:lang="en"> 7117 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 89854"></a>7117 <a xmlns="http://www.w3.org/1999/xhtml" id="id568008"></a> 7118 7118 <div class="header">Values:</div> 7119 7119 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads) … … 7121 7121 </div> 7122 7122 <div class="refsect1" lang="en" xml:lang="en"> 7123 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 89880"></a>7123 <a xmlns="http://www.w3.org/1999/xhtml" id="id568034"></a> 7124 7124 <div class="header">Description:</div> 7125 7125 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known … … 7133 7133 </div> 7134 7134 <div class="refsect1" lang="en" xml:lang="en"> 7135 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 89894"></a>7135 <a xmlns="http://www.w3.org/1999/xhtml" id="id568049"></a> 7136 7136 <div class="header">See Also:</div> 7137 7137 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7161 7161 <div> 7162 7162 <div class="refsect1" lang="en" xml:lang="en"> 7163 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 89964"></a>7163 <a xmlns="http://www.w3.org/1999/xhtml" id="id568119"></a> 7164 7164 <div class="header">Arguments and Values:</div> 7165 7165 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p> … … 7200 7200 </div> 7201 7201 <div class="refsect1" lang="en" xml:lang="en"> 7202 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90152"></a>7202 <a xmlns="http://www.w3.org/1999/xhtml" id="id568306"></a> 7203 7203 <div class="header">Description:</div> 7204 7204 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the … … 7221 7221 </div> 7222 7222 <div class="refsect1" lang="en" xml:lang="en"> 7223 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90204"></a>7223 <a xmlns="http://www.w3.org/1999/xhtml" id="id568358"></a> 7224 7224 <div class="header">See Also:</div> 7225 7225 <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> … … 7240 7240 <div> 7241 7241 <div class="refsect1" lang="en" xml:lang="en"> 7242 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90282"></a>7242 <a xmlns="http://www.w3.org/1999/xhtml" id="id568437"></a> 7243 7243 <div class="header">Arguments and Values:</div> 7244 7244 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7250 7250 </div> 7251 7251 <div class="refsect1" lang="en" xml:lang="en"> 7252 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90336"></a>7252 <a xmlns="http://www.w3.org/1999/xhtml" id="id568491"></a> 7253 7253 <div class="header">Description:</div> 7254 7254 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from … … 7272 7272 </div> 7273 7273 <div class="refsect1" lang="en" xml:lang="en"> 7274 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90391"></a>7274 <a xmlns="http://www.w3.org/1999/xhtml" id="id568546"></a> 7275 7275 <div class="header">See Also:</div> 7276 7276 <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> 7277 7277 </div> 7278 7278 <div class="refsect1" lang="en" xml:lang="en"> 7279 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90416"></a>7279 <a xmlns="http://www.w3.org/1999/xhtml" id="id568571"></a> 7280 7280 <div class="header">Notes:</div> 7281 7281 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called … … 7303 7303 <div> 7304 7304 <div class="refsect1" lang="en" xml:lang="en"> 7305 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90498"></a>7305 <a xmlns="http://www.w3.org/1999/xhtml" id="id568653"></a> 7306 7306 <div class="header">Arguments and Values:</div> 7307 7307 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7314 7314 </div> 7315 7315 <div class="refsect1" lang="en" xml:lang="en"> 7316 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90552"></a>7316 <a xmlns="http://www.w3.org/1999/xhtml" id="id568706"></a> 7317 7317 <div class="header">Description:</div> 7318 7318 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to … … 7325 7325 </div> 7326 7326 <div class="refsect1" lang="en" xml:lang="en"> 7327 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90583"></a>7327 <a xmlns="http://www.w3.org/1999/xhtml" id="id568737"></a> 7328 7328 <div class="header">See Also:</div> 7329 7329 <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> 7330 7330 </div> 7331 7331 <div class="refsect1" lang="en" xml:lang="en"> 7332 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90608"></a>7332 <a xmlns="http://www.w3.org/1999/xhtml" id="id568762"></a> 7333 7333 <div class="header">Notes:</div> 7334 7334 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7356 7356 <div> 7357 7357 <div class="refsect1" lang="en" xml:lang="en"> 7358 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90673"></a>7358 <a xmlns="http://www.w3.org/1999/xhtml" id="id568827"></a> 7359 7359 <div class="header">Arguments and Values:</div> 7360 7360 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7366 7366 </div> 7367 7367 <div class="refsect1" lang="en" xml:lang="en"> 7368 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90726"></a>7368 <a xmlns="http://www.w3.org/1999/xhtml" id="id568881"></a> 7369 7369 <div class="header">Description:</div> 7370 7370 <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 … … 7381 7381 </div> 7382 7382 <div class="refsect1" lang="en" xml:lang="en"> 7383 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90777"></a>7383 <a xmlns="http://www.w3.org/1999/xhtml" id="id568931"></a> 7384 7384 <div class="header">See Also:</div> 7385 7385 <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> … … 7402 7402 <div> 7403 7403 <div class="refsect1" lang="en" xml:lang="en"> 7404 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90853"></a>7404 <a xmlns="http://www.w3.org/1999/xhtml" id="id569008"></a> 7405 7405 <div class="header">Arguments and Values:</div> 7406 7406 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7413 7413 </div> 7414 7414 <div class="refsect1" lang="en" xml:lang="en"> 7415 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90928"></a>7415 <a xmlns="http://www.w3.org/1999/xhtml" id="id569083"></a> 7416 7416 <div class="header">Description:</div> 7417 7417 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset … … 7427 7427 </div> 7428 7428 <div class="refsect1" lang="en" xml:lang="en"> 7429 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90972"></a>7429 <a xmlns="http://www.w3.org/1999/xhtml" id="id569127"></a> 7430 7430 <div class="header">See Also:</div> 7431 7431 <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> … … 7448 7448 <div> 7449 7449 <div class="refsect1" lang="en" xml:lang="en"> 7450 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91054"></a>7450 <a xmlns="http://www.w3.org/1999/xhtml" id="id569208"></a> 7451 7451 <div class="header">Arguments and Values:</div> 7452 7452 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7457 7457 </div> 7458 7458 <div class="refsect1" lang="en" xml:lang="en"> 7459 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91116"></a>7459 <a xmlns="http://www.w3.org/1999/xhtml" id="id569271"></a> 7460 7460 <div class="header">Description:</div> 7461 7461 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>. … … 7474 7474 </div> 7475 7475 <div class="refsect1" lang="en" xml:lang="en"> 7476 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91165"></a>7476 <a xmlns="http://www.w3.org/1999/xhtml" id="id569320"></a> 7477 7477 <div class="header">See Also:</div> 7478 7478 <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> 7479 7479 </div> 7480 7480 <div class="refsect1" lang="en" xml:lang="en"> 7481 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82809"></a>7481 <a xmlns="http://www.w3.org/1999/xhtml" id="id560964"></a> 7482 7482 <div class="header">Notes:</div> 7483 7483 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means … … 7500 7500 <div> 7501 7501 <div class="refsect1" lang="en" xml:lang="en"> 7502 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82924"></a>7502 <a xmlns="http://www.w3.org/1999/xhtml" id="id561079"></a> 7503 7503 <div class="header">Arguments and Values:</div> 7504 7504 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process. … … 7522 7522 </div> 7523 7523 <div class="refsect1" lang="en" xml:lang="en"> 7524 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83112"></a>7524 <a xmlns="http://www.w3.org/1999/xhtml" id="id561267"></a> 7525 7525 <div class="header">Description:</div> 7526 7526 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via … … 7535 7535 </div> 7536 7536 <div class="refsect1" lang="en" xml:lang="en"> 7537 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83147"></a>7537 <a xmlns="http://www.w3.org/1999/xhtml" id="id561302"></a> 7538 7538 <div class="header">See Also:</div> 7539 7539 <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> … … 7556 7556 <div> 7557 7557 <div class="refsect1" lang="en" xml:lang="en"> 7558 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83231"></a>7558 <a xmlns="http://www.w3.org/1999/xhtml" id="id561385"></a> 7559 7559 <div class="header">Arguments and Values:</div> 7560 7560 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7569 7569 </div> 7570 7570 <div class="refsect1" lang="en" xml:lang="en"> 7571 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83323"></a>7571 <a xmlns="http://www.w3.org/1999/xhtml" id="id561478"></a> 7572 7572 <div class="header">Description:</div> 7573 7573 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em> … … 7600 7600 </div> 7601 7601 <div class="refsect1" lang="en" xml:lang="en"> 7602 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83398"></a>7602 <a xmlns="http://www.w3.org/1999/xhtml" id="id561552"></a> 7603 7603 <div class="header">See Also:</div> 7604 7604 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7609 7609 </div> 7610 7610 <div class="refsect1" lang="en" xml:lang="en"> 7611 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83417"></a>7611 <a xmlns="http://www.w3.org/1999/xhtml" id="id561572"></a> 7612 7612 <div class="header">Notes:</div> 7613 7613 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em> … … 7639 7639 <div> 7640 7640 <div class="refsect1" lang="en" xml:lang="en"> 7641 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83483"></a>7641 <a xmlns="http://www.w3.org/1999/xhtml" id="id561638"></a> 7642 7642 <div class="header">Value Type:</div> 7643 7643 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p> 7644 7644 </div> 7645 7645 <div class="refsect1" lang="en" xml:lang="en"> 7646 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83495"></a>7646 <a xmlns="http://www.w3.org/1999/xhtml" id="id561649"></a> 7647 7647 <div class="header">Initial Value:</div> 7648 7648 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself. … … 7650 7650 </div> 7651 7651 <div class="refsect1" lang="en" xml:lang="en"> 7652 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83506"></a>7652 <a xmlns="http://www.w3.org/1999/xhtml" id="id561661"></a> 7653 7653 <div class="header">Description:</div> 7654 7654 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is … … 7656 7656 </div> 7657 7657 <div class="refsect1" lang="en" xml:lang="en"> 7658 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83518"></a>7658 <a xmlns="http://www.w3.org/1999/xhtml" id="id561673"></a> 7659 7659 <div class="header">See Also:</div> 7660 7660 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7680 7680 <div> 7681 7681 <div class="refsect1" lang="en" xml:lang="en"> 7682 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83589"></a>7682 <a xmlns="http://www.w3.org/1999/xhtml" id="id561744"></a> 7683 7683 <div class="header">Arguments and Values:</div> 7684 7684 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7687 7687 </div> 7688 7688 <div class="refsect1" lang="en" xml:lang="en"> 7689 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83646"></a>7689 <a xmlns="http://www.w3.org/1999/xhtml" id="id561800"></a> 7690 7690 <div class="header">Description:</div> 7691 7691 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit … … 7714 7714 </div> 7715 7715 <div class="refsect1" lang="en" xml:lang="en"> 7716 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83714"></a>7716 <a xmlns="http://www.w3.org/1999/xhtml" id="id561868"></a> 7717 7717 <div class="header">See Also:</div> 7718 7718 <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> … … 7734 7734 <div> 7735 7735 <div class="refsect1" lang="en" xml:lang="en"> 7736 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83787"></a>7736 <a xmlns="http://www.w3.org/1999/xhtml" id="id561942"></a> 7737 7737 <div class="header">Arguments and Values:</div> 7738 7738 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7740 7740 </div> 7741 7741 <div class="refsect1" lang="en" xml:lang="en"> 7742 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83828"></a>7742 <a xmlns="http://www.w3.org/1999/xhtml" id="id561983"></a> 7743 7743 <div class="header">Description:</div> 7744 7744 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 7747 7747 </div> 7748 7748 <div class="refsect1" lang="en" xml:lang="en"> 7749 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83844"></a>7749 <a xmlns="http://www.w3.org/1999/xhtml" id="id561999"></a> 7750 7750 <div class="header">See Also:</div> 7751 7751 <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> … … 7769 7769 <div> 7770 7770 <div class="refsect1" lang="en" xml:lang="en"> 7771 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83927"></a>7771 <a xmlns="http://www.w3.org/1999/xhtml" id="id562082"></a> 7772 7772 <div class="header">Arguments and Values:</div> 7773 7773 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7775 7775 </div> 7776 7776 <div class="refsect1" lang="en" xml:lang="en"> 7777 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83969"></a>7777 <a xmlns="http://www.w3.org/1999/xhtml" id="id562123"></a> 7778 7778 <div class="header">Description:</div> 7779 7779 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 7789 7789 </div> 7790 7790 <div class="refsect1" lang="en" xml:lang="en"> 7791 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84032"></a>7791 <a xmlns="http://www.w3.org/1999/xhtml" id="id562187"></a> 7792 7792 <div class="header">See Also:</div> 7793 7793 <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> … … 7808 7808 <div> 7809 7809 <div class="refsect1" lang="en" xml:lang="en"> 7810 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84091"></a>7810 <a xmlns="http://www.w3.org/1999/xhtml" id="id562245"></a> 7811 7811 <div class="header">Value Type:</div> 7812 7812 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p> 7813 7813 </div> 7814 7814 <div class="refsect1" lang="en" xml:lang="en"> 7815 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84102"></a>7815 <a xmlns="http://www.w3.org/1999/xhtml" id="id562256"></a> 7816 7816 <div class="header">Initial Value:</div> 7817 7817 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler. Currently, … … 7820 7820 </div> 7821 7821 <div class="refsect1" lang="en" xml:lang="en"> 7822 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84114"></a>7822 <a xmlns="http://www.w3.org/1999/xhtml" id="id562269"></a> 7823 7823 <div class="header">Description:</div> 7824 7824 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best, … … 7828 7828 </div> 7829 7829 <div class="refsect1" lang="en" xml:lang="en"> 7830 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84127"></a>7830 <a xmlns="http://www.w3.org/1999/xhtml" id="id562282"></a> 7831 7831 <div class="header">See Also:</div> 7832 7832 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7852 7852 <div> 7853 7853 <div class="refsect1" lang="en" xml:lang="en"> 7854 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84232"></a>7854 <a xmlns="http://www.w3.org/1999/xhtml" id="id562386"></a> 7855 7855 <div class="header">Description:</div> 7856 7856 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of … … 7866 7866 </div> 7867 7867 <div class="refsect1" lang="en" xml:lang="en"> 7868 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84274"></a>7868 <a xmlns="http://www.w3.org/1999/xhtml" id="id562429"></a> 7869 7869 <div class="header">See Also:</div> 7870 7870 <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> 7871 7871 </div> 7872 7872 <div class="refsect1" lang="en" xml:lang="en"> 7873 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84305"></a>7873 <a xmlns="http://www.w3.org/1999/xhtml" id="id562460"></a> 7874 7874 <div class="header">Notes:</div> 7875 7875 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to … … 7895 7895 <div> 7896 7896 <div class="refsect1" lang="en" xml:lang="en"> 7897 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84364"></a>7897 <a xmlns="http://www.w3.org/1999/xhtml" id="id562519"></a> 7898 7898 <div class="header">Description:</div> 7899 7899 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing … … 7904 7904 </div> 7905 7905 <div class="refsect1" lang="en" xml:lang="en"> 7906 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84378"></a>7906 <a xmlns="http://www.w3.org/1999/xhtml" id="id562532"></a> 7907 7907 <div class="header">See Also:</div> 7908 7908 <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> 7909 7909 </div> 7910 7910 <div class="refsect1" lang="en" xml:lang="en"> 7911 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84426"></a>7911 <a xmlns="http://www.w3.org/1999/xhtml" id="id562580"></a> 7912 7912 <div class="header">Notes:</div> 7913 7913 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative … … 7932 7932 <div> 7933 7933 <div class="refsect1" lang="en" xml:lang="en"> 7934 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84490"></a>7934 <a xmlns="http://www.w3.org/1999/xhtml" id="id562645"></a> 7935 7935 <div class="header">Arguments and Values:</div> 7936 7936 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 7945 7945 </div> 7946 7946 <div class="refsect1" lang="en" xml:lang="en"> 7947 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84570"></a>7947 <a xmlns="http://www.w3.org/1999/xhtml" id="id562724"></a> 7948 7948 <div class="header">Description:</div> 7949 7949 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly … … 7962 7962 </div> 7963 7963 <div class="refsect1" lang="en" xml:lang="en"> 7964 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84605"></a>7964 <a xmlns="http://www.w3.org/1999/xhtml" id="id562760"></a> 7965 7965 <div class="header">See Also:</div> 7966 7966 <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> … … 7982 7982 <div> 7983 7983 <div class="refsect1" lang="en" xml:lang="en"> 7984 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84714"></a>7984 <a xmlns="http://www.w3.org/1999/xhtml" id="id562868"></a> 7985 7985 <div class="header">Arguments and Values:</div> 7986 7986 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8000 8000 </div> 8001 8001 <div class="refsect1" lang="en" xml:lang="en"> 8002 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 84828"></a>8002 <a xmlns="http://www.w3.org/1999/xhtml" id="id562983"></a> 8003 8003 <div class="header">Description:</div> 8004 8004 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like … … 8017 8017 </div> 8018 8018 <div class="refsect1" lang="en" xml:lang="en"> 8019 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601726"></a>8019 <a xmlns="http://www.w3.org/1999/xhtml" id="id579881"></a> 8020 8020 <div class="header">See Also:</div> 8021 8021 <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> … … 8037 8037 <div> 8038 8038 <div class="refsect1" lang="en" xml:lang="en"> 8039 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601829"></a>8039 <a xmlns="http://www.w3.org/1999/xhtml" id="id579984"></a> 8040 8040 <div class="header">Arguments and Values:</div> 8041 8041 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8044 8044 </div> 8045 8045 <div class="refsect1" lang="en" xml:lang="en"> 8046 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601868"></a>8046 <a xmlns="http://www.w3.org/1999/xhtml" id="id580022"></a> 8047 8047 <div class="header">Description:</div> 8048 8048 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8059 8059 </div> 8060 8060 <div class="refsect1" lang="en" xml:lang="en"> 8061 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601896"></a>8061 <a xmlns="http://www.w3.org/1999/xhtml" id="id580051"></a> 8062 8062 <div class="header">See Also:</div> 8063 8063 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8083 8083 <div> 8084 8084 <div class="refsect1" lang="en" xml:lang="en"> 8085 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601958"></a>8085 <a xmlns="http://www.w3.org/1999/xhtml" id="id580113"></a> 8086 8086 <div class="header">Arguments and Values:</div> 8087 8087 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of … … 8093 8093 </div> 8094 8094 <div class="refsect1" lang="en" xml:lang="en"> 8095 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602005"></a>8095 <a xmlns="http://www.w3.org/1999/xhtml" id="id580159"></a> 8096 8096 <div class="header">Description:</div> 8097 8097 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can … … 8103 8103 </div> 8104 8104 <div class="refsect1" lang="en" xml:lang="en"> 8105 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602020"></a>8105 <a xmlns="http://www.w3.org/1999/xhtml" id="id580174"></a> 8106 8106 <div class="header">See Also:</div> 8107 8107 <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> … … 8123 8123 <div> 8124 8124 <div class="refsect1" lang="en" xml:lang="en"> 8125 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602123"></a>8125 <a xmlns="http://www.w3.org/1999/xhtml" id="id580278"></a> 8126 8126 <div class="header">Arguments and Values:</div> 8127 8127 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8131 8131 </div> 8132 8132 <div class="refsect1" lang="en" xml:lang="en"> 8133 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602174"></a>8133 <a xmlns="http://www.w3.org/1999/xhtml" id="id580329"></a> 8134 8134 <div class="header">Description:</div> 8135 8135 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or … … 8142 8142 </div> 8143 8143 <div class="refsect1" lang="en" xml:lang="en"> 8144 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602203"></a>8144 <a xmlns="http://www.w3.org/1999/xhtml" id="id580358"></a> 8145 8145 <div class="header">See Also:</div> 8146 8146 <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> … … 8161 8161 <div> 8162 8162 <div class="refsect1" lang="en" xml:lang="en"> 8163 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602303"></a>8163 <a xmlns="http://www.w3.org/1999/xhtml" id="id580458"></a> 8164 8164 <div class="header">Arguments and Values:</div> 8165 8165 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8166 8166 </div> 8167 8167 <div class="refsect1" lang="en" xml:lang="en"> 8168 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602326"></a>8168 <a xmlns="http://www.w3.org/1999/xhtml" id="id580480"></a> 8169 8169 <div class="header">Description:</div> 8170 8170 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the … … 8177 8177 </div> 8178 8178 <div class="refsect1" lang="en" xml:lang="en"> 8179 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602359"></a>8179 <a xmlns="http://www.w3.org/1999/xhtml" id="id580514"></a> 8180 8180 <div class="header">See Also:</div> 8181 8181 <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> … … 8195 8195 <div> 8196 8196 <div class="refsect1" lang="en" xml:lang="en"> 8197 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602458"></a>8197 <a xmlns="http://www.w3.org/1999/xhtml" id="id580613"></a> 8198 8198 <div class="header">Arguments and Values:</div> 8199 8199 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8200 8200 </div> 8201 8201 <div class="refsect1" lang="en" xml:lang="en"> 8202 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602481"></a>8202 <a xmlns="http://www.w3.org/1999/xhtml" id="id580635"></a> 8203 8203 <div class="header">Description:</div> 8204 8204 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if … … 8213 8213 </div> 8214 8214 <div class="refsect1" lang="en" xml:lang="en"> 8215 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602514"></a>8215 <a xmlns="http://www.w3.org/1999/xhtml" id="id580669"></a> 8216 8216 <div class="header">See Also:</div> 8217 8217 <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> … … 8232 8232 <div> 8233 8233 <div class="refsect1" lang="en" xml:lang="en"> 8234 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602615"></a>8234 <a xmlns="http://www.w3.org/1999/xhtml" id="id580769"></a> 8235 8235 <div class="header">Arguments and Values:</div> 8236 8236 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8239 8239 </div> 8240 8240 <div class="refsect1" lang="en" xml:lang="en"> 8241 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602653"></a>8241 <a xmlns="http://www.w3.org/1999/xhtml" id="id580808"></a> 8242 8242 <div class="header">Description:</div> 8243 8243 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em> … … 8252 8252 </div> 8253 8253 <div class="refsect1" lang="en" xml:lang="en"> 8254 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602676"></a>8254 <a xmlns="http://www.w3.org/1999/xhtml" id="id580831"></a> 8255 8255 <div class="header">See Also:</div> 8256 8256 <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> … … 8272 8272 <div> 8273 8273 <div class="refsect1" lang="en" xml:lang="en"> 8274 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602776"></a>8274 <a xmlns="http://www.w3.org/1999/xhtml" id="id580931"></a> 8275 8275 <div class="header">Arguments and Values:</div> 8276 8276 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type … … 8278 8278 </div> 8279 8279 <div class="refsect1" lang="en" xml:lang="en"> 8280 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602799"></a>8280 <a xmlns="http://www.w3.org/1999/xhtml" id="id580954"></a> 8281 8281 <div class="header">Description:</div> 8282 8282 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK. … … 8289 8289 </div> 8290 8290 <div class="refsect1" lang="en" xml:lang="en"> 8291 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602815"></a>8291 <a xmlns="http://www.w3.org/1999/xhtml" id="id580970"></a> 8292 8292 <div class="header">See Also:</div> 8293 8293 <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> 8294 8294 </div> 8295 8295 <div class="refsect1" lang="en" xml:lang="en"> 8296 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602863"></a>8296 <a xmlns="http://www.w3.org/1999/xhtml" id="id581018"></a> 8297 8297 <div class="header">Notes:</div> 8298 8298 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to … … 8317 8317 <div> 8318 8318 <div class="refsect1" lang="en" xml:lang="en"> 8319 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602920"></a>8319 <a xmlns="http://www.w3.org/1999/xhtml" id="id581074"></a> 8320 8320 <div class="header">Arguments and Values:</div> 8321 8321 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8326 8326 </div> 8327 8327 <div class="refsect1" lang="en" xml:lang="en"> 8328 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602971"></a>8328 <a xmlns="http://www.w3.org/1999/xhtml" id="id581126"></a> 8329 8329 <div class="header">Description:</div> 8330 8330 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8340 8340 </div> 8341 8341 <div class="refsect1" lang="en" xml:lang="en"> 8342 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603011"></a>8342 <a xmlns="http://www.w3.org/1999/xhtml" id="id581165"></a> 8343 8343 <div class="header">See Also:</div> 8344 8344 <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> … … 8360 8360 <div> 8361 8361 <div class="refsect1" lang="en" xml:lang="en"> 8362 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603104"></a>8362 <a xmlns="http://www.w3.org/1999/xhtml" id="id581259"></a> 8363 8363 <div class="header">Arguments and Values:</div> 8364 8364 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8369 8369 </div> 8370 8370 <div class="refsect1" lang="en" xml:lang="en"> 8371 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603155"></a>8371 <a xmlns="http://www.w3.org/1999/xhtml" id="id581310"></a> 8372 8372 <div class="header">Description:</div> 8373 8373 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8384 8384 </div> 8385 8385 <div class="refsect1" lang="en" xml:lang="en"> 8386 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603200"></a>8386 <a xmlns="http://www.w3.org/1999/xhtml" id="id581355"></a> 8387 8387 <div class="header">See Also:</div> 8388 8388 <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> … … 8404 8404 <div> 8405 8405 <div class="refsect1" lang="en" xml:lang="en"> 8406 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603290"></a>8406 <a xmlns="http://www.w3.org/1999/xhtml" id="id581444"></a> 8407 8407 <div class="header">Arguments and Values:</div> 8408 8408 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p> 8409 8409 </div> 8410 8410 <div class="refsect1" lang="en" xml:lang="en"> 8411 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603312"></a>8411 <a xmlns="http://www.w3.org/1999/xhtml" id="id581467"></a> 8412 8412 <div class="header">Description:</div> 8413 8413 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE. … … 8418 8418 </div> 8419 8419 <div class="refsect1" lang="en" xml:lang="en"> 8420 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603327"></a>8420 <a xmlns="http://www.w3.org/1999/xhtml" id="id581482"></a> 8421 8421 <div class="header">See Also:</div> 8422 8422 <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> … … 8438 8438 <div> 8439 8439 <div class="refsect1" lang="en" xml:lang="en"> 8440 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603422"></a>8440 <a xmlns="http://www.w3.org/1999/xhtml" id="id581577"></a> 8441 8441 <div class="header">Arguments and Values:</div> 8442 8442 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 8445 8445 </div> 8446 8446 <div class="refsect1" lang="en" xml:lang="en"> 8447 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603458"></a>8447 <a xmlns="http://www.w3.org/1999/xhtml" id="id581613"></a> 8448 8448 <div class="header">Description:</div> 8449 8449 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s … … 8452 8452 </div> 8453 8453 <div class="refsect1" lang="en" xml:lang="en"> 8454 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603472"></a>8454 <a xmlns="http://www.w3.org/1999/xhtml" id="id581627"></a> 8455 8455 <div class="header">See Also:</div> 8456 8456 <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> 8457 8457 </div> 8458 8458 <div class="refsect1" lang="en" xml:lang="en"> 8459 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603525"></a>8459 <a xmlns="http://www.w3.org/1999/xhtml" id="id581680"></a> 8460 8460 <div class="header">Notes:</div> 8461 8461 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 8480 8480 <div> 8481 8481 <div class="refsect1" lang="en" xml:lang="en"> 8482 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603585"></a>8482 <a xmlns="http://www.w3.org/1999/xhtml" id="id581740"></a> 8483 8483 <div class="header">Arguments and Values:</div> 8484 8484 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 8487 8487 </div> 8488 8488 <div class="refsect1" lang="en" xml:lang="en"> 8489 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603621"></a>8489 <a xmlns="http://www.w3.org/1999/xhtml" id="id581776"></a> 8490 8490 <div class="header">Description:</div> 8491 8491 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 8495 8495 </div> 8496 8496 <div class="refsect1" lang="en" xml:lang="en"> 8497 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603636"></a>8497 <a xmlns="http://www.w3.org/1999/xhtml" id="id581790"></a> 8498 8498 <div class="header">See Also:</div> 8499 8499 <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> 8500 8500 </div> 8501 8501 <div class="refsect1" lang="en" xml:lang="en"> 8502 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603689"></a>8502 <a xmlns="http://www.w3.org/1999/xhtml" id="id581843"></a> 8503 8503 <div class="header">Notes:</div> 8504 8504 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 8524 8524 <div> 8525 8525 <div class="refsect1" lang="en" xml:lang="en"> 8526 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603749"></a>8526 <a xmlns="http://www.w3.org/1999/xhtml" id="id581904"></a> 8527 8527 <div class="header">Arguments and Values:</div> 8528 8528 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p> … … 8537 8537 </div> 8538 8538 <div class="refsect1" lang="en" xml:lang="en"> 8539 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603815"></a>8539 <a xmlns="http://www.w3.org/1999/xhtml" id="id581970"></a> 8540 8540 <div class="header">Description:</div> 8541 8541 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 8546 8546 </div> 8547 8547 <div class="refsect1" lang="en" xml:lang="en"> 8548 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603832"></a>8548 <a xmlns="http://www.w3.org/1999/xhtml" id="id581987"></a> 8549 8549 <div class="header">See Also:</div> 8550 8550 <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> … … 8566 8566 <div> 8567 8567 <div class="refsect1" lang="en" xml:lang="en"> 8568 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603925"></a>8568 <a xmlns="http://www.w3.org/1999/xhtml" id="id582080"></a> 8569 8569 <div class="header">Arguments and Values:</div> 8570 8570 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 8574 8574 </div> 8575 8575 <div class="refsect1" lang="en" xml:lang="en"> 8576 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603967"></a>8576 <a xmlns="http://www.w3.org/1999/xhtml" id="id582122"></a> 8577 8577 <div class="header">Description:</div> 8578 8578 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>. … … 8590 8590 </div> 8591 8591 <div class="refsect1" lang="en" xml:lang="en"> 8592 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604000"></a>8592 <a xmlns="http://www.w3.org/1999/xhtml" id="id582155"></a> 8593 8593 <div class="header">See Also:</div> 8594 8594 <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> 8595 8595 </div> 8596 8596 <div class="refsect1" lang="en" xml:lang="en"> 8597 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604038"></a>8597 <a xmlns="http://www.w3.org/1999/xhtml" id="id582192"></a> 8598 8598 <div class="header">Notes:</div> 8599 8599 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8620 8620 <div> 8621 8621 <div class="refsect1" lang="en" xml:lang="en"> 8622 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604102"></a>8622 <a xmlns="http://www.w3.org/1999/xhtml" id="id582257"></a> 8623 8623 <div class="header">Arguments and Values:</div> 8624 8624 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 8628 8628 </div> 8629 8629 <div class="refsect1" lang="en" xml:lang="en"> 8630 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604144"></a>8630 <a xmlns="http://www.w3.org/1999/xhtml" id="id582298"></a> 8631 8631 <div class="header">Description:</div> 8632 8632 <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 … … 8641 8641 </div> 8642 8642 <div class="refsect1" lang="en" xml:lang="en"> 8643 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604177"></a>8643 <a xmlns="http://www.w3.org/1999/xhtml" id="id582332"></a> 8644 8644 <div class="header">See Also:</div> 8645 8645 <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> 8646 8646 </div> 8647 8647 <div class="refsect1" lang="en" xml:lang="en"> 8648 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604214"></a>8648 <a xmlns="http://www.w3.org/1999/xhtml" id="id582369"></a> 8649 8649 <div class="header">Notes:</div> 8650 8650 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8671 8671 <div> 8672 8672 <div class="refsect1" lang="en" xml:lang="en"> 8673 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604279"></a>8673 <a xmlns="http://www.w3.org/1999/xhtml" id="id582434"></a> 8674 8674 <div class="header">Arguments and Values:</div> 8675 8675 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8678 8678 </div> 8679 8679 <div class="refsect1" lang="en" xml:lang="en"> 8680 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604318"></a>8680 <a xmlns="http://www.w3.org/1999/xhtml" id="id582472"></a> 8681 8681 <div class="header">Description:</div> 8682 8682 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal … … 8686 8686 </div> 8687 8687 <div class="refsect1" lang="en" xml:lang="en"> 8688 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604334"></a>8688 <a xmlns="http://www.w3.org/1999/xhtml" id="id582489"></a> 8689 8689 <div class="header">See Also:</div> 8690 8690 <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> … … 8705 8705 <div> 8706 8706 <div class="refsect1" lang="en" xml:lang="en"> 8707 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604411"></a>8707 <a xmlns="http://www.w3.org/1999/xhtml" id="id582566"></a> 8708 8708 <div class="header">Value Type:</div> 8709 8709 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p> 8710 8710 </div> 8711 8711 <div class="refsect1" lang="en" xml:lang="en"> 8712 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604421"></a>8712 <a xmlns="http://www.w3.org/1999/xhtml" id="id582576"></a> 8713 8713 <div class="header">Initial Value:</div> 8714 8714 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p> 8715 8715 </div> 8716 8716 <div class="refsect1" lang="en" xml:lang="en"> 8717 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604431"></a>8717 <a xmlns="http://www.w3.org/1999/xhtml" id="id582585"></a> 8718 8718 <div class="header">Description:</div> 8719 8719 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input … … 8727 8727 </div> 8728 8728 <div class="refsect1" lang="en" xml:lang="en"> 8729 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604444"></a>8729 <a xmlns="http://www.w3.org/1999/xhtml" id="id582599"></a> 8730 8730 <div class="header">See Also:</div> 8731 8731 <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> … … 8746 8746 <div> 8747 8747 <div class="refsect1" lang="en" xml:lang="en"> 8748 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604535"></a>8748 <a xmlns="http://www.w3.org/1999/xhtml" id="id582690"></a> 8749 8749 <div class="header">Arguments and Values:</div> 8750 8750 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by … … 8755 8755 </div> 8756 8756 <div class="refsect1" lang="en" xml:lang="en"> 8757 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604574"></a>8757 <a xmlns="http://www.w3.org/1999/xhtml" id="id582729"></a> 8758 8758 <div class="header">Description:</div> 8759 8759 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function. As such, it … … 8766 8766 </div> 8767 8767 <div class="refsect1" lang="en" xml:lang="en"> 8768 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604596"></a>8768 <a xmlns="http://www.w3.org/1999/xhtml" id="id582751"></a> 8769 8769 <div class="header">See Also:</div> 8770 8770 <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> … … 8787 8787 <div> 8788 8788 <div class="refsect1" lang="en" xml:lang="en"> 8789 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604689"></a>8789 <a xmlns="http://www.w3.org/1999/xhtml" id="id582844"></a> 8790 8790 <div class="header">Arguments and Values:</div> 8791 8791 <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> … … 8797 8797 </div> 8798 8798 <div class="refsect1" lang="en" xml:lang="en"> 8799 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604747"></a>8799 <a xmlns="http://www.w3.org/1999/xhtml" id="id582901"></a> 8800 8800 <div class="header">Description:</div> 8801 8801 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate. If the … … 8938 8938 <div> 8939 8939 <div class="refsect1" lang="en" xml:lang="en"> 8940 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 55431"></a>8940 <a xmlns="http://www.w3.org/1999/xhtml" id="id533587"></a> 8941 8941 <div class="header">Arguments and Values:</div> 8942 8942 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently … … 8955 8955 :stream sockets are currently always bivalent (i.e. they 8956 8956 support both character and byte I/O). For :datagram sockets, 8957 the format determines the type of buffer created by 8958 receive-from.</p> 8957 this argument is ignored (the format of a datagram socket 8958 is always :binary). 8959 </p> 8959 8960 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">remote-host</span></i>---Required for TCP streams, it specifies the host to 8960 8961 connect to (in any format acceptable to lookup-hostname). … … 9037 9038 </div> 9038 9039 <div class="refsect1" lang="en" xml:lang="en"> 9039 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 79983"></a>9040 <a xmlns="http://www.w3.org/1999/xhtml" id="id558141"></a> 9040 9041 <div class="header">Description:</div> 9041 9042 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p> … … 9056 9057 <div> 9057 9058 <div class="refsect1" lang="en" xml:lang="en"> 9058 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80044"></a>9059 <a xmlns="http://www.w3.org/1999/xhtml" id="id558203"></a> 9059 9060 <div class="header">Arguments and Values:</div> 9060 9061 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p> … … 9064 9065 </div> 9065 9066 <div class="refsect1" lang="en" xml:lang="en"> 9066 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80087"></a>9067 <a xmlns="http://www.w3.org/1999/xhtml" id="id558245"></a> 9067 9068 <div class="header">Description:</div> 9068 9069 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending … … 9090 9091 <div> 9091 9092 <div class="refsect1" lang="en" xml:lang="en"> 9092 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80152"></a>9093 <a xmlns="http://www.w3.org/1999/xhtml" id="id558310"></a> 9093 9094 <div class="header">Arguments and Values:</div> 9094 9095 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the … … 9098 9099 </div> 9099 9100 <div class="refsect1" lang="en" xml:lang="en"> 9100 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80193"></a>9101 <a xmlns="http://www.w3.org/1999/xhtml" id="id558352"></a> 9101 9102 <div class="header">Description:</div> 9102 9103 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to … … 9118 9119 <div> 9119 9120 <div class="refsect1" lang="en" xml:lang="en"> 9120 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88678"></a>9121 <a xmlns="http://www.w3.org/1999/xhtml" id="id566837"></a> 9121 9122 <div class="header">Arguments and Values:</div> 9122 9123 <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> … … 9127 9128 </div> 9128 9129 <div class="refsect1" lang="en" xml:lang="en"> 9129 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88720"></a>9130 <a xmlns="http://www.w3.org/1999/xhtml" id="id566879"></a> 9130 9131 <div class="header">Description:</div> 9131 9132 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p> … … 9146 9147 <div> 9147 9148 <div class="refsect1" lang="en" xml:lang="en"> 9148 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88781"></a>9149 <a xmlns="http://www.w3.org/1999/xhtml" id="id566940"></a> 9149 9150 <div class="header">Arguments and Values:</div> 9150 9151 <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> … … 9153 9154 </div> 9154 9155 <div class="refsect1" lang="en" xml:lang="en"> 9155 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88822"></a>9156 <a xmlns="http://www.w3.org/1999/xhtml" id="id566980"></a> 9156 9157 <div class="header">Description:</div> 9157 9158 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name … … 9173 9174 <div> 9174 9175 <div class="refsect1" lang="en" xml:lang="en"> 9175 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88879"></a>9176 <a xmlns="http://www.w3.org/1999/xhtml" id="id567037"></a> 9176 9177 <div class="header">Arguments and Values:</div> 9177 9178 <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 … … 9181 9182 </div> 9182 9183 <div class="refsect1" lang="en" xml:lang="en"> 9183 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88906"></a>9184 <a xmlns="http://www.w3.org/1999/xhtml" id="id567065"></a> 9184 9185 <div class="header">Description:</div> 9185 9186 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a … … 9201 9202 <div> 9202 9203 <div class="refsect1" lang="en" xml:lang="en"> 9203 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88965"></a>9204 <a xmlns="http://www.w3.org/1999/xhtml" id="id567123"></a> 9204 9205 <div class="header">Arguments and Values:</div> 9205 9206 <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 … … 9210 9211 </div> 9211 9212 <div class="refsect1" lang="en" xml:lang="en"> 9212 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 89007"></a>9213 <a xmlns="http://www.w3.org/1999/xhtml" id="id567166"></a> 9213 9214 <div class="header">Description:</div> 9214 9215 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p> … … 9230 9231 <div> 9231 9232 <div class="refsect1" lang="en" xml:lang="en"> 9232 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 89068"></a>9233 <a xmlns="http://www.w3.org/1999/xhtml" id="id567227"></a> 9233 9234 <div class="header">Arguments and Values:</div> 9234 9235 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p> 9235 9236 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">size</span></i>---Maximum number of bytes to read. If the packet is 9236 9237 larger than this, any extra bytes are discarded.</p> 9237 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">buffer</span></i>---If specified, must be either a string or a bytevector9238 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">buffer</span></i>---If specified, must be an octet vector 9238 9239 which will be used to read in the data. If not specified, a 9239 9240 new buffer will be created (of type determined by … … 9247 9248 </div> 9248 9249 <div class="refsect1" lang="en" xml:lang="en"> 9249 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87474"></a>9250 <a xmlns="http://www.w3.org/1999/xhtml" id="id565632"></a> 9250 9251 <div class="header">Description:</div> 9251 9252 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are … … 9284 9285 <div> 9285 9286 <div class="refsect1" lang="en" xml:lang="en"> 9286 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87574"></a>9287 <a xmlns="http://www.w3.org/1999/xhtml" id="id565733"></a> 9287 9288 <div class="header">Arguments and Values:</div> 9288 9289 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p> 9289 9290 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">buffer</span></i>---A vector containing the data to send. It must be 9290 either a string or a byte vector (either one is acceptable 9291 regardless of the stream format).</p> 9292 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">size</span></i>---Number of bytes to send</p> 9291 an octet vector.</p> 9292 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">size</span></i>---Number of octets to send</p> 9293 9293 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">remote-host</span></i>---The host to send the packet to, in any format 9294 9294 acceptable to lookup-hostname. The default is the remote … … 9300 9300 </div> 9301 9301 <div class="refsect1" lang="en" xml:lang="en"> 9302 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87678"></a>9302 <a xmlns="http://www.w3.org/1999/xhtml" id="id565835"></a> 9303 9303 <div class="header">Description:</div> 9304 9304 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p> … … 9319 9319 <div> 9320 9320 <div class="refsect1" lang="en" xml:lang="en"> 9321 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87739"></a>9321 <a xmlns="http://www.w3.org/1999/xhtml" id="id565896"></a> 9322 9322 <div class="header">Arguments and Values:</div> 9323 9323 <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> … … 9326 9326 </div> 9327 9327 <div class="refsect1" lang="en" xml:lang="en"> 9328 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87780"></a>9328 <a xmlns="http://www.w3.org/1999/xhtml" id="id565937"></a> 9329 9329 <div class="header">Description:</div> 9330 9330 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is … … 9347 9347 <div> 9348 9348 <div class="refsect1" lang="en" xml:lang="en"> 9349 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87838"></a>9349 <a xmlns="http://www.w3.org/1999/xhtml" id="id565996"></a> 9350 9350 <div class="header">Arguments and Values:</div> 9351 9351 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9352 9352 </div> 9353 9353 <div class="refsect1" lang="en" xml:lang="en"> 9354 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87864"></a>9354 <a xmlns="http://www.w3.org/1999/xhtml" id="id566022"></a> 9355 9355 <div class="header">Description:</div> 9356 9356 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or … … 9377 9377 <div> 9378 9378 <div class="refsect1" lang="en" xml:lang="en"> 9379 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87925"></a>9379 <a xmlns="http://www.w3.org/1999/xhtml" id="id566083"></a> 9380 9380 <div class="header">Arguments and Values:</div> 9381 9381 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9382 9382 </div> 9383 9383 <div class="refsect1" lang="en" xml:lang="en"> 9384 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87952"></a>9384 <a xmlns="http://www.w3.org/1999/xhtml" id="id566109"></a> 9385 9385 <div class="header">Description:</div> 9386 9386 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host, … … 9402 9402 <div> 9403 9403 <div class="refsect1" lang="en" xml:lang="en"> 9404 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88025"></a>9404 <a xmlns="http://www.w3.org/1999/xhtml" id="id566182"></a> 9405 9405 <div class="header">Arguments and Values:</div> 9406 9406 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9407 9407 </div> 9408 9408 <div class="refsect1" lang="en" xml:lang="en"> 9409 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88051"></a>9409 <a xmlns="http://www.w3.org/1999/xhtml" id="id566208"></a> 9410 9410 <div class="header">Description:</div> 9411 9411 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not … … 9427 9427 <div> 9428 9428 <div class="refsect1" lang="en" xml:lang="en"> 9429 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88109"></a>9429 <a xmlns="http://www.w3.org/1999/xhtml" id="id566266"></a> 9430 9430 <div class="header">Arguments and Values:</div> 9431 9431 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9432 9432 </div> 9433 9433 <div class="refsect1" lang="en" xml:lang="en"> 9434 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88135"></a>9434 <a xmlns="http://www.w3.org/1999/xhtml" id="id566292"></a> 9435 9435 <div class="header">Description:</div> 9436 9436 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p> … … 9451 9451 <div> 9452 9452 <div class="refsect1" lang="en" xml:lang="en"> 9453 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88192"></a>9453 <a xmlns="http://www.w3.org/1999/xhtml" id="id566349"></a> 9454 9454 <div class="header">Arguments and Values:</div> 9455 9455 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9456 9456 </div> 9457 9457 <div class="refsect1" lang="en" xml:lang="en"> 9458 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88218"></a>9458 <a xmlns="http://www.w3.org/1999/xhtml" id="id566375"></a> 9459 9459 <div class="header">Description:</div> 9460 9460 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p> … … 9475 9475 <div> 9476 9476 <div class="refsect1" lang="en" xml:lang="en"> 9477 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88276"></a>9477 <a xmlns="http://www.w3.org/1999/xhtml" id="id566432"></a> 9478 9478 <div class="header">Arguments and Values:</div> 9479 9479 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9480 9480 </div> 9481 9481 <div class="refsect1" lang="en" xml:lang="en"> 9482 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88302"></a>9482 <a xmlns="http://www.w3.org/1999/xhtml" id="id566458"></a> 9483 9483 <div class="header">Description:</div> 9484 9484 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p> … … 9499 9499 <div> 9500 9500 <div class="refsect1" lang="en" xml:lang="en"> 9501 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88359"></a>9501 <a xmlns="http://www.w3.org/1999/xhtml" id="id566516"></a> 9502 9502 <div class="header">Arguments and Values:</div> 9503 9503 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9504 9504 </div> 9505 9505 <div class="refsect1" lang="en" xml:lang="en"> 9506 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88385"></a>9506 <a xmlns="http://www.w3.org/1999/xhtml" id="id566542"></a> 9507 9507 <div class="header">Description:</div> 9508 9508 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for … … 9524 9524 <div> 9525 9525 <div class="refsect1" lang="en" xml:lang="en"> 9526 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88443"></a>9526 <a xmlns="http://www.w3.org/1999/xhtml" id="id566600"></a> 9527 9527 <div class="header">Arguments and Values:</div> 9528 9528 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9529 9529 </div> 9530 9530 <div class="refsect1" lang="en" xml:lang="en"> 9531 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88469"></a>9531 <a xmlns="http://www.w3.org/1999/xhtml" id="id566626"></a> 9532 9532 <div class="header">Description:</div> 9533 9533 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format … … 9549 9549 <div> 9550 9550 <div class="refsect1" lang="en" xml:lang="en"> 9551 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88527"></a>9551 <a xmlns="http://www.w3.org/1999/xhtml" id="id566684"></a> 9552 9552 <div class="header">Arguments and Values:</div> 9553 9553 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9554 9554 </div> 9555 9555 <div class="refsect1" lang="en" xml:lang="en"> 9556 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88553"></a>9556 <a xmlns="http://www.w3.org/1999/xhtml" id="id566710"></a> 9557 9557 <div class="header">Description:</div> 9558 9558 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and … … 9573 9573 <div> 9574 9574 <div class="refsect1" lang="en" xml:lang="en"> 9575 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88597"></a>9575 <a xmlns="http://www.w3.org/1999/xhtml" id="id566754"></a> 9576 9576 <div class="header">Description:</div> 9577 9577 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p> 9578 9578 </div> 9579 9579 <div class="refsect1" lang="en" xml:lang="en"> 9580 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88608"></a>9580 <a xmlns="http://www.w3.org/1999/xhtml" id="id566765"></a> 9581 9581 <div class="header">Superclasses:</div> 9582 9582 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p> … … 9597 9597 <div> 9598 9598 <div class="refsect1" lang="en" xml:lang="en"> 9599 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 85726"></a>9599 <a xmlns="http://www.w3.org/1999/xhtml" id="id563882"></a> 9600 9600 <div class="header">Arguments and Values:</div> 9601 9601 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 9602 9602 </div> 9603 9603 <div class="refsect1" lang="en" xml:lang="en"> 9604 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 85752"></a>9604 <a xmlns="http://www.w3.org/1999/xhtml" id="id563908"></a> 9605 9605 <div class="header">Description:</div> 9606 9606 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p> … … 9621 9621 <div> 9622 9622 <div class="refsect1" lang="en" xml:lang="en"> 9623 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 85810"></a>9623 <a xmlns="http://www.w3.org/1999/xhtml" id="id563966"></a> 9624 9624 <div class="header">Arguments and Values:</div> 9625 9625 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 9626 9626 </div> 9627 9627 <div class="refsect1" lang="en" xml:lang="en"> 9628 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 85836"></a>9628 <a xmlns="http://www.w3.org/1999/xhtml" id="id563992"></a> 9629 9629 <div class="header">Description:</div> 9630 9630 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more … … 9650 9650 <div> 9651 9651 <div class="refsect1" lang="en" xml:lang="en"> 9652 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 85900"></a>9652 <a xmlns="http://www.w3.org/1999/xhtml" id="id564056"></a> 9653 9653 <div class="header">Arguments and Values:</div> 9654 9654 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 9655 9655 </div> 9656 9656 <div class="refsect1" lang="en" xml:lang="en"> 9657 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 85926"></a>9657 <a xmlns="http://www.w3.org/1999/xhtml" id="id564082"></a> 9658 9658 <div class="header">Description:</div> 9659 9659 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On … … 9676 9676 <div> 9677 9677 <div class="refsect1" lang="en" xml:lang="en"> 9678 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 85988"></a>9678 <a xmlns="http://www.w3.org/1999/xhtml" id="id564144"></a> 9679 9679 <div class="header">Arguments and Values:</div> 9680 9680 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p> … … 9687 9687 </div> 9688 9688 <div class="refsect1" lang="en" xml:lang="en"> 9689 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 86031"></a>9689 <a xmlns="http://www.w3.org/1999/xhtml" id="id564187"></a> 9690 9690 <div class="header">Description:</div> 9691 9691 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It … … 9708 9708 <div> 9709 9709 <div class="refsect1" lang="en" xml:lang="en"> 9710 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 86094"></a>9710 <a xmlns="http://www.w3.org/1999/xhtml" id="id564250"></a> 9711 9711 <div class="header">Arguments and Values:</div> 9712 9712 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p> … … 9715 9715 </div> 9716 9716 <div class="refsect1" lang="en" xml:lang="en"> 9717 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 86149"></a>9717 <a xmlns="http://www.w3.org/1999/xhtml" id="id564305"></a> 9718 9718 <div class="header">Description:</div> 9719 9719 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying … … 9847 9847 <div> 9848 9848 <div class="refsect1" lang="en" xml:lang="en"> 9849 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39912"></a>9849 <a xmlns="http://www.w3.org/1999/xhtml" id="id543321"></a> 9850 9850 <div class="header">Arguments and Values:</div> 9851 9851 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file. … … 9898 9898 </div> 9899 9899 <div class="refsect1" lang="en" xml:lang="en"> 9900 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35466"></a>9900 <a xmlns="http://www.w3.org/1999/xhtml" id="id512854"></a> 9901 9901 <div class="header">Description:</div> 9902 9902 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process, … … 9918 9918 <div> 9919 9919 <div class="refsect1" lang="en" xml:lang="en"> 9920 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81646"></a>9920 <a xmlns="http://www.w3.org/1999/xhtml" id="id513575"></a> 9921 9921 <div class="header">Arguments and Values:</div> 9922 9922 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> … … 9924 9924 </div> 9925 9925 <div class="refsect1" lang="en" xml:lang="en"> 9926 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81687"></a>9926 <a xmlns="http://www.w3.org/1999/xhtml" id="id513616"></a> 9927 9927 <div class="header">Description:</div> 9928 9928 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified … … 9947 9947 <div> 9948 9948 <div class="refsect1" lang="en" xml:lang="en"> 9949 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75787"></a>9949 <a xmlns="http://www.w3.org/1999/xhtml" id="id559801"></a> 9950 9950 <div class="header">Arguments and Values:</div> 9951 9951 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 9952 9952 </div> 9953 9953 <div class="refsect1" lang="en" xml:lang="en"> 9954 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75813"></a>9954 <a xmlns="http://www.w3.org/1999/xhtml" id="id559827"></a> 9955 9955 <div class="header">Description:</div> 9956 9956 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to … … 9974 9974 <div> 9975 9975 <div class="refsect1" lang="en" xml:lang="en"> 9976 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35144"></a>9976 <a xmlns="http://www.w3.org/1999/xhtml" id="id513301"></a> 9977 9977 <div class="header">Arguments and Values:</div> 9978 9978 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 9979 9979 </div> 9980 9980 <div class="refsect1" lang="en" xml:lang="en"> 9981 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 35170"></a>9981 <a xmlns="http://www.w3.org/1999/xhtml" id="id513327"></a> 9982 9982 <div class="header">Description:</div> 9983 9983 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to … … 10000 10000 <div> 10001 10001 <div class="refsect1" lang="en" xml:lang="en"> 10002 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33954"></a>10002 <a xmlns="http://www.w3.org/1999/xhtml" id="id512110"></a> 10003 10003 <div class="header">Arguments and Values:</div> 10004 10004 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10005 10005 </div> 10006 10006 <div class="refsect1" lang="en" xml:lang="en"> 10007 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33980"></a>10007 <a xmlns="http://www.w3.org/1999/xhtml" id="id512136"></a> 10008 10008 <div class="header">Description:</div> 10009 10009 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to … … 10027 10027 <div> 10028 10028 <div class="refsect1" lang="en" xml:lang="en"> 10029 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 34041"></a>10029 <a xmlns="http://www.w3.org/1999/xhtml" id="id512197"></a> 10030 10030 <div class="header">Arguments and Values:</div> 10031 10031 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10032 10032 </div> 10033 10033 <div class="refsect1" lang="en" xml:lang="en"> 10034 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42679"></a>10034 <a xmlns="http://www.w3.org/1999/xhtml" id="id520836"></a> 10035 10035 <div class="header">Description:</div> 10036 10036 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to … … 10054 10054 <div> 10055 10055 <div class="refsect1" lang="en" xml:lang="en"> 10056 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42740"></a>10056 <a xmlns="http://www.w3.org/1999/xhtml" id="id520897"></a> 10057 10057 <div class="header">Arguments and Values:</div> 10058 10058 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10059 10059 </div> 10060 10060 <div class="refsect1" lang="en" xml:lang="en"> 10061 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42766"></a>10061 <a xmlns="http://www.w3.org/1999/xhtml" id="id554021"></a> 10062 10062 <div class="header">Description:</div> 10063 10063 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status … … 10089 10089 <dt> 10090 10090 <span class="sect2"> 10091 <a href="#id5 48514">9.1.1. Stream External Encoding</a>10091 <a href="#id517444">9.1.1. Stream External Encoding</a> 10092 10092 </span> 10093 10093 </dt> … … 10157 10157 <div> 10158 10158 <div> 10159 <h3 class="title"><a id="id5 48514"></a>9.1.1. Stream External Encoding</h3>10159 <h3 class="title"><a id="id517444"></a>9.1.1. Stream External Encoding</h3> 10160 10160 </div> 10161 10161 </div> … … 10318 10318 </div> 10319 10319 </div> 10320 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37092" class="indexterm"></a>10321 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37102" class="indexterm"></a>10322 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37111" class="indexterm"></a>10323 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37121" class="indexterm"></a>10324 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37131" class="indexterm"></a>10325 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 37140" class="indexterm"></a>10320 <a xmlns="http://www.w3.org/1999/xhtml" id="id515256" class="indexterm"></a> 10321 <a xmlns="http://www.w3.org/1999/xhtml" id="id515265" class="indexterm"></a> 10322 <a xmlns="http://www.w3.org/1999/xhtml" id="id515275" class="indexterm"></a> 10323 <a xmlns="http://www.w3.org/1999/xhtml" id="id515285" class="indexterm"></a> 10324 <a xmlns="http://www.w3.org/1999/xhtml" id="id515294" class="indexterm"></a> 10325 <a xmlns="http://www.w3.org/1999/xhtml" id="id515304" class="indexterm"></a> 10326 10326 <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has 10327 10327 attributes and accessors: … … 10376 10376 <div> 10377 10377 <div class="refsect1" lang="en" xml:lang="en"> 10378 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87358"></a>10378 <a xmlns="http://www.w3.org/1999/xhtml" id="id565518"></a> 10379 10379 <div class="header">Values:</div> 10380 10380 <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 … … 10383 10383 </div> 10384 10384 <div class="refsect1" lang="en" xml:lang="en"> 10385 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87385"></a>10385 <a xmlns="http://www.w3.org/1999/xhtml" id="id573293"></a> 10386 10386 <div class="header">Description:</div> 10387 10387 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p> 10388 10388 </div> 10389 10389 <div class="refsect1" lang="en" xml:lang="en"> 10390 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 95144"></a>10390 <a xmlns="http://www.w3.org/1999/xhtml" id="id573305"></a> 10391 10391 <div class="header">See Also:</div> 10392 10392 <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> … … 10411 10411 <div> 10412 10412 <div class="refsect1" lang="en" xml:lang="en"> 10413 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 95224"></a>10413 <a xmlns="http://www.w3.org/1999/xhtml" id="id573386"></a> 10414 10414 <div class="header">Arguments:</div> 10415 10415 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10416 10416 </div> 10417 10417 <div class="refsect1" lang="en" xml:lang="en"> 10418 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 95250"></a>10418 <a xmlns="http://www.w3.org/1999/xhtml" id="id573412"></a> 10419 10419 <div class="header">Description:</div> 10420 10420 <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open … … 10425 10425 </div> 10426 10426 <div class="refsect1" lang="en" xml:lang="en"> 10427 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 95269"></a>10427 <a xmlns="http://www.w3.org/1999/xhtml" id="id573431"></a> 10428 10428 <div class="header">See Also:</div> 10429 10429 <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> … … 10448 10448 <div> 10449 10449 <div class="refsect1" lang="en" xml:lang="en"> 10450 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 95351"></a>10450 <a xmlns="http://www.w3.org/1999/xhtml" id="id573512"></a> 10451 10451 <div class="header">Arguments:</div> 10452 10452 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10453 10453 </div> 10454 10454 <div class="refsect1" lang="en" xml:lang="en"> 10455 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 95377"></a>10455 <a xmlns="http://www.w3.org/1999/xhtml" id="id573538"></a> 10456 10456 <div class="header">Description:</div> 10457 10457 <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file … … 10462 10462 </div> 10463 10463 <div class="refsect1" lang="en" xml:lang="en"> 10464 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 95396"></a>10464 <a xmlns="http://www.w3.org/1999/xhtml" id="id573557"></a> 10465 10465 <div class="header">See Also:</div> 10466 10466 <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> … … 10895 10895 <div> 10896 10896 <div class="refsect1" lang="en" xml:lang="en"> 10897 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 95983"></a>10897 <a xmlns="http://www.w3.org/1999/xhtml" id="id574144"></a> 10898 10898 <div class="header">Arguments and Values:</div> 10899 10899 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p> … … 10906 10906 </div> 10907 10907 <div class="refsect1" lang="en" xml:lang="en"> 10908 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96041"></a>10908 <a xmlns="http://www.w3.org/1999/xhtml" id="id574202"></a> 10909 10909 <div class="header">Description:</div> 10910 10910 <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the … … 10927 10927 <div> 10928 10928 <div class="refsect1" lang="en" xml:lang="en"> 10929 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96100"></a>10929 <a xmlns="http://www.w3.org/1999/xhtml" id="id574261"></a> 10930 10930 <div class="header">Arguments and Values:</div> 10931 10931 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p> … … 10938 10938 </div> 10939 10939 <div class="refsect1" lang="en" xml:lang="en"> 10940 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96158"></a>10940 <a xmlns="http://www.w3.org/1999/xhtml" id="id574319"></a> 10941 10941 <div class="header">Description:</div> 10942 10942 <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to … … 10958 10958 <div> 10959 10959 <div class="refsect1" lang="en" xml:lang="en"> 10960 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96216"></a>10960 <a xmlns="http://www.w3.org/1999/xhtml" id="id574378"></a> 10961 10961 <div class="header">Arguments and Values:</div> 10962 10962 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p> … … 10974 10974 </div> 10975 10975 <div class="refsect1" lang="en" xml:lang="en"> 10976 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96292"></a>10976 <a xmlns="http://www.w3.org/1999/xhtml" id="id574453"></a> 10977 10977 <div class="header">Description:</div> 10978 10978 <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into … … 10997 10997 <div> 10998 10998 <div class="refsect1" lang="en" xml:lang="en"> 10999 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96352"></a>10999 <a xmlns="http://www.w3.org/1999/xhtml" id="id574513"></a> 11000 11000 <div class="header">Arguments and Values:</div> 11001 11001 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p> … … 11013 11013 </div> 11014 11014 <div class="refsect1" lang="en" xml:lang="en"> 11015 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96427"></a>11015 <a xmlns="http://www.w3.org/1999/xhtml" id="id574588"></a> 11016 11016 <div class="header">Description:</div> 11017 11017 <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream, … … 11035 11035 <div> 11036 11036 <div class="refsect1" lang="en" xml:lang="en"> 11037 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96488"></a>11037 <a xmlns="http://www.w3.org/1999/xhtml" id="id574648"></a> 11038 11038 <div class="header">Method Signatures:</div> 11039 11039 <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i> … … 11041 11041 </div> 11042 11042 <div class="refsect1" lang="en" xml:lang="en"> 11043 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96506"></a>11043 <a xmlns="http://www.w3.org/1999/xhtml" id="id574666"></a> 11044 11044 <div class="header">Arguments and Values:</div> 11045 11045 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p> … … 11052 11052 </div> 11053 11053 <div class="refsect1" lang="en" xml:lang="en"> 11054 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96571"></a>11054 <a xmlns="http://www.w3.org/1999/xhtml" id="id574732"></a> 11055 11055 <div class="header">Description:</div> 11056 11056 <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with … … 11076 11076 <div> 11077 11077 <div class="refsect1" lang="en" xml:lang="en"> 11078 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96641"></a>11078 <a xmlns="http://www.w3.org/1999/xhtml" id="id574801"></a> 11079 11079 <div class="header">Description:</div> 11080 11080 <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector, … … 11083 11083 </div> 11084 11084 <div class="refsect1" lang="en" xml:lang="en"> 11085 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96653"></a>11085 <a xmlns="http://www.w3.org/1999/xhtml" id="id574814"></a> 11086 11086 <div class="header">Arguments:</div> 11087 11087 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11108 11108 <div> 11109 11109 <div class="refsect1" lang="en" xml:lang="en"> 11110 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96772"></a>11110 <a xmlns="http://www.w3.org/1999/xhtml" id="id574933"></a> 11111 11111 <div class="header">Description:</div> 11112 11112 <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at … … 11114 11114 </div> 11115 11115 <div class="refsect1" lang="en" xml:lang="en"> 11116 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96784"></a>11116 <a xmlns="http://www.w3.org/1999/xhtml" id="id574945"></a> 11117 11117 <div class="header">Arguments:</div> 11118 11118 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11124 11124 </div> 11125 11125 <div class="refsect1" lang="en" xml:lang="en"> 11126 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96857"></a>11126 <a xmlns="http://www.w3.org/1999/xhtml" id="id575017"></a> 11127 11127 <div class="header">Examples:</div> 11128 11128 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 12290 12290 </div> 12291 12291 <p xmlns="http://www.w3.org/1999/xhtml"> 12292 <a id="id5 89527" class="indexterm"></a>12292 <a id="id557282" class="indexterm"></a> 12293 12293 <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> [Variable]</strong></span> 12294 12294 </p> … … 12296 12296 configuration file created by the "Config Editor" in Shark.app.</p> 12297 12297 <p xmlns="http://www.w3.org/1999/xhtml"> 12298 <a id="id5 86951" class="indexterm"></a>12298 <a id="id557307" class="indexterm"></a> 12299 12299 <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> 12300 12300 </p> … … 13386 13386 <div> 13387 13387 <div> 13388 <h4 class="title"><a id="id5 99232"></a>12.3.2.4. %int-to-ptr [Function]</h4>13388 <h4 class="title"><a id="id577396"></a>12.3.2.4. %int-to-ptr [Function]</h4> 13389 13389 </div> 13390 13390 </div> … … 13427 13427 <div> 13428 13428 <div> 13429 <h4 class="title"><a id="id5 99306"></a>12.3.2.5. %inc-ptr [Function]</h4>13429 <h4 class="title"><a id="id577470"></a>12.3.2.5. %inc-ptr [Function]</h4> 13430 13430 </div> 13431 13431 </div> … … 13477 13477 <div> 13478 13478 <div> 13479 <h4 class="title"><a id="id5 99398"></a>12.3.2.6. %ptr-to-int [Function]</h4>13479 <h4 class="title"><a id="id577562"></a>12.3.2.6. %ptr-to-int [Function]</h4> 13480 13480 </div> 13481 13481 </div> … … 13519 13519 <div> 13520 13520 <div> 13521 <h4 class="title"><a id="id5 99473"></a>12.3.2.7. %null-ptr [Macro]</h4>13521 <h4 class="title"><a id="id577637"></a>12.3.2.7. %null-ptr [Macro]</h4> 13522 13522 </div> 13523 13523 </div> … … 13544 13544 <div> 13545 13545 <div> 13546 <h4 class="title"><a id="id5 99514"></a>12.3.2.8. %null-ptr-p [Function]</h4>13546 <h4 class="title"><a id="id577678"></a>12.3.2.8. %null-ptr-p [Function]</h4> 13547 13547 </div> 13548 13548 </div> … … 13586 13586 <div> 13587 13587 <div> 13588 <h4 class="title"><a id="id5 99590"></a>12.3.2.9. %setf-macptr [Function]</h4>13588 <h4 class="title"><a id="id577753"></a>12.3.2.9. %setf-macptr [Function]</h4> 13589 13589 </div> 13590 13590 </div> … … 13634 13634 <div> 13635 13635 <div> 13636 <h4 class="title"><a id="id5 99680"></a>12.3.2.10. %incf-ptr [Macro]</h4>13636 <h4 class="title"><a id="id577844"></a>12.3.2.10. %incf-ptr [Macro]</h4> 13637 13637 </div> 13638 13638 </div> … … 13682 13682 <div> 13683 13683 <div> 13684 <h4 class="title"><a id="id5 99771"></a>12.3.2.11. with-macptrs [Macro]</h4>13684 <h4 class="title"><a id="id577934"></a>12.3.2.11. with-macptrs [Macro]</h4> 13685 13685 </div> 13686 13686 </div> … … 13732 13732 <div> 13733 13733 <div> 13734 <h4 class="title"><a id="id5 99862"></a>12.3.2.12. %stack-block [Macro]</h4>13734 <h4 class="title"><a id="id578026"></a>12.3.2.12. %stack-block [Macro]</h4> 13735 13735 </div> 13736 13736 </div> … … 13783 13783 <div> 13784 13784 <div> 13785 <h4 class="title"><a id="id5 99955"></a>12.3.2.13. make-cstring [Function]</h4>13785 <h4 class="title"><a id="id578118"></a>12.3.2.13. make-cstring [Function]</h4> 13786 13786 </div> 13787 13787 </div> … … 13826 13826 <div> 13827 13827 <div> 13828 <h4 class="title"><a id="id 600031"></a>12.3.2.14. with-cstrs [Macro]</h4>13828 <h4 class="title"><a id="id578194"></a>12.3.2.14. with-cstrs [Macro]</h4> 13829 13829 </div> 13830 13830 </div> … … 13876 13876 <div> 13877 13877 <div> 13878 <h4 class="title"><a id="id 600123"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4>13878 <h4 class="title"><a id="id578286"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4> 13879 13879 </div> 13880 13880 </div> … … 13939 13939 <div> 13940 13940 <div> 13941 <h4 class="title"><a id="id 600246"></a>12.3.2.16. %get-cstring [Function]</h4>13941 <h4 class="title"><a id="id578410"></a>12.3.2.16. %get-cstring [Function]</h4> 13942 13942 </div> 13943 13943 </div> … … 13981 13981 <div> 13982 13982 <div> 13983 <h4 class="title"><a id="id 616559"></a>12.3.2.17. %str-from-ptr [Function]</h4>13983 <h4 class="title"><a id="id594721"></a>12.3.2.17. %str-from-ptr [Function]</h4> 13984 13984 </div> 13985 13985 </div> … … 15427 15427 <div> 15428 15428 <div class="refsect1" lang="en" xml:lang="en"> 15429 <a xmlns="http://www.w3.org/1999/xhtml" id="id 618512"></a>15429 <a xmlns="http://www.w3.org/1999/xhtml" id="id596675"></a> 15430 15430 <div class="header">Description:</div> 15431 15431 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE* … … 15479 15479 <div> 15480 15480 <div class="refsect1" lang="en" xml:lang="en"> 15481 <a xmlns="http://www.w3.org/1999/xhtml" id="id 618619"></a>15481 <a xmlns="http://www.w3.org/1999/xhtml" id="id596781"></a> 15482 15482 <div class="header">Description:</div> 15483 15483 <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 … … 15538 15538 <div> 15539 15539 <div class="refsect1" lang="en" xml:lang="en"> 15540 <a xmlns="http://www.w3.org/1999/xhtml" id="id 618736"></a>15540 <a xmlns="http://www.w3.org/1999/xhtml" id="id596899"></a> 15541 15541 <div class="header">Description:</div> 15542 15542 <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 … … 15585 15585 <div> 15586 15586 <div class="refsect1" lang="en" xml:lang="en"> 15587 <a xmlns="http://www.w3.org/1999/xhtml" id="id 618819"></a>15587 <a xmlns="http://www.w3.org/1999/xhtml" id="id596981"></a> 15588 15588 <div class="header">Description:</div> 15589 15589 <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 … … 15688 15688 <div> 15689 15689 <div class="refsect1" lang="en" xml:lang="en"> 15690 <a xmlns="http://www.w3.org/1999/xhtml" id="id 618958"></a>15690 <a xmlns="http://www.w3.org/1999/xhtml" id="id597120"></a> 15691 15691 <div class="header">Description:</div> 15692 15692 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #> reader macro reads … … 15717 15717 <div> 15718 15718 <div class="refsect1" lang="en" xml:lang="en"> 15719 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619032"></a>15719 <a xmlns="http://www.w3.org/1999/xhtml" id="id597195"></a> 15720 15720 <div class="header">Values:</div> 15721 15721 <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 … … 15724 15724 </div> 15725 15725 <div class="refsect1" lang="en" xml:lang="en"> 15726 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619068"></a>15726 <a xmlns="http://www.w3.org/1999/xhtml" id="id597231"></a> 15727 15727 <div class="header">Description:</div> 15728 15728 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the … … 15753 15753 <div> 15754 15754 <div class="refsect1" lang="en" xml:lang="en"> 15755 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619144"></a>15755 <a xmlns="http://www.w3.org/1999/xhtml" id="id597307"></a> 15756 15756 <div class="header">Values:</div> 15757 15757 <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> … … 15770 15770 </div> 15771 15771 <div class="refsect1" lang="en" xml:lang="en"> 15772 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619216"></a>15772 <a xmlns="http://www.w3.org/1999/xhtml" id="id597378"></a> 15773 15773 <div class="header">Description:</div> 15774 15774 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em> … … 15806 15806 <div> 15807 15807 <div class="refsect1" lang="en" xml:lang="en"> 15808 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619295"></a>15808 <a xmlns="http://www.w3.org/1999/xhtml" id="id597458"></a> 15809 15809 <div class="header">Values:</div> 15810 15810 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain … … 15814 15814 </div> 15815 15815 <div class="refsect1" lang="en" xml:lang="en"> 15816 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619336"></a>15816 <a xmlns="http://www.w3.org/1999/xhtml" id="id597499"></a> 15817 15817 <div class="header">Description:</div> 15818 15818 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the … … 15848 15848 <div> 15849 15849 <div class="refsect1" lang="en" xml:lang="en"> 15850 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619409"></a>15850 <a xmlns="http://www.w3.org/1999/xhtml" id="id597572"></a> 15851 15851 <div class="header">Values:</div> 15852 15852 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>--- … … 15861 15861 </div> 15862 15862 <div class="refsect1" lang="en" xml:lang="en"> 15863 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619450"></a>15863 <a xmlns="http://www.w3.org/1999/xhtml" id="id597612"></a> 15864 15864 <div class="header">Description:</div> 15865 15865 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for … … 15889 15889 <div> 15890 15890 <div class="refsect1" lang="en" xml:lang="en"> 15891 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619519"></a>15891 <a xmlns="http://www.w3.org/1999/xhtml" id="id597681"></a> 15892 15892 <div class="header">Values:</div> 15893 15893 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p> … … 15902 15902 </div> 15903 15903 <div class="refsect1" lang="en" xml:lang="en"> 15904 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619592"></a>15904 <a xmlns="http://www.w3.org/1999/xhtml" id="id597755"></a> 15905 15905 <div class="header">Description:</div> 15906 15906 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by … … 15929 15929 <div> 15930 15930 <div class="refsect1" lang="en" xml:lang="en"> 15931 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619652"></a>15931 <a xmlns="http://www.w3.org/1999/xhtml" id="id597814"></a> 15932 15932 <div class="header">Values:</div> 15933 15933 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 15940 15940 </div> 15941 15941 <div class="refsect1" lang="en" xml:lang="en"> 15942 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619715"></a>15942 <a xmlns="http://www.w3.org/1999/xhtml" id="id597877"></a> 15943 15943 <div class="header">Description:</div> 15944 15944 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 15966 15966 <div> 15967 15967 <div class="refsect1" lang="en" xml:lang="en"> 15968 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619774"></a>15968 <a xmlns="http://www.w3.org/1999/xhtml" id="id597936"></a> 15969 15969 <div class="header">Values:</div> 15970 15970 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 15979 15979 </div> 15980 15980 <div class="refsect1" lang="en" xml:lang="en"> 15981 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619847"></a>15981 <a xmlns="http://www.w3.org/1999/xhtml" id="id598010"></a> 15982 15982 <div class="header">Description:</div> 15983 15983 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16004 16004 <div> 16005 16005 <div class="refsect1" lang="en" xml:lang="en"> 16006 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619903"></a>16006 <a xmlns="http://www.w3.org/1999/xhtml" id="id598066"></a> 16007 16007 <div class="header">Values:</div> 16008 16008 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16009 16009 </div> 16010 16010 <div class="refsect1" lang="en" xml:lang="en"> 16011 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619925"></a>16011 <a xmlns="http://www.w3.org/1999/xhtml" id="id598088"></a> 16012 16012 <div class="header">Description:</div> 16013 16013 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol … … 16032 16032 <div> 16033 16033 <div class="refsect1" lang="en" xml:lang="en"> 16034 <a xmlns="http://www.w3.org/1999/xhtml" id="id 619984"></a>16034 <a xmlns="http://www.w3.org/1999/xhtml" id="id598147"></a> 16035 16035 <div class="header">Values:</div> 16036 16036 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16037 16037 </div> 16038 16038 <div class="refsect1" lang="en" xml:lang="en"> 16039 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620007"></a>16039 <a xmlns="http://www.w3.org/1999/xhtml" id="id598170"></a> 16040 16040 <div class="header">Description:</div> 16041 16041 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If … … 16059 16059 <div> 16060 16060 <div class="refsect1" lang="en" xml:lang="en"> 16061 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620061"></a>16061 <a xmlns="http://www.w3.org/1999/xhtml" id="id598224"></a> 16062 16062 <div class="header">Values:</div> 16063 16063 <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 … … 16065 16065 </div> 16066 16066 <div class="refsect1" lang="en" xml:lang="en"> 16067 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620087"></a>16067 <a xmlns="http://www.w3.org/1999/xhtml" id="id598250"></a> 16068 16068 <div class="header">Description:</div> 16069 16069 <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> … … 16097 16097 <div> 16098 16098 <div class="refsect1" lang="en" xml:lang="en"> 16099 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620180"></a>16099 <a xmlns="http://www.w3.org/1999/xhtml" id="id598343"></a> 16100 16100 <div class="header">Values:</div> 16101 16101 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p> … … 16112 16112 </div> 16113 16113 <div class="refsect1" lang="en" xml:lang="en"> 16114 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620255"></a>16114 <a xmlns="http://www.w3.org/1999/xhtml" id="id598418"></a> 16115 16115 <div class="header">Description:</div> 16116 16116 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16147 16147 <div> 16148 16148 <div class="refsect1" lang="en" xml:lang="en"> 16149 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620327"></a>16149 <a xmlns="http://www.w3.org/1999/xhtml" id="id598490"></a> 16150 16150 <div class="header">Values:</div> 16151 16151 <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 … … 16164 16164 </div> 16165 16165 <div class="refsect1" lang="en" xml:lang="en"> 16166 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620394"></a>16166 <a xmlns="http://www.w3.org/1999/xhtml" id="id598557"></a> 16167 16167 <div class="header">Description:</div> 16168 16168 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16213 16213 <div> 16214 16214 <div class="refsect1" lang="en" xml:lang="en"> 16215 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620517"></a>16215 <a xmlns="http://www.w3.org/1999/xhtml" id="id598679"></a> 16216 16216 <div class="header">Values:</div> 16217 16217 <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 … … 16227 16227 </div> 16228 16228 <div class="refsect1" lang="en" xml:lang="en"> 16229 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620575"></a>16229 <a xmlns="http://www.w3.org/1999/xhtml" id="id598737"></a> 16230 16230 <div class="header">Description:</div> 16231 16231 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16268 16268 </div> 16269 16269 <div class="refsect1" lang="en" xml:lang="en"> 16270 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620664"></a>16270 <a xmlns="http://www.w3.org/1999/xhtml" id="id598827"></a> 16271 16271 <div class="header">Notes:</div> 16272 16272 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16301 16301 <div> 16302 16302 <div class="refsect1" lang="en" xml:lang="en"> 16303 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620748"></a>16303 <a xmlns="http://www.w3.org/1999/xhtml" id="id598910"></a> 16304 16304 <div class="header">Values:</div> 16305 16305 <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 … … 16309 16309 </div> 16310 16310 <div class="refsect1" lang="en" xml:lang="en"> 16311 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620788"></a>16311 <a xmlns="http://www.w3.org/1999/xhtml" id="id598950"></a> 16312 16312 <div class="header">Description:</div> 16313 16313 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can … … 16320 16320 </div> 16321 16321 <div class="refsect1" lang="en" xml:lang="en"> 16322 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620803"></a>16322 <a xmlns="http://www.w3.org/1999/xhtml" id="id598966"></a> 16323 16323 <div class="header">Examples:</div> 16324 16324 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple. … … 16355 16355 </div> 16356 16356 <div class="refsect1" lang="en" xml:lang="en"> 16357 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620824"></a>16357 <a xmlns="http://www.w3.org/1999/xhtml" id="id598987"></a> 16358 16358 <div class="header">Notes:</div> 16359 16359 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give … … 16378 16378 <div> 16379 16379 <div class="refsect1" lang="en" xml:lang="en"> 16380 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620882"></a>16380 <a xmlns="http://www.w3.org/1999/xhtml" id="id599044"></a> 16381 16381 <div class="header">Values:</div> 16382 16382 <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> … … 16386 16386 </div> 16387 16387 <div class="refsect1" lang="en" xml:lang="en"> 16388 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620926"></a>16388 <a xmlns="http://www.w3.org/1999/xhtml" id="id599088"></a> 16389 16389 <div class="header">Description:</div> 16390 16390 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of … … 16412 16412 <div> 16413 16413 <div class="refsect1" lang="en" xml:lang="en"> 16414 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620991"></a>16414 <a xmlns="http://www.w3.org/1999/xhtml" id="id599154"></a> 16415 16415 <div class="header">Values:</div> 16416 16416 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL … … 16418 16418 </div> 16419 16419 <div class="refsect1" lang="en" xml:lang="en"> 16420 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621014"></a>16420 <a xmlns="http://www.w3.org/1999/xhtml" id="id599177"></a> 16421 16421 <div class="header">Description:</div> 16422 16422 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT … … 16441 16441 <div> 16442 16442 <div class="refsect1" lang="en" xml:lang="en"> 16443 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621085"></a>16443 <a xmlns="http://www.w3.org/1999/xhtml" id="id599248"></a> 16444 16444 <div class="header">Values:</div> 16445 16445 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 16449 16449 </div> 16450 16450 <div class="refsect1" lang="en" xml:lang="en"> 16451 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621136"></a>16451 <a xmlns="http://www.w3.org/1999/xhtml" id="id599299"></a> 16452 16452 <div class="header">Description:</div> 16453 16453 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 16479 16479 <div> 16480 16480 <div class="refsect1" lang="en" xml:lang="en"> 16481 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621217"></a>16481 <a xmlns="http://www.w3.org/1999/xhtml" id="id599380"></a> 16482 16482 <div class="header">Values:</div> 16483 16483 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 16486 16486 </div> 16487 16487 <div class="refsect1" lang="en" xml:lang="en"> 16488 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621265"></a>16488 <a xmlns="http://www.w3.org/1999/xhtml" id="id599428"></a> 16489 16489 <div class="header">Description:</div> 16490 16490 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is … … 16513 16513 <div> 16514 16514 <div class="refsect1" lang="en" xml:lang="en"> 16515 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621333"></a>16515 <a xmlns="http://www.w3.org/1999/xhtml" id="id599495"></a> 16516 16516 <div class="header">Values:</div> 16517 16517 <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 … … 16521 16521 </div> 16522 16522 <div class="refsect1" lang="en" xml:lang="en"> 16523 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621361"></a>16523 <a xmlns="http://www.w3.org/1999/xhtml" id="id599524"></a> 16524 16524 <div class="header">Description:</div> 16525 16525 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16558 16558 </div> 16559 16559 <div class="refsect1" lang="en" xml:lang="en"> 16560 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621418"></a>16560 <a xmlns="http://www.w3.org/1999/xhtml" id="id599580"></a> 16561 16561 <div class="header">Example:</div> 16562 16562 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 16572 16572 </div> 16573 16573 <div class="refsect1" lang="en" xml:lang="en"> 16574 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621432"></a>16574 <a xmlns="http://www.w3.org/1999/xhtml" id="id599595"></a> 16575 16575 <div class="header">See Also:</div> 16576 16576 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 16594 16594 <div> 16595 16595 <div class="refsect1" lang="en" xml:lang="en"> 16596 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621492"></a>16596 <a xmlns="http://www.w3.org/1999/xhtml" id="id599655"></a> 16597 16597 <div class="header">Values:</div> 16598 16598 <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 … … 16601 16601 </div> 16602 16602 <div class="refsect1" lang="en" xml:lang="en"> 16603 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621516"></a>16603 <a xmlns="http://www.w3.org/1999/xhtml" id="id599678"></a> 16604 16604 <div class="header">Description:</div> 16605 16605 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by … … 16625 16625 <div> 16626 16626 <div class="refsect1" lang="en" xml:lang="en"> 16627 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621576"></a>16627 <a xmlns="http://www.w3.org/1999/xhtml" id="id599738"></a> 16628 16628 <div class="header">Values:</div> 16629 16629 <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 … … 16632 16632 </div> 16633 16633 <div class="refsect1" lang="en" xml:lang="en"> 16634 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621599"></a>16634 <a xmlns="http://www.w3.org/1999/xhtml" id="id599762"></a> 16635 16635 <div class="header">Description:</div> 16636 16636 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by … … 16654 16654 </div> 16655 16655 <div class="refsect1" lang="en" xml:lang="en"> 16656 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621638"></a>16656 <a xmlns="http://www.w3.org/1999/xhtml" id="id599800"></a> 16657 16657 <div class="header">Examples:</div> 16658 16658 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be … … 18307 18307 <div> 18308 18308 <div class="refsect1" lang="en" xml:lang="en"> 18309 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612314"></a>18309 <a xmlns="http://www.w3.org/1999/xhtml" id="id590459"></a> 18310 18310 <div class="header">Arguments and Values:</div> 18311 18311 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing … … 18317 18317 </div> 18318 18318 <div class="refsect1" lang="en" xml:lang="en"> 18319 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612359"></a>18319 <a xmlns="http://www.w3.org/1999/xhtml" id="id590504"></a> 18320 18320 <div class="header">Description:</div> 18321 18321 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18338 18338 <div> 18339 18339 <div class="refsect1" lang="en" xml:lang="en"> 18340 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612420"></a>18340 <a xmlns="http://www.w3.org/1999/xhtml" id="id590565"></a> 18341 18341 <div class="header">Arguments and Values:</div> 18342 18342 <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 … … 18351 18351 </div> 18352 18352 <div class="refsect1" lang="en" xml:lang="en"> 18353 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612480"></a>18353 <a xmlns="http://www.w3.org/1999/xhtml" id="id590625"></a> 18354 18354 <div class="header">Description:</div> 18355 18355 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18375 18375 <div> 18376 18376 <div class="refsect1" lang="en" xml:lang="en"> 18377 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612542"></a>18377 <a xmlns="http://www.w3.org/1999/xhtml" id="id590687"></a> 18378 18378 <div class="header">Values:</div> 18379 18379 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with … … 18381 18381 </div> 18382 18382 <div class="refsect1" lang="en" xml:lang="en"> 18383 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612569"></a>18383 <a xmlns="http://www.w3.org/1999/xhtml" id="id590714"></a> 18384 18384 <div class="header">Description:</div> 18385 18385 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18403 18403 <div> 18404 18404 <div class="refsect1" lang="en" xml:lang="en"> 18405 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612628"></a>18405 <a xmlns="http://www.w3.org/1999/xhtml" id="id590773"></a> 18406 18406 <div class="header">Values:</div> 18407 18407 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18409 18409 </div> 18410 18410 <div class="refsect1" lang="en" xml:lang="en"> 18411 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612655"></a>18411 <a xmlns="http://www.w3.org/1999/xhtml" id="id590800"></a> 18412 18412 <div class="header">Description:</div> 18413 18413 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18429 18429 <div> 18430 18430 <div class="refsect1" lang="en" xml:lang="en"> 18431 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612712"></a>18431 <a xmlns="http://www.w3.org/1999/xhtml" id="id590857"></a> 18432 18432 <div class="header">Arguments and Values:</div> 18433 18433 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18438 18438 </div> 18439 18439 <div class="refsect1" lang="en" xml:lang="en"> 18440 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612755"></a>18440 <a xmlns="http://www.w3.org/1999/xhtml" id="id590900"></a> 18441 18441 <div class="header">Description:</div> 18442 18442 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18461 18461 <div> 18462 18462 <div class="refsect1" lang="en" xml:lang="en"> 18463 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612814"></a>18463 <a xmlns="http://www.w3.org/1999/xhtml" id="id590959"></a> 18464 18464 <div class="header">Arguments and Values:</div> 18465 18465 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific … … 18470 18470 </div> 18471 18471 <div class="refsect1" lang="en" xml:lang="en"> 18472 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612857"></a>18472 <a xmlns="http://www.w3.org/1999/xhtml" id="id591002"></a> 18473 18473 <div class="header">Description:</div> 18474 18474 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18493 18493 <div> 18494 18494 <div class="refsect1" lang="en" xml:lang="en"> 18495 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612916"></a>18495 <a xmlns="http://www.w3.org/1999/xhtml" id="id591061"></a> 18496 18496 <div class="header">Values:</div> 18497 18497 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p> 18498 18498 </div> 18499 18499 <div class="refsect1" lang="en" xml:lang="en"> 18500 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612942"></a>18500 <a xmlns="http://www.w3.org/1999/xhtml" id="id591087"></a> 18501 18501 <div class="header">Description:</div> 18502 18502 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18519 18519 <div> 18520 18520 <div class="refsect1" lang="en" xml:lang="en"> 18521 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612999"></a>18521 <a xmlns="http://www.w3.org/1999/xhtml" id="id591144"></a> 18522 18522 <div class="header">Values:</div> 18523 18523 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18527 18527 </div> 18528 18528 <div class="refsect1" lang="en" xml:lang="en"> 18529 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613042"></a>18529 <a xmlns="http://www.w3.org/1999/xhtml" id="id591187"></a> 18530 18530 <div class="header">Description:</div> 18531 18531 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18552 18552 <div> 18553 18553 <div class="refsect1" lang="en" xml:lang="en"> 18554 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613112"></a>18554 <a xmlns="http://www.w3.org/1999/xhtml" id="id591256"></a> 18555 18555 <div class="header">Values:</div> 18556 18556 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and … … 18561 18561 </div> 18562 18562 <div class="refsect1" lang="en" xml:lang="en"> 18563 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613154"></a>18563 <a xmlns="http://www.w3.org/1999/xhtml" id="id591298"></a> 18564 18564 <div class="header">Description:</div> 18565 18565 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18577 18577 </div> 18578 18578 <div class="refsect1" lang="en" xml:lang="en"> 18579 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613188"></a>18579 <a xmlns="http://www.w3.org/1999/xhtml" id="id591332"></a> 18580 18580 <div class="header">Notes:</div> 18581 18581 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18602 18602 <div> 18603 18603 <div class="refsect1" lang="en" xml:lang="en"> 18604 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613248"></a>18604 <a xmlns="http://www.w3.org/1999/xhtml" id="id591393"></a> 18605 18605 <div class="header">Arguments and Values:</div> 18606 18606 <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 … … 18609 18609 </div> 18610 18610 <div class="refsect1" lang="en" xml:lang="en"> 18611 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613276"></a>18611 <a xmlns="http://www.w3.org/1999/xhtml" id="id591420"></a> 18612 18612 <div class="header">Description:</div> 18613 18613 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use … … 18634 18634 <div> 18635 18635 <div class="refsect1" lang="en" xml:lang="en"> 18636 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613345"></a>18636 <a xmlns="http://www.w3.org/1999/xhtml" id="id591490"></a> 18637 18637 <div class="header">Arguments and Values:</div> 18638 18638 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an … … 18640 18640 </div> 18641 18641 <div class="refsect1" lang="en" xml:lang="en"> 18642 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613372"></a>18642 <a xmlns="http://www.w3.org/1999/xhtml" id="id591515"></a> 18643 18643 <div class="header">Description:</div> 18644 18644 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses … … 18662 18662 <div> 18663 18663 <div class="refsect1" lang="en" xml:lang="en"> 18664 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613437"></a>18664 <a xmlns="http://www.w3.org/1999/xhtml" id="id591581"></a> 18665 18665 <div class="header">Arguments and Values:</div> 18666 18666 <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 … … 18684 18684 </div> 18685 18685 <div class="refsect1" lang="en" xml:lang="en"> 18686 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613518"></a>18686 <a xmlns="http://www.w3.org/1999/xhtml" id="id591662"></a> 18687 18687 <div class="header">Description:</div> 18688 18688 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements … … 18709 18709 <div> 18710 18710 <div class="refsect1" lang="en" xml:lang="en"> 18711 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613602"></a>18711 <a xmlns="http://www.w3.org/1999/xhtml" id="id591744"></a> 18712 18712 <div class="header">Arguments and Values:</div> 18713 18713 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the … … 18724 18724 </div> 18725 18725 <div class="refsect1" lang="en" xml:lang="en"> 18726 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613648"></a>18726 <a xmlns="http://www.w3.org/1999/xhtml" id="id591791"></a> 18727 18727 <div class="header">Description:</div> 18728 18728 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the … … 18745 18745 <div> 18746 18746 <div class="refsect1" lang="en" xml:lang="en"> 18747 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613711"></a>18747 <a xmlns="http://www.w3.org/1999/xhtml" id="id591854"></a> 18748 18748 <div class="header">Arguments and Values:</div> 18749 18749 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p> 18750 18750 </div> 18751 18751 <div class="refsect1" lang="en" xml:lang="en"> 18752 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613722"></a>18752 <a xmlns="http://www.w3.org/1999/xhtml" id="id591865"></a> 18753 18753 <div class="header">Description:</div> 18754 18754 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the … … 18792 18792 <div> 18793 18793 <div class="refsect1" lang="en" xml:lang="en"> 18794 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613799"></a>18794 <a xmlns="http://www.w3.org/1999/xhtml" id="id591942"></a> 18795 18795 <div class="header">Description:</div> 18796 18796 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro … … 18827 18827 <div> 18828 18828 <div class="refsect1" lang="en" xml:lang="en"> 18829 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613856"></a>18829 <a xmlns="http://www.w3.org/1999/xhtml" id="id591999"></a> 18830 18830 <div class="header">Description:</div> 18831 18831 <p xmlns="http://www.w3.org/1999/xhtml">Per ANSI CL, Clozure CL supports the :EXTERNAL-FORMAT keyword … … 18871 18871 <div> 18872 18872 <div class="refsect1" lang="en" xml:lang="en"> 18873 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613936"></a>18873 <a xmlns="http://www.w3.org/1999/xhtml" id="id592079"></a> 18874 18874 <div class="header">Description:</div> 18875 18875 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is … … 18895 18895 <div> 18896 18896 <div class="refsect1" lang="en" xml:lang="en"> 18897 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613987"></a>18897 <a xmlns="http://www.w3.org/1999/xhtml" id="id592130"></a> 18898 18898 <div class="header">Superclasses:</div> 18899 18899 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p> 18900 18900 </div> 18901 18901 <div class="refsect1" lang="en" xml:lang="en"> 18902 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613998"></a>18902 <a xmlns="http://www.w3.org/1999/xhtml" id="id592141"></a> 18903 18903 <div class="header">Initargs:</div> 18904 18904 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>--- … … 18908 18908 </div> 18909 18909 <div class="refsect1" lang="en" xml:lang="en"> 18910 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614025"></a>18910 <a xmlns="http://www.w3.org/1999/xhtml" id="id592168"></a> 18911 18911 <div class="header">Description:</div> 18912 18912 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18926 18926 </div> 18927 18927 <div class="refsect1" lang="en" xml:lang="en"> 18928 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614044"></a>18928 <a xmlns="http://www.w3.org/1999/xhtml" id="id592187"></a> 18929 18929 <div class="header">Examples:</div> 18930 18930 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18957 18957 </div> 18958 18958 <div class="refsect1" lang="en" xml:lang="en"> 18959 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614097"></a>18959 <a xmlns="http://www.w3.org/1999/xhtml" id="id592240"></a> 18960 18960 <div class="header">Notes:</div> 18961 18961 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19297 19297 <div> 19298 19298 <div class="refsect1" lang="en" xml:lang="en"> 19299 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615800"></a>19299 <a xmlns="http://www.w3.org/1999/xhtml" id="id576177"></a> 19300 19300 <div class="header">Arguments and Values:</div> 19301 19301 <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> … … 19305 19305 </div> 19306 19306 <div class="refsect1" lang="en" xml:lang="en"> 19307 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615859"></a>19307 <a xmlns="http://www.w3.org/1999/xhtml" id="id576236"></a> 19308 19308 <div class="header">Description:</div> 19309 19309 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p> … … 19323 19323 <div> 19324 19324 <div class="refsect1" lang="en" xml:lang="en"> 19325 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615916"></a>19325 <a xmlns="http://www.w3.org/1999/xhtml" id="id593948"></a> 19326 19326 <div class="header">Description:</div> 19327 19327 <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> … … 19341 19341 <div> 19342 19342 <div class="refsect1" lang="en" xml:lang="en"> 19343 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615991"></a>19343 <a xmlns="http://www.w3.org/1999/xhtml" id="id594022"></a> 19344 19344 <div class="header">Description:</div> 19345 19345 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>. … … 19364 19364 <div> 19365 19365 <div class="refsect1" lang="en" xml:lang="en"> 19366 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616058"></a>19366 <a xmlns="http://www.w3.org/1999/xhtml" id="id594090"></a> 19367 19367 <div class="header">Description:</div> 19368 19368 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to … … 19397 19397 <div> 19398 19398 <div class="refsect1" lang="en" xml:lang="en"> 19399 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614120"></a>19399 <a xmlns="http://www.w3.org/1999/xhtml" id="id594175"></a> 19400 19400 <div class="header">Description:</div> 19401 19401 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the … … 19418 19418 <div> 19419 19419 <div class="refsect1" lang="en" xml:lang="en"> 19420 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614180"></a>19420 <a xmlns="http://www.w3.org/1999/xhtml" id="id594235"></a> 19421 19421 <div class="header">Arguments and Values:</div> 19422 19422 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p> 19423 19423 </div> 19424 19424 <div class="refsect1" lang="en" xml:lang="en"> 19425 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614206"></a>19425 <a xmlns="http://www.w3.org/1999/xhtml" id="id594261"></a> 19426 19426 <div class="header">Description:</div> 19427 19427 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the … … 19447 19447 <div> 19448 19448 <div class="refsect1" lang="en" xml:lang="en"> 19449 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614268"></a>19449 <a xmlns="http://www.w3.org/1999/xhtml" id="id582967"></a> 19450 19450 <div class="header">Description:</div> 19451 19451 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the … … 19467 19467 <div> 19468 19468 <div class="refsect1" lang="en" xml:lang="en"> 19469 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614326"></a>19469 <a xmlns="http://www.w3.org/1999/xhtml" id="id583026"></a> 19470 19470 <div class="header">Arguments and Values:</div> 19471 19471 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 19472 19472 </div> 19473 19473 <div class="refsect1" lang="en" xml:lang="en"> 19474 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614352"></a>19474 <a xmlns="http://www.w3.org/1999/xhtml" id="id583052"></a> 19475 19475 <div class="header">Description:</div> 19476 19476 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC … … 19498 19498 <div> 19499 19499 <div class="refsect1" lang="en" xml:lang="en"> 19500 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614411"></a>19500 <a xmlns="http://www.w3.org/1999/xhtml" id="id583110"></a> 19501 19501 <div class="header">Description:</div> 19502 19502 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call, … … 19521 19521 <div> 19522 19522 <div class="refsect1" lang="en" xml:lang="en"> 19523 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614466"></a>19523 <a xmlns="http://www.w3.org/1999/xhtml" id="id583167"></a> 19524 19524 <div class="header">Description:</div> 19525 19525 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL … … 19546 19546 <div> 19547 19547 <div class="refsect1" lang="en" xml:lang="en"> 19548 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614524"></a>19548 <a xmlns="http://www.w3.org/1999/xhtml" id="id583225"></a> 19549 19549 <div class="header">Description:</div> 19550 19550 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the … … 19568 19568 <div> 19569 19569 <div class="refsect1" lang="en" xml:lang="en"> 19570 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614583"></a>19570 <a xmlns="http://www.w3.org/1999/xhtml" id="id583284"></a> 19571 19571 <div class="header">Arguments and Values:</div> 19572 19572 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest … … 19578 19578 </div> 19579 19579 <div class="refsect1" lang="en" xml:lang="en"> 19580 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614638"></a>19580 <a xmlns="http://www.w3.org/1999/xhtml" id="id583339"></a> 19581 19581 <div class="header">Description:</div> 19582 19582 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect. … … 19602 19602 <div> 19603 19603 <div class="refsect1" lang="en" xml:lang="en"> 19604 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614704"></a>19604 <a xmlns="http://www.w3.org/1999/xhtml" id="id583404"></a> 19605 19605 <div class="header">Arguments and Values:</div> 19606 19606 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 19607 19607 </div> 19608 19608 <div class="refsect1" lang="en" xml:lang="en"> 19609 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614730"></a>19609 <a xmlns="http://www.w3.org/1999/xhtml" id="id583431"></a> 19610 19610 <div class="header">Description:</div> 19611 19611 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages … … 19632 19632 <div> 19633 19633 <div class="refsect1" lang="en" xml:lang="en"> 19634 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614788"></a>19634 <a xmlns="http://www.w3.org/1999/xhtml" id="id583488"></a> 19635 19635 <div class="header">Description:</div> 19636 19636 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs … … 19787 19787 <dt> 19788 19788 <span class="sect2"> 19789 <a href="#id 610601">16.7.2. Recommended Reading</a>19789 <a href="#id588661">16.7.2. Recommended Reading</a> 19790 19790 </span> 19791 19791 </dt> … … 21063 21063 <li> 21064 21064 <p>To support a feature called <span class="emphasis"><em>GCTWA 21065 <sup>[<a id="id 610153" href="#ftn.id610153" class="footnote">1</a>]</sup>21065 <sup>[<a id="id588212" href="#ftn.id588212" class="footnote">1</a>]</sup> 21066 21066 , </em></span>the vector that contains the internal 21067 21067 symbols of the current package is marked on entry to the … … 21196 21196 <hr width="100" align="left" /> 21197 21197 <div class="footnote"> 21198 <p><sup>[<a id="ftn.id 610153" href="#id610153" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,21198 <p><sup>[<a id="ftn.id588212" href="#id588212" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP, 21199 21199 where it stood for "Garbage Collection of Truly 21200 21200 Worthless Atoms".</p> … … 21256 21256 generations looking for such intergenerational references, the 21257 21257 runtime system must note all such intergenerational references 21258 at the point where they're created (via Setf).<sup>[<a id="id 610388" href="#ftn.id610388" class="footnote">2</a>]</sup> The21258 at the point where they're created (via Setf).<sup>[<a id="id588448" href="#ftn.id588448" class="footnote">2</a>]</sup> The 21259 21259 set of pointers that may contain intergenerational references is 21260 21260 sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p> … … 21303 21303 that might introduce an intergenerational reference must be 21304 21304 memoized. 21305 <sup>[<a id="id 610458" href="#ftn.id610458" class="footnote">3</a>]</sup> It's always safe to21305 <sup>[<a id="id588517" href="#ftn.id588517" class="footnote">3</a>]</sup> It's always safe to 21306 21306 push any cons cell or gvector locative onto the memo stack; 21307 21307 it's never safe to push anything else. … … 21324 21324 <hr width="100" align="left" /> 21325 21325 <div class="footnote"> 21326 <p><sup>[<a id="ftn.id 610388" href="#id610388" class="para">2</a>] </sup>This is21326 <p><sup>[<a id="ftn.id588448" href="#id588448" class="para">2</a>] </sup>This is 21327 21327 sometimes called "The Write Barrier": all assignments which 21328 21328 might result in intergenerational references must be noted, as … … 21330 21330 </div> 21331 21331 <div class="footnote"> 21332 <p><sup>[<a id="ftn.id 610458" href="#id610458" class="para">3</a>] </sup>Note that the implicit setfs that occur when21332 <p><sup>[<a id="ftn.id588517" href="#id588517" class="para">3</a>] </sup>Note that the implicit setfs that occur when 21333 21333 initializing an object - as in the case of a call to cons or 21334 21334 vector - can't introduce intergenerational references, since … … 21446 21446 <div> 21447 21447 <div> 21448 <h3 class="title"><a id="id 610601"></a>16.7.2. Recommended Reading</h3>21448 <h3 class="title"><a id="id588661"></a>16.7.2. Recommended Reading</h3> 21449 21449 </div> 21450 21450 </div> … … 21859 21859 <div> 21860 21860 <div class="refsect1" lang="en" xml:lang="en"> 21861 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615612"></a>21861 <a xmlns="http://www.w3.org/1999/xhtml" id="id594365"></a> 21862 21862 <div class="header">Description:</div> 21863 21863 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD) … … 21884 21884 <div> 21885 21885 <div class="refsect1" lang="en" xml:lang="en"> 21886 <a xmlns="http://www.w3.org/1999/xhtml" id="id 611599"></a>21886 <a xmlns="http://www.w3.org/1999/xhtml" id="id511271"></a> 21887 21887 <div class="header">Description:</div> 21888 21888 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 21908 21908 <div> 21909 21909 <div class="refsect1" lang="en" xml:lang="en"> 21910 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615037"></a>21910 <a xmlns="http://www.w3.org/1999/xhtml" id="id592640"></a> 21911 21911 <div class="header">Description:</div> 21912 21912 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 21931 21931 <div> 21932 21932 <div class="refsect1" lang="en" xml:lang="en"> 21933 <a xmlns="http://www.w3.org/1999/xhtml" id="id59 7808"></a>21933 <a xmlns="http://www.w3.org/1999/xhtml" id="id592686"></a> 21934 21934 <div class="header">Description:</div> 21935 21935 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session … … 21956 21956 <div> 21957 21957 <div class="refsect1" lang="en" xml:lang="en"> 21958 <a xmlns="http://www.w3.org/1999/xhtml" id="id59 7866"></a>21958 <a xmlns="http://www.w3.org/1999/xhtml" id="id592744"></a> 21959 21959 <div class="header">Description:</div> 21960 21960 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p> … … 21974 21974 <div> 21975 21975 <div class="refsect1" lang="en" xml:lang="en"> 21976 <a xmlns="http://www.w3.org/1999/xhtml" id="id 605186"></a>21976 <a xmlns="http://www.w3.org/1999/xhtml" id="id592788"></a> 21977 21977 <div class="header">Description:</div> 21978 21978 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros. … … 21996 21996 <div> 21997 21997 <div class="refsect1" lang="en" xml:lang="en"> 21998 <a xmlns="http://www.w3.org/1999/xhtml" id="id 605249"></a>21998 <a xmlns="http://www.w3.org/1999/xhtml" id="id592851"></a> 21999 21999 <div class="header">Arguments and Values:</div> 22000 22000 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p> … … 22002 22002 </div> 22003 22003 <div class="refsect1" lang="en" xml:lang="en"> 22004 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604957"></a>22004 <a xmlns="http://www.w3.org/1999/xhtml" id="id592954"></a> 22005 22005 <div class="header">Description:</div> 22006 22006 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If … … 22028 22028 <div> 22029 22029 <div class="refsect1" lang="en" xml:lang="en"> 22030 <a xmlns="http://www.w3.org/1999/xhtml" id="id 605018"></a>22030 <a xmlns="http://www.w3.org/1999/xhtml" id="id593015"></a> 22031 22031 <div class="header">Arguments and Values:</div> 22032 22032 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p> … … 22037 22037 </div> 22038 22038 <div class="refsect1" lang="en" xml:lang="en"> 22039 <a xmlns="http://www.w3.org/1999/xhtml" id="id 605076"></a>22039 <a xmlns="http://www.w3.org/1999/xhtml" id="id593073"></a> 22040 22040 <div class="header">Description:</div> 22041 22041 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer … … 22702 22702 <a href="#Symbol-Index">Symbol Index</a> 22703 22703 </div> 22704 <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 21:0 on May 8, 2010, in UTC.<br></br>It uses version 1.73.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 13690<br></br>Using libxml 20631, libxslt 10122 and libexslt 813.</p>22704 <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 0:0 on June 2, 2010, in UTC.<br></br>It uses version 1.73.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 13774<br></br>Using libxml 20631, libxslt 10122 and libexslt 813.</p> 22705 22705 </body> 22706 22706 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
