Changeset 14745
- Timestamp:
- Apr 28, 2011, 1:00:18 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/ccl-documentation.html (modified) (417 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/ccl-documentation.html
r14731 r14745 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 531855" title="Clozure CL Documentation" />8 <link rel="home" href="#id474477" 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 531855"></a>Clozure CL Documentation</h1>16 <h1 class="title"><a id="id474477"></a>Clozure CL Documentation</h1> 17 17 </div> 18 18 </div> … … 1751 1751 <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it 1752 1752 may be helpful to refer to these definitions.</p> 1753 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 541340" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl1753 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id483962" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl 1754 1754 files</em></a> are the object files produced 1755 1755 by <code class="literal">compile-file</code>. fasl files store the … … 1762 1762 see 1763 1763 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a> </p> 1764 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id 550523" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp1764 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id493145" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp 1765 1765 kernel</em></a> is a C program with a fair amount of 1766 1766 platform-specific assembly language code. Its basic job is to … … 1772 1772 files on different platforms; see 1773 1773 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1774 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id5 83846" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap1774 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id526468" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap 1775 1775 image</em></a> is a file that can be quickly mapped into a 1776 1776 process's address space. Conceptually, it's not too different … … 1783 1783 standard full heap image files on different platforms; see 1784 1784 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1785 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id5 85196" class="indexterm"></a> bootstrapping image is a minimal1785 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id527817" class="indexterm"></a> bootstrapping image is a minimal 1786 1786 heap image used in the process of building Clozure CL itself. The 1787 1787 bootstrapping image contains just enough code to load the rest … … 1795 1795 as-yet-unsupported ones) has a uniquely named subdirectory of 1796 1796 <code class="literal">ccl/lisp-kernel/</code>; each such 1797 <a id="id 557145" class="indexterm"></a>1797 <a id="id499767" class="indexterm"></a> 1798 1798 contains a Makefile and may contain some auxiliary files (linker 1799 1799 scripts, etc.) that are used to build the lisp kernel on a … … 2573 2573 </span> 2574 2574 </dt> 2575 <dt> 2576 <span class="sect2"> 2577 <a href="#code-coverage-interpreting-code-coloring">4.13.4. Interpreting Code Coloring</a> 2578 </span> 2579 </dt> 2575 2580 </dl> 2576 2581 </dd> … … 2614 2619 </p> 2615 2620 <p xmlns="http://www.w3.org/1999/xhtml"> 2616 <a id="id5 73434" class="indexterm"></a>2621 <a id="id516056" class="indexterm"></a> 2617 2622 <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em> 2618 2623 <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> | … … 3058 3063 </div> 3059 3064 <p xmlns="http://www.w3.org/1999/xhtml"> 3060 <a id="id5 86598" class="indexterm"></a>3065 <a id="id529219" class="indexterm"></a> 3061 3066 <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em> [Variable]</strong></span> 3062 3067 </p> 3063 3068 <p xmlns="http://www.w3.org/1999/xhtml">Variable bound to the current nesting level during execution of before and after trace actions. The default printing actions use it to determine the amount of indentation.</p> 3064 3069 <p xmlns="http://www.w3.org/1999/xhtml"> 3065 <a id="id5 86624" class="indexterm"></a>3070 <a id="id529246" class="indexterm"></a> 3066 3071 <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em> [Variable]</strong></span> 3067 3072 </p> 3068 3073 <p xmlns="http://www.w3.org/1999/xhtml">The default before and after print actions will not indent by more than the value of <em class="varname">ccl:*trace-max-indent*</em> regardless of the current trace level.</p> 3069 3074 <p xmlns="http://www.w3.org/1999/xhtml"> 3070 <a id="id5 86653" class="indexterm"></a>3075 <a id="id529275" class="indexterm"></a> 3071 3076 <span class="command"><strong><em class="varname"><a id="trace-function"></a>CCL:TRACE-FUNCTION</em> <em class="replaceable"><code>spec</code></em> <em class="varname">&key</em> {<em class="replaceable"><code>keyword</code></em> <em class="replaceable"><code>value</code></em>}* [Function]</strong></span> 3072 3077 </p> … … 3076 3081 </p> 3077 3082 <p xmlns="http://www.w3.org/1999/xhtml"> 3078 <a id="id5 86702" class="indexterm"></a>3083 <a id="id529324" class="indexterm"></a> 3079 3084 <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em> [Variable]</strong></span> 3080 3085 </p> … … 3084 3089 explicit printing done by user code.</p> 3085 3090 <p xmlns="http://www.w3.org/1999/xhtml"> 3086 <a id="id5 86736" class="indexterm"></a>3091 <a id="id529358" class="indexterm"></a> 3087 3092 <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em> [Variable]</strong></span> 3088 3093 </p> … … 3092 3097 explicit printing done by user code.</p> 3093 3098 <p xmlns="http://www.w3.org/1999/xhtml"> 3094 <a id="id5 86771" class="indexterm"></a>3099 <a id="id529393" class="indexterm"></a> 3095 3100 <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em> [Variable]</strong></span> 3096 3101 </p> … … 3141 3146 <div> 3142 3147 <div class="refsect1" lang="en" xml:lang="en"> 3143 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 86933"></a>3148 <a xmlns="http://www.w3.org/1999/xhtml" id="id529555"></a> 3144 3149 <div class="header">Arguments and Values:</div> 3145 3150 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>--- … … 3176 3181 </div> 3177 3182 <div class="refsect1" lang="en" xml:lang="en"> 3178 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87040"></a>3183 <a xmlns="http://www.w3.org/1999/xhtml" id="id529662"></a> 3179 3184 <div class="header">Examples:</div> 3180 3185 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3221 3226 <div> 3222 3227 <div class="refsect1" lang="en" xml:lang="en"> 3223 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87139"></a>3228 <a xmlns="http://www.w3.org/1999/xhtml" id="id529761"></a> 3224 3229 <div class="header">Description:</div> 3225 3230 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3236 3241 </div> 3237 3242 <div class="refsect1" lang="en" xml:lang="en"> 3238 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87205"></a>3243 <a xmlns="http://www.w3.org/1999/xhtml" id="id529828"></a> 3239 3244 <div class="header">Arguments and Values:</div> 3240 3245 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3260 3265 <div> 3261 3266 <div class="refsect1" lang="en" xml:lang="en"> 3262 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87283"></a>3267 <a xmlns="http://www.w3.org/1999/xhtml" id="id529905"></a> 3263 3268 <div class="header">Description:</div> 3264 3269 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3272 3277 </div> 3273 3278 <div class="refsect1" lang="en" xml:lang="en"> 3274 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87331"></a>3279 <a xmlns="http://www.w3.org/1999/xhtml" id="id529954"></a> 3275 3280 <div class="header">Arguments and Values:</div> 3276 3281 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3432 3437 <div> 3433 3438 <div class="refsect1" lang="en" xml:lang="en"> 3434 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87865"></a>3439 <a xmlns="http://www.w3.org/1999/xhtml" id="id530488"></a> 3435 3440 <div class="header">Description:</div> 3436 3441 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is … … 3458 3463 <div> 3459 3464 <div class="refsect1" lang="en" xml:lang="en"> 3460 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 87927"></a>3465 <a xmlns="http://www.w3.org/1999/xhtml" id="id530550"></a> 3461 3466 <div class="header">Description:</div> 3462 3467 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when an external-format … … 3490 3495 <div> 3491 3496 <div class="refsect1" lang="en" xml:lang="en"> 3492 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88009"></a>3497 <a xmlns="http://www.w3.org/1999/xhtml" id="id530632"></a> 3493 3498 <div class="header">Arguments and Values:</div> 3494 3499 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external … … 3524 3529 </div> 3525 3530 <div class="refsect1" lang="en" xml:lang="en"> 3526 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602927"></a>3531 <a xmlns="http://www.w3.org/1999/xhtml" id="id545660"></a> 3527 3532 <div class="header">Description:</div> 3528 3533 <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a … … 3697 3702 <div> 3698 3703 <div> 3699 <h4 class="title"><a id="id 603262"></a>4.5.4.1. Encoding Problems</h4>3704 <h4 class="title"><a id="id545995"></a>4.5.4.1. Encoding Problems</h4> 3700 3705 </div> 3701 3706 </div> … … 3713 3718 <div> 3714 3719 <div> 3715 <h4 class="title"><a id="id 603274"></a>4.5.4.2. Byte Order Marks</h4>3720 <h4 class="title"><a id="id546007"></a>4.5.4.2. Byte Order Marks</h4> 3716 3721 </div> 3717 3722 </div> … … 3741 3746 <div> 3742 3747 <div> 3743 <h4 class="title"><a id="id 603308"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>3748 <h4 class="title"><a id="id546042"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4> 3744 3749 </div> 3745 3750 </div> … … 3763 3768 <div> 3764 3769 <div class="refsect1" lang="en" xml:lang="en"> 3765 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603370"></a>3770 <a xmlns="http://www.w3.org/1999/xhtml" id="id546103"></a> 3766 3771 <div class="header">Description:</div> 3767 3772 <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings … … 3772 3777 </div> 3773 3778 <div class="refsect1" lang="en" xml:lang="en"> 3774 <a xmlns="http://www.w3.org/1999/xhtml" id="id 603385"></a>3779 <a xmlns="http://www.w3.org/1999/xhtml" id="id546118"></a> 3775 3780 <div class="header">See Also:</div> 3776 3781 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#Character-Encodings" title="4.5.4. Character Encodings">Section 4.5.4, âCharacter Encodingsâ</a>, <a class="xref" href="#External-Formats" title="4.5.2. External Formats">Section 4.5.2, âExternal Formatsâ</a>, <a class="xref" href="#Supported-Character-Encodings" title="4.5.4.4. Supported Character Encodings">Section 4.5.4.4, âSupported Character Encodingsâ</a></span> … … 4203 4208 <div> 4204 4209 <div> 4205 <h4 class="title"><a id="id 604064"></a>4.5.4.5. Encoding and Decoding Strings</h4>4210 <h4 class="title"><a id="id546797"></a>4.5.4.5. Encoding and Decoding Strings</h4> 4206 4211 </div> 4207 4212 </div> … … 4228 4233 <div> 4229 4234 <div class="refsect1" lang="en" xml:lang="en"> 4230 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604139"></a>4235 <a xmlns="http://www.w3.org/1999/xhtml" id="id546872"></a> 4231 4236 <div class="header">Description:</div> 4232 4237 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4259 4264 <div> 4260 4265 <div class="refsect1" lang="en" xml:lang="en"> 4261 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604235"></a>4266 <a xmlns="http://www.w3.org/1999/xhtml" id="id546968"></a> 4262 4267 <div class="header">Description:</div> 4263 4268 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4308 4313 <div> 4309 4314 <div class="refsect1" lang="en" xml:lang="en"> 4310 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604369"></a>4315 <a xmlns="http://www.w3.org/1999/xhtml" id="id547102"></a> 4311 4316 <div class="header">Description:</div> 4312 4317 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4361 4366 <div> 4362 4367 <div class="refsect1" lang="en" xml:lang="en"> 4363 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604499"></a>4368 <a xmlns="http://www.w3.org/1999/xhtml" id="id547232"></a> 4364 4369 <div class="header">Description:</div> 4365 4370 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4411 4416 </div> 4412 4417 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL sets up logical pathname translations for logical hosts: <code class="literal">ccl</code> and <code class="literal">home</code></p> 4413 <a xmlns="http://www.w3.org/1999/xhtml" id="id 604587" class="indexterm"></a>4418 <a xmlns="http://www.w3.org/1999/xhtml" id="id547320" class="indexterm"></a> 4414 4419 <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the 4415 4420 <code class="literal">ccl</code> directory. It is used for a variety of … … 4515 4520 platforms.</p> 4516 4521 <p xmlns="http://www.w3.org/1999/xhtml"> 4517 <a id="id 604771" class="indexterm"></a>4522 <a id="id547504" class="indexterm"></a> 4518 4523 <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em> 4519 4524 <em class="parameter"><code>pathname</code></em> … … 4575 4580 a memory error.</p> 4576 4581 <p xmlns="http://www.w3.org/1999/xhtml"> 4577 <a id="id 604904" class="indexterm"></a>4582 <a id="id547637" class="indexterm"></a> 4578 4583 <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em> 4579 4584 <em class="parameter"><code>displaced-array</code></em> … … 4587 4592 target is an empty vector (of length zero).</p> 4588 4593 <p xmlns="http://www.w3.org/1999/xhtml"> 4589 <a id="id 604939" class="indexterm"></a>4594 <a id="id547672" class="indexterm"></a> 4590 4595 <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em> 4591 4596 <em class="parameter"><code>pathname</code></em> … … 4597 4602 bytes.</p> 4598 4603 <p xmlns="http://www.w3.org/1999/xhtml"> 4599 <a id="id 604971" class="indexterm"></a>4604 <a id="id547704" class="indexterm"></a> 4600 4605 <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em> 4601 4606 <em class="parameter"><code>displaced-array</code></em> … … 4636 4641 static.</p> 4637 4642 <p xmlns="http://www.w3.org/1999/xhtml"> 4638 <a id="id 605046" class="indexterm"></a>4643 <a id="id547779" class="indexterm"></a> 4639 4644 <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em> 4640 4645 <em class="parameter"><code>var</code></em> … … 4690 4695 </div> 4691 4696 </div> 4692 <a xmlns="http://www.w3.org/1999/xhtml" id="id 605158" class="indexterm"></a>4697 <a xmlns="http://www.w3.org/1999/xhtml" id="id547891" class="indexterm"></a> 4693 4698 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the 4694 4699 function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file … … 4770 4775 converted, because address 0 can always be relied upon to refer to 4771 4776 the same thing.</p> 4772 <a xmlns="http://www.w3.org/1999/xhtml" id="id 605379" class="indexterm"></a>4777 <a xmlns="http://www.w3.org/1999/xhtml" id="id548112" class="indexterm"></a> 4773 4778 <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code> 4774 4779 refers to a <code class="literal">MACPTR</code> object that points to address 0.</p> … … 4781 4786 or <code class="literal">ccl64</code> script.</p> 4782 4787 <p xmlns="http://www.w3.org/1999/xhtml"> 4783 <a id="id 605426" class="indexterm"></a>4788 <a id="id548160" class="indexterm"></a> 4784 4789 <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em> 4785 4790 <em class="parameter"><code>filename</code></em> … … 4982 4987 <div> 4983 4988 <div class="refsect1" lang="en" xml:lang="en"> 4984 <a xmlns="http://www.w3.org/1999/xhtml" id="id 605830"></a>4989 <a xmlns="http://www.w3.org/1999/xhtml" id="id548563"></a> 4985 4990 <div class="header">Arguments and Values:</div> 4986 4991 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>--- … … 4996 5001 </div> 4997 5002 <div class="refsect1" lang="en" xml:lang="en"> 4998 <a xmlns="http://www.w3.org/1999/xhtml" id="id 605889"></a>5003 <a xmlns="http://www.w3.org/1999/xhtml" id="id548622"></a> 4999 5004 <div class="header">Description:</div> 5000 5005 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5056 5061 <div> 5057 5062 <div class="refsect1" lang="en" xml:lang="en"> 5058 <a xmlns="http://www.w3.org/1999/xhtml" id="id 605980"></a>5063 <a xmlns="http://www.w3.org/1999/xhtml" id="id548713"></a> 5059 5064 <div class="header">Arguments and Values:</div> 5060 5065 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>--- … … 5064 5069 </div> 5065 5070 <div class="refsect1" lang="en" xml:lang="en"> 5066 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606003"></a>5071 <a xmlns="http://www.w3.org/1999/xhtml" id="id548736"></a> 5067 5072 <div class="header">Description:</div> 5068 5073 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5103 5108 <div> 5104 5109 <div class="refsect1" lang="en" xml:lang="en"> 5105 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606099"></a>5110 <a xmlns="http://www.w3.org/1999/xhtml" id="id548832"></a> 5106 5111 <div class="header">Arguments and Values:</div> 5107 5112 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>--- … … 5112 5117 </div> 5113 5118 <div class="refsect1" lang="en" xml:lang="en"> 5114 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606135"></a>5119 <a xmlns="http://www.w3.org/1999/xhtml" id="id548868"></a> 5115 5120 <div class="header">Description:</div> 5116 5121 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5161 5166 <div> 5162 5167 <div class="refsect1" lang="en" xml:lang="en"> 5163 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606210"></a>5168 <a xmlns="http://www.w3.org/1999/xhtml" id="id548943"></a> 5164 5169 <div class="header">Arguments and Values:</div> 5165 5170 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>--- … … 5168 5173 </div> 5169 5174 <div class="refsect1" lang="en" xml:lang="en"> 5170 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606232"></a>5175 <a xmlns="http://www.w3.org/1999/xhtml" id="id548965"></a> 5171 5176 <div class="header">Description:</div> 5172 5177 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5335 5340 <div> 5336 5341 <div class="refsect1" lang="en" xml:lang="en"> 5337 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606407"></a>5342 <a xmlns="http://www.w3.org/1999/xhtml" id="id549140"></a> 5338 5343 <div class="header">Description:</div> 5339 5344 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5369 5374 <div> 5370 5375 <div class="refsect1" lang="en" xml:lang="en"> 5371 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606455"></a>5376 <a xmlns="http://www.w3.org/1999/xhtml" id="id549188"></a> 5372 5377 <div class="header">Discussion:</div> 5373 5378 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5387 5392 </div> 5388 5393 <div class="refsect1" lang="en" xml:lang="en"> 5389 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606508"></a>5394 <a xmlns="http://www.w3.org/1999/xhtml" id="id549242"></a> 5390 5395 <div class="header">Restarts:</div> 5391 5396 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5455 5460 <div> 5456 5461 <div> 5457 <h4 class="title"><a id="id 606566"></a>4.12.5.1. Fancy arrays</h4>5462 <h4 class="title"><a id="id549299"></a>4.12.5.1. Fancy arrays</h4> 5458 5463 </div> 5459 5464 </div> … … 5482 5487 <div> 5483 5488 <div> 5484 <h4 class="title"><a id="id 606585"></a>4.12.5.2. Hash tables</h4>5489 <h4 class="title"><a id="id549318"></a>4.12.5.2. Hash tables</h4> 5485 5490 </div> 5486 5491 </div> … … 5530 5535 <div> 5531 5536 <div> 5532 <h4 class="title"><a id="id 606615"></a>4.12.5.3. Lists</h4>5537 <h4 class="title"><a id="id549348"></a>4.12.5.3. Lists</h4> 5533 5538 </div> 5534 5539 </div> … … 5629 5634 <p xmlns="http://www.w3.org/1999/xhtml"> 5630 5635 Because the code coverage information is associated with compiled 5631 functions, load-time toplevel expressions do not get reported5632 on.You can work around this by creating a function and calling5636 functions, code coverage information is not available for load-time toplevel 5637 expressions. You can work around this by creating a function and calling 5633 5638 it. I.e. instead of 5634 5639 </p> … … 5649 5654 <p xmlns="http://www.w3.org/1999/xhtml"> 5650 5655 Then you can see the coverage information in the definition of 5651 init-this-and-that.5656 <code class="literal">init-this-and-that</code>. 5652 5657 </p> 5653 5658 </div> … … 5690 5695 <strong>[Function]</strong> 5691 5696 <br></br> 5692 <code><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>report-coverage</strong></span> <em xmlns="http://www.w3.org/1999/xhtml" class="varname">&key</em>5697 <code><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>report-coverage</strong></span> output-file <em xmlns="http://www.w3.org/1999/xhtml" class="varname">&key</em> 5693 5698 (external-format :default) (statistics t) (html t) 5694 5699 </code> 5695 5700 </div> 5696 <div class="refentrytitle">Generate code coverage report</div>5701 <div class="refentrytitle">Generate a code coverage report</div> 5697 5702 </p> 5698 5703 <p> 5699 5704 <div> 5700 5705 <div class="refsect1" lang="en" xml:lang="en"> 5701 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606798"></a>5706 <a xmlns="http://www.w3.org/1999/xhtml" id="id549536"></a> 5702 5707 <div class="header">Arguments and Values:</div> 5708 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">output-file</span></i>--- 5709 Pathname for the output index file. 5710 </p> 5703 5711 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">html</span></i>--- 5704 If non-nil, this will generate an HTML report, consisting of 5705 an index file and one html file for each instrumented source 5706 file that has been loaded in the current session. The 5707 individual source file reports are stored in the same 5708 directory as the index file. 5712 If non-nil (the default), this will generate an HTML report, consisting of 5713 an index file in <em xmlns="http://www.w3.org/1999/xhtml" class="varname">output-file</em> and, in the same directory, 5714 one html file for each instrumented source file that has been loaded in the 5715 current session. 5709 5716 </p> 5710 5717 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">external-format</span></i>--- … … 5712 5719 </p> 5713 5720 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">statistics</span></i>--- 5714 If :statistics is non-nil, a comma-separated file is also5721 If non-nil (the default), a comma-separated file is also 5715 5722 generated with the summary of statistics. You can specify a 5716 5723 filename for the statistics argument, otherwise 5717 "statistics.csv" is created in the output directory. See5718 documentation of ccl:coverage-statistics below for a5724 "statistics.csv" is created in the directory of <em xmlns="http://www.w3.org/1999/xhtml" class="varname">output-file</em>. 5725 See documentation of coverage-statistics below for a 5719 5726 description of the values in the statistics file. 5720 5727 </p> 5721 5728 </div> 5722 5729 <div class="refsect1" lang="en" xml:lang="en"> 5723 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606850"></a>5730 <a xmlns="http://www.w3.org/1999/xhtml" id="id549607"></a> 5724 5731 <div class="header">Example:</div> 5725 5732 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5729 5736 </p> 5730 5737 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 5731 ( CCL:REPORT-COVERAGE "/my/dir/coverage/report.html")5738 (REPORT-COVERAGE "/my/dir/coverage/report.html") 5732 5739 </pre> 5733 5740 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5746 5753 <strong>[Function]</strong> 5747 5754 <br></br> 5748 <code> reset-coverage</code>5755 <code>RESET-COVERAGE</code> 5749 5756 </div> 5750 5757 <div class="refentrytitle"> … … 5755 5762 <div> 5756 5763 <div class="refsect1" lang="en" xml:lang="en"> 5757 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606930"></a>5758 <div class="header"> Summary:</div>5764 <a xmlns="http://www.w3.org/1999/xhtml" id="id549687"></a> 5765 <div class="header">Description:</div> 5759 5766 <p xmlns="http://www.w3.org/1999/xhtml"> 5760 5767 Resets all coverage data back to the "Not Executed" state … … 5768 5775 <strong>[Function]</strong> 5769 5776 <br></br> 5770 <code> clear-coverage</code>5777 <code>CLEAR-COVERAGE</code> 5771 5778 </div> 5772 5779 <div class="refentrytitle"> … … 5777 5784 <div> 5778 5785 <div class="refsect1" lang="en" xml:lang="en"> 5779 <a xmlns="http://www.w3.org/1999/xhtml" id="id 606968"></a>5780 <div class="header"> Summary:</div>5786 <a xmlns="http://www.w3.org/1999/xhtml" id="id549725"></a> 5787 <div class="header">Description:</div> 5781 5788 <p xmlns="http://www.w3.org/1999/xhtml"> 5782 5789 Gets rid of the information about which instrumented files have … … 5803 5810 <div> 5804 5811 <div class="refsect1" lang="en" xml:lang="en"> 5805 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607021"></a>5806 <div class="header"> Summary:</div>5812 <a xmlns="http://www.w3.org/1999/xhtml" id="id549777"></a> 5813 <div class="header">Description:</div> 5807 5814 <p xmlns="http://www.w3.org/1999/xhtml"> 5808 5815 Saves all coverage info in a file, so you can restore the … … 5829 5836 <div> 5830 5837 <div class="refsect1" lang="en" xml:lang="en"> 5831 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607072"></a>5832 <div class="header"> Summary:</div>5838 <a xmlns="http://www.w3.org/1999/xhtml" id="id549829"></a> 5839 <div class="header">Description:</div> 5833 5840 <p xmlns="http://www.w3.org/1999/xhtml"> 5834 5841 Restores the coverage data previously saved with 5835 CCL:SAVE-COVERAGE-IN-FILE, for the set of instrumented fasls5842 ccl:save-coverage-in-file, for the set of instrumented fasls 5836 5843 that were loaded both at save and restore time. I.e. coverage 5837 5844 info is only restored for files that have been loaded in this … … 5839 5846 "foo.lx86fsl" and then saved the coverage info, in this session 5840 5847 you must load the same "foo.lx86fsl" before calling 5841 ccl:restore-coverage-from-file in order to retrieve the stored5848 restore-coverage-from-file in order to retrieve the stored 5842 5849 coverage info for "foo". Equivalent to (ccl:restore-coverage 5843 5850 (ccl:read-coverage-from-file pathname)). … … 5851 5858 <strong>[Function]</strong> 5852 5859 <br></br> 5853 <code> save-coverage</code>5860 <code>SAVE-COVERAGE</code> 5854 5861 </div> 5855 5862 <div class="refentrytitle"> … … 5860 5867 <div> 5861 5868 <div class="refsect1" lang="en" xml:lang="en"> 5862 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607115"></a>5863 <div class="header"> Summary:</div>5869 <a xmlns="http://www.w3.org/1999/xhtml" id="id549872"></a> 5870 <div class="header">Description:</div> 5864 5871 <p xmlns="http://www.w3.org/1999/xhtml"> 5865 5872 Returns a snapshot of the current coverage data. A snapshot is a … … 5887 5894 <div> 5888 5895 <div class="refsect1" lang="en" xml:lang="en"> 5889 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607168"></a>5890 <div class="header"> Summary:</div>5896 <a xmlns="http://www.w3.org/1999/xhtml" id="id549925"></a> 5897 <div class="header">Description:</div> 5891 5898 <p xmlns="http://www.w3.org/1999/xhtml"> 5892 5899 Reinstalls a coverage snapshot as the current coverage state. 5900 </p> 5901 </div> 5902 </div> 5903 </p> 5904 <p> 5905 <div class="refentrytitle"> 5906 <a id="f_combine-coverage"></a> 5907 <strong>[Function]</strong> 5908 <br></br> 5909 <code><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>combine-coverage</strong></span> snapshots 5910 </code> 5911 </div> 5912 <div class="refentrytitle"> 5913 Combines multiple coverage snapshots into one. 5914 </div> 5915 </p> 5916 <p> 5917 <div> 5918 <div class="refsect1" lang="en" xml:lang="en"> 5919 <a xmlns="http://www.w3.org/1999/xhtml" id="id549976"></a> 5920 <div class="header">Description:</div> 5921 <p xmlns="http://www.w3.org/1999/xhtml"> 5922 Takes a list of coverage snapshots and returns a new coverage snapshot 5923 representing a union of all the coverage data. 5893 5924 </p> 5894 5925 </div> … … 5910 5941 <div> 5911 5942 <div class="refsect1" lang="en" xml:lang="en"> 5912 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607219"></a>5913 <div class="header"> Summary:</div>5943 <a xmlns="http://www.w3.org/1999/xhtml" id="id550027"></a> 5944 <div class="header">Description:</div> 5914 5945 <p xmlns="http://www.w3.org/1999/xhtml"> 5915 5946 Saves the coverage snapshot in a file. The snapshot can be … … 5937 5968 <div> 5938 5969 <div class="refsect1" lang="en" xml:lang="en"> 5939 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607272"></a>5940 <div class="header"> Summary:</div>5970 <a xmlns="http://www.w3.org/1999/xhtml" id="id550080"></a> 5971 <div class="header">Description:</div> 5941 5972 <p xmlns="http://www.w3.org/1999/xhtml"> 5942 5973 Returns the snapshot saved in pathname. Doesn't affect the … … 5958 5989 </div> 5959 5990 <div class="refentrytitle"> 5960 Returns a sequence of c overage-statistics objects, one per source file.5991 Returns a sequence of ccl:coverage-statistics objects, one per source file. 5961 5992 </div> 5962 5993 </p> … … 5964 5995 <div> 5965 5996 <div class="refsect1" lang="en" xml:lang="en"> 5966 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607324"></a>5967 <div class="header"> Summary:</div>5997 <a xmlns="http://www.w3.org/1999/xhtml" id="id550132"></a> 5998 <div class="header">Description:</div> 5968 5999 <p xmlns="http://www.w3.org/1999/xhtml"> 5969 6000 Returns a sequence ccl:coverage-statistics objects, one for each … … 5977 6008 <span class="term"> 5978 6009 <span class="function"> 5979 <strong>c cl:coverage-source-file</strong>6010 <strong>coverage-source-file</strong> 5980 6011 </span> 5981 6012 </span> … … 5989 6020 <span class="term"> 5990 6021 <span class="function"> 5991 <strong>c cl:coverage-expressions-total</strong>6022 <strong>coverage-expressions-total</strong> 5992 6023 </span> 5993 6024 </span> … … 6001 6032 <span class="term"> 6002 6033 <span class="function"> 6003 <strong>c cl:coverage-expressions-entered</strong>6034 <strong>coverage-expressions-entered</strong> 6004 6035 </span> 6005 6036 </span> … … 6014 6045 <span class="term"> 6015 6046 <span class="function"> 6016 <strong>c cl:coverage-expressions-covered</strong>6047 <strong>coverage-expressions-covered</strong> 6017 6048 </span> 6018 6049 </span> … … 6026 6057 <span class="term"> 6027 6058 <span class="function"> 6028 <strong>c cl:coverage-unreached-branches</strong>6059 <strong>coverage-unreached-branches</strong> 6029 6060 </span> 6030 6061 </span> … … 6038 6069 <span class="term"> 6039 6070 <span class="function"> 6040 <strong>c cl:coverage-code-forms-total</strong>6071 <strong>coverage-code-forms-total</strong> 6041 6072 </span> 6042 6073 </span> … … 6052 6083 <span class="term"> 6053 6084 <span class="function"> 6054 <strong>c cl:coverage-code-forms-covered</strong>6085 <strong>coverage-code-forms-covered</strong> 6055 6086 </span> 6056 6087 </span> … … 6064 6095 <span class="term"> 6065 6096 <span class="function"> 6066 <strong>c cl:coverage-functions-total</strong>6097 <strong>coverage-functions-total</strong> 6067 6098 </span> 6068 6099 </span> … … 6076 6107 <span class="term"> 6077 6108 <span class="function"> 6078 <strong>c cl:coverage-functions-fully-covered</strong>6109 <strong>coverage-functions-fully-covered</strong> 6079 6110 </span> 6080 6111 </span> … … 6088 6119 <span class="term"> 6089 6120 <span class="function"> 6090 <strong>c cl:coverage-functions-partly-covered</strong>6121 <strong>coverage-functions-partly-covered</strong> 6091 6122 </span> 6092 6123 </span> … … 6100 6131 <span class="term"> 6101 6132 <span class="function"> 6102 <strong>c cl:coverage-functions-not-entered</strong>6133 <strong>coverage-functions-not-entered</strong> 6103 6134 </span> 6104 6135 </span> … … 6125 6156 </div> 6126 6157 <div class="refentrytitle"> 6127 When true, instrument functions for code coverage.6158 When true, instrument functions being compiled to collect code coverage information. 6128 6159 </div> 6129 6160 </p> … … 6131 6162 <div> 6132 6163 <div class="refsect1" lang="en" xml:lang="en"> 6133 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607559"></a>6134 <div class="header"> Summary:</div>6164 <a xmlns="http://www.w3.org/1999/xhtml" id="id550368"></a> 6165 <div class="header">Description:</div> 6135 6166 <p xmlns="http://www.w3.org/1999/xhtml"> 6136 6167 This variable controls whether functions are instrumented for … … 6156 6187 <div> 6157 6188 <div class="refsect1" lang="en" xml:lang="en"> 6158 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607611"></a>6159 <div class="header"> Summary:</div>6189 <a xmlns="http://www.w3.org/1999/xhtml" id="id550420"></a> 6190 <div class="header">Description:</div> 6160 6191 <p xmlns="http://www.w3.org/1999/xhtml"> 6161 6192 This macro arranges so that body doesn't record internal details … … 6168 6199 </p> 6169 6200 </div> 6201 <div class="sect2" lang="en" xml:lang="en"> 6202 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 6203 <div> 6204 <div> 6205 <h3 class="title"><a id="code-coverage-interpreting-code-coloring"></a>4.13.4. Interpreting Code Coloring</h3> 6206 </div> 6207 </div> 6208 </div> 6209 <p xmlns="http://www.w3.org/1999/xhtml"> 6210 6211 The output of ccl:report-coverage consists of formatted source code, with coverage indicated by 6212 coloring. Four colors are used: dark green for forms that compiled to code in which every single 6213 instruction was executed, light green for forms that have been entered but weren't totally covered, red 6214 for forms that were never entered, and the page background color for toplevel forms that weren't 6215 instrumented. 6216 6217 </p> 6218 <p xmlns="http://www.w3.org/1999/xhtml"> 6219 The source coloring is applied from outside in. So for example if you have 6220 6221 </p> 6222 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> 6223 (outer-form ... (inner-form ...) ...) 6224 </pre> 6225 <p xmlns="http://www.w3.org/1999/xhtml"> 6226 6227 first the whole outer form is painted with whatever color expresses the outer form coverage, and then the 6228 inner form color is replaced with whatever color expresses the inner form coverage. One consequence of 6229 this approach is that every part of the outer form that is not specifically inside some executable inner 6230 form will have the outer form's coverage color. If the syntax of outer form involves some non-executable 6231 forms, or forms that do not have coverage info of their own for whatever reason, then they will just 6232 inherit the color of the outer form, because it doesn't get replaced with a color of its own. 6233 </p> 6234 <p xmlns="http://www.w3.org/1999/xhtml"> 6235 One case in which this approach can be confusing is in the case of symbols. As noted in the Limitations 6236 section, coverage information is not recorded for variables; hence the coloring of a variable does not 6237 convey information about whether the variable was evaluated or not -- that information is not available, 6238 and the variable just inherits the color of the form that contains it. 6239 </p> 6240 </div> 6170 6241 </div> 6171 6242 <div class="sect1" lang="en" xml:lang="en"> … … 6192 6263 <div> 6193 6264 <div class="refsect1" lang="en" xml:lang="en"> 6194 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607678"></a>6265 <a xmlns="http://www.w3.org/1999/xhtml" id="id550521"></a> 6195 6266 <div class="header">Summary:</div> 6196 6267 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6227 6298 <div> 6228 6299 <div class="refsect1" lang="en" xml:lang="en"> 6229 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607740"></a>6300 <a xmlns="http://www.w3.org/1999/xhtml" id="id550583"></a> 6230 6301 <div class="header">Summary:</div> 6231 6302 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6258 6329 <div> 6259 6330 <div class="refsect1" lang="en" xml:lang="en"> 6260 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607797"></a>6331 <a xmlns="http://www.w3.org/1999/xhtml" id="id550640"></a> 6261 6332 <div class="header">Summary:</div> 6262 6333 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6488 6559 <div> 6489 6560 <div> 6490 <h4 class="title"><a id="id 559996"></a>5.4.2.1. Checking for Updates</h4>6561 <h4 class="title"><a id="id484822"></a>5.4.2.1. Checking for Updates</h4> 6491 6562 </div> 6492 6563 </div> … … 6620 6691 the required subsystems, if necessary.</p> 6621 6692 <p xmlns="http://www.w3.org/1999/xhtml"> 6622 <a id="id5 54536" class="indexterm"></a>6693 <a id="id501240" class="indexterm"></a> 6623 6694 <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&key</em> 6624 6695 (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>) … … 6920 6991 <dt> 6921 6992 <span class="sect2"> 6922 <a href="#id5 78271">6.3.2. As of August 2003:</a>6993 <a href="#id505174">6.3.2. As of August 2003:</a> 6923 6994 </span> 6924 6995 </dt> … … 7171 7242 <div> 7172 7243 <div> 7173 <h3 class="title"><a id="id5 78271"></a>6.3.2. As of August 2003:</h3>7244 <h3 class="title"><a id="id505174"></a>6.3.2. As of August 2003:</h3> 7174 7245 </div> 7175 7246 </div> … … 7623 7694 <div> 7624 7695 <div class="refsect1" lang="en" xml:lang="en"> 7625 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93626"></a>7696 <a xmlns="http://www.w3.org/1999/xhtml" id="id536248"></a> 7626 7697 <div class="header">Values:</div> 7627 7698 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads) … … 7629 7700 </div> 7630 7701 <div class="refsect1" lang="en" xml:lang="en"> 7631 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93652"></a>7702 <a xmlns="http://www.w3.org/1999/xhtml" id="id536274"></a> 7632 7703 <div class="header">Description:</div> 7633 7704 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known … … 7641 7712 </div> 7642 7713 <div class="refsect1" lang="en" xml:lang="en"> 7643 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93667"></a>7714 <a xmlns="http://www.w3.org/1999/xhtml" id="id536289"></a> 7644 7715 <div class="header">See Also:</div> 7645 7716 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7669 7740 <div> 7670 7741 <div class="refsect1" lang="en" xml:lang="en"> 7671 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93736"></a>7742 <a xmlns="http://www.w3.org/1999/xhtml" id="id536358"></a> 7672 7743 <div class="header">Arguments and Values:</div> 7673 7744 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p> … … 7712 7783 </div> 7713 7784 <div class="refsect1" lang="en" xml:lang="en"> 7714 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93928"></a>7785 <a xmlns="http://www.w3.org/1999/xhtml" id="id536551"></a> 7715 7786 <div class="header">Description:</div> 7716 7787 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the … … 7733 7804 </div> 7734 7805 <div class="refsect1" lang="en" xml:lang="en"> 7735 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93980"></a>7806 <a xmlns="http://www.w3.org/1999/xhtml" id="id536604"></a> 7736 7807 <div class="header">See Also:</div> 7737 7808 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span> … … 7752 7823 <div> 7753 7824 <div class="refsect1" lang="en" xml:lang="en"> 7754 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94059"></a>7825 <a xmlns="http://www.w3.org/1999/xhtml" id="id536682"></a> 7755 7826 <div class="header">Arguments and Values:</div> 7756 7827 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7762 7833 </div> 7763 7834 <div class="refsect1" lang="en" xml:lang="en"> 7764 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94113"></a>7835 <a xmlns="http://www.w3.org/1999/xhtml" id="id536736"></a> 7765 7836 <div class="header">Description:</div> 7766 7837 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from … … 7784 7855 </div> 7785 7856 <div class="refsect1" lang="en" xml:lang="en"> 7786 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94168"></a>7857 <a xmlns="http://www.w3.org/1999/xhtml" id="id536791"></a> 7787 7858 <div class="header">See Also:</div> 7788 7859 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-resume" title="Function PROCESS-RESUME"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-resume</b></a>, <a class="xref" href="#f_process-suspend-count" title="Function PROCESS-SUSPEND-COUNT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend-count</b></a></span> 7789 7860 </div> 7790 7861 <div class="refsect1" lang="en" xml:lang="en"> 7791 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94193"></a>7862 <a xmlns="http://www.w3.org/1999/xhtml" id="id536816"></a> 7792 7863 <div class="header">Notes:</div> 7793 7864 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called … … 7815 7886 <div> 7816 7887 <div class="refsect1" lang="en" xml:lang="en"> 7817 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94274"></a>7888 <a xmlns="http://www.w3.org/1999/xhtml" id="id536897"></a> 7818 7889 <div class="header">Arguments and Values:</div> 7819 7890 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7826 7897 </div> 7827 7898 <div class="refsect1" lang="en" xml:lang="en"> 7828 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94328"></a>7899 <a xmlns="http://www.w3.org/1999/xhtml" id="id536951"></a> 7829 7900 <div class="header">Description:</div> 7830 7901 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to … … 7837 7908 </div> 7838 7909 <div class="refsect1" lang="en" xml:lang="en"> 7839 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94359"></a>7910 <a xmlns="http://www.w3.org/1999/xhtml" id="id536982"></a> 7840 7911 <div class="header">See Also:</div> 7841 7912 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a>, <a class="xref" href="#f_process-suspend-count" title="Function PROCESS-SUSPEND-COUNT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend-count</b></a></span> 7842 7913 </div> 7843 7914 <div class="refsect1" lang="en" xml:lang="en"> 7844 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94384"></a>7915 <a xmlns="http://www.w3.org/1999/xhtml" id="id537007"></a> 7845 7916 <div class="header">Notes:</div> 7846 7917 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7868 7939 <div> 7869 7940 <div class="refsect1" lang="en" xml:lang="en"> 7870 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94449"></a>7941 <a xmlns="http://www.w3.org/1999/xhtml" id="id537073"></a> 7871 7942 <div class="header">Arguments and Values:</div> 7872 7943 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7878 7949 </div> 7879 7950 <div class="refsect1" lang="en" xml:lang="en"> 7880 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94502"></a>7951 <a xmlns="http://www.w3.org/1999/xhtml" id="id537126"></a> 7881 7952 <div class="header">Description:</div> 7882 7953 <p xmlns="http://www.w3.org/1999/xhtml">An "outstanding" <a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a> call … … 7893 7964 </div> 7894 7965 <div class="refsect1" lang="en" xml:lang="en"> 7895 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94552"></a>7966 <a xmlns="http://www.w3.org/1999/xhtml" id="id537176"></a> 7896 7967 <div class="header">See Also:</div> 7897 7968 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-suspend" title="Function PROCESS-SUSPEND"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-suspend</b></a>, <a class="xref" href="#f_process-resume" title="Function PROCESS-RESUME"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-resume</b></a></span> … … 7914 7985 <div> 7915 7986 <div class="refsect1" lang="en" xml:lang="en"> 7916 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94628"></a>7987 <a xmlns="http://www.w3.org/1999/xhtml" id="id537253"></a> 7917 7988 <div class="header">Arguments and Values:</div> 7918 7989 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7925 7996 </div> 7926 7997 <div class="refsect1" lang="en" xml:lang="en"> 7927 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94703"></a>7998 <a xmlns="http://www.w3.org/1999/xhtml" id="id537328"></a> 7928 7999 <div class="header">Description:</div> 7929 8000 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset … … 7939 8010 </div> 7940 8011 <div class="refsect1" lang="en" xml:lang="en"> 7941 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94747"></a>8012 <a xmlns="http://www.w3.org/1999/xhtml" id="id537372"></a> 7942 8013 <div class="header">See Also:</div> 7943 8014 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span> … … 7960 8031 <div> 7961 8032 <div class="refsect1" lang="en" xml:lang="en"> 7962 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94829"></a>8033 <a xmlns="http://www.w3.org/1999/xhtml" id="id537454"></a> 7963 8034 <div class="header">Arguments and Values:</div> 7964 8035 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7969 8040 </div> 7970 8041 <div class="refsect1" lang="en" xml:lang="en"> 7971 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94891"></a>8042 <a xmlns="http://www.w3.org/1999/xhtml" id="id537516"></a> 7972 8043 <div class="header">Description:</div> 7973 8044 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>. … … 7986 8057 </div> 7987 8058 <div class="refsect1" lang="en" xml:lang="en"> 7988 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94940"></a>8059 <a xmlns="http://www.w3.org/1999/xhtml" id="id537564"></a> 7989 8060 <div class="header">See Also:</div> 7990 8061 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a></span> 7991 8062 </div> 7992 8063 <div class="refsect1" lang="en" xml:lang="en"> 7993 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94970"></a>8064 <a xmlns="http://www.w3.org/1999/xhtml" id="id537595"></a> 7994 8065 <div class="header">Notes:</div> 7995 8066 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means … … 8012 8083 <div> 8013 8084 <div class="refsect1" lang="en" xml:lang="en"> 8014 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 95086"></a>8085 <a xmlns="http://www.w3.org/1999/xhtml" id="id537710"></a> 8015 8086 <div class="header">Arguments and Values:</div> 8016 8087 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process. … … 8034 8105 </div> 8035 8106 <div class="refsect1" lang="en" xml:lang="en"> 8036 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 95275"></a>8107 <a xmlns="http://www.w3.org/1999/xhtml" id="id537899"></a> 8037 8108 <div class="header">Description:</div> 8038 8109 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via … … 8047 8118 </div> 8048 8119 <div class="refsect1" lang="en" xml:lang="en"> 8049 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 95310"></a>8120 <a xmlns="http://www.w3.org/1999/xhtml" id="id537934"></a> 8050 8121 <div class="header">See Also:</div> 8051 8122 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a>, <a class="xref" href="#f_process-preset" title="Function PROCESS-PRESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-preset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a></span> … … 8068 8139 <div> 8069 8140 <div class="refsect1" lang="en" xml:lang="en"> 8070 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98754"></a>8141 <a xmlns="http://www.w3.org/1999/xhtml" id="id541288"></a> 8071 8142 <div class="header">Arguments and Values:</div> 8072 8143 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8081 8152 </div> 8082 8153 <div class="refsect1" lang="en" xml:lang="en"> 8083 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98847"></a>8154 <a xmlns="http://www.w3.org/1999/xhtml" id="id541380"></a> 8084 8155 <div class="header">Description:</div> 8085 8156 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em> … … 8112 8183 </div> 8113 8184 <div class="refsect1" lang="en" xml:lang="en"> 8114 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98921"></a>8185 <a xmlns="http://www.w3.org/1999/xhtml" id="id541454"></a> 8115 8186 <div class="header">See Also:</div> 8116 8187 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8121 8192 </div> 8122 8193 <div class="refsect1" lang="en" xml:lang="en"> 8123 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98940"></a>8194 <a xmlns="http://www.w3.org/1999/xhtml" id="id541474"></a> 8124 8195 <div class="header">Notes:</div> 8125 8196 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em> … … 8151 8222 <div> 8152 8223 <div class="refsect1" lang="en" xml:lang="en"> 8153 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99005"></a>8224 <a xmlns="http://www.w3.org/1999/xhtml" id="id541538"></a> 8154 8225 <div class="header">Value Type:</div> 8155 8226 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p> 8156 8227 </div> 8157 8228 <div class="refsect1" lang="en" xml:lang="en"> 8158 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99017"></a>8229 <a xmlns="http://www.w3.org/1999/xhtml" id="id541550"></a> 8159 8230 <div class="header">Initial Value:</div> 8160 8231 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself. … … 8162 8233 </div> 8163 8234 <div class="refsect1" lang="en" xml:lang="en"> 8164 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99028"></a>8235 <a xmlns="http://www.w3.org/1999/xhtml" id="id541561"></a> 8165 8236 <div class="header">Description:</div> 8166 8237 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is … … 8168 8239 </div> 8169 8240 <div class="refsect1" lang="en" xml:lang="en"> 8170 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99040"></a>8241 <a xmlns="http://www.w3.org/1999/xhtml" id="id541573"></a> 8171 8242 <div class="header">See Also:</div> 8172 8243 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8192 8263 <div> 8193 8264 <div class="refsect1" lang="en" xml:lang="en"> 8194 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99111"></a>8265 <a xmlns="http://www.w3.org/1999/xhtml" id="id541644"></a> 8195 8266 <div class="header">Arguments and Values:</div> 8196 8267 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8199 8270 </div> 8200 8271 <div class="refsect1" lang="en" xml:lang="en"> 8201 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99167"></a>8272 <a xmlns="http://www.w3.org/1999/xhtml" id="id541700"></a> 8202 8273 <div class="header">Description:</div> 8203 8274 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit … … 8226 8297 </div> 8227 8298 <div class="refsect1" lang="en" xml:lang="en"> 8228 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99234"></a>8299 <a xmlns="http://www.w3.org/1999/xhtml" id="id541767"></a> 8229 8300 <div class="header">See Also:</div> 8230 8301 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-kill" title="Function PROCESS-KILL"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-kill</b></a>, <a class="xref" href="#f_process-abort" title="Function PROCESS-ABORT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-abort</b></a></span> … … 8246 8317 <div> 8247 8318 <div class="refsect1" lang="en" xml:lang="en"> 8248 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99307"></a>8319 <a xmlns="http://www.w3.org/1999/xhtml" id="id541840"></a> 8249 8320 <div class="header">Arguments and Values:</div> 8250 8321 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which … … 8253 8324 </div> 8254 8325 <div class="refsect1" lang="en" xml:lang="en"> 8255 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99349"></a>8326 <a xmlns="http://www.w3.org/1999/xhtml" id="id541882"></a> 8256 8327 <div class="header">Description:</div> 8257 8328 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8261 8332 </div> 8262 8333 <div class="refsect1" lang="en" xml:lang="en"> 8263 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99361"></a>8334 <a xmlns="http://www.w3.org/1999/xhtml" id="id541894"></a> 8264 8335 <div class="header">See Also:</div> 8265 8336 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-enable" title="Function PROCESS-ENABLE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-enable</b></a></span> … … 8281 8352 <div> 8282 8353 <div class="refsect1" lang="en" xml:lang="en"> 8283 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99434"></a>8354 <a xmlns="http://www.w3.org/1999/xhtml" id="id541967"></a> 8284 8355 <div class="header">Arguments and Values:</div> 8285 8356 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8287 8358 </div> 8288 8359 <div class="refsect1" lang="en" xml:lang="en"> 8289 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99475"></a>8360 <a xmlns="http://www.w3.org/1999/xhtml" id="id542008"></a> 8290 8361 <div class="header">Description:</div> 8291 8362 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8295 8366 </div> 8296 8367 <div class="refsect1" lang="en" xml:lang="en"> 8297 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99491"></a>8368 <a xmlns="http://www.w3.org/1999/xhtml" id="id542023"></a> 8298 8369 <div class="header">See Also:</div> 8299 8370 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-abort" title="Function PROCESS-ABORT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-abort</b></a></span> … … 8317 8388 <div> 8318 8389 <div class="refsect1" lang="en" xml:lang="en"> 8319 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99574"></a>8390 <a xmlns="http://www.w3.org/1999/xhtml" id="id542106"></a> 8320 8391 <div class="header">Arguments and Values:</div> 8321 8392 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8323 8394 </div> 8324 8395 <div class="refsect1" lang="en" xml:lang="en"> 8325 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99615"></a>8396 <a xmlns="http://www.w3.org/1999/xhtml" id="id542147"></a> 8326 8397 <div class="header">Description:</div> 8327 8398 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 8337 8408 </div> 8338 8409 <div class="refsect1" lang="en" xml:lang="en"> 8339 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99679"></a>8410 <a xmlns="http://www.w3.org/1999/xhtml" id="id542211"></a> 8340 8411 <div class="header">See Also:</div> 8341 8412 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-reset" title="Function PROCESS-RESET"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-reset</b></a>, <a class="xref" href="#f_process-kill" title="Function PROCESS-KILL"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-kill</b></a></span> … … 8356 8427 <div> 8357 8428 <div class="refsect1" lang="en" xml:lang="en"> 8358 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99737"></a>8429 <a xmlns="http://www.w3.org/1999/xhtml" id="id542269"></a> 8359 8430 <div class="header">Value Type:</div> 8360 8431 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p> 8361 8432 </div> 8362 8433 <div class="refsect1" lang="en" xml:lang="en"> 8363 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99748"></a>8434 <a xmlns="http://www.w3.org/1999/xhtml" id="id542281"></a> 8364 8435 <div class="header">Initial Value:</div> 8365 8436 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler. Currently, … … 8368 8439 </div> 8369 8440 <div class="refsect1" lang="en" xml:lang="en"> 8370 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99760"></a>8441 <a xmlns="http://www.w3.org/1999/xhtml" id="id542293"></a> 8371 8442 <div class="header">Description:</div> 8372 8443 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best, … … 8376 8447 </div> 8377 8448 <div class="refsect1" lang="en" xml:lang="en"> 8378 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99773"></a>8449 <a xmlns="http://www.w3.org/1999/xhtml" id="id542306"></a> 8379 8450 <div class="header">See Also:</div> 8380 8451 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8400 8471 <div> 8401 8472 <div class="refsect1" lang="en" xml:lang="en"> 8402 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99878"></a>8473 <a xmlns="http://www.w3.org/1999/xhtml" id="id542410"></a> 8403 8474 <div class="header">Description:</div> 8404 8475 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of … … 8414 8485 </div> 8415 8486 <div class="refsect1" lang="en" xml:lang="en"> 8416 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99921"></a>8487 <a xmlns="http://www.w3.org/1999/xhtml" id="id542452"></a> 8417 8488 <div class="header">See Also:</div> 8418 8489 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-wait" title="Function PROCESS-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait</b></a>, <a class="xref" href="#f_process-wait-with-timeout" title="Function PROCESS-WAIT-WITH-TIMEOUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait-with-timeout</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 8419 8490 </div> 8420 8491 <div class="refsect1" lang="en" xml:lang="en"> 8421 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99952"></a>8492 <a xmlns="http://www.w3.org/1999/xhtml" id="id542483"></a> 8422 8493 <div class="header">Notes:</div> 8423 8494 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to … … 8443 8514 <div> 8444 8515 <div class="refsect1" lang="en" xml:lang="en"> 8445 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600011"></a>8516 <a xmlns="http://www.w3.org/1999/xhtml" id="id542542"></a> 8446 8517 <div class="header">Description:</div> 8447 8518 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing … … 8452 8523 </div> 8453 8524 <div class="refsect1" lang="en" xml:lang="en"> 8454 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600024"></a>8525 <a xmlns="http://www.w3.org/1999/xhtml" id="id542556"></a> 8455 8526 <div class="header">See Also:</div> 8456 8527 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 8457 8528 </div> 8458 8529 <div class="refsect1" lang="en" xml:lang="en"> 8459 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600072"></a>8530 <a xmlns="http://www.w3.org/1999/xhtml" id="id542604"></a> 8460 8531 <div class="header">Notes:</div> 8461 8532 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative … … 8480 8551 <div> 8481 8552 <div class="refsect1" lang="en" xml:lang="en"> 8482 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600137"></a>8553 <a xmlns="http://www.w3.org/1999/xhtml" id="id542668"></a> 8483 8554 <div class="header">Arguments and Values:</div> 8484 8555 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8493 8564 </div> 8494 8565 <div class="refsect1" lang="en" xml:lang="en"> 8495 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600216"></a>8566 <a xmlns="http://www.w3.org/1999/xhtml" id="id542748"></a> 8496 8567 <div class="header">Description:</div> 8497 8568 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly … … 8510 8581 </div> 8511 8582 <div class="refsect1" lang="en" xml:lang="en"> 8512 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600252"></a>8583 <a xmlns="http://www.w3.org/1999/xhtml" id="id542783"></a> 8513 8584 <div class="header">See Also:</div> 8514 8585 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_process-whostate" title="Function PROCESS-WHOSTATE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>, <a class="xref" href="#f_process-wait-with-timeout" title="Function PROCESS-WAIT-WITH-TIMEOUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait-with-timeout</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 8530 8601 <div> 8531 8602 <div class="refsect1" lang="en" xml:lang="en"> 8532 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600360"></a>8603 <a xmlns="http://www.w3.org/1999/xhtml" id="id542892"></a> 8533 8604 <div class="header">Arguments and Values:</div> 8534 8605 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8548 8619 </div> 8549 8620 <div class="refsect1" lang="en" xml:lang="en"> 8550 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600474"></a>8621 <a xmlns="http://www.w3.org/1999/xhtml" id="id543006"></a> 8551 8622 <div class="header">Description:</div> 8552 8623 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like … … 8565 8636 </div> 8566 8637 <div class="refsect1" lang="en" xml:lang="en"> 8567 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600524"></a>8638 <a xmlns="http://www.w3.org/1999/xhtml" id="id543056"></a> 8568 8639 <div class="header">See Also:</div> 8569 8640 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#v_ticks-per-second" title="Variable *TICKS-PER-SECOND*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*ticks-per-second*</b></a>, <a class="xref" href="#f_process-whostate" title="Function PROCESS-WHOSTATE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-whostate</b></a>, <a class="xref" href="#f_process-wait" title="Function PROCESS-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-wait</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 8585 8656 <div> 8586 8657 <div class="refsect1" lang="en" xml:lang="en"> 8587 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600642"></a>8658 <a xmlns="http://www.w3.org/1999/xhtml" id="id543173"></a> 8588 8659 <div class="header">Arguments and Values:</div> 8589 8660 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8592 8663 </div> 8593 8664 <div class="refsect1" lang="en" xml:lang="en"> 8594 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600686"></a>8665 <a xmlns="http://www.w3.org/1999/xhtml" id="id543218"></a> 8595 8666 <div class="header">Description:</div> 8596 8667 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8607 8678 </div> 8608 8679 <div class="refsect1" lang="en" xml:lang="en"> 8609 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600718"></a>8680 <a xmlns="http://www.w3.org/1999/xhtml" id="id543249"></a> 8610 8681 <div class="header">See Also:</div> 8611 8682 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8631 8702 <div> 8632 8703 <div class="refsect1" lang="en" xml:lang="en"> 8633 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600789"></a>8704 <a xmlns="http://www.w3.org/1999/xhtml" id="id543321"></a> 8634 8705 <div class="header">Arguments and Values:</div> 8635 8706 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8638 8709 </div> 8639 8710 <div class="refsect1" lang="en" xml:lang="en"> 8640 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600834"></a>8711 <a xmlns="http://www.w3.org/1999/xhtml" id="id543365"></a> 8641 8712 <div class="header">Description:</div> 8642 8713 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8661 8732 <div> 8662 8733 <div class="refsect1" lang="en" xml:lang="en"> 8663 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600905"></a>8734 <a xmlns="http://www.w3.org/1999/xhtml" id="id543437"></a> 8664 8735 <div class="header">Arguments and Values:</div> 8665 8736 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of … … 8671 8742 </div> 8672 8743 <div class="refsect1" lang="en" xml:lang="en"> 8673 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600958"></a>8744 <a xmlns="http://www.w3.org/1999/xhtml" id="id543490"></a> 8674 8745 <div class="header">Description:</div> 8675 8746 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can … … 8681 8752 </div> 8682 8753 <div class="refsect1" lang="en" xml:lang="en"> 8683 <a xmlns="http://www.w3.org/1999/xhtml" id="id 600975"></a>8754 <a xmlns="http://www.w3.org/1999/xhtml" id="id543506"></a> 8684 8755 <div class="header">See Also:</div> 8685 8756 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 8701 8772 <div> 8702 8773 <div class="refsect1" lang="en" xml:lang="en"> 8703 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614427"></a>8774 <a xmlns="http://www.w3.org/1999/xhtml" id="id543623"></a> 8704 8775 <div class="header">Arguments and Values:</div> 8705 8776 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8709 8780 </div> 8710 8781 <div class="refsect1" lang="en" xml:lang="en"> 8711 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614478"></a>8782 <a xmlns="http://www.w3.org/1999/xhtml" id="id557244"></a> 8712 8783 <div class="header">Description:</div> 8713 8784 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or … … 8720 8791 </div> 8721 8792 <div class="refsect1" lang="en" xml:lang="en"> 8722 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614507"></a>8793 <a xmlns="http://www.w3.org/1999/xhtml" id="id557272"></a> 8723 8794 <div class="header">See Also:</div> 8724 8795 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 8739 8810 <div> 8740 8811 <div class="refsect1" lang="en" xml:lang="en"> 8741 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614607"></a>8812 <a xmlns="http://www.w3.org/1999/xhtml" id="id557372"></a> 8742 8813 <div class="header">Arguments and Values:</div> 8743 8814 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8744 8815 </div> 8745 8816 <div class="refsect1" lang="en" xml:lang="en"> 8746 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614630"></a>8817 <a xmlns="http://www.w3.org/1999/xhtml" id="id557395"></a> 8747 8818 <div class="header">Description:</div> 8748 8819 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the … … 8755 8826 </div> 8756 8827 <div class="refsect1" lang="en" xml:lang="en"> 8757 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614663"></a>8828 <a xmlns="http://www.w3.org/1999/xhtml" id="id557428"></a> 8758 8829 <div class="header">See Also:</div> 8759 8830 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 8773 8844 <div> 8774 8845 <div class="refsect1" lang="en" xml:lang="en"> 8775 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614762"></a>8846 <a xmlns="http://www.w3.org/1999/xhtml" id="id557527"></a> 8776 8847 <div class="header">Arguments and Values:</div> 8777 8848 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8778 8849 </div> 8779 8850 <div class="refsect1" lang="en" xml:lang="en"> 8780 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614785"></a>8851 <a xmlns="http://www.w3.org/1999/xhtml" id="id557550"></a> 8781 8852 <div class="header">Description:</div> 8782 8853 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if … … 8791 8862 </div> 8792 8863 <div class="refsect1" lang="en" xml:lang="en"> 8793 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614818"></a>8864 <a xmlns="http://www.w3.org/1999/xhtml" id="id557584"></a> 8794 8865 <div class="header">See Also:</div> 8795 8866 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_try-lock" title="Function TRY-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">try-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 8810 8881 <div> 8811 8882 <div class="refsect1" lang="en" xml:lang="en"> 8812 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614919"></a>8883 <a xmlns="http://www.w3.org/1999/xhtml" id="id557684"></a> 8813 8884 <div class="header">Arguments and Values:</div> 8814 8885 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8817 8888 </div> 8818 8889 <div class="refsect1" lang="en" xml:lang="en"> 8819 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614957"></a>8890 <a xmlns="http://www.w3.org/1999/xhtml" id="id557722"></a> 8820 8891 <div class="header">Description:</div> 8821 8892 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em> … … 8830 8901 </div> 8831 8902 <div class="refsect1" lang="en" xml:lang="en"> 8832 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614980"></a>8903 <a xmlns="http://www.w3.org/1999/xhtml" id="id557745"></a> 8833 8904 <div class="header">See Also:</div> 8834 8905 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#m_with-lock-grabbed" title="Macro WITH-LOCK-GRABBED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-lock-grabbed</b></a>, <a class="xref" href="#f_grab-lock" title="Function GRAB-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">grab-lock</b></a>, <a class="xref" href="#f_release-lock" title="Function RELEASE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">release-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 8850 8921 <div> 8851 8922 <div class="refsect1" lang="en" xml:lang="en"> 8852 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615080"></a>8923 <a xmlns="http://www.w3.org/1999/xhtml" id="id557845"></a> 8853 8924 <div class="header">Arguments and Values:</div> 8854 8925 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type … … 8856 8927 </div> 8857 8928 <div class="refsect1" lang="en" xml:lang="en"> 8858 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615103"></a>8929 <a xmlns="http://www.w3.org/1999/xhtml" id="id557868"></a> 8859 8930 <div class="header">Description:</div> 8860 8931 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK. … … 8867 8938 </div> 8868 8939 <div class="refsect1" lang="en" xml:lang="en"> 8869 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615119"></a>8940 <a xmlns="http://www.w3.org/1999/xhtml" id="id557884"></a> 8870 8941 <div class="header">See Also:</div> 8871 8942 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-read-lock" title="Macro WITH-READ-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-read-lock</b></a>, <a class="xref" href="#m_with-write-lock" title="Macro WITH-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-write-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 8872 8943 </div> 8873 8944 <div class="refsect1" lang="en" xml:lang="en"> 8874 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615167"></a>8945 <a xmlns="http://www.w3.org/1999/xhtml" id="id557932"></a> 8875 8946 <div class="header">Notes:</div> 8876 8947 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to … … 8895 8966 <div> 8896 8967 <div class="refsect1" lang="en" xml:lang="en"> 8897 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615224"></a>8968 <a xmlns="http://www.w3.org/1999/xhtml" id="id557989"></a> 8898 8969 <div class="header">Arguments and Values:</div> 8899 8970 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8904 8975 </div> 8905 8976 <div class="refsect1" lang="en" xml:lang="en"> 8906 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615275"></a>8977 <a xmlns="http://www.w3.org/1999/xhtml" id="id558040"></a> 8907 8978 <div class="header">Description:</div> 8908 8979 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8918 8989 </div> 8919 8990 <div class="refsect1" lang="en" xml:lang="en"> 8920 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615315"></a>8991 <a xmlns="http://www.w3.org/1999/xhtml" id="id558080"></a> 8921 8992 <div class="header">See Also:</div> 8922 8993 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#m_with-write-lock" title="Macro WITH-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-write-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 8938 9009 <div> 8939 9010 <div class="refsect1" lang="en" xml:lang="en"> 8940 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615408"></a>9011 <a xmlns="http://www.w3.org/1999/xhtml" id="id558173"></a> 8941 9012 <div class="header">Arguments and Values:</div> 8942 9013 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8947 9018 </div> 8948 9019 <div class="refsect1" lang="en" xml:lang="en"> 8949 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615459"></a>9020 <a xmlns="http://www.w3.org/1999/xhtml" id="id558224"></a> 8950 9021 <div class="header">Description:</div> 8951 9022 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8962 9033 </div> 8963 9034 <div class="refsect1" lang="en" xml:lang="en"> 8964 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615504"></a>9035 <a xmlns="http://www.w3.org/1999/xhtml" id="id558269"></a> 8965 9036 <div class="header">See Also:</div> 8966 9037 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#m_with-read-lock" title="Macro WITH-READ-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-read-lock</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 8982 9053 <div> 8983 9054 <div class="refsect1" lang="en" xml:lang="en"> 8984 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615594"></a>9055 <a xmlns="http://www.w3.org/1999/xhtml" id="id558359"></a> 8985 9056 <div class="header">Arguments and Values:</div> 8986 9057 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p> 8987 9058 </div> 8988 9059 <div class="refsect1" lang="en" xml:lang="en"> 8989 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615616"></a>9060 <a xmlns="http://www.w3.org/1999/xhtml" id="id558381"></a> 8990 9061 <div class="header">Description:</div> 8991 9062 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE. … … 8996 9067 </div> 8997 9068 <div class="refsect1" lang="en" xml:lang="en"> 8998 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615631"></a>9069 <a xmlns="http://www.w3.org/1999/xhtml" id="id558396"></a> 8999 9070 <div class="header">See Also:</div> 9000 9071 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_signal-semaphore" title="Function SIGNAL-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">signal-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 9016 9087 <div> 9017 9088 <div class="refsect1" lang="en" xml:lang="en"> 9018 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615726"></a>9089 <a xmlns="http://www.w3.org/1999/xhtml" id="id558491"></a> 9019 9090 <div class="header">Arguments and Values:</div> 9020 9091 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 9023 9094 </div> 9024 9095 <div class="refsect1" lang="en" xml:lang="en"> 9025 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615762"></a>9096 <a xmlns="http://www.w3.org/1999/xhtml" id="id558527"></a> 9026 9097 <div class="header">Description:</div> 9027 9098 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s … … 9030 9101 </div> 9031 9102 <div class="refsect1" lang="en" xml:lang="en"> 9032 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615776"></a>9103 <a xmlns="http://www.w3.org/1999/xhtml" id="id558541"></a> 9033 9104 <div class="header">See Also:</div> 9034 9105 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 9035 9106 </div> 9036 9107 <div class="refsect1" lang="en" xml:lang="en"> 9037 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615829"></a>9108 <a xmlns="http://www.w3.org/1999/xhtml" id="id558594"></a> 9038 9109 <div class="header">Notes:</div> 9039 9110 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 9058 9129 <div> 9059 9130 <div class="refsect1" lang="en" xml:lang="en"> 9060 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615889"></a>9131 <a xmlns="http://www.w3.org/1999/xhtml" id="id558654"></a> 9061 9132 <div class="header">Arguments and Values:</div> 9062 9133 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 9065 9136 </div> 9066 9137 <div class="refsect1" lang="en" xml:lang="en"> 9067 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615925"></a>9138 <a xmlns="http://www.w3.org/1999/xhtml" id="id558690"></a> 9068 9139 <div class="header">Description:</div> 9069 9140 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 9073 9144 </div> 9074 9145 <div class="refsect1" lang="en" xml:lang="en"> 9075 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615940"></a>9146 <a xmlns="http://www.w3.org/1999/xhtml" id="id558705"></a> 9076 9147 <div class="header">See Also:</div> 9077 9148 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_signal-semaphore" title="Function SIGNAL-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">signal-semaphore</b></a>, <a class="xref" href="#f_timed-wait-on-semaphore" title="Function TIMED-WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">timed-wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 9078 9149 </div> 9079 9150 <div class="refsect1" lang="en" xml:lang="en"> 9080 <a xmlns="http://www.w3.org/1999/xhtml" id="id 615993"></a>9151 <a xmlns="http://www.w3.org/1999/xhtml" id="id558758"></a> 9081 9152 <div class="header">Notes:</div> 9082 9153 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 9102 9173 <div> 9103 9174 <div class="refsect1" lang="en" xml:lang="en"> 9104 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616053"></a>9175 <a xmlns="http://www.w3.org/1999/xhtml" id="id558818"></a> 9105 9176 <div class="header">Arguments and Values:</div> 9106 9177 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p> … … 9115 9186 </div> 9116 9187 <div class="refsect1" lang="en" xml:lang="en"> 9117 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616119"></a>9188 <a xmlns="http://www.w3.org/1999/xhtml" id="id558884"></a> 9118 9189 <div class="header">Description:</div> 9119 9190 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 9124 9195 </div> 9125 9196 <div class="refsect1" lang="en" xml:lang="en"> 9126 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616136"></a>9197 <a xmlns="http://www.w3.org/1999/xhtml" id="id558901"></a> 9127 9198 <div class="header">See Also:</div> 9128 9199 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_wait-on-semaphore" title="Function WAIT-ON-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">wait-on-semaphore</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> … … 9144 9215 <div> 9145 9216 <div class="refsect1" lang="en" xml:lang="en"> 9146 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616229"></a>9217 <a xmlns="http://www.w3.org/1999/xhtml" id="id558994"></a> 9147 9218 <div class="header">Arguments and Values:</div> 9148 9219 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 9152 9223 </div> 9153 9224 <div class="refsect1" lang="en" xml:lang="en"> 9154 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616271"></a>9225 <a xmlns="http://www.w3.org/1999/xhtml" id="id559036"></a> 9155 9226 <div class="header">Description:</div> 9156 9227 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>. … … 9168 9239 </div> 9169 9240 <div class="refsect1" lang="en" xml:lang="en"> 9170 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616304"></a>9241 <a xmlns="http://www.w3.org/1999/xhtml" id="id559069"></a> 9171 9242 <div class="header">See Also:</div> 9172 9243 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 9173 9244 </div> 9174 9245 <div class="refsect1" lang="en" xml:lang="en"> 9175 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616342"></a>9246 <a xmlns="http://www.w3.org/1999/xhtml" id="id559107"></a> 9176 9247 <div class="header">Notes:</div> 9177 9248 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9198 9269 <div> 9199 9270 <div class="refsect1" lang="en" xml:lang="en"> 9200 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616406"></a>9271 <a xmlns="http://www.w3.org/1999/xhtml" id="id559171"></a> 9201 9272 <div class="header">Arguments and Values:</div> 9202 9273 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 9206 9277 </div> 9207 9278 <div class="refsect1" lang="en" xml:lang="en"> 9208 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616448"></a>9279 <a xmlns="http://www.w3.org/1999/xhtml" id="id559213"></a> 9209 9280 <div class="header">Description:</div> 9210 9281 <p xmlns="http://www.w3.org/1999/xhtml">Wait until output is possible on <em class="varname">fd</em> or until <em class="varname">timeout</em>, if … … 9219 9290 </div> 9220 9291 <div class="refsect1" lang="en" xml:lang="en"> 9221 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616481"></a>9292 <a xmlns="http://www.w3.org/1999/xhtml" id="id559246"></a> 9222 9293 <div class="header">See Also:</div> 9223 9294 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a></span> 9224 9295 </div> 9225 9296 <div class="refsect1" lang="en" xml:lang="en"> 9226 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616518"></a>9297 <a xmlns="http://www.w3.org/1999/xhtml" id="id559284"></a> 9227 9298 <div class="header">Notes:</div> 9228 9299 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9249 9320 <div> 9250 9321 <div class="refsect1" lang="en" xml:lang="en"> 9251 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616583"></a>9322 <a xmlns="http://www.w3.org/1999/xhtml" id="id559348"></a> 9252 9323 <div class="header">Arguments and Values:</div> 9253 9324 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 9256 9327 </div> 9257 9328 <div class="refsect1" lang="en" xml:lang="en"> 9258 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616622"></a>9329 <a xmlns="http://www.w3.org/1999/xhtml" id="id559387"></a> 9259 9330 <div class="header">Description:</div> 9260 9331 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal … … 9264 9335 </div> 9265 9336 <div class="refsect1" lang="en" xml:lang="en"> 9266 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616638"></a>9337 <a xmlns="http://www.w3.org/1999/xhtml" id="id559403"></a> 9267 9338 <div class="header">See Also:</div> 9268 9339 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#v_request-terminal-input-via-break" title="Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*request-terminal-input-via-break*</b></a>, <a class="xref" href="#cmd_y" title="Toplevel Command :Y"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">:y</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span> … … 9283 9354 <div> 9284 9355 <div class="refsect1" lang="en" xml:lang="en"> 9285 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616715"></a>9356 <a xmlns="http://www.w3.org/1999/xhtml" id="id559480"></a> 9286 9357 <div class="header">Value Type:</div> 9287 9358 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p> 9288 9359 </div> 9289 9360 <div class="refsect1" lang="en" xml:lang="en"> 9290 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616725"></a>9361 <a xmlns="http://www.w3.org/1999/xhtml" id="id559490"></a> 9291 9362 <div class="header">Initial Value:</div> 9292 9363 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p> 9293 9364 </div> 9294 9365 <div class="refsect1" lang="en" xml:lang="en"> 9295 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616735"></a>9366 <a xmlns="http://www.w3.org/1999/xhtml" id="id559500"></a> 9296 9367 <div class="header">Description:</div> 9297 9368 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input … … 9305 9376 </div> 9306 9377 <div class="refsect1" lang="en" xml:lang="en"> 9307 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616748"></a>9378 <a xmlns="http://www.w3.org/1999/xhtml" id="id559513"></a> 9308 9379 <div class="header">See Also:</div> 9309 9380 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a>, <a class="xref" href="#cmd_y" title="Toplevel Command :Y"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">:y</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span> … … 9324 9395 <div> 9325 9396 <div class="refsect1" lang="en" xml:lang="en"> 9326 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616839"></a>9397 <a xmlns="http://www.w3.org/1999/xhtml" id="id559604"></a> 9327 9398 <div class="header">Arguments and Values:</div> 9328 9399 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by … … 9333 9404 </div> 9334 9405 <div class="refsect1" lang="en" xml:lang="en"> 9335 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616878"></a>9406 <a xmlns="http://www.w3.org/1999/xhtml" id="id559643"></a> 9336 9407 <div class="header">Description:</div> 9337 9408 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function. As such, it … … 9344 9415 </div> 9345 9416 <div class="refsect1" lang="en" xml:lang="en"> 9346 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616900"></a>9417 <a xmlns="http://www.w3.org/1999/xhtml" id="id559665"></a> 9347 9418 <div class="header">See Also:</div> 9348 9419 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#m_with-terminal-input" title="Macro WITH-TERMINAL-INPUT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-terminal-input</b></a>, <a class="xref" href="#v_request-terminal-input-via-break" title="Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">*request-terminal-input-via-break*</b></a>, <a class="xref" href="#f_make-lock" title="Function MAKE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-lock</b></a>, <a class="xref" href="#f_make-read-write-lock" title="Function MAKE-READ-WRITE-LOCK"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-read-write-lock</b></a>, <a class="xref" href="#f_make-semaphore" title="Function MAKE-SEMAPHORE"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-semaphore</b></a>, <a class="xref" href="#f_process-input-wait" title="Function PROCESS-INPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-input-wait</b></a>, <a class="xref" href="#f_process-output-wait" title="Function PROCESS-OUTPUT-WAIT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-output-wait</b></a></span> … … 9365 9436 <div> 9366 9437 <div class="refsect1" lang="en" xml:lang="en"> 9367 <a xmlns="http://www.w3.org/1999/xhtml" id="id 616993"></a>9438 <a xmlns="http://www.w3.org/1999/xhtml" id="id559758"></a> 9368 9439 <div class="header">Arguments and Values:</div> 9369 9440 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a process, typically created by <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#f_process-run-function" title="Function PROCESS-RUN-FUNCTION"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-run-function</b></a> or by <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#f_make-process" title="Function MAKE-PROCESS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-process</b></a></p> … … 9375 9446 </div> 9376 9447 <div class="refsect1" lang="en" xml:lang="en"> 9377 <a xmlns="http://www.w3.org/1999/xhtml" id="id 617051"></a>9448 <a xmlns="http://www.w3.org/1999/xhtml" id="id559816"></a> 9378 9449 <div class="header">Description:</div> 9379 9450 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate. If the … … 9516 9587 <div> 9517 9588 <div class="refsect1" lang="en" xml:lang="en"> 9518 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75287"></a>9589 <a xmlns="http://www.w3.org/1999/xhtml" id="id520554"></a> 9519 9590 <div class="header">Arguments and Values:</div> 9520 9591 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently … … 9616 9687 </div> 9617 9688 <div class="refsect1" lang="en" xml:lang="en"> 9618 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88715"></a>9689 <a xmlns="http://www.w3.org/1999/xhtml" id="id531420"></a> 9619 9690 <div class="header">Description:</div> 9620 9691 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p> … … 9635 9706 <div> 9636 9707 <div class="refsect1" lang="en" xml:lang="en"> 9637 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88777"></a>9708 <a xmlns="http://www.w3.org/1999/xhtml" id="id531482"></a> 9638 9709 <div class="header">Arguments and Values:</div> 9639 9710 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p> … … 9643 9714 </div> 9644 9715 <div class="refsect1" lang="en" xml:lang="en"> 9645 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88819"></a>9716 <a xmlns="http://www.w3.org/1999/xhtml" id="id531524"></a> 9646 9717 <div class="header">Description:</div> 9647 9718 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending … … 9669 9740 <div> 9670 9741 <div class="refsect1" lang="en" xml:lang="en"> 9671 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88884"></a>9742 <a xmlns="http://www.w3.org/1999/xhtml" id="id540414"></a> 9672 9743 <div class="header">Arguments and Values:</div> 9673 9744 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the … … 9677 9748 </div> 9678 9749 <div class="refsect1" lang="en" xml:lang="en"> 9679 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97857"></a>9750 <a xmlns="http://www.w3.org/1999/xhtml" id="id540455"></a> 9680 9751 <div class="header">Description:</div> 9681 9752 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to … … 9697 9768 <div> 9698 9769 <div class="refsect1" lang="en" xml:lang="en"> 9699 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97919"></a>9770 <a xmlns="http://www.w3.org/1999/xhtml" id="id540517"></a> 9700 9771 <div class="header">Arguments and Values:</div> 9701 9772 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ipaddr</span></i>---A 32-bit integer representing an internet host address</p> … … 9706 9777 </div> 9707 9778 <div class="refsect1" lang="en" xml:lang="en"> 9708 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97961"></a>9779 <a xmlns="http://www.w3.org/1999/xhtml" id="id540559"></a> 9709 9780 <div class="header">Description:</div> 9710 9781 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p> … … 9725 9796 <div> 9726 9797 <div class="refsect1" lang="en" xml:lang="en"> 9727 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98022"></a>9798 <a xmlns="http://www.w3.org/1999/xhtml" id="id540620"></a> 9728 9799 <div class="header">Arguments and Values:</div> 9729 9800 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ipaddr</span></i>---a 32-bit integer representing an internet host address</p> … … 9732 9803 </div> 9733 9804 <div class="refsect1" lang="en" xml:lang="en"> 9734 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98062"></a>9805 <a xmlns="http://www.w3.org/1999/xhtml" id="id540661"></a> 9735 9806 <div class="header">Description:</div> 9736 9807 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name … … 9752 9823 <div> 9753 9824 <div class="refsect1" lang="en" xml:lang="en"> 9754 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98120"></a>9825 <a xmlns="http://www.w3.org/1999/xhtml" id="id540718"></a> 9755 9826 <div class="header">Arguments and Values:</div> 9756 9827 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">host</span></i>---Specifies the host. It can be either a host name … … 9760 9831 </div> 9761 9832 <div class="refsect1" lang="en" xml:lang="en"> 9762 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98147"></a>9833 <a xmlns="http://www.w3.org/1999/xhtml" id="id540746"></a> 9763 9834 <div class="header">Description:</div> 9764 9835 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a … … 9780 9851 <div> 9781 9852 <div class="refsect1" lang="en" xml:lang="en"> 9782 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98205"></a>9853 <a xmlns="http://www.w3.org/1999/xhtml" id="id532916"></a> 9783 9854 <div class="header">Arguments and Values:</div> 9784 9855 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">port</span></i>---Specifies the port. It can be either a string, such as … … 9789 9860 </div> 9790 9861 <div class="refsect1" lang="en" xml:lang="en"> 9791 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98248"></a>9862 <a xmlns="http://www.w3.org/1999/xhtml" id="id532958"></a> 9792 9863 <div class="header">Description:</div> 9793 9864 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p> … … 9809 9880 <div> 9810 9881 <div class="refsect1" lang="en" xml:lang="en"> 9811 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90327"></a>9882 <a xmlns="http://www.w3.org/1999/xhtml" id="id533020"></a> 9812 9883 <div class="header">Arguments and Values:</div> 9813 9884 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p> … … 9826 9897 </div> 9827 9898 <div class="refsect1" lang="en" xml:lang="en"> 9828 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90417"></a>9899 <a xmlns="http://www.w3.org/1999/xhtml" id="id533110"></a> 9829 9900 <div class="header">Description:</div> 9830 9901 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are … … 9863 9934 <div> 9864 9935 <div class="refsect1" lang="en" xml:lang="en"> 9865 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90517"></a>9936 <a xmlns="http://www.w3.org/1999/xhtml" id="id533210"></a> 9866 9937 <div class="header">Arguments and Values:</div> 9867 9938 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p> … … 9878 9949 </div> 9879 9950 <div class="refsect1" lang="en" xml:lang="en"> 9880 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90620"></a>9951 <a xmlns="http://www.w3.org/1999/xhtml" id="id533313"></a> 9881 9952 <div class="header">Description:</div> 9882 9953 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p> … … 9897 9968 <div> 9898 9969 <div class="refsect1" lang="en" xml:lang="en"> 9899 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90681"></a>9970 <a xmlns="http://www.w3.org/1999/xhtml" id="id533374"></a> 9900 9971 <div class="header">Arguments and Values:</div> 9901 9972 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to shut down (typically a tcp-stream)</p> … … 9904 9975 </div> 9905 9976 <div class="refsect1" lang="en" xml:lang="en"> 9906 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90722"></a>9977 <a xmlns="http://www.w3.org/1999/xhtml" id="id539149"></a> 9907 9978 <div class="header">Description:</div> 9908 9979 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is … … 9925 9996 <div> 9926 9997 <div class="refsect1" lang="en" xml:lang="en"> 9927 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96609"></a>9998 <a xmlns="http://www.w3.org/1999/xhtml" id="id539208"></a> 9928 9999 <div class="header">Arguments and Values:</div> 9929 10000 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9930 10001 </div> 9931 10002 <div class="refsect1" lang="en" xml:lang="en"> 9932 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96635"></a>10003 <a xmlns="http://www.w3.org/1999/xhtml" id="id539234"></a> 9933 10004 <div class="header">Description:</div> 9934 10005 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or … … 9955 10026 <div> 9956 10027 <div class="refsect1" lang="en" xml:lang="en"> 9957 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96696"></a>10028 <a xmlns="http://www.w3.org/1999/xhtml" id="id539295"></a> 9958 10029 <div class="header">Arguments and Values:</div> 9959 10030 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9960 10031 </div> 9961 10032 <div class="refsect1" lang="en" xml:lang="en"> 9962 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96722"></a>10033 <a xmlns="http://www.w3.org/1999/xhtml" id="id539321"></a> 9963 10034 <div class="header">Description:</div> 9964 10035 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host, … … 9980 10051 <div> 9981 10052 <div class="refsect1" lang="en" xml:lang="en"> 9982 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96780"></a>10053 <a xmlns="http://www.w3.org/1999/xhtml" id="id539379"></a> 9983 10054 <div class="header">Arguments and Values:</div> 9984 10055 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9985 10056 </div> 9986 10057 <div class="refsect1" lang="en" xml:lang="en"> 9987 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96806"></a>10058 <a xmlns="http://www.w3.org/1999/xhtml" id="id539405"></a> 9988 10059 <div class="header">Description:</div> 9989 10060 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not … … 10005 10076 <div> 10006 10077 <div class="refsect1" lang="en" xml:lang="en"> 10007 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96863"></a>10078 <a xmlns="http://www.w3.org/1999/xhtml" id="id539463"></a> 10008 10079 <div class="header">Arguments and Values:</div> 10009 10080 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10010 10081 </div> 10011 10082 <div class="refsect1" lang="en" xml:lang="en"> 10012 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96890"></a>10083 <a xmlns="http://www.w3.org/1999/xhtml" id="id539489"></a> 10013 10084 <div class="header">Description:</div> 10014 10085 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p> … … 10029 10100 <div> 10030 10101 <div class="refsect1" lang="en" xml:lang="en"> 10031 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96947"></a>10102 <a xmlns="http://www.w3.org/1999/xhtml" id="id539546"></a> 10032 10103 <div class="header">Arguments and Values:</div> 10033 10104 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10034 10105 </div> 10035 10106 <div class="refsect1" lang="en" xml:lang="en"> 10036 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96973"></a>10107 <a xmlns="http://www.w3.org/1999/xhtml" id="id539572"></a> 10037 10108 <div class="header">Description:</div> 10038 10109 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p> … … 10053 10124 <div> 10054 10125 <div class="refsect1" lang="en" xml:lang="en"> 10055 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97030"></a>10126 <a xmlns="http://www.w3.org/1999/xhtml" id="id539630"></a> 10056 10127 <div class="header">Arguments and Values:</div> 10057 10128 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10058 10129 </div> 10059 10130 <div class="refsect1" lang="en" xml:lang="en"> 10060 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97057"></a>10131 <a xmlns="http://www.w3.org/1999/xhtml" id="id539656"></a> 10061 10132 <div class="header">Description:</div> 10062 10133 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p> … … 10077 10148 <div> 10078 10149 <div class="refsect1" lang="en" xml:lang="en"> 10079 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97114"></a>10150 <a xmlns="http://www.w3.org/1999/xhtml" id="id539729"></a> 10080 10151 <div class="header">Arguments and Values:</div> 10081 10152 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10082 10153 </div> 10083 10154 <div class="refsect1" lang="en" xml:lang="en"> 10084 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97140"></a>10155 <a xmlns="http://www.w3.org/1999/xhtml" id="id539755"></a> 10085 10156 <div class="header">Description:</div> 10086 10157 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for … … 10102 10173 <div> 10103 10174 <div class="refsect1" lang="en" xml:lang="en"> 10104 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602277"></a>10175 <a xmlns="http://www.w3.org/1999/xhtml" id="id539812"></a> 10105 10176 <div class="header">Arguments and Values:</div> 10106 10177 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10107 10178 </div> 10108 10179 <div class="refsect1" lang="en" xml:lang="en"> 10109 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602303"></a>10180 <a xmlns="http://www.w3.org/1999/xhtml" id="id539839"></a> 10110 10181 <div class="header">Description:</div> 10111 10182 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format … … 10127 10198 <div> 10128 10199 <div class="refsect1" lang="en" xml:lang="en"> 10129 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602360"></a>10200 <a xmlns="http://www.w3.org/1999/xhtml" id="id539896"></a> 10130 10201 <div class="header">Arguments and Values:</div> 10131 10202 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10132 10203 </div> 10133 10204 <div class="refsect1" lang="en" xml:lang="en"> 10134 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602386"></a>10205 <a xmlns="http://www.w3.org/1999/xhtml" id="id539922"></a> 10135 10206 <div class="header">Description:</div> 10136 10207 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and … … 10151 10222 <div> 10152 10223 <div class="refsect1" lang="en" xml:lang="en"> 10153 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602429"></a>10224 <a xmlns="http://www.w3.org/1999/xhtml" id="id539965"></a> 10154 10225 <div class="header">Description:</div> 10155 10226 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p> 10156 10227 </div> 10157 10228 <div class="refsect1" lang="en" xml:lang="en"> 10158 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602440"></a>10229 <a xmlns="http://www.w3.org/1999/xhtml" id="id539976"></a> 10159 10230 <div class="header">Superclasses:</div> 10160 10231 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p> … … 10175 10246 <div> 10176 10247 <div class="refsect1" lang="en" xml:lang="en"> 10177 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602498"></a>10248 <a xmlns="http://www.w3.org/1999/xhtml" id="id540033"></a> 10178 10249 <div class="header">Arguments and Values:</div> 10179 10250 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10180 10251 </div> 10181 10252 <div class="refsect1" lang="en" xml:lang="en"> 10182 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602524"></a>10253 <a xmlns="http://www.w3.org/1999/xhtml" id="id540059"></a> 10183 10254 <div class="header">Description:</div> 10184 10255 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p> … … 10199 10270 <div> 10200 10271 <div class="refsect1" lang="en" xml:lang="en"> 10201 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602582"></a>10272 <a xmlns="http://www.w3.org/1999/xhtml" id="id540117"></a> 10202 10273 <div class="header">Arguments and Values:</div> 10203 10274 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10204 10275 </div> 10205 10276 <div class="refsect1" lang="en" xml:lang="en"> 10206 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602608"></a>10277 <a xmlns="http://www.w3.org/1999/xhtml" id="id540143"></a> 10207 10278 <div class="header">Description:</div> 10208 10279 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more … … 10228 10299 <div> 10229 10300 <div class="refsect1" lang="en" xml:lang="en"> 10230 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602671"></a>10301 <a xmlns="http://www.w3.org/1999/xhtml" id="id540207"></a> 10231 10302 <div class="header">Arguments and Values:</div> 10232 10303 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10233 10304 </div> 10234 10305 <div class="refsect1" lang="en" xml:lang="en"> 10235 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602697"></a>10306 <a xmlns="http://www.w3.org/1999/xhtml" id="id540233"></a> 10236 10307 <div class="header">Description:</div> 10237 10308 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On … … 10254 10325 <div> 10255 10326 <div class="refsect1" lang="en" xml:lang="en"> 10256 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602758"></a>10327 <a xmlns="http://www.w3.org/1999/xhtml" id="id540294"></a> 10257 10328 <div class="header">Arguments and Values:</div> 10258 10329 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p> … … 10265 10336 </div> 10266 10337 <div class="refsect1" lang="en" xml:lang="en"> 10267 <a xmlns="http://www.w3.org/1999/xhtml" id="id 602802"></a>10338 <a xmlns="http://www.w3.org/1999/xhtml" id="id540337"></a> 10268 10339 <div class="header">Description:</div> 10269 10340 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It … … 10286 10357 <div> 10287 10358 <div class="refsect1" lang="en" xml:lang="en"> 10288 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97221"></a>10359 <a xmlns="http://www.w3.org/1999/xhtml" id="id544915"></a> 10289 10360 <div class="header">Arguments and Values:</div> 10290 10361 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p> … … 10293 10364 </div> 10294 10365 <div class="refsect1" lang="en" xml:lang="en"> 10295 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97277"></a>10366 <a xmlns="http://www.w3.org/1999/xhtml" id="id544971"></a> 10296 10367 <div class="header">Description:</div> 10297 10368 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying … … 10425 10496 <div> 10426 10497 <div class="refsect1" lang="en" xml:lang="en"> 10427 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 52794"></a>10498 <a xmlns="http://www.w3.org/1999/xhtml" id="id523063"></a> 10428 10499 <div class="header">Arguments and Values:</div> 10429 10500 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file. … … 10476 10547 </div> 10477 10548 <div class="refsect1" lang="en" xml:lang="en"> 10478 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88354"></a>10549 <a xmlns="http://www.w3.org/1999/xhtml" id="id541092"></a> 10479 10550 <div class="header">Description:</div> 10480 10551 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process, … … 10496 10567 <div> 10497 10568 <div class="refsect1" lang="en" xml:lang="en"> 10498 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 88413"></a>10569 <a xmlns="http://www.w3.org/1999/xhtml" id="id530954"></a> 10499 10570 <div class="header">Arguments and Values:</div> 10500 10571 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> … … 10502 10573 </div> 10503 10574 <div class="refsect1" lang="en" xml:lang="en"> 10504 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601879"></a>10575 <a xmlns="http://www.w3.org/1999/xhtml" id="id530995"></a> 10505 10576 <div class="header">Description:</div> 10506 10577 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified … … 10525 10596 <div> 10526 10597 <div class="refsect1" lang="en" xml:lang="en"> 10527 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601940"></a>10598 <a xmlns="http://www.w3.org/1999/xhtml" id="id531056"></a> 10528 10599 <div class="header">Arguments and Values:</div> 10529 10600 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10530 10601 </div> 10531 10602 <div class="refsect1" lang="en" xml:lang="en"> 10532 <a xmlns="http://www.w3.org/1999/xhtml" id="id541 695"></a>10603 <a xmlns="http://www.w3.org/1999/xhtml" id="id541163"></a> 10533 10604 <div class="header">Description:</div> 10534 10605 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to … … 10552 10623 <div> 10553 10624 <div class="refsect1" lang="en" xml:lang="en"> 10554 <a xmlns="http://www.w3.org/1999/xhtml" id="id541 760"></a>10625 <a xmlns="http://www.w3.org/1999/xhtml" id="id541228"></a> 10555 10626 <div class="header">Arguments and Values:</div> 10556 10627 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10557 10628 </div> 10558 10629 <div class="refsect1" lang="en" xml:lang="en"> 10559 <a xmlns="http://www.w3.org/1999/xhtml" id="id541 786"></a>10630 <a xmlns="http://www.w3.org/1999/xhtml" id="id541254"></a> 10560 10631 <div class="header">Description:</div> 10561 10632 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to … … 10578 10649 <div> 10579 10650 <div class="refsect1" lang="en" xml:lang="en"> 10580 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542704"></a>10651 <a xmlns="http://www.w3.org/1999/xhtml" id="id492202"></a> 10581 10652 <div class="header">Arguments and Values:</div> 10582 10653 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10583 10654 </div> 10584 10655 <div class="refsect1" lang="en" xml:lang="en"> 10585 <a xmlns="http://www.w3.org/1999/xhtml" id="id 542730"></a>10656 <a xmlns="http://www.w3.org/1999/xhtml" id="id492228"></a> 10586 10657 <div class="header">Description:</div> 10587 10658 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to … … 10605 10676 <div> 10606 10677 <div class="refsect1" lang="en" xml:lang="en"> 10607 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98622"></a>10678 <a xmlns="http://www.w3.org/1999/xhtml" id="id532448"></a> 10608 10679 <div class="header">Arguments and Values:</div> 10609 10680 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10610 10681 </div> 10611 10682 <div class="refsect1" lang="en" xml:lang="en"> 10612 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98647"></a>10683 <a xmlns="http://www.w3.org/1999/xhtml" id="id532474"></a> 10613 10684 <div class="header">Description:</div> 10614 10685 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to … … 10632 10703 <div> 10633 10704 <div class="refsect1" lang="en" xml:lang="en"> 10634 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98708"></a>10705 <a xmlns="http://www.w3.org/1999/xhtml" id="id532535"></a> 10635 10706 <div class="header">Arguments and Values:</div> 10636 10707 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10637 10708 </div> 10638 10709 <div class="refsect1" lang="en" xml:lang="en"> 10639 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98734"></a>10710 <a xmlns="http://www.w3.org/1999/xhtml" id="id544474"></a> 10640 10711 <div class="header">Description:</div> 10641 10712 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status … … 10667 10738 <dt> 10668 10739 <span class="sect2"> 10669 <a href="#id5 49933">9.1.1. Stream External Format</a>10740 <a href="#id534736">9.1.1. Stream External Format</a> 10670 10741 </span> 10671 10742 </dt> … … 10735 10806 <div> 10736 10807 <div> 10737 <h3 class="title"><a id="id5 49933"></a>9.1.1. Stream External Format</h3>10808 <h3 class="title"><a id="id534736"></a>9.1.1. Stream External Format</h3> 10738 10809 </div> 10739 10810 </div> … … 10898 10969 </div> 10899 10970 </div> 10900 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49053" class="indexterm"></a>10901 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49063" class="indexterm"></a>10902 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 49073" class="indexterm"></a>10903 <a xmlns="http://www.w3.org/1999/xhtml" id="id54 9083" class="indexterm"></a>10904 <a xmlns="http://www.w3.org/1999/xhtml" id="id54 9092" class="indexterm"></a>10905 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601401" class="indexterm"></a>10971 <a xmlns="http://www.w3.org/1999/xhtml" id="id538095" class="indexterm"></a> 10972 <a xmlns="http://www.w3.org/1999/xhtml" id="id538105" class="indexterm"></a> 10973 <a xmlns="http://www.w3.org/1999/xhtml" id="id538115" class="indexterm"></a> 10974 <a xmlns="http://www.w3.org/1999/xhtml" id="id544016" class="indexterm"></a> 10975 <a xmlns="http://www.w3.org/1999/xhtml" id="id544026" class="indexterm"></a> 10976 <a xmlns="http://www.w3.org/1999/xhtml" id="id544036" class="indexterm"></a> 10906 10977 <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has 10907 10978 attributes and accessors: … … 10956 11027 <div> 10957 11028 <div class="refsect1" lang="en" xml:lang="en"> 10958 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601566"></a>11029 <a xmlns="http://www.w3.org/1999/xhtml" id="id544201"></a> 10959 11030 <div class="header">Values:</div> 10960 11031 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream-list</span></i>---A list of open file streams. This is a copy of … … 10963 11034 </div> 10964 11035 <div class="refsect1" lang="en" xml:lang="en"> 10965 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601593"></a>11036 <a xmlns="http://www.w3.org/1999/xhtml" id="id544228"></a> 10966 11037 <div class="header">Description:</div> 10967 11038 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p> 10968 11039 </div> 10969 11040 <div class="refsect1" lang="en" xml:lang="en"> 10970 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601604"></a>11041 <a xmlns="http://www.w3.org/1999/xhtml" id="id544239"></a> 10971 11042 <div class="header">See Also:</div> 10972 11043 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_note-open-file-stream" title="Function NOTE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">note-open-file-stream</b></a>, <a class="xref" href="#f_remove-open-file-stream" title="Function REMOVE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">remove-open-file-stream</b></a></span> … … 10991 11062 <div> 10992 11063 <div class="refsect1" lang="en" xml:lang="en"> 10993 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601685"></a>11064 <a xmlns="http://www.w3.org/1999/xhtml" id="id544320"></a> 10994 11065 <div class="header">Arguments:</div> 10995 11066 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10996 11067 </div> 10997 11068 <div class="refsect1" lang="en" xml:lang="en"> 10998 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601711"></a>11069 <a xmlns="http://www.w3.org/1999/xhtml" id="id544346"></a> 10999 11070 <div class="header">Description:</div> 11000 11071 <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open … … 11005 11076 </div> 11006 11077 <div class="refsect1" lang="en" xml:lang="en"> 11007 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601730"></a>11078 <a xmlns="http://www.w3.org/1999/xhtml" id="id544365"></a> 11008 11079 <div class="header">See Also:</div> 11009 11080 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_open-file-streams" title="Function OPEN-FILE-STREAMS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">open-file-streams</b></a>, <a class="xref" href="#f_remove-open-file-stream" title="Function REMOVE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">remove-open-file-stream</b></a></span> … … 11028 11099 <div> 11029 11100 <div class="refsect1" lang="en" xml:lang="en"> 11030 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601811"></a>11101 <a xmlns="http://www.w3.org/1999/xhtml" id="id544446"></a> 11031 11102 <div class="header">Arguments:</div> 11032 11103 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 11033 11104 </div> 11034 11105 <div class="refsect1" lang="en" xml:lang="en"> 11035 <a xmlns="http://www.w3.org/1999/xhtml" id="id 601838"></a>11106 <a xmlns="http://www.w3.org/1999/xhtml" id="id550666"></a> 11036 11107 <div class="header">Description:</div> 11037 11108 <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file … … 11042 11113 </div> 11043 11114 <div class="refsect1" lang="en" xml:lang="en"> 11044 <a xmlns="http://www.w3.org/1999/xhtml" id="id 607827"></a>11115 <a xmlns="http://www.w3.org/1999/xhtml" id="id550684"></a> 11045 11116 <div class="header">See Also:</div> 11046 11117 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#f_open-file-streams" title="Function OPEN-FILE-STREAMS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">open-file-streams</b></a>, <a class="xref" href="#f_note-open-file-stream" title="Function NOTE-OPEN-FILE-STREAM"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">note-open-file-stream</b></a></span> … … 11475 11546 <div> 11476 11547 <div class="refsect1" lang="en" xml:lang="en"> 11477 <a xmlns="http://www.w3.org/1999/xhtml" id="id 608414"></a>11548 <a xmlns="http://www.w3.org/1999/xhtml" id="id551271"></a> 11478 11549 <div class="header">Arguments and Values:</div> 11479 11550 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p> … … 11486 11557 </div> 11487 11558 <div class="refsect1" lang="en" xml:lang="en"> 11488 <a xmlns="http://www.w3.org/1999/xhtml" id="id 608472"></a>11559 <a xmlns="http://www.w3.org/1999/xhtml" id="id551329"></a> 11489 11560 <div class="header">Description:</div> 11490 11561 <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the … … 11507 11578 <div> 11508 11579 <div class="refsect1" lang="en" xml:lang="en"> 11509 <a xmlns="http://www.w3.org/1999/xhtml" id="id 608532"></a>11580 <a xmlns="http://www.w3.org/1999/xhtml" id="id551388"></a> 11510 11581 <div class="header">Arguments and Values:</div> 11511 11582 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p> … … 11518 11589 </div> 11519 11590 <div class="refsect1" lang="en" xml:lang="en"> 11520 <a xmlns="http://www.w3.org/1999/xhtml" id="id 608590"></a>11591 <a xmlns="http://www.w3.org/1999/xhtml" id="id551446"></a> 11521 11592 <div class="header">Description:</div> 11522 11593 <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to … … 11538 11609 <div> 11539 11610 <div class="refsect1" lang="en" xml:lang="en"> 11540 <a xmlns="http://www.w3.org/1999/xhtml" id="id 608648"></a>11611 <a xmlns="http://www.w3.org/1999/xhtml" id="id551504"></a> 11541 11612 <div class="header">Arguments and Values:</div> 11542 11613 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p> … … 11554 11625 </div> 11555 11626 <div class="refsect1" lang="en" xml:lang="en"> 11556 <a xmlns="http://www.w3.org/1999/xhtml" id="id 608723"></a>11627 <a xmlns="http://www.w3.org/1999/xhtml" id="id551580"></a> 11557 11628 <div class="header">Description:</div> 11558 11629 <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into … … 11577 11648 <div> 11578 11649 <div class="refsect1" lang="en" xml:lang="en"> 11579 <a xmlns="http://www.w3.org/1999/xhtml" id="id 608784"></a>11650 <a xmlns="http://www.w3.org/1999/xhtml" id="id551640"></a> 11580 11651 <div class="header">Arguments and Values:</div> 11581 11652 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p> … … 11593 11664 </div> 11594 11665 <div class="refsect1" lang="en" xml:lang="en"> 11595 <a xmlns="http://www.w3.org/1999/xhtml" id="id 608859"></a>11666 <a xmlns="http://www.w3.org/1999/xhtml" id="id551715"></a> 11596 11667 <div class="header">Description:</div> 11597 11668 <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream, … … 11615 11686 <div> 11616 11687 <div class="refsect1" lang="en" xml:lang="en"> 11617 <a xmlns="http://www.w3.org/1999/xhtml" id="id 608919"></a>11688 <a xmlns="http://www.w3.org/1999/xhtml" id="id551775"></a> 11618 11689 <div class="header">Method Signatures:</div> 11619 11690 <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i> … … 11621 11692 </div> 11622 11693 <div class="refsect1" lang="en" xml:lang="en"> 11623 <a xmlns="http://www.w3.org/1999/xhtml" id="id 608937"></a>11694 <a xmlns="http://www.w3.org/1999/xhtml" id="id551793"></a> 11624 11695 <div class="header">Arguments and Values:</div> 11625 11696 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p> … … 11632 11703 </div> 11633 11704 <div class="refsect1" lang="en" xml:lang="en"> 11634 <a xmlns="http://www.w3.org/1999/xhtml" id="id 609002"></a>11705 <a xmlns="http://www.w3.org/1999/xhtml" id="id551858"></a> 11635 11706 <div class="header">Description:</div> 11636 11707 <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with … … 11656 11727 <div> 11657 11728 <div class="refsect1" lang="en" xml:lang="en"> 11658 <a xmlns="http://www.w3.org/1999/xhtml" id="id 609072"></a>11729 <a xmlns="http://www.w3.org/1999/xhtml" id="id551928"></a> 11659 11730 <div class="header">Description:</div> 11660 11731 <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector, … … 11663 11734 </div> 11664 11735 <div class="refsect1" lang="en" xml:lang="en"> 11665 <a xmlns="http://www.w3.org/1999/xhtml" id="id 609084"></a>11736 <a xmlns="http://www.w3.org/1999/xhtml" id="id551940"></a> 11666 11737 <div class="header">Arguments:</div> 11667 11738 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11688 11759 <div> 11689 11760 <div class="refsect1" lang="en" xml:lang="en"> 11690 <a xmlns="http://www.w3.org/1999/xhtml" id="id 609203"></a>11761 <a xmlns="http://www.w3.org/1999/xhtml" id="id552060"></a> 11691 11762 <div class="header">Description:</div> 11692 11763 <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at … … 11694 11765 </div> 11695 11766 <div class="refsect1" lang="en" xml:lang="en"> 11696 <a xmlns="http://www.w3.org/1999/xhtml" id="id 609215"></a>11767 <a xmlns="http://www.w3.org/1999/xhtml" id="id552072"></a> 11697 11768 <div class="header">Arguments:</div> 11698 11769 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11704 11775 </div> 11705 11776 <div class="refsect1" lang="en" xml:lang="en"> 11706 <a xmlns="http://www.w3.org/1999/xhtml" id="id 609288"></a>11777 <a xmlns="http://www.w3.org/1999/xhtml" id="id552144"></a> 11707 11778 <div class="header">Examples:</div> 11708 11779 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 12495 12566 <dt> 12496 12567 <span class="sect2"> 12497 <a href="#id 601152">11.2.2. Generating a lisp image for use with Shark</a>12568 <a href="#id544492">11.2.2. Generating a lisp image for use with Shark</a> 12498 12569 </span> 12499 12570 </dt> … … 12773 12844 <div> 12774 12845 <div> 12775 <h3 class="title"><a id="id 601152"></a>11.2.2. Generating a lisp image for use with Shark</h3>12846 <h3 class="title"><a id="id544492"></a>11.2.2. Generating a lisp image for use with Shark</h3> 12776 12847 </div> 12777 12848 </div> … … 12884 12955 </div> 12885 12956 </div> 12886 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id5 97604" class="indexterm"></a>12957 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id543807" class="indexterm"></a> 12887 12958 <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> 12888 12959 [Variable]</strong></span></p> … … 12890 12961 profiling configuration file created by the "Config Editor" in 12891 12962 Shark.app.</p> 12892 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id5 97628" class="indexterm"></a> <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&key</em> (reset nil)12963 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id543830" 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) 12893 12964 (debug-output nil) [Macro]</strong></span></p> 12894 12965 <p xmlns="http://www.w3.org/1999/xhtml">Executes FORM (an arbitrary lisp form) and returns whatever … … 13982 14053 <div> 13983 14054 <div> 13984 <h4 class="title"><a id="id 611607"></a>12.3.2.4. %int-to-ptr [Function]</h4>14055 <h4 class="title"><a id="id554457"></a>12.3.2.4. %int-to-ptr [Function]</h4> 13985 14056 </div> 13986 14057 </div> … … 14023 14094 <div> 14024 14095 <div> 14025 <h4 class="title"><a id="id 611681"></a>12.3.2.5. %inc-ptr [Function]</h4>14096 <h4 class="title"><a id="id554532"></a>12.3.2.5. %inc-ptr [Function]</h4> 14026 14097 </div> 14027 14098 </div> … … 14073 14144 <div> 14074 14145 <div> 14075 <h4 class="title"><a id="id 611773"></a>12.3.2.6. %ptr-to-int [Function]</h4>14146 <h4 class="title"><a id="id554623"></a>12.3.2.6. %ptr-to-int [Function]</h4> 14076 14147 </div> 14077 14148 </div> … … 14115 14186 <div> 14116 14187 <div> 14117 <h4 class="title"><a id="id 611848"></a>12.3.2.7. %null-ptr [Macro]</h4>14188 <h4 class="title"><a id="id554698"></a>12.3.2.7. %null-ptr [Macro]</h4> 14118 14189 </div> 14119 14190 </div> … … 14140 14211 <div> 14141 14212 <div> 14142 <h4 class="title"><a id="id 611889"></a>12.3.2.8. %null-ptr-p [Function]</h4>14213 <h4 class="title"><a id="id554740"></a>12.3.2.8. %null-ptr-p [Function]</h4> 14143 14214 </div> 14144 14215 </div> … … 14182 14253 <div> 14183 14254 <div> 14184 <h4 class="title"><a id="id 611965"></a>12.3.2.9. %setf-macptr [Function]</h4>14255 <h4 class="title"><a id="id554815"></a>12.3.2.9. %setf-macptr [Function]</h4> 14185 14256 </div> 14186 14257 </div> … … 14230 14301 <div> 14231 14302 <div> 14232 <h4 class="title"><a id="id 612055"></a>12.3.2.10. %incf-ptr [Macro]</h4>14303 <h4 class="title"><a id="id554905"></a>12.3.2.10. %incf-ptr [Macro]</h4> 14233 14304 </div> 14234 14305 </div> … … 14278 14349 <div> 14279 14350 <div> 14280 <h4 class="title"><a id="id 612145"></a>12.3.2.11. with-macptrs [Macro]</h4>14351 <h4 class="title"><a id="id554996"></a>12.3.2.11. with-macptrs [Macro]</h4> 14281 14352 </div> 14282 14353 </div> … … 14328 14399 <div> 14329 14400 <div> 14330 <h4 class="title"><a id="id 612237"></a>12.3.2.12. %stack-block [Macro]</h4>14401 <h4 class="title"><a id="id555088"></a>12.3.2.12. %stack-block [Macro]</h4> 14331 14402 </div> 14332 14403 </div> … … 14379 14450 <div> 14380 14451 <div> 14381 <h4 class="title"><a id="id 612329"></a>12.3.2.13. make-cstring [Function]</h4>14452 <h4 class="title"><a id="id555180"></a>12.3.2.13. make-cstring [Function]</h4> 14382 14453 </div> 14383 14454 </div> … … 14422 14493 <div> 14423 14494 <div> 14424 <h4 class="title"><a id="id 612406"></a>12.3.2.14. with-cstrs [Macro]</h4>14495 <h4 class="title"><a id="id555256"></a>12.3.2.14. with-cstrs [Macro]</h4> 14425 14496 </div> 14426 14497 </div> … … 14472 14543 <div> 14473 14544 <div> 14474 <h4 class="title"><a id="id 612497"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4>14545 <h4 class="title"><a id="id555348"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4> 14475 14546 </div> 14476 14547 </div> … … 14535 14606 <div> 14536 14607 <div> 14537 <h4 class="title"><a id="id 612621"></a>12.3.2.16. %get-cstring [Function]</h4>14608 <h4 class="title"><a id="id555471"></a>12.3.2.16. %get-cstring [Function]</h4> 14538 14609 </div> 14539 14610 </div> … … 14577 14648 <div> 14578 14649 <div> 14579 <h4 class="title"><a id="id 628648"></a>12.3.2.17. %str-from-ptr [Function]</h4>14650 <h4 class="title"><a id="id571365"></a>12.3.2.17. %str-from-ptr [Function]</h4> 14580 14651 </div> 14581 14652 </div> … … 16023 16094 <div> 16024 16095 <div class="refsect1" lang="en" xml:lang="en"> 16025 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630601"></a>16096 <a xmlns="http://www.w3.org/1999/xhtml" id="id573319"></a> 16026 16097 <div class="header">Description:</div> 16027 16098 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE* … … 16075 16146 <div> 16076 16147 <div class="refsect1" lang="en" xml:lang="en"> 16077 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630708"></a>16148 <a xmlns="http://www.w3.org/1999/xhtml" id="id573425"></a> 16078 16149 <div class="header">Description:</div> 16079 16150 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #& reader macro can be used to … … 16134 16205 <div> 16135 16206 <div class="refsect1" lang="en" xml:lang="en"> 16136 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630825"></a>16207 <a xmlns="http://www.w3.org/1999/xhtml" id="id573543"></a> 16137 16208 <div class="header">Description:</div> 16138 16209 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 0.14.2 and later, the #? reader macro can be used … … 16181 16252 <div> 16182 16253 <div class="refsect1" lang="en" xml:lang="en"> 16183 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630908"></a>16254 <a xmlns="http://www.w3.org/1999/xhtml" id="id573625"></a> 16184 16255 <div class="header">Description:</div> 16185 16256 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #/ reader macro can be used to … … 16284 16355 <div> 16285 16356 <div class="refsect1" lang="en" xml:lang="en"> 16286 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631047"></a>16357 <a xmlns="http://www.w3.org/1999/xhtml" id="id573764"></a> 16287 16358 <div class="header">Description:</div> 16288 16359 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #> reader macro reads … … 16313 16384 <div> 16314 16385 <div class="refsect1" lang="en" xml:lang="en"> 16315 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631121"></a>16386 <a xmlns="http://www.w3.org/1999/xhtml" id="id573839"></a> 16316 16387 <div class="header">Values:</div> 16317 16388 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">library</span></i>---either an object of type SHLIB, or a string which … … 16320 16391 </div> 16321 16392 <div class="refsect1" lang="en" xml:lang="en"> 16322 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631157"></a>16393 <a xmlns="http://www.w3.org/1999/xhtml" id="id573875"></a> 16323 16394 <div class="header">Description:</div> 16324 16395 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the … … 16349 16420 <div> 16350 16421 <div class="refsect1" lang="en" xml:lang="en"> 16351 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631233"></a>16422 <a xmlns="http://www.w3.org/1999/xhtml" id="id573951"></a> 16352 16423 <div class="header">Values:</div> 16353 16424 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A symbol which can be made into a special variable</p> … … 16366 16437 </div> 16367 16438 <div class="refsect1" lang="en" xml:lang="en"> 16368 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631305"></a>16439 <a xmlns="http://www.w3.org/1999/xhtml" id="id574022"></a> 16369 16440 <div class="header">Description:</div> 16370 16441 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em> … … 16402 16473 <div> 16403 16474 <div class="refsect1" lang="en" xml:lang="en"> 16404 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631384"></a>16475 <a xmlns="http://www.w3.org/1999/xhtml" id="id574102"></a> 16405 16476 <div class="header">Values:</div> 16406 16477 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain … … 16410 16481 </div> 16411 16482 <div class="refsect1" lang="en" xml:lang="en"> 16412 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631425"></a>16483 <a xmlns="http://www.w3.org/1999/xhtml" id="id574143"></a> 16413 16484 <div class="header">Description:</div> 16414 16485 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the … … 16444 16515 <div> 16445 16516 <div class="refsect1" lang="en" xml:lang="en"> 16446 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631498"></a>16517 <a xmlns="http://www.w3.org/1999/xhtml" id="id574216"></a> 16447 16518 <div class="header">Values:</div> 16448 16519 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>--- … … 16457 16528 </div> 16458 16529 <div class="refsect1" lang="en" xml:lang="en"> 16459 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631538"></a>16530 <a xmlns="http://www.w3.org/1999/xhtml" id="id574256"></a> 16460 16531 <div class="header">Description:</div> 16461 16532 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for … … 16485 16556 <div> 16486 16557 <div class="refsect1" lang="en" xml:lang="en"> 16487 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631608"></a>16558 <a xmlns="http://www.w3.org/1999/xhtml" id="id574325"></a> 16488 16559 <div class="header">Values:</div> 16489 16560 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p> … … 16498 16569 </div> 16499 16570 <div class="refsect1" lang="en" xml:lang="en"> 16500 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631681"></a>16571 <a xmlns="http://www.w3.org/1999/xhtml" id="id574399"></a> 16501 16572 <div class="header">Description:</div> 16502 16573 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by … … 16525 16596 <div> 16526 16597 <div class="refsect1" lang="en" xml:lang="en"> 16527 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631741"></a>16598 <a xmlns="http://www.w3.org/1999/xhtml" id="id574458"></a> 16528 16599 <div class="header">Values:</div> 16529 16600 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16536 16607 </div> 16537 16608 <div class="refsect1" lang="en" xml:lang="en"> 16538 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631804"></a>16609 <a xmlns="http://www.w3.org/1999/xhtml" id="id574521"></a> 16539 16610 <div class="header">Description:</div> 16540 16611 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16562 16633 <div> 16563 16634 <div class="refsect1" lang="en" xml:lang="en"> 16564 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631863"></a>16635 <a xmlns="http://www.w3.org/1999/xhtml" id="id574580"></a> 16565 16636 <div class="header">Values:</div> 16566 16637 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16575 16646 </div> 16576 16647 <div class="refsect1" lang="en" xml:lang="en"> 16577 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631936"></a>16648 <a xmlns="http://www.w3.org/1999/xhtml" id="id574654"></a> 16578 16649 <div class="header">Description:</div> 16579 16650 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16600 16671 <div> 16601 16672 <div class="refsect1" lang="en" xml:lang="en"> 16602 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631992"></a>16673 <a xmlns="http://www.w3.org/1999/xhtml" id="id574710"></a> 16603 16674 <div class="header">Values:</div> 16604 16675 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16605 16676 </div> 16606 16677 <div class="refsect1" lang="en" xml:lang="en"> 16607 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632014"></a>16678 <a xmlns="http://www.w3.org/1999/xhtml" id="id574732"></a> 16608 16679 <div class="header">Description:</div> 16609 16680 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol … … 16628 16699 <div> 16629 16700 <div class="refsect1" lang="en" xml:lang="en"> 16630 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632073"></a>16701 <a xmlns="http://www.w3.org/1999/xhtml" id="id574791"></a> 16631 16702 <div class="header">Values:</div> 16632 16703 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16633 16704 </div> 16634 16705 <div class="refsect1" lang="en" xml:lang="en"> 16635 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632096"></a>16706 <a xmlns="http://www.w3.org/1999/xhtml" id="id574813"></a> 16636 16707 <div class="header">Description:</div> 16637 16708 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If … … 16655 16726 <div> 16656 16727 <div class="refsect1" lang="en" xml:lang="en"> 16657 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632150"></a>16728 <a xmlns="http://www.w3.org/1999/xhtml" id="id574868"></a> 16658 16729 <div class="header">Values:</div> 16659 16730 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ptr</span></i>---A <code xmlns="http://www.w3.org/1999/xhtml" class="code">MACPTR</code> that points to a block of … … 16661 16732 </div> 16662 16733 <div class="refsect1" lang="en" xml:lang="en"> 16663 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632176"></a>16734 <a xmlns="http://www.w3.org/1999/xhtml" id="id574894"></a> 16664 16735 <div class="header">Description:</div> 16665 16736 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the <code class="code">CCL:FREE</code> … … 16693 16764 <div> 16694 16765 <div class="refsect1" lang="en" xml:lang="en"> 16695 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632269"></a>16766 <a xmlns="http://www.w3.org/1999/xhtml" id="id574987"></a> 16696 16767 <div class="header">Values:</div> 16697 16768 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p> … … 16708 16779 </div> 16709 16780 <div class="refsect1" lang="en" xml:lang="en"> 16710 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632344"></a>16781 <a xmlns="http://www.w3.org/1999/xhtml" id="id575062"></a> 16711 16782 <div class="header">Description:</div> 16712 16783 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16743 16814 <div> 16744 16815 <div class="refsect1" lang="en" xml:lang="en"> 16745 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632416"></a>16816 <a xmlns="http://www.w3.org/1999/xhtml" id="id575133"></a> 16746 16817 <div class="header">Values:</div> 16747 16818 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">typespec</span></i>---A foreign type specifier, or a keyword which is used … … 16760 16831 </div> 16761 16832 <div class="refsect1" lang="en" xml:lang="en"> 16762 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632483"></a>16833 <a xmlns="http://www.w3.org/1999/xhtml" id="id575201"></a> 16763 16834 <div class="header">Description:</div> 16764 16835 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16809 16880 <div> 16810 16881 <div class="refsect1" lang="en" xml:lang="en"> 16811 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632606"></a>16882 <a xmlns="http://www.w3.org/1999/xhtml" id="id575323"></a> 16812 16883 <div class="header">Values:</div> 16813 16884 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">typespec</span></i>---A foreign type specifier, or a keyword which is used … … 16823 16894 </div> 16824 16895 <div class="refsect1" lang="en" xml:lang="en"> 16825 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632664"></a>16896 <a xmlns="http://www.w3.org/1999/xhtml" id="id575381"></a> 16826 16897 <div class="header">Description:</div> 16827 16898 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16864 16935 </div> 16865 16936 <div class="refsect1" lang="en" xml:lang="en"> 16866 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632753"></a>16937 <a xmlns="http://www.w3.org/1999/xhtml" id="id575471"></a> 16867 16938 <div class="header">Notes:</div> 16868 16939 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16897 16968 <div> 16898 16969 <div class="refsect1" lang="en" xml:lang="en"> 16899 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632837"></a>16970 <a xmlns="http://www.w3.org/1999/xhtml" id="id575554"></a> 16900 16971 <div class="header">Values:</div> 16901 16972 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A SIMPLE-STRING which is presumed to be the so-name of … … 16905 16976 </div> 16906 16977 <div class="refsect1" lang="en" xml:lang="en"> 16907 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632877"></a>16978 <a xmlns="http://www.w3.org/1999/xhtml" id="id575594"></a> 16908 16979 <div class="header">Description:</div> 16909 16980 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can … … 16916 16987 </div> 16917 16988 <div class="refsect1" lang="en" xml:lang="en"> 16918 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632892"></a>16989 <a xmlns="http://www.w3.org/1999/xhtml" id="id575610"></a> 16919 16990 <div class="header">Examples:</div> 16920 16991 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple. … … 16951 17022 </div> 16952 17023 <div class="refsect1" lang="en" xml:lang="en"> 16953 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632913"></a>17024 <a xmlns="http://www.w3.org/1999/xhtml" id="id575631"></a> 16954 17025 <div class="header">Notes:</div> 16955 17026 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give … … 16974 17045 <div> 16975 17046 <div class="refsect1" lang="en" xml:lang="en"> 16976 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632970"></a>17047 <a xmlns="http://www.w3.org/1999/xhtml" id="id575688"></a> 16977 17048 <div class="header">Values:</div> 16978 17049 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">ptr</span></i>---<a xmlns="http://www.w3.org/1999/xhtml" class="link" href="#Referencing-and-Using-Foreign-Memory-Addresses" title="12.3. Referencing and Using Foreign Memory Addresses">a MACPTR</a>.</p> … … 16982 17053 </div> 16983 17054 <div class="refsect1" lang="en" xml:lang="en"> 16984 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633015"></a>17055 <a xmlns="http://www.w3.org/1999/xhtml" id="id575732"></a> 16985 17056 <div class="header">Description:</div> 16986 17057 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of … … 17008 17079 <div> 17009 17080 <div class="refsect1" lang="en" xml:lang="en"> 17010 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633080"></a>17081 <a xmlns="http://www.w3.org/1999/xhtml" id="id575798"></a> 17011 17082 <div class="header">Values:</div> 17012 17083 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL … … 17014 17085 </div> 17015 17086 <div class="refsect1" lang="en" xml:lang="en"> 17016 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633103"></a>17087 <a xmlns="http://www.w3.org/1999/xhtml" id="id575821"></a> 17017 17088 <div class="header">Description:</div> 17018 17089 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT … … 17037 17108 <div> 17038 17109 <div class="refsect1" lang="en" xml:lang="en"> 17039 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633174"></a>17110 <a xmlns="http://www.w3.org/1999/xhtml" id="id575892"></a> 17040 17111 <div class="header">Values:</div> 17041 17112 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 17045 17116 </div> 17046 17117 <div class="refsect1" lang="en" xml:lang="en"> 17047 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633225"></a>17118 <a xmlns="http://www.w3.org/1999/xhtml" id="id575943"></a> 17048 17119 <div class="header">Description:</div> 17049 17120 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 17075 17146 <div> 17076 17147 <div class="refsect1" lang="en" xml:lang="en"> 17077 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633306"></a>17148 <a xmlns="http://www.w3.org/1999/xhtml" id="id576024"></a> 17078 17149 <div class="header">Values:</div> 17079 17150 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 17082 17153 </div> 17083 17154 <div class="refsect1" lang="en" xml:lang="en"> 17084 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633354"></a>17155 <a xmlns="http://www.w3.org/1999/xhtml" id="id576072"></a> 17085 17156 <div class="header">Description:</div> 17086 17157 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is … … 17109 17180 <div> 17110 17181 <div class="refsect1" lang="en" xml:lang="en"> 17111 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633422"></a>17182 <a xmlns="http://www.w3.org/1999/xhtml" id="id576139"></a> 17112 17183 <div class="header">Values:</div> 17113 17184 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>---A CLOS object of a class for which there exists … … 17117 17188 </div> 17118 17189 <div class="refsect1" lang="en" xml:lang="en"> 17119 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633450"></a>17190 <a xmlns="http://www.w3.org/1999/xhtml" id="id576168"></a> 17120 17191 <div class="header">Description:</div> 17121 17192 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17154 17225 </div> 17155 17226 <div class="refsect1" lang="en" xml:lang="en"> 17156 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633506"></a>17227 <a xmlns="http://www.w3.org/1999/xhtml" id="id576224"></a> 17157 17228 <div class="header">Example:</div> 17158 17229 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 17168 17239 </div> 17169 17240 <div class="refsect1" lang="en" xml:lang="en"> 17170 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633521"></a>17241 <a xmlns="http://www.w3.org/1999/xhtml" id="id576239"></a> 17171 17242 <div class="header">See Also:</div> 17172 17243 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 17190 17261 <div> 17191 17262 <div class="refsect1" lang="en" xml:lang="en"> 17192 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633581"></a>17263 <a xmlns="http://www.w3.org/1999/xhtml" id="id576299"></a> 17193 17264 <div class="header">Values:</div> 17194 17265 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dir-id</span></i>---A keyword whose pname, mapped to lower case, names a … … 17197 17268 </div> 17198 17269 <div class="refsect1" lang="en" xml:lang="en"> 17199 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633605"></a>17270 <a xmlns="http://www.w3.org/1999/xhtml" id="id576322"></a> 17200 17271 <div class="header">Description:</div> 17201 17272 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by … … 17221 17292 <div> 17222 17293 <div class="refsect1" lang="en" xml:lang="en"> 17223 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633665"></a>17294 <a xmlns="http://www.w3.org/1999/xhtml" id="id576382"></a> 17224 17295 <div class="header">Values:</div> 17225 17296 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dir-id</span></i>---A keyword whose pname, mapped to lower case, names a … … 17228 17299 </div> 17229 17300 <div class="refsect1" lang="en" xml:lang="en"> 17230 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633688"></a>17301 <a xmlns="http://www.w3.org/1999/xhtml" id="id576406"></a> 17231 17302 <div class="header">Description:</div> 17232 17303 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by … … 17250 17321 </div> 17251 17322 <div class="refsect1" lang="en" xml:lang="en"> 17252 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633727"></a>17323 <a xmlns="http://www.w3.org/1999/xhtml" id="id576444"></a> 17253 17324 <div class="header">Examples:</div> 17254 17325 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be … … 18903 18974 <div> 18904 18975 <div class="refsect1" lang="en" xml:lang="en"> 18905 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626243"></a>18976 <a xmlns="http://www.w3.org/1999/xhtml" id="id568940"></a> 18906 18977 <div class="header">Arguments and Values:</div> 18907 18978 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing … … 18913 18984 </div> 18914 18985 <div class="refsect1" lang="en" xml:lang="en"> 18915 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626288"></a>18986 <a xmlns="http://www.w3.org/1999/xhtml" id="id568985"></a> 18916 18987 <div class="header">Description:</div> 18917 18988 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18934 19005 <div> 18935 19006 <div class="refsect1" lang="en" xml:lang="en"> 18936 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626349"></a>19007 <a xmlns="http://www.w3.org/1999/xhtml" id="id569046"></a> 18937 19008 <div class="header">Arguments and Values:</div> 18938 19009 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of a new or existing … … 18947 19018 </div> 18948 19019 <div class="refsect1" lang="en" xml:lang="en"> 18949 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626409"></a>19020 <a xmlns="http://www.w3.org/1999/xhtml" id="id569106"></a> 18950 19021 <div class="header">Description:</div> 18951 19022 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18971 19042 <div> 18972 19043 <div class="refsect1" lang="en" xml:lang="en"> 18973 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626471"></a>19044 <a xmlns="http://www.w3.org/1999/xhtml" id="id569169"></a> 18974 19045 <div class="header">Values:</div> 18975 19046 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with … … 18977 19048 </div> 18978 19049 <div class="refsect1" lang="en" xml:lang="en"> 18979 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626498"></a>19050 <a xmlns="http://www.w3.org/1999/xhtml" id="id569196"></a> 18980 19051 <div class="header">Description:</div> 18981 19052 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18999 19070 <div> 19000 19071 <div class="refsect1" lang="en" xml:lang="en"> 19001 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626557"></a>19072 <a xmlns="http://www.w3.org/1999/xhtml" id="id569254"></a> 19002 19073 <div class="header">Values:</div> 19003 19074 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 19005 19076 </div> 19006 19077 <div class="refsect1" lang="en" xml:lang="en"> 19007 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626584"></a>19078 <a xmlns="http://www.w3.org/1999/xhtml" id="id569281"></a> 19008 19079 <div class="header">Description:</div> 19009 19080 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19025 19096 <div> 19026 19097 <div class="refsect1" lang="en" xml:lang="en"> 19027 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626641"></a>19098 <a xmlns="http://www.w3.org/1999/xhtml" id="id569338"></a> 19028 19099 <div class="header">Arguments and Values:</div> 19029 19100 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 19034 19105 </div> 19035 19106 <div class="refsect1" lang="en" xml:lang="en"> 19036 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626684"></a>19107 <a xmlns="http://www.w3.org/1999/xhtml" id="id569381"></a> 19037 19108 <div class="header">Description:</div> 19038 19109 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19057 19128 <div> 19058 19129 <div class="refsect1" lang="en" xml:lang="en"> 19059 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626743"></a>19130 <a xmlns="http://www.w3.org/1999/xhtml" id="id569440"></a> 19060 19131 <div class="header">Arguments and Values:</div> 19061 19132 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific … … 19066 19137 </div> 19067 19138 <div class="refsect1" lang="en" xml:lang="en"> 19068 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626786"></a>19139 <a xmlns="http://www.w3.org/1999/xhtml" id="id569483"></a> 19069 19140 <div class="header">Description:</div> 19070 19141 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19089 19160 <div> 19090 19161 <div class="refsect1" lang="en" xml:lang="en"> 19091 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626845"></a>19162 <a xmlns="http://www.w3.org/1999/xhtml" id="id569543"></a> 19092 19163 <div class="header">Values:</div> 19093 19164 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p> 19094 19165 </div> 19095 19166 <div class="refsect1" lang="en" xml:lang="en"> 19096 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626871"></a>19167 <a xmlns="http://www.w3.org/1999/xhtml" id="id569568"></a> 19097 19168 <div class="header">Description:</div> 19098 19169 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19115 19186 <div> 19116 19187 <div class="refsect1" lang="en" xml:lang="en"> 19117 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626928"></a>19188 <a xmlns="http://www.w3.org/1999/xhtml" id="id569626"></a> 19118 19189 <div class="header">Values:</div> 19119 19190 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 19123 19194 </div> 19124 19195 <div class="refsect1" lang="en" xml:lang="en"> 19125 <a xmlns="http://www.w3.org/1999/xhtml" id="id 626971"></a>19196 <a xmlns="http://www.w3.org/1999/xhtml" id="id569668"></a> 19126 19197 <div class="header">Description:</div> 19127 19198 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19148 19219 <div> 19149 19220 <div class="refsect1" lang="en" xml:lang="en"> 19150 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627040"></a>19221 <a xmlns="http://www.w3.org/1999/xhtml" id="id569737"></a> 19151 19222 <div class="header">Values:</div> 19152 19223 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and … … 19157 19228 </div> 19158 19229 <div class="refsect1" lang="en" xml:lang="en"> 19159 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627082"></a>19230 <a xmlns="http://www.w3.org/1999/xhtml" id="id569780"></a> 19160 19231 <div class="header">Description:</div> 19161 19232 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19173 19244 </div> 19174 19245 <div class="refsect1" lang="en" xml:lang="en"> 19175 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627116"></a>19246 <a xmlns="http://www.w3.org/1999/xhtml" id="id569813"></a> 19176 19247 <div class="header">Notes:</div> 19177 19248 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19198 19269 <div> 19199 19270 <div class="refsect1" lang="en" xml:lang="en"> 19200 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627177"></a>19271 <a xmlns="http://www.w3.org/1999/xhtml" id="id569874"></a> 19201 19272 <div class="header">Arguments and Values:</div> 19202 19273 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">class-name</span></i>---a string which denotes an existing class name, or a … … 19205 19276 </div> 19206 19277 <div class="refsect1" lang="en" xml:lang="en"> 19207 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627204"></a>19278 <a xmlns="http://www.w3.org/1999/xhtml" id="id569901"></a> 19208 19279 <div class="header">Description:</div> 19209 19280 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use … … 19230 19301 <div> 19231 19302 <div class="refsect1" lang="en" xml:lang="en"> 19232 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627274"></a>19303 <a xmlns="http://www.w3.org/1999/xhtml" id="id569971"></a> 19233 19304 <div class="header">Arguments and Values:</div> 19234 19305 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an … … 19236 19307 </div> 19237 19308 <div class="refsect1" lang="en" xml:lang="en"> 19238 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627299"></a>19309 <a xmlns="http://www.w3.org/1999/xhtml" id="id569997"></a> 19239 19310 <div class="header">Description:</div> 19240 19311 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses … … 19258 19329 <div> 19259 19330 <div class="refsect1" lang="en" xml:lang="en"> 19260 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627365"></a>19331 <a xmlns="http://www.w3.org/1999/xhtml" id="id570062"></a> 19261 19332 <div class="header">Arguments and Values:</div> 19262 19333 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name-and-result-type</span></i>---either an Objective-C message name, for methods … … 19280 19351 </div> 19281 19352 <div class="refsect1" lang="en" xml:lang="en"> 19282 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627446"></a>19353 <a xmlns="http://www.w3.org/1999/xhtml" id="id570143"></a> 19283 19354 <div class="header">Description:</div> 19284 19355 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements … … 19305 19376 <div> 19306 19377 <div class="refsect1" lang="en" xml:lang="en"> 19307 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627528"></a>19378 <a xmlns="http://www.w3.org/1999/xhtml" id="id570226"></a> 19308 19379 <div class="header">Arguments and Values:</div> 19309 19380 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the … … 19320 19391 </div> 19321 19392 <div class="refsect1" lang="en" xml:lang="en"> 19322 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627575"></a>19393 <a xmlns="http://www.w3.org/1999/xhtml" id="id570272"></a> 19323 19394 <div class="header">Description:</div> 19324 19395 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the … … 19341 19412 <div> 19342 19413 <div class="refsect1" lang="en" xml:lang="en"> 19343 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627638"></a>19414 <a xmlns="http://www.w3.org/1999/xhtml" id="id570335"></a> 19344 19415 <div class="header">Arguments and Values:</div> 19345 19416 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p> 19346 19417 </div> 19347 19418 <div class="refsect1" lang="en" xml:lang="en"> 19348 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627649"></a>19419 <a xmlns="http://www.w3.org/1999/xhtml" id="id570346"></a> 19349 19420 <div class="header">Description:</div> 19350 19421 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the … … 19388 19459 <div> 19389 19460 <div class="refsect1" lang="en" xml:lang="en"> 19390 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627726"></a>19461 <a xmlns="http://www.w3.org/1999/xhtml" id="id570423"></a> 19391 19462 <div class="header">Description:</div> 19392 19463 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro … … 19423 19494 <div> 19424 19495 <div class="refsect1" lang="en" xml:lang="en"> 19425 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627783"></a>19496 <a xmlns="http://www.w3.org/1999/xhtml" id="id570480"></a> 19426 19497 <div class="header">Superclasses:</div> 19427 19498 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p> 19428 19499 </div> 19429 19500 <div class="refsect1" lang="en" xml:lang="en"> 19430 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627794"></a>19501 <a xmlns="http://www.w3.org/1999/xhtml" id="id570492"></a> 19431 19502 <div class="header">Initargs:</div> 19432 19503 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>--- … … 19436 19507 </div> 19437 19508 <div class="refsect1" lang="en" xml:lang="en"> 19438 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627821"></a>19509 <a xmlns="http://www.w3.org/1999/xhtml" id="id570518"></a> 19439 19510 <div class="header">Description:</div> 19440 19511 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19454 19525 </div> 19455 19526 <div class="refsect1" lang="en" xml:lang="en"> 19456 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627841"></a>19527 <a xmlns="http://www.w3.org/1999/xhtml" id="id570538"></a> 19457 19528 <div class="header">Examples:</div> 19458 19529 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19485 19556 </div> 19486 19557 <div class="refsect1" lang="en" xml:lang="en"> 19487 <a xmlns="http://www.w3.org/1999/xhtml" id="id 617109"></a>19558 <a xmlns="http://www.w3.org/1999/xhtml" id="id559860"></a> 19488 19559 <div class="header">Notes:</div> 19489 19560 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19825 19896 <div> 19826 19897 <div class="refsect1" lang="en" xml:lang="en"> 19827 <a xmlns="http://www.w3.org/1999/xhtml" id="id 624929"></a>19898 <a xmlns="http://www.w3.org/1999/xhtml" id="id556118"></a> 19828 19899 <div class="header">Arguments and Values:</div> 19829 19900 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">type</span></i>---The type of population, one of <code xmlns="http://www.w3.org/1999/xhtml" class="literal">:LIST</code> (the default) or <code xmlns="http://www.w3.org/1999/xhtml" class="literal">:ALIST</code></p> … … 19833 19904 </div> 19834 19905 <div class="refsect1" lang="en" xml:lang="en"> 19835 <a xmlns="http://www.w3.org/1999/xhtml" id="id 624988"></a>19906 <a xmlns="http://www.w3.org/1999/xhtml" id="id556176"></a> 19836 19907 <div class="header">Description:</div> 19837 19908 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p> … … 19851 19922 <div> 19852 19923 <div class="refsect1" lang="en" xml:lang="en"> 19853 <a xmlns="http://www.w3.org/1999/xhtml" id="id 625045"></a>19924 <a xmlns="http://www.w3.org/1999/xhtml" id="id556233"></a> 19854 19925 <div class="header">Description:</div> 19855 19926 <p xmlns="http://www.w3.org/1999/xhtml">returns the type of <code class="literal">population</code>, one of <code class="literal">:LIST</code> or <code class="literal">:ALIST</code></p> … … 19869 19940 <div> 19870 19941 <div class="refsect1" lang="en" xml:lang="en"> 19871 <a xmlns="http://www.w3.org/1999/xhtml" id="id 625119"></a>19942 <a xmlns="http://www.w3.org/1999/xhtml" id="id556307"></a> 19872 19943 <div class="header">Description:</div> 19873 19944 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>. … … 19892 19963 <div> 19893 19964 <div class="refsect1" lang="en" xml:lang="en"> 19894 <a xmlns="http://www.w3.org/1999/xhtml" id="id 625188"></a>19965 <a xmlns="http://www.w3.org/1999/xhtml" id="id567063"></a> 19895 19966 <div class="header">Description:</div> 19896 19967 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to … … 19925 19996 <div> 19926 19997 <div class="refsect1" lang="en" xml:lang="en"> 19927 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612753"></a>19998 <a xmlns="http://www.w3.org/1999/xhtml" id="id567148"></a> 19928 19999 <div class="header">Description:</div> 19929 20000 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the … … 19946 20017 <div> 19947 20018 <div class="refsect1" lang="en" xml:lang="en"> 19948 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612813"></a>20019 <a xmlns="http://www.w3.org/1999/xhtml" id="id567209"></a> 19949 20020 <div class="header">Arguments and Values:</div> 19950 20021 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p> 19951 20022 </div> 19952 20023 <div class="refsect1" lang="en" xml:lang="en"> 19953 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612839"></a>20024 <a xmlns="http://www.w3.org/1999/xhtml" id="id567234"></a> 19954 20025 <div class="header">Description:</div> 19955 20026 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the … … 19975 20046 <div> 19976 20047 <div class="refsect1" lang="en" xml:lang="en"> 19977 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612901"></a>20048 <a xmlns="http://www.w3.org/1999/xhtml" id="id567296"></a> 19978 20049 <div class="header">Description:</div> 19979 20050 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the … … 19995 20066 <div> 19996 20067 <div class="refsect1" lang="en" xml:lang="en"> 19997 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612959"></a>20068 <a xmlns="http://www.w3.org/1999/xhtml" id="id567355"></a> 19998 20069 <div class="header">Arguments and Values:</div> 19999 20070 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 20000 20071 </div> 20001 20072 <div class="refsect1" lang="en" xml:lang="en"> 20002 <a xmlns="http://www.w3.org/1999/xhtml" id="id 612985"></a>20073 <a xmlns="http://www.w3.org/1999/xhtml" id="id567381"></a> 20003 20074 <div class="header">Description:</div> 20004 20075 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC … … 20026 20097 <div> 20027 20098 <div class="refsect1" lang="en" xml:lang="en"> 20028 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613044"></a>20099 <a xmlns="http://www.w3.org/1999/xhtml" id="id567439"></a> 20029 20100 <div class="header">Description:</div> 20030 20101 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call, … … 20049 20120 <div> 20050 20121 <div class="refsect1" lang="en" xml:lang="en"> 20051 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613100"></a>20122 <a xmlns="http://www.w3.org/1999/xhtml" id="id567495"></a> 20052 20123 <div class="header">Description:</div> 20053 20124 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL … … 20074 20145 <div> 20075 20146 <div class="refsect1" lang="en" xml:lang="en"> 20076 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613158"></a>20147 <a xmlns="http://www.w3.org/1999/xhtml" id="id567553"></a> 20077 20148 <div class="header">Description:</div> 20078 20149 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the … … 20096 20167 <div> 20097 20168 <div class="refsect1" lang="en" xml:lang="en"> 20098 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613216"></a>20169 <a xmlns="http://www.w3.org/1999/xhtml" id="id567612"></a> 20099 20170 <div class="header">Arguments and Values:</div> 20100 20171 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest … … 20106 20177 </div> 20107 20178 <div class="refsect1" lang="en" xml:lang="en"> 20108 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613272"></a>20179 <a xmlns="http://www.w3.org/1999/xhtml" id="id567667"></a> 20109 20180 <div class="header">Description:</div> 20110 20181 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect. … … 20130 20201 <div> 20131 20202 <div class="refsect1" lang="en" xml:lang="en"> 20132 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613337"></a>20203 <a xmlns="http://www.w3.org/1999/xhtml" id="id567733"></a> 20133 20204 <div class="header">Arguments and Values:</div> 20134 20205 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 20135 20206 </div> 20136 20207 <div class="refsect1" lang="en" xml:lang="en"> 20137 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613363"></a>20208 <a xmlns="http://www.w3.org/1999/xhtml" id="id567759"></a> 20138 20209 <div class="header">Description:</div> 20139 20210 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages … … 20160 20231 <div> 20161 20232 <div class="refsect1" lang="en" xml:lang="en"> 20162 <a xmlns="http://www.w3.org/1999/xhtml" id="id 613421"></a>20233 <a xmlns="http://www.w3.org/1999/xhtml" id="id567817"></a> 20163 20234 <div class="header">Description:</div> 20164 20235 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs … … 20315 20386 <dt> 20316 20387 <span class="sect2"> 20317 <a href="#id 623137">16.7.2. Recommended Reading</a>20388 <a href="#id565830">16.7.2. Recommended Reading</a> 20318 20389 </span> 20319 20390 </dt> … … 21591 21662 <li class="listitem"> 21592 21663 <p>To support a feature called <span class="emphasis"><em>GCTWA 21593 <sup>[<a id="id 622691" href="#ftn.id622691" class="footnote">1</a>]</sup>21664 <sup>[<a id="id565384" href="#ftn.id565384" class="footnote">1</a>]</sup> 21594 21665 , </em></span>the vector that contains the internal 21595 21666 symbols of the current package is marked on entry to the … … 21724 21795 <hr width="100" align="left" /> 21725 21796 <div class="footnote"> 21726 <p><sup>[<a id="ftn.id 622691" href="#id622691" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,21797 <p><sup>[<a id="ftn.id565384" href="#id565384" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP, 21727 21798 where it stood for "Garbage Collection of Truly 21728 21799 Worthless Atoms".</p> … … 21784 21855 generations looking for such intergenerational references, the 21785 21856 runtime system must note all such intergenerational references 21786 at the point where they're created (via Setf).<sup>[<a id="id 622925" href="#ftn.id622925" class="footnote">2</a>]</sup> The21857 at the point where they're created (via Setf).<sup>[<a id="id565618" href="#ftn.id565618" class="footnote">2</a>]</sup> The 21787 21858 set of pointers that may contain intergenerational references is 21788 21859 sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p> … … 21831 21902 that might introduce an intergenerational reference must be 21832 21903 memoized. 21833 <sup>[<a id="id 622993" href="#ftn.id622993" class="footnote">3</a>]</sup> It's always safe to21904 <sup>[<a id="id565686" href="#ftn.id565686" class="footnote">3</a>]</sup> It's always safe to 21834 21905 push any cons cell or gvector locative onto the memo stack; 21835 21906 it's never safe to push anything else. … … 21852 21923 <hr width="100" align="left" /> 21853 21924 <div class="footnote"> 21854 <p><sup>[<a id="ftn.id 622925" href="#id622925" class="para">2</a>] </sup>This is21925 <p><sup>[<a id="ftn.id565618" href="#id565618" class="para">2</a>] </sup>This is 21855 21926 sometimes called "The Write Barrier": all assignments which 21856 21927 might result in intergenerational references must be noted, as … … 21858 21929 </div> 21859 21930 <div class="footnote"> 21860 <p><sup>[<a id="ftn.id 622993" href="#id622993" class="para">3</a>] </sup>Note that the implicit setfs that occur when21931 <p><sup>[<a id="ftn.id565686" href="#id565686" class="para">3</a>] </sup>Note that the implicit setfs that occur when 21861 21932 initializing an object - as in the case of a call to cons or 21862 21933 vector - can't introduce intergenerational references, since … … 21974 22045 <div> 21975 22046 <div> 21976 <h3 class="title"><a id="id 623137"></a>16.7.2. Recommended Reading</h3>22047 <h3 class="title"><a id="id565830"></a>16.7.2. Recommended Reading</h3> 21977 22048 </div> 21978 22049 </div> … … 22387 22458 <div> 22388 22459 <div class="refsect1" lang="en" xml:lang="en"> 22389 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80956"></a>22460 <a xmlns="http://www.w3.org/1999/xhtml" id="id553253"></a> 22390 22461 <div class="header">Description:</div> 22391 22462 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD) … … 22412 22483 <div> 22413 22484 <div class="refsect1" lang="en" xml:lang="en"> 22414 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 42053"></a>22485 <a xmlns="http://www.w3.org/1999/xhtml" id="id532211"></a> 22415 22486 <div class="header">Description:</div> 22416 22487 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22436 22507 <div> 22437 22508 <div class="refsect1" lang="en" xml:lang="en"> 22438 <a xmlns="http://www.w3.org/1999/xhtml" id="id 610442"></a>22509 <a xmlns="http://www.w3.org/1999/xhtml" id="id555873"></a> 22439 22510 <div class="header">Description:</div> 22440 22511 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22459 22530 <div> 22460 22531 <div class="refsect1" lang="en" xml:lang="en"> 22461 <a xmlns="http://www.w3.org/1999/xhtml" id="id 617467"></a>22532 <a xmlns="http://www.w3.org/1999/xhtml" id="id555919"></a> 22462 22533 <div class="header">Description:</div> 22463 22534 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session … … 22484 22555 <div> 22485 22556 <div class="refsect1" lang="en" xml:lang="en"> 22486 <a xmlns="http://www.w3.org/1999/xhtml" id="id 617525"></a>22557 <a xmlns="http://www.w3.org/1999/xhtml" id="id560642"></a> 22487 22558 <div class="header">Description:</div> 22488 22559 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p> … … 22502 22573 <div> 22503 22574 <div class="refsect1" lang="en" xml:lang="en"> 22504 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90126"></a>22575 <a xmlns="http://www.w3.org/1999/xhtml" id="id560686"></a> 22505 22576 <div class="header">Description:</div> 22506 22577 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros. … … 22524 22595 <div> 22525 22596 <div class="refsect1" lang="en" xml:lang="en"> 22526 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621667"></a>22597 <a xmlns="http://www.w3.org/1999/xhtml" id="id567912"></a> 22527 22598 <div class="header">Arguments and Values:</div> 22528 22599 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p> … … 22530 22601 </div> 22531 22602 <div class="refsect1" lang="en" xml:lang="en"> 22532 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621708"></a>22603 <a xmlns="http://www.w3.org/1999/xhtml" id="id567953"></a> 22533 22604 <div class="header">Description:</div> 22534 22605 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If … … 22556 22627 <div> 22557 22628 <div class="refsect1" lang="en" xml:lang="en"> 22558 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621770"></a>22629 <a xmlns="http://www.w3.org/1999/xhtml" id="id560301"></a> 22559 22630 <div class="header">Arguments and Values:</div> 22560 22631 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p> … … 22565 22636 </div> 22566 22637 <div class="refsect1" lang="en" xml:lang="en"> 22567 <a xmlns="http://www.w3.org/1999/xhtml" id="id 617579"></a>22638 <a xmlns="http://www.w3.org/1999/xhtml" id="id560359"></a> 22568 22639 <div class="header">Description:</div> 22569 22640 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer … … 22976 23047 <dl> 22977 23048 <dt>CCL Logical Host, <a class="indexterm" href="#Predefined-Logical-Hosts">Predefined Logical Hosts</a></dt> 22978 <dt>clear-coverage, <a class="indexterm" href="#f_clear-coverage">Function clear-coverage</a></dt>23049 <dt>clear-coverage, <a class="indexterm" href="#f_clear-coverage">Function CLEAR-COVERAGE</a></dt> 22979 23050 <dt>close, <a class="indexterm" href="#o_close">Method CLOSE</a></dt> 22980 23051 <dt>close-shared-library, <a class="indexterm" href="#f_close-shared-library">Function CLOSE-SHARED-LIBRARY</a></dt> 23052 <dt>combine-coverage, <a class="indexterm" href="#f_combine-coverage">Function COMBINE-COVERAGE</a></dt> 22981 23053 <dt>communication-deadline-expired, <a class="indexterm" href="#Stream-Timeouts-And-Deadlines">Stream Timeouts and Deadlines</a></dt> 22982 23054 <dt>configure-gcc, <a class="indexterm" href="#f_configure-gcc">Function CONFIGURE-GCC</a></dt> … … 23151 23223 <dt>report-coverage, <a class="indexterm" href="#f_report-coverage">Function REPORT-COVERAGE</a></dt> 23152 23224 <dt>request-terminal-input-via-break, <a class="indexterm" href="#v_request-terminal-input-via-break">Variable *REQUEST-TERMINAL-INPUT-VIA-BREAK*</a></dt> 23153 <dt>reset-coverage, <a class="indexterm" href="#f_reset-coverage">Function reset-coverage</a></dt>23225 <dt>reset-coverage, <a class="indexterm" href="#f_reset-coverage">Function RESET-COVERAGE</a></dt> 23154 23226 <dt>restore-coverage, <a class="indexterm" href="#f_restore-coverage">Function RESTORE-COVERAGE</a></dt> 23155 <dt>restore-coverage-from-file, <a class="indexterm" href="#f_restore-coverage-from-file">Function restore-coverage-from-file</a></dt>23227 <dt>restore-coverage-from-file, <a class="indexterm" href="#f_restore-coverage-from-file">Function RESTORE-COVERAGE-FROM-FILE</a></dt> 23156 23228 <dt>rlet, <a class="indexterm" href="#m_rlet">Macro RLET</a></dt> 23157 23229 <dt>rletz, <a class="indexterm" href="#m_rletz">Macro RLETZ</a></dt> … … 23163 23235 <dl> 23164 23236 <dt>save-application, <a class="indexterm" href="#Saving-Applications">Saving Applications</a></dt> 23165 <dt>save-coverage, <a class="indexterm" href="#f_save-coverage">Function save-coverage</a></dt>23166 <dt>save-coverage-in-file, <a class="indexterm" href="#f_save-coverage-in-file">Function save-coverage-in-file</a></dt>23237 <dt>save-coverage, <a class="indexterm" href="#f_save-coverage">Function SAVE-COVERAGE</a></dt> 23238 <dt>save-coverage-in-file, <a class="indexterm" href="#f_save-coverage-in-file">Function SAVE-COVERAGE-IN-FILE</a></dt> 23167 23239 <dt>send-to, <a class="indexterm" href="#f_send-to">Function SEND-TO</a></dt> 23168 23240 <dt>set-development-environment, <a class="indexterm" href="#f_set-development-environment">Function SET-DEVELOPMENT-ENVIRONMENT</a></dt> … … 23243 23315 <a href="#Symbol-Index">Symbol Index</a> 23244 23316 </div> 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>23317 <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 20:0 on April 28, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14744<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p> 23246 23318 </body> 23247 23319 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
