Changeset 14731
- Timestamp:
- Apr 25, 2011, 11:00:20 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/ccl-documentation.html (modified) (393 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/ccl-documentation.html
r14697 r14731 6 6 <title>Clozure CL Documentation</title> 7 7 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /> 8 <link rel="home" href="#id 497039" title="Clozure CL Documentation" />8 <link rel="home" href="#id531855" title="Clozure CL Documentation" /> 9 9 <link rel="next" href="#about-ccl" title="Chapter 1. About Clozure CL" /> 10 10 </head> … … 14 14 <div> 15 15 <div> 16 <h1 class="title"><a id="id 497039"></a>Clozure CL Documentation</h1>16 <h1 class="title"><a id="id531855"></a>Clozure CL Documentation</h1> 17 17 </div> 18 18 </div> … … 1580 1580 loaded and before the toplevel read-eval-print loop is 1581 1581 entered.</p> 1582 <p xmlns="http://www.w3.org/1999/xhtml"> 1583 Finally, any arguments following the pseudo-argument 1584 <code class="literal">--</code> are not processed, and are made 1585 available to the lisp as the value of 1586 <code class="literal">ccl:*unprocessed-command-line-arguments*</code>. 1587 </p> 1582 1588 </div> 1583 1589 <div class="sect1" lang="en" xml:lang="en"> … … 1745 1751 <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it 1746 1752 may be helpful to refer to these definitions.</p> 1747 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id5 15580" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl1753 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id541340" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl 1748 1754 files</em></a> are the object files produced 1749 1755 by <code class="literal">compile-file</code>. fasl files store the … … 1756 1762 see 1757 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> 1758 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id5 10281" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp1764 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id550523" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp 1759 1765 kernel</em></a> is a C program with a fair amount of 1760 1766 platform-specific assembly language code. Its basic job is to … … 1766 1772 files on different platforms; see 1767 1773 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1768 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id5 38497" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap1774 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id583846" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap 1769 1775 image</em></a> is a file that can be quickly mapped into a 1770 1776 process's address space. Conceptually, it's not too different … … 1777 1783 standard full heap image files on different platforms; see 1778 1784 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1779 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id5 24156" class="indexterm"></a> bootstrapping image is a minimal1785 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id585196" class="indexterm"></a> bootstrapping image is a minimal 1780 1786 heap image used in the process of building Clozure CL itself. The 1781 1787 bootstrapping image contains just enough code to load the rest … … 1789 1795 as-yet-unsupported ones) has a uniquely named subdirectory of 1790 1796 <code class="literal">ccl/lisp-kernel/</code>; each such 1791 <a id="id5 22340" class="indexterm"></a>1797 <a id="id557145" class="indexterm"></a> 1792 1798 contains a Makefile and may contain some auxiliary files (linker 1793 1799 scripts, etc.) that are used to build the lisp kernel on a … … 2608 2614 </p> 2609 2615 <p xmlns="http://www.w3.org/1999/xhtml"> 2610 <a id="id5 31226" class="indexterm"></a>2616 <a id="id573434" class="indexterm"></a> 2611 2617 <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em> 2612 2618 <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> | … … 3052 3058 </div> 3053 3059 <p xmlns="http://www.w3.org/1999/xhtml"> 3054 <a id="id5 51794" class="indexterm"></a>3060 <a id="id586598" class="indexterm"></a> 3055 3061 <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em> [Variable]</strong></span> 3056 3062 </p> 3057 3063 <p xmlns="http://www.w3.org/1999/xhtml">Variable bound to the current nesting level during execution of before and after trace actions. The default printing actions use it to determine the amount of indentation.</p> 3058 3064 <p xmlns="http://www.w3.org/1999/xhtml"> 3059 <a id="id5 51820" class="indexterm"></a>3065 <a id="id586624" class="indexterm"></a> 3060 3066 <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em> [Variable]</strong></span> 3061 3067 </p> 3062 3068 <p xmlns="http://www.w3.org/1999/xhtml">The default before and after print actions will not indent by more than the value of <em class="varname">ccl:*trace-max-indent*</em> regardless of the current trace level.</p> 3063 3069 <p xmlns="http://www.w3.org/1999/xhtml"> 3064 <a id="id5 51849" class="indexterm"></a>3070 <a id="id586653" class="indexterm"></a> 3065 3071 <span class="command"><strong><em class="varname"><a id="trace-function"></a>CCL:TRACE-FUNCTION</em> <em class="replaceable"><code>spec</code></em> <em class="varname">&key</em> {<em class="replaceable"><code>keyword</code></em> <em class="replaceable"><code>value</code></em>}* [Function]</strong></span> 3066 3072 </p> … … 3070 3076 </p> 3071 3077 <p xmlns="http://www.w3.org/1999/xhtml"> 3072 <a id="id5 51898" class="indexterm"></a>3078 <a id="id586702" class="indexterm"></a> 3073 3079 <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em> [Variable]</strong></span> 3074 3080 </p> … … 3078 3084 explicit printing done by user code.</p> 3079 3085 <p xmlns="http://www.w3.org/1999/xhtml"> 3080 <a id="id5 51932" class="indexterm"></a>3086 <a id="id586736" class="indexterm"></a> 3081 3087 <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em> [Variable]</strong></span> 3082 3088 </p> … … 3086 3092 explicit printing done by user code.</p> 3087 3093 <p xmlns="http://www.w3.org/1999/xhtml"> 3088 <a id="id5 51967" class="indexterm"></a>3094 <a id="id586771" class="indexterm"></a> 3089 3095 <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em> [Variable]</strong></span> 3090 3096 </p> … … 3135 3141 <div> 3136 3142 <div class="refsect1" lang="en" xml:lang="en"> 3137 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 52129"></a>3143 <a xmlns="http://www.w3.org/1999/xhtml" id="id586933"></a> 3138 3144 <div class="header">Arguments and Values:</div> 3139 3145 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>--- … … 3170 3176 </div> 3171 3177 <div class="refsect1" lang="en" xml:lang="en"> 3172 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 52236"></a>3178 <a xmlns="http://www.w3.org/1999/xhtml" id="id587040"></a> 3173 3179 <div class="header">Examples:</div> 3174 3180 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3215 3221 <div> 3216 3222 <div class="refsect1" lang="en" xml:lang="en"> 3217 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 52335"></a>3223 <a xmlns="http://www.w3.org/1999/xhtml" id="id587139"></a> 3218 3224 <div class="header">Description:</div> 3219 3225 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3230 3236 </div> 3231 3237 <div class="refsect1" lang="en" xml:lang="en"> 3232 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 52402"></a>3238 <a xmlns="http://www.w3.org/1999/xhtml" id="id587205"></a> 3233 3239 <div class="header">Arguments and Values:</div> 3234 3240 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3254 3260 <div> 3255 3261 <div class="refsect1" lang="en" xml:lang="en"> 3256 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 52480"></a>3262 <a xmlns="http://www.w3.org/1999/xhtml" id="id587283"></a> 3257 3263 <div class="header">Description:</div> 3258 3264 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3266 3272 </div> 3267 3273 <div class="refsect1" lang="en" xml:lang="en"> 3268 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 52528"></a>3274 <a xmlns="http://www.w3.org/1999/xhtml" id="id587331"></a> 3269 3275 <div class="header">Arguments and Values:</div> 3270 3276 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3426 3432 <div> 3427 3433 <div class="refsect1" lang="en" xml:lang="en"> 3428 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 53062"></a>3434 <a xmlns="http://www.w3.org/1999/xhtml" id="id587865"></a> 3429 3435 <div class="header">Description:</div> 3430 3436 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is … … 3452 3458 <div> 3453 3459 <div class="refsect1" lang="en" xml:lang="en"> 3454 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 53124"></a>3460 <a xmlns="http://www.w3.org/1999/xhtml" id="id587927"></a> 3455 3461 <div class="header">Description:</div> 3456 3462 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when an external-format … … 3484 3490 <div> 3485 3491 <div class="refsect1" lang="en" xml:lang="en"> 3486 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 53206"></a>3492 <a xmlns="http://www.w3.org/1999/xhtml" id="id588009"></a> 3487 3493 <div class="header">Arguments and Values:</div> 3488 3494 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external … … 3518 3524 </div> 3519 3525 <div class="refsect1" lang="en" xml:lang="en"> 3520 <a xmlns="http://www.w3.org/1999/xhtml" id="id 568100"></a>3526 <a xmlns="http://www.w3.org/1999/xhtml" id="id602927"></a> 3521 3527 <div class="header">Description:</div> 3522 3528 <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a … … 3691 3697 <div> 3692 3698 <div> 3693 <h4 class="title"><a id="id 568434"></a>4.5.4.1. Encoding Problems</h4>3699 <h4 class="title"><a id="id603262"></a>4.5.4.1. Encoding Problems</h4> 3694 3700 </div> 3695 3701 </div> … … 3707 3713 <div> 3708 3714 <div> 3709 <h4 class="title"><a id="id 568447"></a>4.5.4.2. Byte Order Marks</h4>3715 <h4 class="title"><a id="id603274"></a>4.5.4.2. Byte Order Marks</h4> 3710 3716 </div> 3711 3717 </div> … … 3735 3741 <div> 3736 3742 <div> 3737 <h4 class="title"><a id="id 568481"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>3743 <h4 class="title"><a id="id603308"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4> 3738 3744 </div> 3739 3745 </div> … … 3757 3763 <div> 3758 3764 <div class="refsect1" lang="en" xml:lang="en"> 3759 <a xmlns="http://www.w3.org/1999/xhtml" id="id 568543"></a>3765 <a xmlns="http://www.w3.org/1999/xhtml" id="id603370"></a> 3760 3766 <div class="header">Description:</div> 3761 3767 <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings … … 3766 3772 </div> 3767 3773 <div class="refsect1" lang="en" xml:lang="en"> 3768 <a xmlns="http://www.w3.org/1999/xhtml" id="id 568558"></a>3774 <a xmlns="http://www.w3.org/1999/xhtml" id="id603385"></a> 3769 3775 <div class="header">See Also:</div> 3770 3776 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#Character-Encodings" title="4.5.4. Character Encodings">Section 4.5.4, âCharacter Encodingsâ</a>, <a class="xref" href="#External-Formats" title="4.5.2. External Formats">Section 4.5.2, âExternal Formatsâ</a>, <a class="xref" href="#Supported-Character-Encodings" title="4.5.4.4. Supported Character Encodings">Section 4.5.4.4, âSupported Character Encodingsâ</a></span> … … 4197 4203 <div> 4198 4204 <div> 4199 <h4 class="title"><a id="id 569237"></a>4.5.4.5. Encoding and Decoding Strings</h4>4205 <h4 class="title"><a id="id604064"></a>4.5.4.5. Encoding and Decoding Strings</h4> 4200 4206 </div> 4201 4207 </div> … … 4222 4228 <div> 4223 4229 <div class="refsect1" lang="en" xml:lang="en"> 4224 <a xmlns="http://www.w3.org/1999/xhtml" id="id 569312"></a>4230 <a xmlns="http://www.w3.org/1999/xhtml" id="id604139"></a> 4225 4231 <div class="header">Description:</div> 4226 4232 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4253 4259 <div> 4254 4260 <div class="refsect1" lang="en" xml:lang="en"> 4255 <a xmlns="http://www.w3.org/1999/xhtml" id="id 569408"></a>4261 <a xmlns="http://www.w3.org/1999/xhtml" id="id604235"></a> 4256 4262 <div class="header">Description:</div> 4257 4263 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4302 4308 <div> 4303 4309 <div class="refsect1" lang="en" xml:lang="en"> 4304 <a xmlns="http://www.w3.org/1999/xhtml" id="id 569541"></a>4310 <a xmlns="http://www.w3.org/1999/xhtml" id="id604369"></a> 4305 4311 <div class="header">Description:</div> 4306 4312 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4355 4361 <div> 4356 4362 <div class="refsect1" lang="en" xml:lang="en"> 4357 <a xmlns="http://www.w3.org/1999/xhtml" id="id 569672"></a>4363 <a xmlns="http://www.w3.org/1999/xhtml" id="id604499"></a> 4358 4364 <div class="header">Description:</div> 4359 4365 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4405 4411 </div> 4406 4412 <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> 4407 <a xmlns="http://www.w3.org/1999/xhtml" id="id 569760" class="indexterm"></a>4413 <a xmlns="http://www.w3.org/1999/xhtml" id="id604587" class="indexterm"></a> 4408 4414 <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the 4409 4415 <code class="literal">ccl</code> directory. It is used for a variety of … … 4509 4515 platforms.</p> 4510 4516 <p xmlns="http://www.w3.org/1999/xhtml"> 4511 <a id="id 569944" class="indexterm"></a>4517 <a id="id604771" class="indexterm"></a> 4512 4518 <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em> 4513 4519 <em class="parameter"><code>pathname</code></em> … … 4569 4575 a memory error.</p> 4570 4576 <p xmlns="http://www.w3.org/1999/xhtml"> 4571 <a id="id 570076" class="indexterm"></a>4577 <a id="id604904" class="indexterm"></a> 4572 4578 <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em> 4573 4579 <em class="parameter"><code>displaced-array</code></em> … … 4581 4587 target is an empty vector (of length zero).</p> 4582 4588 <p xmlns="http://www.w3.org/1999/xhtml"> 4583 <a id="id 570112" class="indexterm"></a>4589 <a id="id604939" class="indexterm"></a> 4584 4590 <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em> 4585 4591 <em class="parameter"><code>pathname</code></em> … … 4591 4597 bytes.</p> 4592 4598 <p xmlns="http://www.w3.org/1999/xhtml"> 4593 <a id="id 570144" class="indexterm"></a>4599 <a id="id604971" class="indexterm"></a> 4594 4600 <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em> 4595 4601 <em class="parameter"><code>displaced-array</code></em> … … 4630 4636 static.</p> 4631 4637 <p xmlns="http://www.w3.org/1999/xhtml"> 4632 <a id="id 570218" class="indexterm"></a>4638 <a id="id605046" class="indexterm"></a> 4633 4639 <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em> 4634 4640 <em class="parameter"><code>var</code></em> … … 4684 4690 </div> 4685 4691 </div> 4686 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570330" class="indexterm"></a>4692 <a xmlns="http://www.w3.org/1999/xhtml" id="id605158" class="indexterm"></a> 4687 4693 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the 4688 4694 function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file … … 4764 4770 converted, because address 0 can always be relied upon to refer to 4765 4771 the same thing.</p> 4766 <a xmlns="http://www.w3.org/1999/xhtml" id="id 570552" class="indexterm"></a>4772 <a xmlns="http://www.w3.org/1999/xhtml" id="id605379" class="indexterm"></a> 4767 4773 <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code> 4768 4774 refers to a <code class="literal">MACPTR</code> object that points to address 0.</p> … … 4775 4781 or <code class="literal">ccl64</code> script.</p> 4776 4782 <p xmlns="http://www.w3.org/1999/xhtml"> 4777 <a id="id 570599" class="indexterm"></a>4783 <a id="id605426" class="indexterm"></a> 4778 4784 <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em> 4779 4785 <em class="parameter"><code>filename</code></em> … … 4976 4982 <div> 4977 4983 <div class="refsect1" lang="en" xml:lang="en"> 4978 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571002"></a>4984 <a xmlns="http://www.w3.org/1999/xhtml" id="id605830"></a> 4979 4985 <div class="header">Arguments and Values:</div> 4980 4986 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>--- … … 4990 4996 </div> 4991 4997 <div class="refsect1" lang="en" xml:lang="en"> 4992 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571062"></a>4998 <a xmlns="http://www.w3.org/1999/xhtml" id="id605889"></a> 4993 4999 <div class="header">Description:</div> 4994 5000 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5050 5056 <div> 5051 5057 <div class="refsect1" lang="en" xml:lang="en"> 5052 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571153"></a>5058 <a xmlns="http://www.w3.org/1999/xhtml" id="id605980"></a> 5053 5059 <div class="header">Arguments and Values:</div> 5054 5060 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>--- … … 5058 5064 </div> 5059 5065 <div class="refsect1" lang="en" xml:lang="en"> 5060 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571176"></a>5066 <a xmlns="http://www.w3.org/1999/xhtml" id="id606003"></a> 5061 5067 <div class="header">Description:</div> 5062 5068 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5097 5103 <div> 5098 5104 <div class="refsect1" lang="en" xml:lang="en"> 5099 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571272"></a>5105 <a xmlns="http://www.w3.org/1999/xhtml" id="id606099"></a> 5100 5106 <div class="header">Arguments and Values:</div> 5101 5107 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>--- … … 5106 5112 </div> 5107 5113 <div class="refsect1" lang="en" xml:lang="en"> 5108 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571308"></a>5114 <a xmlns="http://www.w3.org/1999/xhtml" id="id606135"></a> 5109 5115 <div class="header">Description:</div> 5110 5116 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5155 5161 <div> 5156 5162 <div class="refsect1" lang="en" xml:lang="en"> 5157 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571383"></a>5163 <a xmlns="http://www.w3.org/1999/xhtml" id="id606210"></a> 5158 5164 <div class="header">Arguments and Values:</div> 5159 5165 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>--- … … 5162 5168 </div> 5163 5169 <div class="refsect1" lang="en" xml:lang="en"> 5164 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571405"></a>5170 <a xmlns="http://www.w3.org/1999/xhtml" id="id606232"></a> 5165 5171 <div class="header">Description:</div> 5166 5172 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5329 5335 <div> 5330 5336 <div class="refsect1" lang="en" xml:lang="en"> 5331 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571579"></a>5337 <a xmlns="http://www.w3.org/1999/xhtml" id="id606407"></a> 5332 5338 <div class="header">Description:</div> 5333 5339 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5363 5369 <div> 5364 5370 <div class="refsect1" lang="en" xml:lang="en"> 5365 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571628"></a>5371 <a xmlns="http://www.w3.org/1999/xhtml" id="id606455"></a> 5366 5372 <div class="header">Discussion:</div> 5367 5373 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5381 5387 </div> 5382 5388 <div class="refsect1" lang="en" xml:lang="en"> 5383 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571681"></a>5389 <a xmlns="http://www.w3.org/1999/xhtml" id="id606508"></a> 5384 5390 <div class="header">Restarts:</div> 5385 5391 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5449 5455 <div> 5450 5456 <div> 5451 <h4 class="title"><a id="id 571739"></a>4.12.5.1. Fancy arrays</h4>5457 <h4 class="title"><a id="id606566"></a>4.12.5.1. Fancy arrays</h4> 5452 5458 </div> 5453 5459 </div> … … 5476 5482 <div> 5477 5483 <div> 5478 <h4 class="title"><a id="id 571758"></a>4.12.5.2. Hash tables</h4>5484 <h4 class="title"><a id="id606585"></a>4.12.5.2. Hash tables</h4> 5479 5485 </div> 5480 5486 </div> … … 5524 5530 <div> 5525 5531 <div> 5526 <h4 class="title"><a id="id 571788"></a>4.12.5.3. Lists</h4>5532 <h4 class="title"><a id="id606615"></a>4.12.5.3. Lists</h4> 5527 5533 </div> 5528 5534 </div> … … 5693 5699 <div> 5694 5700 <div class="refsect1" lang="en" xml:lang="en"> 5695 <a xmlns="http://www.w3.org/1999/xhtml" id="id 571970"></a>5701 <a xmlns="http://www.w3.org/1999/xhtml" id="id606798"></a> 5696 5702 <div class="header">Arguments and Values:</div> 5697 5703 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">html</span></i>--- … … 5715 5721 </div> 5716 5722 <div class="refsect1" lang="en" xml:lang="en"> 5717 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572023"></a>5723 <a xmlns="http://www.w3.org/1999/xhtml" id="id606850"></a> 5718 5724 <div class="header">Example:</div> 5719 5725 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5749 5755 <div> 5750 5756 <div class="refsect1" lang="en" xml:lang="en"> 5751 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572103"></a>5757 <a xmlns="http://www.w3.org/1999/xhtml" id="id606930"></a> 5752 5758 <div class="header">Summary:</div> 5753 5759 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5771 5777 <div> 5772 5778 <div class="refsect1" lang="en" xml:lang="en"> 5773 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572141"></a>5779 <a xmlns="http://www.w3.org/1999/xhtml" id="id606968"></a> 5774 5780 <div class="header">Summary:</div> 5775 5781 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5797 5803 <div> 5798 5804 <div class="refsect1" lang="en" xml:lang="en"> 5799 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572193"></a>5805 <a xmlns="http://www.w3.org/1999/xhtml" id="id607021"></a> 5800 5806 <div class="header">Summary:</div> 5801 5807 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5823 5829 <div> 5824 5830 <div class="refsect1" lang="en" xml:lang="en"> 5825 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572245"></a>5831 <a xmlns="http://www.w3.org/1999/xhtml" id="id607072"></a> 5826 5832 <div class="header">Summary:</div> 5827 5833 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5854 5860 <div> 5855 5861 <div class="refsect1" lang="en" xml:lang="en"> 5856 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572288"></a>5862 <a xmlns="http://www.w3.org/1999/xhtml" id="id607115"></a> 5857 5863 <div class="header">Summary:</div> 5858 5864 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5881 5887 <div> 5882 5888 <div class="refsect1" lang="en" xml:lang="en"> 5883 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572341"></a>5889 <a xmlns="http://www.w3.org/1999/xhtml" id="id607168"></a> 5884 5890 <div class="header">Summary:</div> 5885 5891 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5904 5910 <div> 5905 5911 <div class="refsect1" lang="en" xml:lang="en"> 5906 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572392"></a>5912 <a xmlns="http://www.w3.org/1999/xhtml" id="id607219"></a> 5907 5913 <div class="header">Summary:</div> 5908 5914 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5931 5937 <div> 5932 5938 <div class="refsect1" lang="en" xml:lang="en"> 5933 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572444"></a>5939 <a xmlns="http://www.w3.org/1999/xhtml" id="id607272"></a> 5934 5940 <div class="header">Summary:</div> 5935 5941 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5958 5964 <div> 5959 5965 <div class="refsect1" lang="en" xml:lang="en"> 5960 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572497"></a>5966 <a xmlns="http://www.w3.org/1999/xhtml" id="id607324"></a> 5961 5967 <div class="header">Summary:</div> 5962 5968 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6125 6131 <div> 6126 6132 <div class="refsect1" lang="en" xml:lang="en"> 6127 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572732"></a>6133 <a xmlns="http://www.w3.org/1999/xhtml" id="id607559"></a> 6128 6134 <div class="header">Summary:</div> 6129 6135 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6150 6156 <div> 6151 6157 <div class="refsect1" lang="en" xml:lang="en"> 6152 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572784"></a>6158 <a xmlns="http://www.w3.org/1999/xhtml" id="id607611"></a> 6153 6159 <div class="header">Summary:</div> 6154 6160 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6186 6192 <div> 6187 6193 <div class="refsect1" lang="en" xml:lang="en"> 6188 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572850"></a>6194 <a xmlns="http://www.w3.org/1999/xhtml" id="id607678"></a> 6189 6195 <div class="header">Summary:</div> 6190 6196 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6221 6227 <div> 6222 6228 <div class="refsect1" lang="en" xml:lang="en"> 6223 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572912"></a>6229 <a xmlns="http://www.w3.org/1999/xhtml" id="id607740"></a> 6224 6230 <div class="header">Summary:</div> 6225 6231 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6252 6258 <div> 6253 6259 <div class="refsect1" lang="en" xml:lang="en"> 6254 <a xmlns="http://www.w3.org/1999/xhtml" id="id 572970"></a>6260 <a xmlns="http://www.w3.org/1999/xhtml" id="id607797"></a> 6255 6261 <div class="header">Summary:</div> 6256 6262 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6482 6488 <div> 6483 6489 <div> 6484 <h4 class="title"><a id="id5 29759"></a>5.4.2.1. Checking for Updates</h4>6490 <h4 class="title"><a id="id559996"></a>5.4.2.1. Checking for Updates</h4> 6485 6491 </div> 6486 6492 </div> … … 6614 6620 the required subsystems, if necessary.</p> 6615 6621 <p xmlns="http://www.w3.org/1999/xhtml"> 6616 <a id="id55 7095" class="indexterm"></a>6622 <a id="id554536" class="indexterm"></a> 6617 6623 <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&key</em> 6618 6624 (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>) … … 6914 6920 <dt> 6915 6921 <span class="sect2"> 6916 <a href="#id5 18462">6.3.2. As of August 2003:</a>6922 <a href="#id578271">6.3.2. As of August 2003:</a> 6917 6923 </span> 6918 6924 </dt> … … 7165 7171 <div> 7166 7172 <div> 7167 <h3 class="title"><a id="id5 18462"></a>6.3.2. As of August 2003:</h3>7173 <h3 class="title"><a id="id578271"></a>6.3.2. As of August 2003:</h3> 7168 7174 </div> 7169 7175 </div> … … 7617 7623 <div> 7618 7624 <div class="refsect1" lang="en" xml:lang="en"> 7619 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58795"></a>7625 <a xmlns="http://www.w3.org/1999/xhtml" id="id593626"></a> 7620 7626 <div class="header">Values:</div> 7621 7627 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads) … … 7623 7629 </div> 7624 7630 <div class="refsect1" lang="en" xml:lang="en"> 7625 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58821"></a>7631 <a xmlns="http://www.w3.org/1999/xhtml" id="id593652"></a> 7626 7632 <div class="header">Description:</div> 7627 7633 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known … … 7635 7641 </div> 7636 7642 <div class="refsect1" lang="en" xml:lang="en"> 7637 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58836"></a>7643 <a xmlns="http://www.w3.org/1999/xhtml" id="id593667"></a> 7638 7644 <div class="header">See Also:</div> 7639 7645 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7663 7669 <div> 7664 7670 <div class="refsect1" lang="en" xml:lang="en"> 7665 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58905"></a>7671 <a xmlns="http://www.w3.org/1999/xhtml" id="id593736"></a> 7666 7672 <div class="header">Arguments and Values:</div> 7667 7673 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p> … … 7706 7712 </div> 7707 7713 <div class="refsect1" lang="en" xml:lang="en"> 7708 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59097"></a>7714 <a xmlns="http://www.w3.org/1999/xhtml" id="id593928"></a> 7709 7715 <div class="header">Description:</div> 7710 7716 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the … … 7727 7733 </div> 7728 7734 <div class="refsect1" lang="en" xml:lang="en"> 7729 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59150"></a>7735 <a xmlns="http://www.w3.org/1999/xhtml" id="id593980"></a> 7730 7736 <div class="header">See Also:</div> 7731 7737 <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> … … 7746 7752 <div> 7747 7753 <div class="refsect1" lang="en" xml:lang="en"> 7748 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59228"></a>7754 <a xmlns="http://www.w3.org/1999/xhtml" id="id594059"></a> 7749 7755 <div class="header">Arguments and Values:</div> 7750 7756 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7756 7762 </div> 7757 7763 <div class="refsect1" lang="en" xml:lang="en"> 7758 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59283"></a>7764 <a xmlns="http://www.w3.org/1999/xhtml" id="id594113"></a> 7759 7765 <div class="header">Description:</div> 7760 7766 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from … … 7778 7784 </div> 7779 7785 <div class="refsect1" lang="en" xml:lang="en"> 7780 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59338"></a>7786 <a xmlns="http://www.w3.org/1999/xhtml" id="id594168"></a> 7781 7787 <div class="header">See Also:</div> 7782 7788 <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> 7783 7789 </div> 7784 7790 <div class="refsect1" lang="en" xml:lang="en"> 7785 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59363"></a>7791 <a xmlns="http://www.w3.org/1999/xhtml" id="id594193"></a> 7786 7792 <div class="header">Notes:</div> 7787 7793 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called … … 7809 7815 <div> 7810 7816 <div class="refsect1" lang="en" xml:lang="en"> 7811 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59444"></a>7817 <a xmlns="http://www.w3.org/1999/xhtml" id="id594274"></a> 7812 7818 <div class="header">Arguments and Values:</div> 7813 7819 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7820 7826 </div> 7821 7827 <div class="refsect1" lang="en" xml:lang="en"> 7822 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59497"></a>7828 <a xmlns="http://www.w3.org/1999/xhtml" id="id594328"></a> 7823 7829 <div class="header">Description:</div> 7824 7830 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to … … 7831 7837 </div> 7832 7838 <div class="refsect1" lang="en" xml:lang="en"> 7833 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59528"></a>7839 <a xmlns="http://www.w3.org/1999/xhtml" id="id594359"></a> 7834 7840 <div class="header">See Also:</div> 7835 7841 <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> 7836 7842 </div> 7837 7843 <div class="refsect1" lang="en" xml:lang="en"> 7838 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59553"></a>7844 <a xmlns="http://www.w3.org/1999/xhtml" id="id594384"></a> 7839 7845 <div class="header">Notes:</div> 7840 7846 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7862 7868 <div> 7863 7869 <div class="refsect1" lang="en" xml:lang="en"> 7864 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59619"></a>7870 <a xmlns="http://www.w3.org/1999/xhtml" id="id594449"></a> 7865 7871 <div class="header">Arguments and Values:</div> 7866 7872 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7872 7878 </div> 7873 7879 <div class="refsect1" lang="en" xml:lang="en"> 7874 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59672"></a>7880 <a xmlns="http://www.w3.org/1999/xhtml" id="id594502"></a> 7875 7881 <div class="header">Description:</div> 7876 7882 <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 … … 7887 7893 </div> 7888 7894 <div class="refsect1" lang="en" xml:lang="en"> 7889 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59722"></a>7895 <a xmlns="http://www.w3.org/1999/xhtml" id="id594552"></a> 7890 7896 <div class="header">See Also:</div> 7891 7897 <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> … … 7908 7914 <div> 7909 7915 <div class="refsect1" lang="en" xml:lang="en"> 7910 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59799"></a>7916 <a xmlns="http://www.w3.org/1999/xhtml" id="id594628"></a> 7911 7917 <div class="header">Arguments and Values:</div> 7912 7918 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7919 7925 </div> 7920 7926 <div class="refsect1" lang="en" xml:lang="en"> 7921 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59874"></a>7927 <a xmlns="http://www.w3.org/1999/xhtml" id="id594703"></a> 7922 7928 <div class="header">Description:</div> 7923 7929 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset … … 7933 7939 </div> 7934 7940 <div class="refsect1" lang="en" xml:lang="en"> 7935 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 59918"></a>7941 <a xmlns="http://www.w3.org/1999/xhtml" id="id594747"></a> 7936 7942 <div class="header">See Also:</div> 7937 7943 <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> … … 7954 7960 <div> 7955 7961 <div class="refsect1" lang="en" xml:lang="en"> 7956 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60000"></a>7962 <a xmlns="http://www.w3.org/1999/xhtml" id="id594829"></a> 7957 7963 <div class="header">Arguments and Values:</div> 7958 7964 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7963 7969 </div> 7964 7970 <div class="refsect1" lang="en" xml:lang="en"> 7965 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60062"></a>7971 <a xmlns="http://www.w3.org/1999/xhtml" id="id594891"></a> 7966 7972 <div class="header">Description:</div> 7967 7973 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>. … … 7980 7986 </div> 7981 7987 <div class="refsect1" lang="en" xml:lang="en"> 7982 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60111"></a>7988 <a xmlns="http://www.w3.org/1999/xhtml" id="id594940"></a> 7983 7989 <div class="header">See Also:</div> 7984 7990 <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> 7985 7991 </div> 7986 7992 <div class="refsect1" lang="en" xml:lang="en"> 7987 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60141"></a>7993 <a xmlns="http://www.w3.org/1999/xhtml" id="id594970"></a> 7988 7994 <div class="header">Notes:</div> 7989 7995 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means … … 8006 8012 <div> 8007 8013 <div class="refsect1" lang="en" xml:lang="en"> 8008 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60257"></a>8014 <a xmlns="http://www.w3.org/1999/xhtml" id="id595086"></a> 8009 8015 <div class="header">Arguments and Values:</div> 8010 8016 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process. … … 8028 8034 </div> 8029 8035 <div class="refsect1" lang="en" xml:lang="en"> 8030 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60446"></a>8036 <a xmlns="http://www.w3.org/1999/xhtml" id="id595275"></a> 8031 8037 <div class="header">Description:</div> 8032 8038 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via … … 8041 8047 </div> 8042 8048 <div class="refsect1" lang="en" xml:lang="en"> 8043 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60481"></a>8049 <a xmlns="http://www.w3.org/1999/xhtml" id="id595310"></a> 8044 8050 <div class="header">See Also:</div> 8045 8051 <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> … … 8062 8068 <div> 8063 8069 <div class="refsect1" lang="en" xml:lang="en"> 8064 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63940"></a>8070 <a xmlns="http://www.w3.org/1999/xhtml" id="id598754"></a> 8065 8071 <div class="header">Arguments and Values:</div> 8066 8072 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8075 8081 </div> 8076 8082 <div class="refsect1" lang="en" xml:lang="en"> 8077 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64033"></a>8083 <a xmlns="http://www.w3.org/1999/xhtml" id="id598847"></a> 8078 8084 <div class="header">Description:</div> 8079 8085 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em> … … 8106 8112 </div> 8107 8113 <div class="refsect1" lang="en" xml:lang="en"> 8108 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64107"></a>8114 <a xmlns="http://www.w3.org/1999/xhtml" id="id598921"></a> 8109 8115 <div class="header">See Also:</div> 8110 8116 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8115 8121 </div> 8116 8122 <div class="refsect1" lang="en" xml:lang="en"> 8117 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64126"></a>8123 <a xmlns="http://www.w3.org/1999/xhtml" id="id598940"></a> 8118 8124 <div class="header">Notes:</div> 8119 8125 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em> … … 8145 8151 <div> 8146 8152 <div class="refsect1" lang="en" xml:lang="en"> 8147 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64191"></a>8153 <a xmlns="http://www.w3.org/1999/xhtml" id="id599005"></a> 8148 8154 <div class="header">Value Type:</div> 8149 8155 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p> 8150 8156 </div> 8151 8157 <div class="refsect1" lang="en" xml:lang="en"> 8152 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64203"></a>8158 <a xmlns="http://www.w3.org/1999/xhtml" id="id599017"></a> 8153 8159 <div class="header">Initial Value:</div> 8154 8160 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself. … … 8156 8162 </div> 8157 8163 <div class="refsect1" lang="en" xml:lang="en"> 8158 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64214"></a>8164 <a xmlns="http://www.w3.org/1999/xhtml" id="id599028"></a> 8159 8165 <div class="header">Description:</div> 8160 8166 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is … … 8162 8168 </div> 8163 8169 <div class="refsect1" lang="en" xml:lang="en"> 8164 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64226"></a>8170 <a xmlns="http://www.w3.org/1999/xhtml" id="id599040"></a> 8165 8171 <div class="header">See Also:</div> 8166 8172 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8186 8192 <div> 8187 8193 <div class="refsect1" lang="en" xml:lang="en"> 8188 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64296"></a>8194 <a xmlns="http://www.w3.org/1999/xhtml" id="id599111"></a> 8189 8195 <div class="header">Arguments and Values:</div> 8190 8196 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8193 8199 </div> 8194 8200 <div class="refsect1" lang="en" xml:lang="en"> 8195 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64353"></a>8201 <a xmlns="http://www.w3.org/1999/xhtml" id="id599167"></a> 8196 8202 <div class="header">Description:</div> 8197 8203 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit … … 8220 8226 </div> 8221 8227 <div class="refsect1" lang="en" xml:lang="en"> 8222 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64420"></a>8228 <a xmlns="http://www.w3.org/1999/xhtml" id="id599234"></a> 8223 8229 <div class="header">See Also:</div> 8224 8230 <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> … … 8240 8246 <div> 8241 8247 <div class="refsect1" lang="en" xml:lang="en"> 8242 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64493"></a>8248 <a xmlns="http://www.w3.org/1999/xhtml" id="id599307"></a> 8243 8249 <div class="header">Arguments and Values:</div> 8244 8250 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which … … 8247 8253 </div> 8248 8254 <div class="refsect1" lang="en" xml:lang="en"> 8249 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64535"></a>8255 <a xmlns="http://www.w3.org/1999/xhtml" id="id599349"></a> 8250 8256 <div class="header">Description:</div> 8251 8257 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8255 8261 </div> 8256 8262 <div class="refsect1" lang="en" xml:lang="en"> 8257 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64547"></a>8263 <a xmlns="http://www.w3.org/1999/xhtml" id="id599361"></a> 8258 8264 <div class="header">See Also:</div> 8259 8265 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a></span> … … 8275 8281 <div> 8276 8282 <div class="refsect1" lang="en" xml:lang="en"> 8277 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64620"></a>8283 <a xmlns="http://www.w3.org/1999/xhtml" id="id599434"></a> 8278 8284 <div class="header">Arguments and Values:</div> 8279 8285 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8281 8287 </div> 8282 8288 <div class="refsect1" lang="en" xml:lang="en"> 8283 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64661"></a>8289 <a xmlns="http://www.w3.org/1999/xhtml" id="id599475"></a> 8284 8290 <div class="header">Description:</div> 8285 8291 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8289 8295 </div> 8290 8296 <div class="refsect1" lang="en" xml:lang="en"> 8291 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64676"></a>8297 <a xmlns="http://www.w3.org/1999/xhtml" id="id599491"></a> 8292 8298 <div class="header">See Also:</div> 8293 8299 <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> … … 8311 8317 <div> 8312 8318 <div class="refsect1" lang="en" xml:lang="en"> 8313 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64759"></a>8319 <a xmlns="http://www.w3.org/1999/xhtml" id="id599574"></a> 8314 8320 <div class="header">Arguments and Values:</div> 8315 8321 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8317 8323 </div> 8318 8324 <div class="refsect1" lang="en" xml:lang="en"> 8319 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64800"></a>8325 <a xmlns="http://www.w3.org/1999/xhtml" id="id599615"></a> 8320 8326 <div class="header">Description:</div> 8321 8327 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 8331 8337 </div> 8332 8338 <div class="refsect1" lang="en" xml:lang="en"> 8333 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64864"></a>8339 <a xmlns="http://www.w3.org/1999/xhtml" id="id599679"></a> 8334 8340 <div class="header">See Also:</div> 8335 8341 <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> … … 8350 8356 <div> 8351 8357 <div class="refsect1" lang="en" xml:lang="en"> 8352 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64922"></a>8358 <a xmlns="http://www.w3.org/1999/xhtml" id="id599737"></a> 8353 8359 <div class="header">Value Type:</div> 8354 8360 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p> 8355 8361 </div> 8356 8362 <div class="refsect1" lang="en" xml:lang="en"> 8357 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64933"></a>8363 <a xmlns="http://www.w3.org/1999/xhtml" id="id599748"></a> 8358 8364 <div class="header">Initial Value:</div> 8359 8365 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler. Currently, … … 8362 8368 </div> 8363 8369 <div class="refsect1" lang="en" xml:lang="en"> 8364 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64946"></a>8370 <a xmlns="http://www.w3.org/1999/xhtml" id="id599760"></a> 8365 8371 <div class="header">Description:</div> 8366 8372 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best, … … 8370 8376 </div> 8371 8377 <div class="refsect1" lang="en" xml:lang="en"> 8372 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64958"></a>8378 <a xmlns="http://www.w3.org/1999/xhtml" id="id599773"></a> 8373 8379 <div class="header">See Also:</div> 8374 8380 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8394 8400 <div> 8395 8401 <div class="refsect1" lang="en" xml:lang="en"> 8396 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 65062"></a>8402 <a xmlns="http://www.w3.org/1999/xhtml" id="id599878"></a> 8397 8403 <div class="header">Description:</div> 8398 8404 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of … … 8408 8414 </div> 8409 8415 <div class="refsect1" lang="en" xml:lang="en"> 8410 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 65104"></a>8416 <a xmlns="http://www.w3.org/1999/xhtml" id="id599921"></a> 8411 8417 <div class="header">See Also:</div> 8412 8418 <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> 8413 8419 </div> 8414 8420 <div class="refsect1" lang="en" xml:lang="en"> 8415 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 65135"></a>8421 <a xmlns="http://www.w3.org/1999/xhtml" id="id599952"></a> 8416 8422 <div class="header">Notes:</div> 8417 8423 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to … … 8437 8443 <div> 8438 8444 <div class="refsect1" lang="en" xml:lang="en"> 8439 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565194"></a>8445 <a xmlns="http://www.w3.org/1999/xhtml" id="id600011"></a> 8440 8446 <div class="header">Description:</div> 8441 8447 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing … … 8446 8452 </div> 8447 8453 <div class="refsect1" lang="en" xml:lang="en"> 8448 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565208"></a>8454 <a xmlns="http://www.w3.org/1999/xhtml" id="id600024"></a> 8449 8455 <div class="header">See Also:</div> 8450 8456 <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> 8451 8457 </div> 8452 8458 <div class="refsect1" lang="en" xml:lang="en"> 8453 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565256"></a>8459 <a xmlns="http://www.w3.org/1999/xhtml" id="id600072"></a> 8454 8460 <div class="header">Notes:</div> 8455 8461 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative … … 8474 8480 <div> 8475 8481 <div class="refsect1" lang="en" xml:lang="en"> 8476 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565320"></a>8482 <a xmlns="http://www.w3.org/1999/xhtml" id="id600137"></a> 8477 8483 <div class="header">Arguments and Values:</div> 8478 8484 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8487 8493 </div> 8488 8494 <div class="refsect1" lang="en" xml:lang="en"> 8489 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565400"></a>8495 <a xmlns="http://www.w3.org/1999/xhtml" id="id600216"></a> 8490 8496 <div class="header">Description:</div> 8491 8497 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly … … 8504 8510 </div> 8505 8511 <div class="refsect1" lang="en" xml:lang="en"> 8506 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565435"></a>8512 <a xmlns="http://www.w3.org/1999/xhtml" id="id600252"></a> 8507 8513 <div class="header">See Also:</div> 8508 8514 <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> … … 8524 8530 <div> 8525 8531 <div class="refsect1" lang="en" xml:lang="en"> 8526 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565544"></a>8532 <a xmlns="http://www.w3.org/1999/xhtml" id="id600360"></a> 8527 8533 <div class="header">Arguments and Values:</div> 8528 8534 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8542 8548 </div> 8543 8549 <div class="refsect1" lang="en" xml:lang="en"> 8544 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565658"></a>8550 <a xmlns="http://www.w3.org/1999/xhtml" id="id600474"></a> 8545 8551 <div class="header">Description:</div> 8546 8552 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like … … 8559 8565 </div> 8560 8566 <div class="refsect1" lang="en" xml:lang="en"> 8561 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565708"></a>8567 <a xmlns="http://www.w3.org/1999/xhtml" id="id600524"></a> 8562 8568 <div class="header">See Also:</div> 8563 8569 <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> … … 8579 8585 <div> 8580 8586 <div class="refsect1" lang="en" xml:lang="en"> 8581 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565825"></a>8587 <a xmlns="http://www.w3.org/1999/xhtml" id="id600642"></a> 8582 8588 <div class="header">Arguments and Values:</div> 8583 8589 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8586 8592 </div> 8587 8593 <div class="refsect1" lang="en" xml:lang="en"> 8588 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565870"></a>8594 <a xmlns="http://www.w3.org/1999/xhtml" id="id600686"></a> 8589 8595 <div class="header">Description:</div> 8590 8596 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8601 8607 </div> 8602 8608 <div class="refsect1" lang="en" xml:lang="en"> 8603 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565901"></a>8609 <a xmlns="http://www.w3.org/1999/xhtml" id="id600718"></a> 8604 8610 <div class="header">See Also:</div> 8605 8611 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8625 8631 <div> 8626 8632 <div class="refsect1" lang="en" xml:lang="en"> 8627 <a xmlns="http://www.w3.org/1999/xhtml" id="id 565973"></a>8633 <a xmlns="http://www.w3.org/1999/xhtml" id="id600789"></a> 8628 8634 <div class="header">Arguments and Values:</div> 8629 8635 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8632 8638 </div> 8633 8639 <div class="refsect1" lang="en" xml:lang="en"> 8634 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566017"></a>8640 <a xmlns="http://www.w3.org/1999/xhtml" id="id600834"></a> 8635 8641 <div class="header">Description:</div> 8636 8642 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8655 8661 <div> 8656 8662 <div class="refsect1" lang="en" xml:lang="en"> 8657 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566089"></a>8663 <a xmlns="http://www.w3.org/1999/xhtml" id="id600905"></a> 8658 8664 <div class="header">Arguments and Values:</div> 8659 8665 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of … … 8665 8671 </div> 8666 8672 <div class="refsect1" lang="en" xml:lang="en"> 8667 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566142"></a>8673 <a xmlns="http://www.w3.org/1999/xhtml" id="id600958"></a> 8668 8674 <div class="header">Description:</div> 8669 8675 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can … … 8675 8681 </div> 8676 8682 <div class="refsect1" lang="en" xml:lang="en"> 8677 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566158"></a>8683 <a xmlns="http://www.w3.org/1999/xhtml" id="id600975"></a> 8678 8684 <div class="header">See Also:</div> 8679 8685 <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> … … 8695 8701 <div> 8696 8702 <div class="refsect1" lang="en" xml:lang="en"> 8697 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579610"></a>8703 <a xmlns="http://www.w3.org/1999/xhtml" id="id614427"></a> 8698 8704 <div class="header">Arguments and Values:</div> 8699 8705 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8703 8709 </div> 8704 8710 <div class="refsect1" lang="en" xml:lang="en"> 8705 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579661"></a>8711 <a xmlns="http://www.w3.org/1999/xhtml" id="id614478"></a> 8706 8712 <div class="header">Description:</div> 8707 8713 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or … … 8714 8720 </div> 8715 8721 <div class="refsect1" lang="en" xml:lang="en"> 8716 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579690"></a>8722 <a xmlns="http://www.w3.org/1999/xhtml" id="id614507"></a> 8717 8723 <div class="header">See Also:</div> 8718 8724 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#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> … … 8733 8739 <div> 8734 8740 <div class="refsect1" lang="en" xml:lang="en"> 8735 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579790"></a>8741 <a xmlns="http://www.w3.org/1999/xhtml" id="id614607"></a> 8736 8742 <div class="header">Arguments and Values:</div> 8737 8743 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8738 8744 </div> 8739 8745 <div class="refsect1" lang="en" xml:lang="en"> 8740 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579813"></a>8746 <a xmlns="http://www.w3.org/1999/xhtml" id="id614630"></a> 8741 8747 <div class="header">Description:</div> 8742 8748 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the … … 8749 8755 </div> 8750 8756 <div class="refsect1" lang="en" xml:lang="en"> 8751 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579846"></a>8757 <a xmlns="http://www.w3.org/1999/xhtml" id="id614663"></a> 8752 8758 <div class="header">See Also:</div> 8753 8759 <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> … … 8767 8773 <div> 8768 8774 <div class="refsect1" lang="en" xml:lang="en"> 8769 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579946"></a>8775 <a xmlns="http://www.w3.org/1999/xhtml" id="id614762"></a> 8770 8776 <div class="header">Arguments and Values:</div> 8771 8777 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8772 8778 </div> 8773 8779 <div class="refsect1" lang="en" xml:lang="en"> 8774 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579968"></a>8780 <a xmlns="http://www.w3.org/1999/xhtml" id="id614785"></a> 8775 8781 <div class="header">Description:</div> 8776 8782 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if … … 8785 8791 </div> 8786 8792 <div class="refsect1" lang="en" xml:lang="en"> 8787 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580002"></a>8793 <a xmlns="http://www.w3.org/1999/xhtml" id="id614818"></a> 8788 8794 <div class="header">See Also:</div> 8789 8795 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#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> … … 8804 8810 <div> 8805 8811 <div class="refsect1" lang="en" xml:lang="en"> 8806 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580102"></a>8812 <a xmlns="http://www.w3.org/1999/xhtml" id="id614919"></a> 8807 8813 <div class="header">Arguments and Values:</div> 8808 8814 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8811 8817 </div> 8812 8818 <div class="refsect1" lang="en" xml:lang="en"> 8813 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580140"></a>8819 <a xmlns="http://www.w3.org/1999/xhtml" id="id614957"></a> 8814 8820 <div class="header">Description:</div> 8815 8821 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em> … … 8824 8830 </div> 8825 8831 <div class="refsect1" lang="en" xml:lang="en"> 8826 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580163"></a>8832 <a xmlns="http://www.w3.org/1999/xhtml" id="id614980"></a> 8827 8833 <div class="header">See Also:</div> 8828 8834 <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> … … 8844 8850 <div> 8845 8851 <div class="refsect1" lang="en" xml:lang="en"> 8846 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580264"></a>8852 <a xmlns="http://www.w3.org/1999/xhtml" id="id615080"></a> 8847 8853 <div class="header">Arguments and Values:</div> 8848 8854 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type … … 8850 8856 </div> 8851 8857 <div class="refsect1" lang="en" xml:lang="en"> 8852 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580287"></a>8858 <a xmlns="http://www.w3.org/1999/xhtml" id="id615103"></a> 8853 8859 <div class="header">Description:</div> 8854 8860 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK. … … 8861 8867 </div> 8862 8868 <div class="refsect1" lang="en" xml:lang="en"> 8863 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580303"></a>8869 <a xmlns="http://www.w3.org/1999/xhtml" id="id615119"></a> 8864 8870 <div class="header">See Also:</div> 8865 8871 <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> 8866 8872 </div> 8867 8873 <div class="refsect1" lang="en" xml:lang="en"> 8868 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580351"></a>8874 <a xmlns="http://www.w3.org/1999/xhtml" id="id615167"></a> 8869 8875 <div class="header">Notes:</div> 8870 8876 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to … … 8889 8895 <div> 8890 8896 <div class="refsect1" lang="en" xml:lang="en"> 8891 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580407"></a>8897 <a xmlns="http://www.w3.org/1999/xhtml" id="id615224"></a> 8892 8898 <div class="header">Arguments and Values:</div> 8893 8899 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8898 8904 </div> 8899 8905 <div class="refsect1" lang="en" xml:lang="en"> 8900 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580458"></a>8906 <a xmlns="http://www.w3.org/1999/xhtml" id="id615275"></a> 8901 8907 <div class="header">Description:</div> 8902 8908 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8912 8918 </div> 8913 8919 <div class="refsect1" lang="en" xml:lang="en"> 8914 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580498"></a>8920 <a xmlns="http://www.w3.org/1999/xhtml" id="id615315"></a> 8915 8921 <div class="header">See Also:</div> 8916 8922 <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> … … 8932 8938 <div> 8933 8939 <div class="refsect1" lang="en" xml:lang="en"> 8934 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580591"></a>8940 <a xmlns="http://www.w3.org/1999/xhtml" id="id615408"></a> 8935 8941 <div class="header">Arguments and Values:</div> 8936 8942 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8941 8947 </div> 8942 8948 <div class="refsect1" lang="en" xml:lang="en"> 8943 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580642"></a>8949 <a xmlns="http://www.w3.org/1999/xhtml" id="id615459"></a> 8944 8950 <div class="header">Description:</div> 8945 8951 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8956 8962 </div> 8957 8963 <div class="refsect1" lang="en" xml:lang="en"> 8958 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580687"></a>8964 <a xmlns="http://www.w3.org/1999/xhtml" id="id615504"></a> 8959 8965 <div class="header">See Also:</div> 8960 8966 <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> … … 8976 8982 <div> 8977 8983 <div class="refsect1" lang="en" xml:lang="en"> 8978 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580777"></a>8984 <a xmlns="http://www.w3.org/1999/xhtml" id="id615594"></a> 8979 8985 <div class="header">Arguments and Values:</div> 8980 8986 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p> 8981 8987 </div> 8982 8988 <div class="refsect1" lang="en" xml:lang="en"> 8983 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580799"></a>8989 <a xmlns="http://www.w3.org/1999/xhtml" id="id615616"></a> 8984 8990 <div class="header">Description:</div> 8985 8991 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE. … … 8990 8996 </div> 8991 8997 <div class="refsect1" lang="en" xml:lang="en"> 8992 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580815"></a>8998 <a xmlns="http://www.w3.org/1999/xhtml" id="id615631"></a> 8993 8999 <div class="header">See Also:</div> 8994 9000 <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> … … 9010 9016 <div> 9011 9017 <div class="refsect1" lang="en" xml:lang="en"> 9012 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580909"></a>9018 <a xmlns="http://www.w3.org/1999/xhtml" id="id615726"></a> 9013 9019 <div class="header">Arguments and Values:</div> 9014 9020 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 9017 9023 </div> 9018 9024 <div class="refsect1" lang="en" xml:lang="en"> 9019 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580946"></a>9025 <a xmlns="http://www.w3.org/1999/xhtml" id="id615762"></a> 9020 9026 <div class="header">Description:</div> 9021 9027 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s … … 9024 9030 </div> 9025 9031 <div class="refsect1" lang="en" xml:lang="en"> 9026 <a xmlns="http://www.w3.org/1999/xhtml" id="id 580959"></a>9032 <a xmlns="http://www.w3.org/1999/xhtml" id="id615776"></a> 9027 9033 <div class="header">See Also:</div> 9028 9034 <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> 9029 9035 </div> 9030 9036 <div class="refsect1" lang="en" xml:lang="en"> 9031 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581012"></a>9037 <a xmlns="http://www.w3.org/1999/xhtml" id="id615829"></a> 9032 9038 <div class="header">Notes:</div> 9033 9039 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 9052 9058 <div> 9053 9059 <div class="refsect1" lang="en" xml:lang="en"> 9054 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581072"></a>9060 <a xmlns="http://www.w3.org/1999/xhtml" id="id615889"></a> 9055 9061 <div class="header">Arguments and Values:</div> 9056 9062 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 9059 9065 </div> 9060 9066 <div class="refsect1" lang="en" xml:lang="en"> 9061 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581108"></a>9067 <a xmlns="http://www.w3.org/1999/xhtml" id="id615925"></a> 9062 9068 <div class="header">Description:</div> 9063 9069 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 9067 9073 </div> 9068 9074 <div class="refsect1" lang="en" xml:lang="en"> 9069 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581123"></a>9075 <a xmlns="http://www.w3.org/1999/xhtml" id="id615940"></a> 9070 9076 <div class="header">See Also:</div> 9071 9077 <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> 9072 9078 </div> 9073 9079 <div class="refsect1" lang="en" xml:lang="en"> 9074 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581176"></a>9080 <a xmlns="http://www.w3.org/1999/xhtml" id="id615993"></a> 9075 9081 <div class="header">Notes:</div> 9076 9082 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 9096 9102 <div> 9097 9103 <div class="refsect1" lang="en" xml:lang="en"> 9098 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581236"></a>9104 <a xmlns="http://www.w3.org/1999/xhtml" id="id616053"></a> 9099 9105 <div class="header">Arguments and Values:</div> 9100 9106 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p> … … 9109 9115 </div> 9110 9116 <div class="refsect1" lang="en" xml:lang="en"> 9111 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581303"></a>9117 <a xmlns="http://www.w3.org/1999/xhtml" id="id616119"></a> 9112 9118 <div class="header">Description:</div> 9113 9119 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 9118 9124 </div> 9119 9125 <div class="refsect1" lang="en" xml:lang="en"> 9120 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581320"></a>9126 <a xmlns="http://www.w3.org/1999/xhtml" id="id616136"></a> 9121 9127 <div class="header">See Also:</div> 9122 9128 <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> … … 9138 9144 <div> 9139 9145 <div class="refsect1" lang="en" xml:lang="en"> 9140 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581412"></a>9146 <a xmlns="http://www.w3.org/1999/xhtml" id="id616229"></a> 9141 9147 <div class="header">Arguments and Values:</div> 9142 9148 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 9146 9152 </div> 9147 9153 <div class="refsect1" lang="en" xml:lang="en"> 9148 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581454"></a>9154 <a xmlns="http://www.w3.org/1999/xhtml" id="id616271"></a> 9149 9155 <div class="header">Description:</div> 9150 9156 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>. … … 9162 9168 </div> 9163 9169 <div class="refsect1" lang="en" xml:lang="en"> 9164 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581487"></a>9170 <a xmlns="http://www.w3.org/1999/xhtml" id="id616304"></a> 9165 9171 <div class="header">See Also:</div> 9166 9172 <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> 9167 9173 </div> 9168 9174 <div class="refsect1" lang="en" xml:lang="en"> 9169 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581525"></a>9175 <a xmlns="http://www.w3.org/1999/xhtml" id="id616342"></a> 9170 9176 <div class="header">Notes:</div> 9171 9177 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9192 9198 <div> 9193 9199 <div class="refsect1" lang="en" xml:lang="en"> 9194 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581589"></a>9200 <a xmlns="http://www.w3.org/1999/xhtml" id="id616406"></a> 9195 9201 <div class="header">Arguments and Values:</div> 9196 9202 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 9200 9206 </div> 9201 9207 <div class="refsect1" lang="en" xml:lang="en"> 9202 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581631"></a>9208 <a xmlns="http://www.w3.org/1999/xhtml" id="id616448"></a> 9203 9209 <div class="header">Description:</div> 9204 9210 <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 … … 9213 9219 </div> 9214 9220 <div class="refsect1" lang="en" xml:lang="en"> 9215 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581664"></a>9221 <a xmlns="http://www.w3.org/1999/xhtml" id="id616481"></a> 9216 9222 <div class="header">See Also:</div> 9217 9223 <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> 9218 9224 </div> 9219 9225 <div class="refsect1" lang="en" xml:lang="en"> 9220 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581702"></a>9226 <a xmlns="http://www.w3.org/1999/xhtml" id="id616518"></a> 9221 9227 <div class="header">Notes:</div> 9222 9228 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9243 9249 <div> 9244 9250 <div class="refsect1" lang="en" xml:lang="en"> 9245 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581766"></a>9251 <a xmlns="http://www.w3.org/1999/xhtml" id="id616583"></a> 9246 9252 <div class="header">Arguments and Values:</div> 9247 9253 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 9250 9256 </div> 9251 9257 <div class="refsect1" lang="en" xml:lang="en"> 9252 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581805"></a>9258 <a xmlns="http://www.w3.org/1999/xhtml" id="id616622"></a> 9253 9259 <div class="header">Description:</div> 9254 9260 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal … … 9258 9264 </div> 9259 9265 <div class="refsect1" lang="en" xml:lang="en"> 9260 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581821"></a>9266 <a xmlns="http://www.w3.org/1999/xhtml" id="id616638"></a> 9261 9267 <div class="header">See Also:</div> 9262 9268 <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> … … 9277 9283 <div> 9278 9284 <div class="refsect1" lang="en" xml:lang="en"> 9279 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581899"></a>9285 <a xmlns="http://www.w3.org/1999/xhtml" id="id616715"></a> 9280 9286 <div class="header">Value Type:</div> 9281 9287 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p> 9282 9288 </div> 9283 9289 <div class="refsect1" lang="en" xml:lang="en"> 9284 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581908"></a>9290 <a xmlns="http://www.w3.org/1999/xhtml" id="id616725"></a> 9285 9291 <div class="header">Initial Value:</div> 9286 9292 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p> 9287 9293 </div> 9288 9294 <div class="refsect1" lang="en" xml:lang="en"> 9289 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581918"></a>9295 <a xmlns="http://www.w3.org/1999/xhtml" id="id616735"></a> 9290 9296 <div class="header">Description:</div> 9291 9297 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input … … 9299 9305 </div> 9300 9306 <div class="refsect1" lang="en" xml:lang="en"> 9301 <a xmlns="http://www.w3.org/1999/xhtml" id="id 581932"></a>9307 <a xmlns="http://www.w3.org/1999/xhtml" id="id616748"></a> 9302 9308 <div class="header">See Also:</div> 9303 9309 <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> … … 9318 9324 <div> 9319 9325 <div class="refsect1" lang="en" xml:lang="en"> 9320 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582022"></a>9326 <a xmlns="http://www.w3.org/1999/xhtml" id="id616839"></a> 9321 9327 <div class="header">Arguments and Values:</div> 9322 9328 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by … … 9327 9333 </div> 9328 9334 <div class="refsect1" lang="en" xml:lang="en"> 9329 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582061"></a>9335 <a xmlns="http://www.w3.org/1999/xhtml" id="id616878"></a> 9330 9336 <div class="header">Description:</div> 9331 9337 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function. As such, it … … 9338 9344 </div> 9339 9345 <div class="refsect1" lang="en" xml:lang="en"> 9340 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582083"></a>9346 <a xmlns="http://www.w3.org/1999/xhtml" id="id616900"></a> 9341 9347 <div class="header">See Also:</div> 9342 9348 <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> … … 9359 9365 <div> 9360 9366 <div class="refsect1" lang="en" xml:lang="en"> 9361 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582176"></a>9367 <a xmlns="http://www.w3.org/1999/xhtml" id="id616993"></a> 9362 9368 <div class="header">Arguments and Values:</div> 9363 9369 <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> … … 9369 9375 </div> 9370 9376 <div class="refsect1" lang="en" xml:lang="en"> 9371 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582234"></a>9377 <a xmlns="http://www.w3.org/1999/xhtml" id="id617051"></a> 9372 9378 <div class="header">Description:</div> 9373 9379 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate. If the … … 9510 9516 <div> 9511 9517 <div class="refsect1" lang="en" xml:lang="en"> 9512 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67329"></a>9518 <a xmlns="http://www.w3.org/1999/xhtml" id="id575287"></a> 9513 9519 <div class="header">Arguments and Values:</div> 9514 9520 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently … … 9610 9616 </div> 9611 9617 <div class="refsect1" lang="en" xml:lang="en"> 9612 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 53927"></a>9618 <a xmlns="http://www.w3.org/1999/xhtml" id="id588715"></a> 9613 9619 <div class="header">Description:</div> 9614 9620 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p> … … 9629 9635 <div> 9630 9636 <div class="refsect1" lang="en" xml:lang="en"> 9631 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 53988"></a>9637 <a xmlns="http://www.w3.org/1999/xhtml" id="id588777"></a> 9632 9638 <div class="header">Arguments and Values:</div> 9633 9639 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p> … … 9637 9643 </div> 9638 9644 <div class="refsect1" lang="en" xml:lang="en"> 9639 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 54031"></a>9645 <a xmlns="http://www.w3.org/1999/xhtml" id="id588819"></a> 9640 9646 <div class="header">Description:</div> 9641 9647 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending … … 9663 9669 <div> 9664 9670 <div class="refsect1" lang="en" xml:lang="en"> 9665 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 54096"></a>9671 <a xmlns="http://www.w3.org/1999/xhtml" id="id588884"></a> 9666 9672 <div class="header">Arguments and Values:</div> 9667 9673 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the … … 9671 9677 </div> 9672 9678 <div class="refsect1" lang="en" xml:lang="en"> 9673 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63014"></a>9679 <a xmlns="http://www.w3.org/1999/xhtml" id="id597857"></a> 9674 9680 <div class="header">Description:</div> 9675 9681 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to … … 9691 9697 <div> 9692 9698 <div class="refsect1" lang="en" xml:lang="en"> 9693 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63075"></a>9699 <a xmlns="http://www.w3.org/1999/xhtml" id="id597919"></a> 9694 9700 <div class="header">Arguments and Values:</div> 9695 9701 <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> … … 9700 9706 </div> 9701 9707 <div class="refsect1" lang="en" xml:lang="en"> 9702 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63117"></a>9708 <a xmlns="http://www.w3.org/1999/xhtml" id="id597961"></a> 9703 9709 <div class="header">Description:</div> 9704 9710 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p> … … 9719 9725 <div> 9720 9726 <div class="refsect1" lang="en" xml:lang="en"> 9721 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63178"></a>9727 <a xmlns="http://www.w3.org/1999/xhtml" id="id598022"></a> 9722 9728 <div class="header">Arguments and Values:</div> 9723 9729 <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> … … 9726 9732 </div> 9727 9733 <div class="refsect1" lang="en" xml:lang="en"> 9728 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63219"></a>9734 <a xmlns="http://www.w3.org/1999/xhtml" id="id598062"></a> 9729 9735 <div class="header">Description:</div> 9730 9736 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name … … 9746 9752 <div> 9747 9753 <div class="refsect1" lang="en" xml:lang="en"> 9748 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63276"></a>9754 <a xmlns="http://www.w3.org/1999/xhtml" id="id598120"></a> 9749 9755 <div class="header">Arguments and Values:</div> 9750 9756 <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 … … 9754 9760 </div> 9755 9761 <div class="refsect1" lang="en" xml:lang="en"> 9756 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63303"></a>9762 <a xmlns="http://www.w3.org/1999/xhtml" id="id598147"></a> 9757 9763 <div class="header">Description:</div> 9758 9764 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a … … 9774 9780 <div> 9775 9781 <div class="refsect1" lang="en" xml:lang="en"> 9776 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63362"></a>9782 <a xmlns="http://www.w3.org/1999/xhtml" id="id598205"></a> 9777 9783 <div class="header">Arguments and Values:</div> 9778 9784 <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 … … 9783 9789 </div> 9784 9790 <div class="refsect1" lang="en" xml:lang="en"> 9785 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63404"></a>9791 <a xmlns="http://www.w3.org/1999/xhtml" id="id598248"></a> 9786 9792 <div class="header">Description:</div> 9787 9793 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p> … … 9803 9809 <div> 9804 9810 <div class="refsect1" lang="en" xml:lang="en"> 9805 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 55492"></a>9811 <a xmlns="http://www.w3.org/1999/xhtml" id="id590327"></a> 9806 9812 <div class="header">Arguments and Values:</div> 9807 9813 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p> … … 9820 9826 </div> 9821 9827 <div class="refsect1" lang="en" xml:lang="en"> 9822 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 55582"></a>9828 <a xmlns="http://www.w3.org/1999/xhtml" id="id590417"></a> 9823 9829 <div class="header">Description:</div> 9824 9830 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are … … 9857 9863 <div> 9858 9864 <div class="refsect1" lang="en" xml:lang="en"> 9859 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 55683"></a>9865 <a xmlns="http://www.w3.org/1999/xhtml" id="id590517"></a> 9860 9866 <div class="header">Arguments and Values:</div> 9861 9867 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p> … … 9872 9878 </div> 9873 9879 <div class="refsect1" lang="en" xml:lang="en"> 9874 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 55785"></a>9880 <a xmlns="http://www.w3.org/1999/xhtml" id="id590620"></a> 9875 9881 <div class="header">Description:</div> 9876 9882 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p> … … 9891 9897 <div> 9892 9898 <div class="refsect1" lang="en" xml:lang="en"> 9893 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 55846"></a>9899 <a xmlns="http://www.w3.org/1999/xhtml" id="id590681"></a> 9894 9900 <div class="header">Arguments and Values:</div> 9895 9901 <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> … … 9898 9904 </div> 9899 9905 <div class="refsect1" lang="en" xml:lang="en"> 9900 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 55887"></a>9906 <a xmlns="http://www.w3.org/1999/xhtml" id="id590722"></a> 9901 9907 <div class="header">Description:</div> 9902 9908 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is … … 9919 9925 <div> 9920 9926 <div class="refsect1" lang="en" xml:lang="en"> 9921 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67420"></a>9927 <a xmlns="http://www.w3.org/1999/xhtml" id="id596609"></a> 9922 9928 <div class="header">Arguments and Values:</div> 9923 9929 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9924 9930 </div> 9925 9931 <div class="refsect1" lang="en" xml:lang="en"> 9926 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67446"></a>9932 <a xmlns="http://www.w3.org/1999/xhtml" id="id596635"></a> 9927 9933 <div class="header">Description:</div> 9928 9934 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or … … 9949 9955 <div> 9950 9956 <div class="refsect1" lang="en" xml:lang="en"> 9951 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67507"></a>9957 <a xmlns="http://www.w3.org/1999/xhtml" id="id596696"></a> 9952 9958 <div class="header">Arguments and Values:</div> 9953 9959 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9954 9960 </div> 9955 9961 <div class="refsect1" lang="en" xml:lang="en"> 9956 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67533"></a>9962 <a xmlns="http://www.w3.org/1999/xhtml" id="id596722"></a> 9957 9963 <div class="header">Description:</div> 9958 9964 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host, … … 9974 9980 <div> 9975 9981 <div class="refsect1" lang="en" xml:lang="en"> 9976 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67592"></a>9982 <a xmlns="http://www.w3.org/1999/xhtml" id="id596780"></a> 9977 9983 <div class="header">Arguments and Values:</div> 9978 9984 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9979 9985 </div> 9980 9986 <div class="refsect1" lang="en" xml:lang="en"> 9981 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67618"></a>9987 <a xmlns="http://www.w3.org/1999/xhtml" id="id596806"></a> 9982 9988 <div class="header">Description:</div> 9983 9989 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not … … 9999 10005 <div> 10000 10006 <div class="refsect1" lang="en" xml:lang="en"> 10001 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67675"></a>10007 <a xmlns="http://www.w3.org/1999/xhtml" id="id596863"></a> 10002 10008 <div class="header">Arguments and Values:</div> 10003 10009 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10004 10010 </div> 10005 10011 <div class="refsect1" lang="en" xml:lang="en"> 10006 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67701"></a>10012 <a xmlns="http://www.w3.org/1999/xhtml" id="id596890"></a> 10007 10013 <div class="header">Description:</div> 10008 10014 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p> … … 10023 10029 <div> 10024 10030 <div class="refsect1" lang="en" xml:lang="en"> 10025 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67758"></a>10031 <a xmlns="http://www.w3.org/1999/xhtml" id="id596947"></a> 10026 10032 <div class="header">Arguments and Values:</div> 10027 10033 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10028 10034 </div> 10029 10035 <div class="refsect1" lang="en" xml:lang="en"> 10030 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67784"></a>10036 <a xmlns="http://www.w3.org/1999/xhtml" id="id596973"></a> 10031 10037 <div class="header">Description:</div> 10032 10038 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p> … … 10047 10053 <div> 10048 10054 <div class="refsect1" lang="en" xml:lang="en"> 10049 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67842"></a>10055 <a xmlns="http://www.w3.org/1999/xhtml" id="id597030"></a> 10050 10056 <div class="header">Arguments and Values:</div> 10051 10057 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10052 10058 </div> 10053 10059 <div class="refsect1" lang="en" xml:lang="en"> 10054 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67868"></a>10060 <a xmlns="http://www.w3.org/1999/xhtml" id="id597057"></a> 10055 10061 <div class="header">Description:</div> 10056 10062 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p> … … 10071 10077 <div> 10072 10078 <div class="refsect1" lang="en" xml:lang="en"> 10073 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67925"></a>10079 <a xmlns="http://www.w3.org/1999/xhtml" id="id597114"></a> 10074 10080 <div class="header">Arguments and Values:</div> 10075 10081 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10076 10082 </div> 10077 10083 <div class="refsect1" lang="en" xml:lang="en"> 10078 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67951"></a>10084 <a xmlns="http://www.w3.org/1999/xhtml" id="id597140"></a> 10079 10085 <div class="header">Description:</div> 10080 10086 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for … … 10096 10102 <div> 10097 10103 <div class="refsect1" lang="en" xml:lang="en"> 10098 <a xmlns="http://www.w3.org/1999/xhtml" id="id 561782"></a>10104 <a xmlns="http://www.w3.org/1999/xhtml" id="id602277"></a> 10099 10105 <div class="header">Arguments and Values:</div> 10100 10106 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10101 10107 </div> 10102 10108 <div class="refsect1" lang="en" xml:lang="en"> 10103 <a xmlns="http://www.w3.org/1999/xhtml" id="id 561808"></a>10109 <a xmlns="http://www.w3.org/1999/xhtml" id="id602303"></a> 10104 10110 <div class="header">Description:</div> 10105 10111 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format … … 10121 10127 <div> 10122 10128 <div class="refsect1" lang="en" xml:lang="en"> 10123 <a xmlns="http://www.w3.org/1999/xhtml" id="id 561865"></a>10129 <a xmlns="http://www.w3.org/1999/xhtml" id="id602360"></a> 10124 10130 <div class="header">Arguments and Values:</div> 10125 10131 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10126 10132 </div> 10127 10133 <div class="refsect1" lang="en" xml:lang="en"> 10128 <a xmlns="http://www.w3.org/1999/xhtml" id="id 561891"></a>10134 <a xmlns="http://www.w3.org/1999/xhtml" id="id602386"></a> 10129 10135 <div class="header">Description:</div> 10130 10136 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and … … 10145 10151 <div> 10146 10152 <div class="refsect1" lang="en" xml:lang="en"> 10147 <a xmlns="http://www.w3.org/1999/xhtml" id="id 561934"></a>10153 <a xmlns="http://www.w3.org/1999/xhtml" id="id602429"></a> 10148 10154 <div class="header">Description:</div> 10149 10155 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p> 10150 10156 </div> 10151 10157 <div class="refsect1" lang="en" xml:lang="en"> 10152 <a xmlns="http://www.w3.org/1999/xhtml" id="id 561945"></a>10158 <a xmlns="http://www.w3.org/1999/xhtml" id="id602440"></a> 10153 10159 <div class="header">Superclasses:</div> 10154 10160 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p> … … 10169 10175 <div> 10170 10176 <div class="refsect1" lang="en" xml:lang="en"> 10171 <a xmlns="http://www.w3.org/1999/xhtml" id="id 562002"></a>10177 <a xmlns="http://www.w3.org/1999/xhtml" id="id602498"></a> 10172 10178 <div class="header">Arguments and Values:</div> 10173 10179 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10174 10180 </div> 10175 10181 <div class="refsect1" lang="en" xml:lang="en"> 10176 <a xmlns="http://www.w3.org/1999/xhtml" id="id 562028"></a>10182 <a xmlns="http://www.w3.org/1999/xhtml" id="id602524"></a> 10177 10183 <div class="header">Description:</div> 10178 10184 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p> … … 10193 10199 <div> 10194 10200 <div class="refsect1" lang="en" xml:lang="en"> 10195 <a xmlns="http://www.w3.org/1999/xhtml" id="id 562086"></a>10201 <a xmlns="http://www.w3.org/1999/xhtml" id="id602582"></a> 10196 10202 <div class="header">Arguments and Values:</div> 10197 10203 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10198 10204 </div> 10199 10205 <div class="refsect1" lang="en" xml:lang="en"> 10200 <a xmlns="http://www.w3.org/1999/xhtml" id="id 562113"></a>10206 <a xmlns="http://www.w3.org/1999/xhtml" id="id602608"></a> 10201 10207 <div class="header">Description:</div> 10202 10208 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more … … 10222 10228 <div> 10223 10229 <div class="refsect1" lang="en" xml:lang="en"> 10224 <a xmlns="http://www.w3.org/1999/xhtml" id="id 562176"></a>10230 <a xmlns="http://www.w3.org/1999/xhtml" id="id602671"></a> 10225 10231 <div class="header">Arguments and Values:</div> 10226 10232 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10227 10233 </div> 10228 10234 <div class="refsect1" lang="en" xml:lang="en"> 10229 <a xmlns="http://www.w3.org/1999/xhtml" id="id 562202"></a>10235 <a xmlns="http://www.w3.org/1999/xhtml" id="id602697"></a> 10230 10236 <div class="header">Description:</div> 10231 10237 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On … … 10248 10254 <div> 10249 10255 <div class="refsect1" lang="en" xml:lang="en"> 10250 <a xmlns="http://www.w3.org/1999/xhtml" id="id 562263"></a>10256 <a xmlns="http://www.w3.org/1999/xhtml" id="id602758"></a> 10251 10257 <div class="header">Arguments and Values:</div> 10252 10258 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p> … … 10259 10265 </div> 10260 10266 <div class="refsect1" lang="en" xml:lang="en"> 10261 <a xmlns="http://www.w3.org/1999/xhtml" id="id 562306"></a>10267 <a xmlns="http://www.w3.org/1999/xhtml" id="id602802"></a> 10262 10268 <div class="header">Description:</div> 10263 10269 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It … … 10280 10286 <div> 10281 10287 <div class="refsect1" lang="en" xml:lang="en"> 10282 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62384"></a>10288 <a xmlns="http://www.w3.org/1999/xhtml" id="id597221"></a> 10283 10289 <div class="header">Arguments and Values:</div> 10284 10290 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p> … … 10287 10293 </div> 10288 10294 <div class="refsect1" lang="en" xml:lang="en"> 10289 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62440"></a>10295 <a xmlns="http://www.w3.org/1999/xhtml" id="id597277"></a> 10290 10296 <div class="header">Description:</div> 10291 10297 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying … … 10419 10425 <div> 10420 10426 <div class="refsect1" lang="en" xml:lang="en"> 10421 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 39889"></a>10427 <a xmlns="http://www.w3.org/1999/xhtml" id="id552794"></a> 10422 10428 <div class="header">Arguments and Values:</div> 10423 10429 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file. … … 10470 10476 </div> 10471 10477 <div class="refsect1" lang="en" xml:lang="en"> 10472 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33945"></a>10478 <a xmlns="http://www.w3.org/1999/xhtml" id="id588354"></a> 10473 10479 <div class="header">Description:</div> 10474 10480 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process, … … 10490 10496 <div> 10491 10497 <div class="refsect1" lang="en" xml:lang="en"> 10492 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63835"></a>10498 <a xmlns="http://www.w3.org/1999/xhtml" id="id588413"></a> 10493 10499 <div class="header">Arguments and Values:</div> 10494 10500 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> … … 10496 10502 </div> 10497 10503 <div class="refsect1" lang="en" xml:lang="en"> 10498 <a xmlns="http://www.w3.org/1999/xhtml" id="id 563876"></a>10504 <a xmlns="http://www.w3.org/1999/xhtml" id="id601879"></a> 10499 10505 <div class="header">Description:</div> 10500 10506 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified … … 10519 10525 <div> 10520 10526 <div class="refsect1" lang="en" xml:lang="en"> 10521 <a xmlns="http://www.w3.org/1999/xhtml" id="id 567042"></a>10527 <a xmlns="http://www.w3.org/1999/xhtml" id="id601940"></a> 10522 10528 <div class="header">Arguments and Values:</div> 10523 10529 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10524 10530 </div> 10525 10531 <div class="refsect1" lang="en" xml:lang="en"> 10526 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67068"></a>10532 <a xmlns="http://www.w3.org/1999/xhtml" id="id541695"></a> 10527 10533 <div class="header">Description:</div> 10528 10534 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to … … 10546 10552 <div> 10547 10553 <div class="refsect1" lang="en" xml:lang="en"> 10548 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67133"></a>10554 <a xmlns="http://www.w3.org/1999/xhtml" id="id541760"></a> 10549 10555 <div class="header">Arguments and Values:</div> 10550 10556 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10551 10557 </div> 10552 10558 <div class="refsect1" lang="en" xml:lang="en"> 10553 <a xmlns="http://www.w3.org/1999/xhtml" id="id54 6066"></a>10559 <a xmlns="http://www.w3.org/1999/xhtml" id="id541786"></a> 10554 10560 <div class="header">Description:</div> 10555 10561 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to … … 10572 10578 <div> 10573 10579 <div class="refsect1" lang="en" xml:lang="en"> 10574 <a xmlns="http://www.w3.org/1999/xhtml" id="id54 6126"></a>10580 <a xmlns="http://www.w3.org/1999/xhtml" id="id542704"></a> 10575 10581 <div class="header">Arguments and Values:</div> 10576 10582 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10577 10583 </div> 10578 10584 <div class="refsect1" lang="en" xml:lang="en"> 10579 <a xmlns="http://www.w3.org/1999/xhtml" id="id54 6152"></a>10585 <a xmlns="http://www.w3.org/1999/xhtml" id="id542730"></a> 10580 10586 <div class="header">Description:</div> 10581 10587 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to … … 10599 10605 <div> 10600 10606 <div class="refsect1" lang="en" xml:lang="en"> 10601 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60570"></a>10607 <a xmlns="http://www.w3.org/1999/xhtml" id="id598622"></a> 10602 10608 <div class="header">Arguments and Values:</div> 10603 10609 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10604 10610 </div> 10605 10611 <div class="refsect1" lang="en" xml:lang="en"> 10606 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60596"></a>10612 <a xmlns="http://www.w3.org/1999/xhtml" id="id598647"></a> 10607 10613 <div class="header">Description:</div> 10608 10614 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to … … 10626 10632 <div> 10627 10633 <div class="refsect1" lang="en" xml:lang="en"> 10628 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60657"></a>10634 <a xmlns="http://www.w3.org/1999/xhtml" id="id598708"></a> 10629 10635 <div class="header">Arguments and Values:</div> 10630 10636 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10631 10637 </div> 10632 10638 <div class="refsect1" lang="en" xml:lang="en"> 10633 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 53278"></a>10639 <a xmlns="http://www.w3.org/1999/xhtml" id="id598734"></a> 10634 10640 <div class="header">Description:</div> 10635 10641 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status … … 10661 10667 <dt> 10662 10668 <span class="sect2"> 10663 <a href="#id5 26987">9.1.1. Stream External Format</a>10669 <a href="#id549933">9.1.1. Stream External Format</a> 10664 10670 </span> 10665 10671 </dt> … … 10729 10735 <div> 10730 10736 <div> 10731 <h3 class="title"><a id="id5 26987"></a>9.1.1. Stream External Format</h3>10737 <h3 class="title"><a id="id549933"></a>9.1.1. Stream External Format</h3> 10732 10738 </div> 10733 10739 </div> … … 10892 10898 </div> 10893 10899 </div> 10894 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28460" class="indexterm"></a>10895 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28469" class="indexterm"></a>10896 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28479" class="indexterm"></a>10897 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 28489" class="indexterm"></a>10898 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66549" class="indexterm"></a>10899 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566559" class="indexterm"></a>10900 <a xmlns="http://www.w3.org/1999/xhtml" id="id549053" class="indexterm"></a> 10901 <a xmlns="http://www.w3.org/1999/xhtml" id="id549063" class="indexterm"></a> 10902 <a xmlns="http://www.w3.org/1999/xhtml" id="id549073" class="indexterm"></a> 10903 <a xmlns="http://www.w3.org/1999/xhtml" id="id549083" class="indexterm"></a> 10904 <a xmlns="http://www.w3.org/1999/xhtml" id="id549092" class="indexterm"></a> 10905 <a xmlns="http://www.w3.org/1999/xhtml" id="id601401" class="indexterm"></a> 10900 10906 <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has 10901 10907 attributes and accessors: … … 10950 10956 <div> 10951 10957 <div class="refsect1" lang="en" xml:lang="en"> 10952 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566724"></a>10958 <a xmlns="http://www.w3.org/1999/xhtml" id="id601566"></a> 10953 10959 <div class="header">Values:</div> 10954 10960 <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 … … 10957 10963 </div> 10958 10964 <div class="refsect1" lang="en" xml:lang="en"> 10959 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566751"></a>10965 <a xmlns="http://www.w3.org/1999/xhtml" id="id601593"></a> 10960 10966 <div class="header">Description:</div> 10961 10967 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p> 10962 10968 </div> 10963 10969 <div class="refsect1" lang="en" xml:lang="en"> 10964 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566763"></a>10970 <a xmlns="http://www.w3.org/1999/xhtml" id="id601604"></a> 10965 10971 <div class="header">See Also:</div> 10966 10972 <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> … … 10985 10991 <div> 10986 10992 <div class="refsect1" lang="en" xml:lang="en"> 10987 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566844"></a>10993 <a xmlns="http://www.w3.org/1999/xhtml" id="id601685"></a> 10988 10994 <div class="header">Arguments:</div> 10989 10995 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10990 10996 </div> 10991 10997 <div class="refsect1" lang="en" xml:lang="en"> 10992 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566870"></a>10998 <a xmlns="http://www.w3.org/1999/xhtml" id="id601711"></a> 10993 10999 <div class="header">Description:</div> 10994 11000 <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open … … 10999 11005 </div> 11000 11006 <div class="refsect1" lang="en" xml:lang="en"> 11001 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566889"></a>11007 <a xmlns="http://www.w3.org/1999/xhtml" id="id601730"></a> 11002 11008 <div class="header">See Also:</div> 11003 11009 <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> … … 11022 11028 <div> 11023 11029 <div class="refsect1" lang="en" xml:lang="en"> 11024 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566970"></a>11030 <a xmlns="http://www.w3.org/1999/xhtml" id="id601811"></a> 11025 11031 <div class="header">Arguments:</div> 11026 11032 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 11027 11033 </div> 11028 11034 <div class="refsect1" lang="en" xml:lang="en"> 11029 <a xmlns="http://www.w3.org/1999/xhtml" id="id 566996"></a>11035 <a xmlns="http://www.w3.org/1999/xhtml" id="id601838"></a> 11030 11036 <div class="header">Description:</div> 11031 11037 <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file … … 11036 11042 </div> 11037 11043 <div class="refsect1" lang="en" xml:lang="en"> 11038 <a xmlns="http://www.w3.org/1999/xhtml" id="id 567015"></a>11044 <a xmlns="http://www.w3.org/1999/xhtml" id="id607827"></a> 11039 11045 <div class="header">See Also:</div> 11040 11046 <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> … … 11469 11475 <div> 11470 11476 <div class="refsect1" lang="en" xml:lang="en"> 11471 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573573"></a>11477 <a xmlns="http://www.w3.org/1999/xhtml" id="id608414"></a> 11472 11478 <div class="header">Arguments and Values:</div> 11473 11479 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p> … … 11480 11486 </div> 11481 11487 <div class="refsect1" lang="en" xml:lang="en"> 11482 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573631"></a>11488 <a xmlns="http://www.w3.org/1999/xhtml" id="id608472"></a> 11483 11489 <div class="header">Description:</div> 11484 11490 <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the … … 11501 11507 <div> 11502 11508 <div class="refsect1" lang="en" xml:lang="en"> 11503 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573690"></a>11509 <a xmlns="http://www.w3.org/1999/xhtml" id="id608532"></a> 11504 11510 <div class="header">Arguments and Values:</div> 11505 11511 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p> … … 11512 11518 </div> 11513 11519 <div class="refsect1" lang="en" xml:lang="en"> 11514 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573748"></a>11520 <a xmlns="http://www.w3.org/1999/xhtml" id="id608590"></a> 11515 11521 <div class="header">Description:</div> 11516 11522 <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to … … 11532 11538 <div> 11533 11539 <div class="refsect1" lang="en" xml:lang="en"> 11534 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573807"></a>11540 <a xmlns="http://www.w3.org/1999/xhtml" id="id608648"></a> 11535 11541 <div class="header">Arguments and Values:</div> 11536 11542 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p> … … 11548 11554 </div> 11549 11555 <div class="refsect1" lang="en" xml:lang="en"> 11550 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573882"></a>11556 <a xmlns="http://www.w3.org/1999/xhtml" id="id608723"></a> 11551 11557 <div class="header">Description:</div> 11552 11558 <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into … … 11571 11577 <div> 11572 11578 <div class="refsect1" lang="en" xml:lang="en"> 11573 <a xmlns="http://www.w3.org/1999/xhtml" id="id 573942"></a>11579 <a xmlns="http://www.w3.org/1999/xhtml" id="id608784"></a> 11574 11580 <div class="header">Arguments and Values:</div> 11575 11581 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p> … … 11587 11593 </div> 11588 11594 <div class="refsect1" lang="en" xml:lang="en"> 11589 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574018"></a>11595 <a xmlns="http://www.w3.org/1999/xhtml" id="id608859"></a> 11590 11596 <div class="header">Description:</div> 11591 11597 <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream, … … 11609 11615 <div> 11610 11616 <div class="refsect1" lang="en" xml:lang="en"> 11611 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574077"></a>11617 <a xmlns="http://www.w3.org/1999/xhtml" id="id608919"></a> 11612 11618 <div class="header">Method Signatures:</div> 11613 11619 <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i> … … 11615 11621 </div> 11616 11622 <div class="refsect1" lang="en" xml:lang="en"> 11617 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574096"></a>11623 <a xmlns="http://www.w3.org/1999/xhtml" id="id608937"></a> 11618 11624 <div class="header">Arguments and Values:</div> 11619 11625 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p> … … 11626 11632 </div> 11627 11633 <div class="refsect1" lang="en" xml:lang="en"> 11628 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574161"></a>11634 <a xmlns="http://www.w3.org/1999/xhtml" id="id609002"></a> 11629 11635 <div class="header">Description:</div> 11630 11636 <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with … … 11650 11656 <div> 11651 11657 <div class="refsect1" lang="en" xml:lang="en"> 11652 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574230"></a>11658 <a xmlns="http://www.w3.org/1999/xhtml" id="id609072"></a> 11653 11659 <div class="header">Description:</div> 11654 11660 <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector, … … 11657 11663 </div> 11658 11664 <div class="refsect1" lang="en" xml:lang="en"> 11659 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574243"></a>11665 <a xmlns="http://www.w3.org/1999/xhtml" id="id609084"></a> 11660 11666 <div class="header">Arguments:</div> 11661 11667 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11682 11688 <div> 11683 11689 <div class="refsect1" lang="en" xml:lang="en"> 11684 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574362"></a>11690 <a xmlns="http://www.w3.org/1999/xhtml" id="id609203"></a> 11685 11691 <div class="header">Description:</div> 11686 11692 <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at … … 11688 11694 </div> 11689 11695 <div class="refsect1" lang="en" xml:lang="en"> 11690 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574374"></a>11696 <a xmlns="http://www.w3.org/1999/xhtml" id="id609215"></a> 11691 11697 <div class="header">Arguments:</div> 11692 11698 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11698 11704 </div> 11699 11705 <div class="refsect1" lang="en" xml:lang="en"> 11700 <a xmlns="http://www.w3.org/1999/xhtml" id="id 574446"></a>11706 <a xmlns="http://www.w3.org/1999/xhtml" id="id609288"></a> 11701 11707 <div class="header">Examples:</div> 11702 11708 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 12489 12495 <dt> 12490 12496 <span class="sect2"> 12491 <a href="#id 553298">11.2.2. Generating a lisp image for use with Shark</a>12497 <a href="#id601152">11.2.2. Generating a lisp image for use with Shark</a> 12492 12498 </span> 12493 12499 </dt> … … 12767 12773 <div> 12768 12774 <div> 12769 <h3 class="title"><a id="id 553298"></a>11.2.2. Generating a lisp image for use with Shark</h3>12775 <h3 class="title"><a id="id601152"></a>11.2.2. Generating a lisp image for use with Shark</h3> 12770 12776 </div> 12771 12777 </div> … … 12878 12884 </div> 12879 12885 </div> 12880 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id5 62752" class="indexterm"></a>12886 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id597604" class="indexterm"></a> 12881 12887 <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> 12882 12888 [Variable]</strong></span></p> … … 12884 12890 profiling configuration file created by the "Config Editor" in 12885 12891 Shark.app.</p> 12886 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id5 62776" class="indexterm"></a> <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&key</em> (reset nil)12892 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id597628" class="indexterm"></a> <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&key</em> (reset nil) 12887 12893 (debug-output nil) [Macro]</strong></span></p> 12888 12894 <p xmlns="http://www.w3.org/1999/xhtml">Executes FORM (an arbitrary lisp form) and returns whatever … … 13976 13982 <div> 13977 13983 <div> 13978 <h4 class="title"><a id="id 576785"></a>12.3.2.4. %int-to-ptr [Function]</h4>13984 <h4 class="title"><a id="id611607"></a>12.3.2.4. %int-to-ptr [Function]</h4> 13979 13985 </div> 13980 13986 </div> … … 14017 14023 <div> 14018 14024 <div> 14019 <h4 class="title"><a id="id 576859"></a>12.3.2.5. %inc-ptr [Function]</h4>14025 <h4 class="title"><a id="id611681"></a>12.3.2.5. %inc-ptr [Function]</h4> 14020 14026 </div> 14021 14027 </div> … … 14067 14073 <div> 14068 14074 <div> 14069 <h4 class="title"><a id="id 576951"></a>12.3.2.6. %ptr-to-int [Function]</h4>14075 <h4 class="title"><a id="id611773"></a>12.3.2.6. %ptr-to-int [Function]</h4> 14070 14076 </div> 14071 14077 </div> … … 14109 14115 <div> 14110 14116 <div> 14111 <h4 class="title"><a id="id 577025"></a>12.3.2.7. %null-ptr [Macro]</h4>14117 <h4 class="title"><a id="id611848"></a>12.3.2.7. %null-ptr [Macro]</h4> 14112 14118 </div> 14113 14119 </div> … … 14134 14140 <div> 14135 14141 <div> 14136 <h4 class="title"><a id="id 577067"></a>12.3.2.8. %null-ptr-p [Function]</h4>14142 <h4 class="title"><a id="id611889"></a>12.3.2.8. %null-ptr-p [Function]</h4> 14137 14143 </div> 14138 14144 </div> … … 14176 14182 <div> 14177 14183 <div> 14178 <h4 class="title"><a id="id 577142"></a>12.3.2.9. %setf-macptr [Function]</h4>14184 <h4 class="title"><a id="id611965"></a>12.3.2.9. %setf-macptr [Function]</h4> 14179 14185 </div> 14180 14186 </div> … … 14224 14230 <div> 14225 14231 <div> 14226 <h4 class="title"><a id="id 577232"></a>12.3.2.10. %incf-ptr [Macro]</h4>14232 <h4 class="title"><a id="id612055"></a>12.3.2.10. %incf-ptr [Macro]</h4> 14227 14233 </div> 14228 14234 </div> … … 14272 14278 <div> 14273 14279 <div> 14274 <h4 class="title"><a id="id 577323"></a>12.3.2.11. with-macptrs [Macro]</h4>14280 <h4 class="title"><a id="id612145"></a>12.3.2.11. with-macptrs [Macro]</h4> 14275 14281 </div> 14276 14282 </div> … … 14322 14328 <div> 14323 14329 <div> 14324 <h4 class="title"><a id="id 577415"></a>12.3.2.12. %stack-block [Macro]</h4>14330 <h4 class="title"><a id="id612237"></a>12.3.2.12. %stack-block [Macro]</h4> 14325 14331 </div> 14326 14332 </div> … … 14373 14379 <div> 14374 14380 <div> 14375 <h4 class="title"><a id="id 577506"></a>12.3.2.13. make-cstring [Function]</h4>14381 <h4 class="title"><a id="id612329"></a>12.3.2.13. make-cstring [Function]</h4> 14376 14382 </div> 14377 14383 </div> … … 14416 14422 <div> 14417 14423 <div> 14418 <h4 class="title"><a id="id 577582"></a>12.3.2.14. with-cstrs [Macro]</h4>14424 <h4 class="title"><a id="id612406"></a>12.3.2.14. with-cstrs [Macro]</h4> 14419 14425 </div> 14420 14426 </div> … … 14466 14472 <div> 14467 14473 <div> 14468 <h4 class="title"><a id="id 577674"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4>14474 <h4 class="title"><a id="id612497"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4> 14469 14475 </div> 14470 14476 </div> … … 14529 14535 <div> 14530 14536 <div> 14531 <h4 class="title"><a id="id 577797"></a>12.3.2.16. %get-cstring [Function]</h4>14537 <h4 class="title"><a id="id612621"></a>12.3.2.16. %get-cstring [Function]</h4> 14532 14538 </div> 14533 14539 </div> … … 14571 14577 <div> 14572 14578 <div> 14573 <h4 class="title"><a id="id 593812"></a>12.3.2.17. %str-from-ptr [Function]</h4>14579 <h4 class="title"><a id="id628648"></a>12.3.2.17. %str-from-ptr [Function]</h4> 14574 14580 </div> 14575 14581 </div> … … 16017 16023 <div> 16018 16024 <div class="refsect1" lang="en" xml:lang="en"> 16019 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595764"></a>16025 <a xmlns="http://www.w3.org/1999/xhtml" id="id630601"></a> 16020 16026 <div class="header">Description:</div> 16021 16027 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE* … … 16069 16075 <div> 16070 16076 <div class="refsect1" lang="en" xml:lang="en"> 16071 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595870"></a>16077 <a xmlns="http://www.w3.org/1999/xhtml" id="id630708"></a> 16072 16078 <div class="header">Description:</div> 16073 16079 <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 … … 16128 16134 <div> 16129 16135 <div class="refsect1" lang="en" xml:lang="en"> 16130 <a xmlns="http://www.w3.org/1999/xhtml" id="id 595987"></a>16136 <a xmlns="http://www.w3.org/1999/xhtml" id="id630825"></a> 16131 16137 <div class="header">Description:</div> 16132 16138 <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 … … 16175 16181 <div> 16176 16182 <div class="refsect1" lang="en" xml:lang="en"> 16177 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596070"></a>16183 <a xmlns="http://www.w3.org/1999/xhtml" id="id630908"></a> 16178 16184 <div class="header">Description:</div> 16179 16185 <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 … … 16278 16284 <div> 16279 16285 <div class="refsect1" lang="en" xml:lang="en"> 16280 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596209"></a>16286 <a xmlns="http://www.w3.org/1999/xhtml" id="id631047"></a> 16281 16287 <div class="header">Description:</div> 16282 16288 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #> reader macro reads … … 16307 16313 <div> 16308 16314 <div class="refsect1" lang="en" xml:lang="en"> 16309 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596283"></a>16315 <a xmlns="http://www.w3.org/1999/xhtml" id="id631121"></a> 16310 16316 <div class="header">Values:</div> 16311 16317 <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 … … 16314 16320 </div> 16315 16321 <div class="refsect1" lang="en" xml:lang="en"> 16316 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596320"></a>16322 <a xmlns="http://www.w3.org/1999/xhtml" id="id631157"></a> 16317 16323 <div class="header">Description:</div> 16318 16324 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the … … 16343 16349 <div> 16344 16350 <div class="refsect1" lang="en" xml:lang="en"> 16345 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596396"></a>16351 <a xmlns="http://www.w3.org/1999/xhtml" id="id631233"></a> 16346 16352 <div class="header">Values:</div> 16347 16353 <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> … … 16360 16366 </div> 16361 16367 <div class="refsect1" lang="en" xml:lang="en"> 16362 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596467"></a>16368 <a xmlns="http://www.w3.org/1999/xhtml" id="id631305"></a> 16363 16369 <div class="header">Description:</div> 16364 16370 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em> … … 16396 16402 <div> 16397 16403 <div class="refsect1" lang="en" xml:lang="en"> 16398 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596546"></a>16404 <a xmlns="http://www.w3.org/1999/xhtml" id="id631384"></a> 16399 16405 <div class="header">Values:</div> 16400 16406 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain … … 16404 16410 </div> 16405 16411 <div class="refsect1" lang="en" xml:lang="en"> 16406 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596588"></a>16412 <a xmlns="http://www.w3.org/1999/xhtml" id="id631425"></a> 16407 16413 <div class="header">Description:</div> 16408 16414 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the … … 16438 16444 <div> 16439 16445 <div class="refsect1" lang="en" xml:lang="en"> 16440 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596660"></a>16446 <a xmlns="http://www.w3.org/1999/xhtml" id="id631498"></a> 16441 16447 <div class="header">Values:</div> 16442 16448 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>--- … … 16451 16457 </div> 16452 16458 <div class="refsect1" lang="en" xml:lang="en"> 16453 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596701"></a>16459 <a xmlns="http://www.w3.org/1999/xhtml" id="id631538"></a> 16454 16460 <div class="header">Description:</div> 16455 16461 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for … … 16479 16485 <div> 16480 16486 <div class="refsect1" lang="en" xml:lang="en"> 16481 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596770"></a>16487 <a xmlns="http://www.w3.org/1999/xhtml" id="id631608"></a> 16482 16488 <div class="header">Values:</div> 16483 16489 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p> … … 16492 16498 </div> 16493 16499 <div class="refsect1" lang="en" xml:lang="en"> 16494 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596843"></a>16500 <a xmlns="http://www.w3.org/1999/xhtml" id="id631681"></a> 16495 16501 <div class="header">Description:</div> 16496 16502 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by … … 16519 16525 <div> 16520 16526 <div class="refsect1" lang="en" xml:lang="en"> 16521 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596903"></a>16527 <a xmlns="http://www.w3.org/1999/xhtml" id="id631741"></a> 16522 16528 <div class="header">Values:</div> 16523 16529 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16530 16536 </div> 16531 16537 <div class="refsect1" lang="en" xml:lang="en"> 16532 <a xmlns="http://www.w3.org/1999/xhtml" id="id 596966"></a>16538 <a xmlns="http://www.w3.org/1999/xhtml" id="id631804"></a> 16533 16539 <div class="header">Description:</div> 16534 16540 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16556 16562 <div> 16557 16563 <div class="refsect1" lang="en" xml:lang="en"> 16558 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597025"></a>16564 <a xmlns="http://www.w3.org/1999/xhtml" id="id631863"></a> 16559 16565 <div class="header">Values:</div> 16560 16566 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16569 16575 </div> 16570 16576 <div class="refsect1" lang="en" xml:lang="en"> 16571 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597098"></a>16577 <a xmlns="http://www.w3.org/1999/xhtml" id="id631936"></a> 16572 16578 <div class="header">Description:</div> 16573 16579 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16594 16600 <div> 16595 16601 <div class="refsect1" lang="en" xml:lang="en"> 16596 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597154"></a>16602 <a xmlns="http://www.w3.org/1999/xhtml" id="id631992"></a> 16597 16603 <div class="header">Values:</div> 16598 16604 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16599 16605 </div> 16600 16606 <div class="refsect1" lang="en" xml:lang="en"> 16601 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597176"></a>16607 <a xmlns="http://www.w3.org/1999/xhtml" id="id632014"></a> 16602 16608 <div class="header">Description:</div> 16603 16609 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol … … 16622 16628 <div> 16623 16629 <div class="refsect1" lang="en" xml:lang="en"> 16624 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597236"></a>16630 <a xmlns="http://www.w3.org/1999/xhtml" id="id632073"></a> 16625 16631 <div class="header">Values:</div> 16626 16632 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16627 16633 </div> 16628 16634 <div class="refsect1" lang="en" xml:lang="en"> 16629 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597258"></a>16635 <a xmlns="http://www.w3.org/1999/xhtml" id="id632096"></a> 16630 16636 <div class="header">Description:</div> 16631 16637 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If … … 16649 16655 <div> 16650 16656 <div class="refsect1" lang="en" xml:lang="en"> 16651 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597312"></a>16657 <a xmlns="http://www.w3.org/1999/xhtml" id="id632150"></a> 16652 16658 <div class="header">Values:</div> 16653 16659 <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 … … 16655 16661 </div> 16656 16662 <div class="refsect1" lang="en" xml:lang="en"> 16657 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597338"></a>16663 <a xmlns="http://www.w3.org/1999/xhtml" id="id632176"></a> 16658 16664 <div class="header">Description:</div> 16659 16665 <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> … … 16687 16693 <div> 16688 16694 <div class="refsect1" lang="en" xml:lang="en"> 16689 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597431"></a>16695 <a xmlns="http://www.w3.org/1999/xhtml" id="id632269"></a> 16690 16696 <div class="header">Values:</div> 16691 16697 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p> … … 16702 16708 </div> 16703 16709 <div class="refsect1" lang="en" xml:lang="en"> 16704 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597506"></a>16710 <a xmlns="http://www.w3.org/1999/xhtml" id="id632344"></a> 16705 16711 <div class="header">Description:</div> 16706 16712 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16737 16743 <div> 16738 16744 <div class="refsect1" lang="en" xml:lang="en"> 16739 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597578"></a>16745 <a xmlns="http://www.w3.org/1999/xhtml" id="id632416"></a> 16740 16746 <div class="header">Values:</div> 16741 16747 <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 … … 16754 16760 </div> 16755 16761 <div class="refsect1" lang="en" xml:lang="en"> 16756 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597645"></a>16762 <a xmlns="http://www.w3.org/1999/xhtml" id="id632483"></a> 16757 16763 <div class="header">Description:</div> 16758 16764 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16803 16809 <div> 16804 16810 <div class="refsect1" lang="en" xml:lang="en"> 16805 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597768"></a>16811 <a xmlns="http://www.w3.org/1999/xhtml" id="id632606"></a> 16806 16812 <div class="header">Values:</div> 16807 16813 <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 … … 16817 16823 </div> 16818 16824 <div class="refsect1" lang="en" xml:lang="en"> 16819 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597826"></a>16825 <a xmlns="http://www.w3.org/1999/xhtml" id="id632664"></a> 16820 16826 <div class="header">Description:</div> 16821 16827 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16858 16864 </div> 16859 16865 <div class="refsect1" lang="en" xml:lang="en"> 16860 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597915"></a>16866 <a xmlns="http://www.w3.org/1999/xhtml" id="id632753"></a> 16861 16867 <div class="header">Notes:</div> 16862 16868 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16891 16897 <div> 16892 16898 <div class="refsect1" lang="en" xml:lang="en"> 16893 <a xmlns="http://www.w3.org/1999/xhtml" id="id 597999"></a>16899 <a xmlns="http://www.w3.org/1999/xhtml" id="id632837"></a> 16894 16900 <div class="header">Values:</div> 16895 16901 <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 … … 16899 16905 </div> 16900 16906 <div class="refsect1" lang="en" xml:lang="en"> 16901 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598039"></a>16907 <a xmlns="http://www.w3.org/1999/xhtml" id="id632877"></a> 16902 16908 <div class="header">Description:</div> 16903 16909 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can … … 16910 16916 </div> 16911 16917 <div class="refsect1" lang="en" xml:lang="en"> 16912 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598054"></a>16918 <a xmlns="http://www.w3.org/1999/xhtml" id="id632892"></a> 16913 16919 <div class="header">Examples:</div> 16914 16920 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple. … … 16945 16951 </div> 16946 16952 <div class="refsect1" lang="en" xml:lang="en"> 16947 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598075"></a>16953 <a xmlns="http://www.w3.org/1999/xhtml" id="id632913"></a> 16948 16954 <div class="header">Notes:</div> 16949 16955 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give … … 16968 16974 <div> 16969 16975 <div class="refsect1" lang="en" xml:lang="en"> 16970 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598133"></a>16976 <a xmlns="http://www.w3.org/1999/xhtml" id="id632970"></a> 16971 16977 <div class="header">Values:</div> 16972 16978 <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> … … 16976 16982 </div> 16977 16983 <div class="refsect1" lang="en" xml:lang="en"> 16978 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598177"></a>16984 <a xmlns="http://www.w3.org/1999/xhtml" id="id633015"></a> 16979 16985 <div class="header">Description:</div> 16980 16986 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of … … 17002 17008 <div> 17003 17009 <div class="refsect1" lang="en" xml:lang="en"> 17004 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598242"></a>17010 <a xmlns="http://www.w3.org/1999/xhtml" id="id633080"></a> 17005 17011 <div class="header">Values:</div> 17006 17012 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL … … 17008 17014 </div> 17009 17015 <div class="refsect1" lang="en" xml:lang="en"> 17010 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598265"></a>17016 <a xmlns="http://www.w3.org/1999/xhtml" id="id633103"></a> 17011 17017 <div class="header">Description:</div> 17012 17018 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT … … 17031 17037 <div> 17032 17038 <div class="refsect1" lang="en" xml:lang="en"> 17033 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598336"></a>17039 <a xmlns="http://www.w3.org/1999/xhtml" id="id633174"></a> 17034 17040 <div class="header">Values:</div> 17035 17041 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 17039 17045 </div> 17040 17046 <div class="refsect1" lang="en" xml:lang="en"> 17041 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598388"></a>17047 <a xmlns="http://www.w3.org/1999/xhtml" id="id633225"></a> 17042 17048 <div class="header">Description:</div> 17043 17049 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 17069 17075 <div> 17070 17076 <div class="refsect1" lang="en" xml:lang="en"> 17071 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598468"></a>17077 <a xmlns="http://www.w3.org/1999/xhtml" id="id633306"></a> 17072 17078 <div class="header">Values:</div> 17073 17079 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 17076 17082 </div> 17077 17083 <div class="refsect1" lang="en" xml:lang="en"> 17078 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598516"></a>17084 <a xmlns="http://www.w3.org/1999/xhtml" id="id633354"></a> 17079 17085 <div class="header">Description:</div> 17080 17086 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is … … 17103 17109 <div> 17104 17110 <div class="refsect1" lang="en" xml:lang="en"> 17105 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598584"></a>17111 <a xmlns="http://www.w3.org/1999/xhtml" id="id633422"></a> 17106 17112 <div class="header">Values:</div> 17107 17113 <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 … … 17111 17117 </div> 17112 17118 <div class="refsect1" lang="en" xml:lang="en"> 17113 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598612"></a>17119 <a xmlns="http://www.w3.org/1999/xhtml" id="id633450"></a> 17114 17120 <div class="header">Description:</div> 17115 17121 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17148 17154 </div> 17149 17155 <div class="refsect1" lang="en" xml:lang="en"> 17150 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598669"></a>17156 <a xmlns="http://www.w3.org/1999/xhtml" id="id633506"></a> 17151 17157 <div class="header">Example:</div> 17152 17158 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 17162 17168 </div> 17163 17169 <div class="refsect1" lang="en" xml:lang="en"> 17164 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598683"></a>17170 <a xmlns="http://www.w3.org/1999/xhtml" id="id633521"></a> 17165 17171 <div class="header">See Also:</div> 17166 17172 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 17184 17190 <div> 17185 17191 <div class="refsect1" lang="en" xml:lang="en"> 17186 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598743"></a>17192 <a xmlns="http://www.w3.org/1999/xhtml" id="id633581"></a> 17187 17193 <div class="header">Values:</div> 17188 17194 <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 … … 17191 17197 </div> 17192 17198 <div class="refsect1" lang="en" xml:lang="en"> 17193 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598767"></a>17199 <a xmlns="http://www.w3.org/1999/xhtml" id="id633605"></a> 17194 17200 <div class="header">Description:</div> 17195 17201 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by … … 17215 17221 <div> 17216 17222 <div class="refsect1" lang="en" xml:lang="en"> 17217 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598827"></a>17223 <a xmlns="http://www.w3.org/1999/xhtml" id="id633665"></a> 17218 17224 <div class="header">Values:</div> 17219 17225 <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 … … 17222 17228 </div> 17223 17229 <div class="refsect1" lang="en" xml:lang="en"> 17224 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598850"></a>17230 <a xmlns="http://www.w3.org/1999/xhtml" id="id633688"></a> 17225 17231 <div class="header">Description:</div> 17226 17232 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by … … 17244 17250 </div> 17245 17251 <div class="refsect1" lang="en" xml:lang="en"> 17246 <a xmlns="http://www.w3.org/1999/xhtml" id="id 598889"></a>17252 <a xmlns="http://www.w3.org/1999/xhtml" id="id633727"></a> 17247 17253 <div class="header">Examples:</div> 17248 17254 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be … … 18897 18903 <div> 18898 18904 <div class="refsect1" lang="en" xml:lang="en"> 18899 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591386"></a>18905 <a xmlns="http://www.w3.org/1999/xhtml" id="id626243"></a> 18900 18906 <div class="header">Arguments and Values:</div> 18901 18907 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing … … 18907 18913 </div> 18908 18914 <div class="refsect1" lang="en" xml:lang="en"> 18909 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591431"></a>18915 <a xmlns="http://www.w3.org/1999/xhtml" id="id626288"></a> 18910 18916 <div class="header">Description:</div> 18911 18917 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18928 18934 <div> 18929 18935 <div class="refsect1" lang="en" xml:lang="en"> 18930 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591492"></a>18936 <a xmlns="http://www.w3.org/1999/xhtml" id="id626349"></a> 18931 18937 <div class="header">Arguments and Values:</div> 18932 18938 <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 … … 18941 18947 </div> 18942 18948 <div class="refsect1" lang="en" xml:lang="en"> 18943 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591552"></a>18949 <a xmlns="http://www.w3.org/1999/xhtml" id="id626409"></a> 18944 18950 <div class="header">Description:</div> 18945 18951 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18965 18971 <div> 18966 18972 <div class="refsect1" lang="en" xml:lang="en"> 18967 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591614"></a>18973 <a xmlns="http://www.w3.org/1999/xhtml" id="id626471"></a> 18968 18974 <div class="header">Values:</div> 18969 18975 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with … … 18971 18977 </div> 18972 18978 <div class="refsect1" lang="en" xml:lang="en"> 18973 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591641"></a>18979 <a xmlns="http://www.w3.org/1999/xhtml" id="id626498"></a> 18974 18980 <div class="header">Description:</div> 18975 18981 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18993 18999 <div> 18994 19000 <div class="refsect1" lang="en" xml:lang="en"> 18995 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591700"></a>19001 <a xmlns="http://www.w3.org/1999/xhtml" id="id626557"></a> 18996 19002 <div class="header">Values:</div> 18997 19003 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18999 19005 </div> 19000 19006 <div class="refsect1" lang="en" xml:lang="en"> 19001 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591726"></a>19007 <a xmlns="http://www.w3.org/1999/xhtml" id="id626584"></a> 19002 19008 <div class="header">Description:</div> 19003 19009 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19019 19025 <div> 19020 19026 <div class="refsect1" lang="en" xml:lang="en"> 19021 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591784"></a>19027 <a xmlns="http://www.w3.org/1999/xhtml" id="id626641"></a> 19022 19028 <div class="header">Arguments and Values:</div> 19023 19029 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 19028 19034 </div> 19029 19035 <div class="refsect1" lang="en" xml:lang="en"> 19030 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591827"></a>19036 <a xmlns="http://www.w3.org/1999/xhtml" id="id626684"></a> 19031 19037 <div class="header">Description:</div> 19032 19038 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19051 19057 <div> 19052 19058 <div class="refsect1" lang="en" xml:lang="en"> 19053 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591886"></a>19059 <a xmlns="http://www.w3.org/1999/xhtml" id="id626743"></a> 19054 19060 <div class="header">Arguments and Values:</div> 19055 19061 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific … … 19060 19066 </div> 19061 19067 <div class="refsect1" lang="en" xml:lang="en"> 19062 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591928"></a>19068 <a xmlns="http://www.w3.org/1999/xhtml" id="id626786"></a> 19063 19069 <div class="header">Description:</div> 19064 19070 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19083 19089 <div> 19084 19090 <div class="refsect1" lang="en" xml:lang="en"> 19085 <a xmlns="http://www.w3.org/1999/xhtml" id="id 591988"></a>19091 <a xmlns="http://www.w3.org/1999/xhtml" id="id626845"></a> 19086 19092 <div class="header">Values:</div> 19087 19093 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p> 19088 19094 </div> 19089 19095 <div class="refsect1" lang="en" xml:lang="en"> 19090 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592014"></a>19096 <a xmlns="http://www.w3.org/1999/xhtml" id="id626871"></a> 19091 19097 <div class="header">Description:</div> 19092 19098 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19109 19115 <div> 19110 19116 <div class="refsect1" lang="en" xml:lang="en"> 19111 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592071"></a>19117 <a xmlns="http://www.w3.org/1999/xhtml" id="id626928"></a> 19112 19118 <div class="header">Values:</div> 19113 19119 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 19117 19123 </div> 19118 19124 <div class="refsect1" lang="en" xml:lang="en"> 19119 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592114"></a>19125 <a xmlns="http://www.w3.org/1999/xhtml" id="id626971"></a> 19120 19126 <div class="header">Description:</div> 19121 19127 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19142 19148 <div> 19143 19149 <div class="refsect1" lang="en" xml:lang="en"> 19144 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592182"></a>19150 <a xmlns="http://www.w3.org/1999/xhtml" id="id627040"></a> 19145 19151 <div class="header">Values:</div> 19146 19152 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and … … 19151 19157 </div> 19152 19158 <div class="refsect1" lang="en" xml:lang="en"> 19153 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592225"></a>19159 <a xmlns="http://www.w3.org/1999/xhtml" id="id627082"></a> 19154 19160 <div class="header">Description:</div> 19155 19161 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19167 19173 </div> 19168 19174 <div class="refsect1" lang="en" xml:lang="en"> 19169 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592259"></a>19175 <a xmlns="http://www.w3.org/1999/xhtml" id="id627116"></a> 19170 19176 <div class="header">Notes:</div> 19171 19177 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19192 19198 <div> 19193 19199 <div class="refsect1" lang="en" xml:lang="en"> 19194 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592319"></a>19200 <a xmlns="http://www.w3.org/1999/xhtml" id="id627177"></a> 19195 19201 <div class="header">Arguments and Values:</div> 19196 19202 <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 … … 19199 19205 </div> 19200 19206 <div class="refsect1" lang="en" xml:lang="en"> 19201 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592346"></a>19207 <a xmlns="http://www.w3.org/1999/xhtml" id="id627204"></a> 19202 19208 <div class="header">Description:</div> 19203 19209 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use … … 19224 19230 <div> 19225 19231 <div class="refsect1" lang="en" xml:lang="en"> 19226 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592416"></a>19232 <a xmlns="http://www.w3.org/1999/xhtml" id="id627274"></a> 19227 19233 <div class="header">Arguments and Values:</div> 19228 19234 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an … … 19230 19236 </div> 19231 19237 <div class="refsect1" lang="en" xml:lang="en"> 19232 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592442"></a>19238 <a xmlns="http://www.w3.org/1999/xhtml" id="id627299"></a> 19233 19239 <div class="header">Description:</div> 19234 19240 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses … … 19252 19258 <div> 19253 19259 <div class="refsect1" lang="en" xml:lang="en"> 19254 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592508"></a>19260 <a xmlns="http://www.w3.org/1999/xhtml" id="id627365"></a> 19255 19261 <div class="header">Arguments and Values:</div> 19256 19262 <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 … … 19274 19280 </div> 19275 19281 <div class="refsect1" lang="en" xml:lang="en"> 19276 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592588"></a>19282 <a xmlns="http://www.w3.org/1999/xhtml" id="id627446"></a> 19277 19283 <div class="header">Description:</div> 19278 19284 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements … … 19299 19305 <div> 19300 19306 <div class="refsect1" lang="en" xml:lang="en"> 19301 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592671"></a>19307 <a xmlns="http://www.w3.org/1999/xhtml" id="id627528"></a> 19302 19308 <div class="header">Arguments and Values:</div> 19303 19309 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the … … 19314 19320 </div> 19315 19321 <div class="refsect1" lang="en" xml:lang="en"> 19316 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592717"></a>19322 <a xmlns="http://www.w3.org/1999/xhtml" id="id627575"></a> 19317 19323 <div class="header">Description:</div> 19318 19324 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the … … 19335 19341 <div> 19336 19342 <div class="refsect1" lang="en" xml:lang="en"> 19337 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592780"></a>19343 <a xmlns="http://www.w3.org/1999/xhtml" id="id627638"></a> 19338 19344 <div class="header">Arguments and Values:</div> 19339 19345 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p> 19340 19346 </div> 19341 19347 <div class="refsect1" lang="en" xml:lang="en"> 19342 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592792"></a>19348 <a xmlns="http://www.w3.org/1999/xhtml" id="id627649"></a> 19343 19349 <div class="header">Description:</div> 19344 19350 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the … … 19382 19388 <div> 19383 19389 <div class="refsect1" lang="en" xml:lang="en"> 19384 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592868"></a>19390 <a xmlns="http://www.w3.org/1999/xhtml" id="id627726"></a> 19385 19391 <div class="header">Description:</div> 19386 19392 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro … … 19417 19423 <div> 19418 19424 <div class="refsect1" lang="en" xml:lang="en"> 19419 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592926"></a>19425 <a xmlns="http://www.w3.org/1999/xhtml" id="id627783"></a> 19420 19426 <div class="header">Superclasses:</div> 19421 19427 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p> 19422 19428 </div> 19423 19429 <div class="refsect1" lang="en" xml:lang="en"> 19424 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592937"></a>19430 <a xmlns="http://www.w3.org/1999/xhtml" id="id627794"></a> 19425 19431 <div class="header">Initargs:</div> 19426 19432 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>--- … … 19430 19436 </div> 19431 19437 <div class="refsect1" lang="en" xml:lang="en"> 19432 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592964"></a>19438 <a xmlns="http://www.w3.org/1999/xhtml" id="id627821"></a> 19433 19439 <div class="header">Description:</div> 19434 19440 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19448 19454 </div> 19449 19455 <div class="refsect1" lang="en" xml:lang="en"> 19450 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592983"></a>19456 <a xmlns="http://www.w3.org/1999/xhtml" id="id627841"></a> 19451 19457 <div class="header">Examples:</div> 19452 19458 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19479 19485 </div> 19480 19486 <div class="refsect1" lang="en" xml:lang="en"> 19481 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582280"></a>19487 <a xmlns="http://www.w3.org/1999/xhtml" id="id617109"></a> 19482 19488 <div class="header">Notes:</div> 19483 19489 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19819 19825 <div> 19820 19826 <div class="refsect1" lang="en" xml:lang="en"> 19821 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578424"></a>19827 <a xmlns="http://www.w3.org/1999/xhtml" id="id624929"></a> 19822 19828 <div class="header">Arguments and Values:</div> 19823 19829 <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> … … 19827 19833 </div> 19828 19834 <div class="refsect1" lang="en" xml:lang="en"> 19829 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578483"></a>19835 <a xmlns="http://www.w3.org/1999/xhtml" id="id624988"></a> 19830 19836 <div class="header">Description:</div> 19831 19837 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p> … … 19845 19851 <div> 19846 19852 <div class="refsect1" lang="en" xml:lang="en"> 19847 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578540"></a>19853 <a xmlns="http://www.w3.org/1999/xhtml" id="id625045"></a> 19848 19854 <div class="header">Description:</div> 19849 19855 <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> … … 19863 19869 <div> 19864 19870 <div class="refsect1" lang="en" xml:lang="en"> 19865 <a xmlns="http://www.w3.org/1999/xhtml" id="id 578614"></a>19871 <a xmlns="http://www.w3.org/1999/xhtml" id="id625119"></a> 19866 19872 <div class="header">Description:</div> 19867 19873 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>. … … 19886 19892 <div> 19887 19893 <div class="refsect1" lang="en" xml:lang="en"> 19888 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589455"></a>19894 <a xmlns="http://www.w3.org/1999/xhtml" id="id625188"></a> 19889 19895 <div class="header">Description:</div> 19890 19896 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to … … 19919 19925 <div> 19920 19926 <div class="refsect1" lang="en" xml:lang="en"> 19921 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589540"></a>19927 <a xmlns="http://www.w3.org/1999/xhtml" id="id612753"></a> 19922 19928 <div class="header">Description:</div> 19923 19929 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the … … 19940 19946 <div> 19941 19947 <div class="refsect1" lang="en" xml:lang="en"> 19942 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589601"></a>19948 <a xmlns="http://www.w3.org/1999/xhtml" id="id612813"></a> 19943 19949 <div class="header">Arguments and Values:</div> 19944 19950 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p> 19945 19951 </div> 19946 19952 <div class="refsect1" lang="en" xml:lang="en"> 19947 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589626"></a>19953 <a xmlns="http://www.w3.org/1999/xhtml" id="id612839"></a> 19948 19954 <div class="header">Description:</div> 19949 19955 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the … … 19969 19975 <div> 19970 19976 <div class="refsect1" lang="en" xml:lang="en"> 19971 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589688"></a>19977 <a xmlns="http://www.w3.org/1999/xhtml" id="id612901"></a> 19972 19978 <div class="header">Description:</div> 19973 19979 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the … … 19989 19995 <div> 19990 19996 <div class="refsect1" lang="en" xml:lang="en"> 19991 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589747"></a>19997 <a xmlns="http://www.w3.org/1999/xhtml" id="id612959"></a> 19992 19998 <div class="header">Arguments and Values:</div> 19993 19999 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 19994 20000 </div> 19995 20001 <div class="refsect1" lang="en" xml:lang="en"> 19996 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589773"></a>20002 <a xmlns="http://www.w3.org/1999/xhtml" id="id612985"></a> 19997 20003 <div class="header">Description:</div> 19998 20004 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC … … 20020 20026 <div> 20021 20027 <div class="refsect1" lang="en" xml:lang="en"> 20022 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589831"></a>20028 <a xmlns="http://www.w3.org/1999/xhtml" id="id613044"></a> 20023 20029 <div class="header">Description:</div> 20024 20030 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call, … … 20043 20049 <div> 20044 20050 <div class="refsect1" lang="en" xml:lang="en"> 20045 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589887"></a>20051 <a xmlns="http://www.w3.org/1999/xhtml" id="id613100"></a> 20046 20052 <div class="header">Description:</div> 20047 20053 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL … … 20068 20074 <div> 20069 20075 <div class="refsect1" lang="en" xml:lang="en"> 20070 <a xmlns="http://www.w3.org/1999/xhtml" id="id 589945"></a>20076 <a xmlns="http://www.w3.org/1999/xhtml" id="id613158"></a> 20071 20077 <div class="header">Description:</div> 20072 20078 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the … … 20090 20096 <div> 20091 20097 <div class="refsect1" lang="en" xml:lang="en"> 20092 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590004"></a>20098 <a xmlns="http://www.w3.org/1999/xhtml" id="id613216"></a> 20093 20099 <div class="header">Arguments and Values:</div> 20094 20100 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest … … 20100 20106 </div> 20101 20107 <div class="refsect1" lang="en" xml:lang="en"> 20102 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590059"></a>20108 <a xmlns="http://www.w3.org/1999/xhtml" id="id613272"></a> 20103 20109 <div class="header">Description:</div> 20104 20110 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect. … … 20124 20130 <div> 20125 20131 <div class="refsect1" lang="en" xml:lang="en"> 20126 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590125"></a>20132 <a xmlns="http://www.w3.org/1999/xhtml" id="id613337"></a> 20127 20133 <div class="header">Arguments and Values:</div> 20128 20134 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 20129 20135 </div> 20130 20136 <div class="refsect1" lang="en" xml:lang="en"> 20131 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590151"></a>20137 <a xmlns="http://www.w3.org/1999/xhtml" id="id613363"></a> 20132 20138 <div class="header">Description:</div> 20133 20139 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages … … 20154 20160 <div> 20155 20161 <div class="refsect1" lang="en" xml:lang="en"> 20156 <a xmlns="http://www.w3.org/1999/xhtml" id="id 590209"></a>20162 <a xmlns="http://www.w3.org/1999/xhtml" id="id613421"></a> 20157 20163 <div class="header">Description:</div> 20158 20164 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs … … 20309 20315 <dt> 20310 20316 <span class="sect2"> 20311 <a href="#id 588248">16.7.2. Recommended Reading</a>20317 <a href="#id623137">16.7.2. Recommended Reading</a> 20312 20318 </span> 20313 20319 </dt> … … 21585 21591 <li class="listitem"> 21586 21592 <p>To support a feature called <span class="emphasis"><em>GCTWA 21587 <sup>[<a id="id 587803" href="#ftn.id587803" class="footnote">1</a>]</sup>21593 <sup>[<a id="id622691" href="#ftn.id622691" class="footnote">1</a>]</sup> 21588 21594 , </em></span>the vector that contains the internal 21589 21595 symbols of the current package is marked on entry to the … … 21718 21724 <hr width="100" align="left" /> 21719 21725 <div class="footnote"> 21720 <p><sup>[<a id="ftn.id 587803" href="#id587803" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,21726 <p><sup>[<a id="ftn.id622691" href="#id622691" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP, 21721 21727 where it stood for "Garbage Collection of Truly 21722 21728 Worthless Atoms".</p> … … 21778 21784 generations looking for such intergenerational references, the 21779 21785 runtime system must note all such intergenerational references 21780 at the point where they're created (via Setf).<sup>[<a id="id 588037" href="#ftn.id588037" class="footnote">2</a>]</sup> The21786 at the point where they're created (via Setf).<sup>[<a id="id622925" href="#ftn.id622925" class="footnote">2</a>]</sup> The 21781 21787 set of pointers that may contain intergenerational references is 21782 21788 sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p> … … 21825 21831 that might introduce an intergenerational reference must be 21826 21832 memoized. 21827 <sup>[<a id="id 588105" href="#ftn.id588105" class="footnote">3</a>]</sup> It's always safe to21833 <sup>[<a id="id622993" href="#ftn.id622993" class="footnote">3</a>]</sup> It's always safe to 21828 21834 push any cons cell or gvector locative onto the memo stack; 21829 21835 it's never safe to push anything else. … … 21846 21852 <hr width="100" align="left" /> 21847 21853 <div class="footnote"> 21848 <p><sup>[<a id="ftn.id 588037" href="#id588037" class="para">2</a>] </sup>This is21854 <p><sup>[<a id="ftn.id622925" href="#id622925" class="para">2</a>] </sup>This is 21849 21855 sometimes called "The Write Barrier": all assignments which 21850 21856 might result in intergenerational references must be noted, as … … 21852 21858 </div> 21853 21859 <div class="footnote"> 21854 <p><sup>[<a id="ftn.id 588105" href="#id588105" class="para">3</a>] </sup>Note that the implicit setfs that occur when21860 <p><sup>[<a id="ftn.id622993" href="#id622993" class="para">3</a>] </sup>Note that the implicit setfs that occur when 21855 21861 initializing an object - as in the case of a call to cons or 21856 21862 vector - can't introduce intergenerational references, since … … 21968 21974 <div> 21969 21975 <div> 21970 <h3 class="title"><a id="id 588248"></a>16.7.2. Recommended Reading</h3>21976 <h3 class="title"><a id="id623137"></a>16.7.2. Recommended Reading</h3> 21971 21977 </div> 21972 21978 </div> … … 22381 22387 <div> 22382 22388 <div class="refsect1" lang="en" xml:lang="en"> 22383 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 78179"></a>22389 <a xmlns="http://www.w3.org/1999/xhtml" id="id580956"></a> 22384 22390 <div class="header">Description:</div> 22385 22391 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD) … … 22406 22412 <div> 22407 22413 <div class="refsect1" lang="en" xml:lang="en"> 22408 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 25485"></a>22414 <a xmlns="http://www.w3.org/1999/xhtml" id="id542053"></a> 22409 22415 <div class="header">Description:</div> 22410 22416 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22430 22436 <div> 22431 22437 <div class="refsect1" lang="en" xml:lang="en"> 22432 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583056"></a>22438 <a xmlns="http://www.w3.org/1999/xhtml" id="id610442"></a> 22433 22439 <div class="header">Description:</div> 22434 22440 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22453 22459 <div> 22454 22460 <div class="refsect1" lang="en" xml:lang="en"> 22455 <a xmlns="http://www.w3.org/1999/xhtml" id="id 583102"></a>22461 <a xmlns="http://www.w3.org/1999/xhtml" id="id617467"></a> 22456 22462 <div class="header">Description:</div> 22457 22463 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session … … 22478 22484 <div> 22479 22485 <div class="refsect1" lang="en" xml:lang="en"> 22480 <a xmlns="http://www.w3.org/1999/xhtml" id="id 579356"></a>22486 <a xmlns="http://www.w3.org/1999/xhtml" id="id617525"></a> 22481 22487 <div class="header">Description:</div> 22482 22488 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p> … … 22496 22502 <div> 22497 22503 <div class="refsect1" lang="en" xml:lang="en"> 22498 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 79400"></a>22504 <a xmlns="http://www.w3.org/1999/xhtml" id="id590126"></a> 22499 22505 <div class="header">Description:</div> 22500 22506 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros. … … 22518 22524 <div> 22519 22525 <div class="refsect1" lang="en" xml:lang="en"> 22520 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586839"></a>22526 <a xmlns="http://www.w3.org/1999/xhtml" id="id621667"></a> 22521 22527 <div class="header">Arguments and Values:</div> 22522 22528 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p> … … 22524 22530 </div> 22525 22531 <div class="refsect1" lang="en" xml:lang="en"> 22526 <a xmlns="http://www.w3.org/1999/xhtml" id="id 586880"></a>22532 <a xmlns="http://www.w3.org/1999/xhtml" id="id621708"></a> 22527 22533 <div class="header">Description:</div> 22528 22534 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If … … 22550 22556 <div> 22551 22557 <div class="refsect1" lang="en" xml:lang="en"> 22552 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582702"></a>22558 <a xmlns="http://www.w3.org/1999/xhtml" id="id621770"></a> 22553 22559 <div class="header">Arguments and Values:</div> 22554 22560 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p> … … 22559 22565 </div> 22560 22566 <div class="refsect1" lang="en" xml:lang="en"> 22561 <a xmlns="http://www.w3.org/1999/xhtml" id="id 582760"></a>22567 <a xmlns="http://www.w3.org/1999/xhtml" id="id617579"></a> 22562 22568 <div class="header">Description:</div> 22563 22569 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer … … 23237 23243 <a href="#Symbol-Index">Symbol Index</a> 23238 23244 </div> 23239 <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 22:0 on March 23, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14696<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>23245 <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 18:0 on April 25, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14730<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p> 23240 23246 </body> 23241 23247 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
