Changeset 14697
- Timestamp:
- Mar 23, 2011, 3:00:19 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/ccl-documentation.html (modified) (393 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/ccl-documentation.html
r14686 r14697 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 565647" title="Clozure CL Documentation" />8 <link rel="home" href="#id497039" 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 565647"></a>Clozure CL Documentation</h1>16 <h1 class="title"><a id="id497039"></a>Clozure CL Documentation</h1> 17 17 </div> 18 18 </div> … … 1745 1745 <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it 1746 1746 may be helpful to refer to these definitions.</p> 1747 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id5 84188" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl1747 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id515580" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl 1748 1748 files</em></a> are the object files produced 1749 1749 by <code class="literal">compile-file</code>. fasl files store the … … 1756 1756 see 1757 1757 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a> </p> 1758 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id5 78889" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp1758 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id510281" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp 1759 1759 kernel</em></a> is a C program with a fair amount of 1760 1760 platform-specific assembly language code. Its basic job is to … … 1766 1766 files on different platforms; see 1767 1767 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1768 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id 607105" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap1768 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id538497" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap 1769 1769 image</em></a> is a file that can be quickly mapped into a 1770 1770 process's address space. Conceptually, it's not too different … … 1777 1777 standard full heap image files on different platforms; see 1778 1778 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1779 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id5 92764" class="indexterm"></a> bootstrapping image is a minimal1779 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id524156" class="indexterm"></a> bootstrapping image is a minimal 1780 1780 heap image used in the process of building Clozure CL itself. The 1781 1781 bootstrapping image contains just enough code to load the rest … … 1789 1789 as-yet-unsupported ones) has a uniquely named subdirectory of 1790 1790 <code class="literal">ccl/lisp-kernel/</code>; each such 1791 <a id="id5 90948" class="indexterm"></a>1791 <a id="id522340" class="indexterm"></a> 1792 1792 contains a Makefile and may contain some auxiliary files (linker 1793 1793 scripts, etc.) that are used to build the lisp kernel on a … … 2608 2608 </p> 2609 2609 <p xmlns="http://www.w3.org/1999/xhtml"> 2610 <a id="id5 99834" class="indexterm"></a>2610 <a id="id531226" class="indexterm"></a> 2611 2611 <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em> 2612 2612 <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> | … … 3052 3052 </div> 3053 3053 <p xmlns="http://www.w3.org/1999/xhtml"> 3054 <a id="id 620402" class="indexterm"></a>3054 <a id="id551794" class="indexterm"></a> 3055 3055 <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em> [Variable]</strong></span> 3056 3056 </p> 3057 3057 <p xmlns="http://www.w3.org/1999/xhtml">Variable bound to the current nesting level during execution of before and after trace actions. The default printing actions use it to determine the amount of indentation.</p> 3058 3058 <p xmlns="http://www.w3.org/1999/xhtml"> 3059 <a id="id 620428" class="indexterm"></a>3059 <a id="id551820" class="indexterm"></a> 3060 3060 <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em> [Variable]</strong></span> 3061 3061 </p> 3062 3062 <p xmlns="http://www.w3.org/1999/xhtml">The default before and after print actions will not indent by more than the value of <em class="varname">ccl:*trace-max-indent*</em> regardless of the current trace level.</p> 3063 3063 <p xmlns="http://www.w3.org/1999/xhtml"> 3064 <a id="id 620457" class="indexterm"></a>3064 <a id="id551849" class="indexterm"></a> 3065 3065 <span class="command"><strong><em class="varname"><a id="trace-function"></a>CCL:TRACE-FUNCTION</em> <em class="replaceable"><code>spec</code></em> <em class="varname">&key</em> {<em class="replaceable"><code>keyword</code></em> <em class="replaceable"><code>value</code></em>}* [Function]</strong></span> 3066 3066 </p> … … 3070 3070 </p> 3071 3071 <p xmlns="http://www.w3.org/1999/xhtml"> 3072 <a id="id 620506" class="indexterm"></a>3072 <a id="id551898" class="indexterm"></a> 3073 3073 <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em> [Variable]</strong></span> 3074 3074 </p> … … 3078 3078 explicit printing done by user code.</p> 3079 3079 <p xmlns="http://www.w3.org/1999/xhtml"> 3080 <a id="id 620540" class="indexterm"></a>3080 <a id="id551932" class="indexterm"></a> 3081 3081 <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em> [Variable]</strong></span> 3082 3082 </p> … … 3086 3086 explicit printing done by user code.</p> 3087 3087 <p xmlns="http://www.w3.org/1999/xhtml"> 3088 <a id="id 620575" class="indexterm"></a>3088 <a id="id551967" class="indexterm"></a> 3089 3089 <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em> [Variable]</strong></span> 3090 3090 </p> … … 3135 3135 <div> 3136 3136 <div class="refsect1" lang="en" xml:lang="en"> 3137 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620737"></a>3137 <a xmlns="http://www.w3.org/1999/xhtml" id="id552129"></a> 3138 3138 <div class="header">Arguments and Values:</div> 3139 3139 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>--- … … 3170 3170 </div> 3171 3171 <div class="refsect1" lang="en" xml:lang="en"> 3172 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620844"></a>3172 <a xmlns="http://www.w3.org/1999/xhtml" id="id552236"></a> 3173 3173 <div class="header">Examples:</div> 3174 3174 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3215 3215 <div> 3216 3216 <div class="refsect1" lang="en" xml:lang="en"> 3217 <a xmlns="http://www.w3.org/1999/xhtml" id="id 620943"></a>3217 <a xmlns="http://www.w3.org/1999/xhtml" id="id552335"></a> 3218 3218 <div class="header">Description:</div> 3219 3219 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3230 3230 </div> 3231 3231 <div class="refsect1" lang="en" xml:lang="en"> 3232 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621010"></a>3232 <a xmlns="http://www.w3.org/1999/xhtml" id="id552402"></a> 3233 3233 <div class="header">Arguments and Values:</div> 3234 3234 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3254 3254 <div> 3255 3255 <div class="refsect1" lang="en" xml:lang="en"> 3256 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621088"></a>3256 <a xmlns="http://www.w3.org/1999/xhtml" id="id552480"></a> 3257 3257 <div class="header">Description:</div> 3258 3258 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3266 3266 </div> 3267 3267 <div class="refsect1" lang="en" xml:lang="en"> 3268 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621136"></a>3268 <a xmlns="http://www.w3.org/1999/xhtml" id="id552528"></a> 3269 3269 <div class="header">Arguments and Values:</div> 3270 3270 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3426 3426 <div> 3427 3427 <div class="refsect1" lang="en" xml:lang="en"> 3428 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621670"></a>3428 <a xmlns="http://www.w3.org/1999/xhtml" id="id553062"></a> 3429 3429 <div class="header">Description:</div> 3430 3430 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is … … 3452 3452 <div> 3453 3453 <div class="refsect1" lang="en" xml:lang="en"> 3454 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621732"></a>3454 <a xmlns="http://www.w3.org/1999/xhtml" id="id553124"></a> 3455 3455 <div class="header">Description:</div> 3456 3456 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when an external-format … … 3484 3484 <div> 3485 3485 <div class="refsect1" lang="en" xml:lang="en"> 3486 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621814"></a>3486 <a xmlns="http://www.w3.org/1999/xhtml" id="id553206"></a> 3487 3487 <div class="header">Arguments and Values:</div> 3488 3488 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external … … 3518 3518 </div> 3519 3519 <div class="refsect1" lang="en" xml:lang="en"> 3520 <a xmlns="http://www.w3.org/1999/xhtml" id="id 636600"></a>3520 <a xmlns="http://www.w3.org/1999/xhtml" id="id568100"></a> 3521 3521 <div class="header">Description:</div> 3522 3522 <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a … … 3691 3691 <div> 3692 3692 <div> 3693 <h4 class="title"><a id="id 636934"></a>4.5.4.1. Encoding Problems</h4>3693 <h4 class="title"><a id="id568434"></a>4.5.4.1. Encoding Problems</h4> 3694 3694 </div> 3695 3695 </div> … … 3707 3707 <div> 3708 3708 <div> 3709 <h4 class="title"><a id="id 636947"></a>4.5.4.2. Byte Order Marks</h4>3709 <h4 class="title"><a id="id568447"></a>4.5.4.2. Byte Order Marks</h4> 3710 3710 </div> 3711 3711 </div> … … 3735 3735 <div> 3736 3736 <div> 3737 <h4 class="title"><a id="id 636981"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>3737 <h4 class="title"><a id="id568481"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4> 3738 3738 </div> 3739 3739 </div> … … 3757 3757 <div> 3758 3758 <div class="refsect1" lang="en" xml:lang="en"> 3759 <a xmlns="http://www.w3.org/1999/xhtml" id="id 637043"></a>3759 <a xmlns="http://www.w3.org/1999/xhtml" id="id568543"></a> 3760 3760 <div class="header">Description:</div> 3761 3761 <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings … … 3766 3766 </div> 3767 3767 <div class="refsect1" lang="en" xml:lang="en"> 3768 <a xmlns="http://www.w3.org/1999/xhtml" id="id 637058"></a>3768 <a xmlns="http://www.w3.org/1999/xhtml" id="id568558"></a> 3769 3769 <div class="header">See Also:</div> 3770 3770 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#Character-Encodings" title="4.5.4. Character Encodings">Section 4.5.4, âCharacter Encodingsâ</a>, <a class="xref" href="#External-Formats" title="4.5.2. External Formats">Section 4.5.2, âExternal Formatsâ</a>, <a class="xref" href="#Supported-Character-Encodings" title="4.5.4.4. Supported Character Encodings">Section 4.5.4.4, âSupported Character Encodingsâ</a></span> … … 4197 4197 <div> 4198 4198 <div> 4199 <h4 class="title"><a id="id 637737"></a>4.5.4.5. Encoding and Decoding Strings</h4>4199 <h4 class="title"><a id="id569237"></a>4.5.4.5. Encoding and Decoding Strings</h4> 4200 4200 </div> 4201 4201 </div> … … 4222 4222 <div> 4223 4223 <div class="refsect1" lang="en" xml:lang="en"> 4224 <a xmlns="http://www.w3.org/1999/xhtml" id="id 637812"></a>4224 <a xmlns="http://www.w3.org/1999/xhtml" id="id569312"></a> 4225 4225 <div class="header">Description:</div> 4226 4226 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4253 4253 <div> 4254 4254 <div class="refsect1" lang="en" xml:lang="en"> 4255 <a xmlns="http://www.w3.org/1999/xhtml" id="id 637908"></a>4255 <a xmlns="http://www.w3.org/1999/xhtml" id="id569408"></a> 4256 4256 <div class="header">Description:</div> 4257 4257 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4302 4302 <div> 4303 4303 <div class="refsect1" lang="en" xml:lang="en"> 4304 <a xmlns="http://www.w3.org/1999/xhtml" id="id 638042"></a>4304 <a xmlns="http://www.w3.org/1999/xhtml" id="id569541"></a> 4305 4305 <div class="header">Description:</div> 4306 4306 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4355 4355 <div> 4356 4356 <div class="refsect1" lang="en" xml:lang="en"> 4357 <a xmlns="http://www.w3.org/1999/xhtml" id="id 638172"></a>4357 <a xmlns="http://www.w3.org/1999/xhtml" id="id569672"></a> 4358 4358 <div class="header">Description:</div> 4359 4359 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4405 4405 </div> 4406 4406 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL sets up logical pathname translations for logical hosts: <code class="literal">ccl</code> and <code class="literal">home</code></p> 4407 <a xmlns="http://www.w3.org/1999/xhtml" id="id 638260" class="indexterm"></a>4407 <a xmlns="http://www.w3.org/1999/xhtml" id="id569760" class="indexterm"></a> 4408 4408 <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the 4409 4409 <code class="literal">ccl</code> directory. It is used for a variety of … … 4509 4509 platforms.</p> 4510 4510 <p xmlns="http://www.w3.org/1999/xhtml"> 4511 <a id="id 638444" class="indexterm"></a>4511 <a id="id569944" class="indexterm"></a> 4512 4512 <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em> 4513 4513 <em class="parameter"><code>pathname</code></em> … … 4569 4569 a memory error.</p> 4570 4570 <p xmlns="http://www.w3.org/1999/xhtml"> 4571 <a id="id 638576" class="indexterm"></a>4571 <a id="id570076" class="indexterm"></a> 4572 4572 <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em> 4573 4573 <em class="parameter"><code>displaced-array</code></em> … … 4581 4581 target is an empty vector (of length zero).</p> 4582 4582 <p xmlns="http://www.w3.org/1999/xhtml"> 4583 <a id="id 638612" class="indexterm"></a>4583 <a id="id570112" class="indexterm"></a> 4584 4584 <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em> 4585 4585 <em class="parameter"><code>pathname</code></em> … … 4591 4591 bytes.</p> 4592 4592 <p xmlns="http://www.w3.org/1999/xhtml"> 4593 <a id="id 638644" class="indexterm"></a>4593 <a id="id570144" class="indexterm"></a> 4594 4594 <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em> 4595 4595 <em class="parameter"><code>displaced-array</code></em> … … 4630 4630 static.</p> 4631 4631 <p xmlns="http://www.w3.org/1999/xhtml"> 4632 <a id="id 638718" class="indexterm"></a>4632 <a id="id570218" class="indexterm"></a> 4633 4633 <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em> 4634 4634 <em class="parameter"><code>var</code></em> … … 4684 4684 </div> 4685 4685 </div> 4686 <a xmlns="http://www.w3.org/1999/xhtml" id="id 638831" class="indexterm"></a>4686 <a xmlns="http://www.w3.org/1999/xhtml" id="id570330" class="indexterm"></a> 4687 4687 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the 4688 4688 function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file … … 4764 4764 converted, because address 0 can always be relied upon to refer to 4765 4765 the same thing.</p> 4766 <a xmlns="http://www.w3.org/1999/xhtml" id="id 639052" class="indexterm"></a>4766 <a xmlns="http://www.w3.org/1999/xhtml" id="id570552" class="indexterm"></a> 4767 4767 <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code> 4768 4768 refers to a <code class="literal">MACPTR</code> object that points to address 0.</p> … … 4775 4775 or <code class="literal">ccl64</code> script.</p> 4776 4776 <p xmlns="http://www.w3.org/1999/xhtml"> 4777 <a id="id 639099" class="indexterm"></a>4777 <a id="id570599" class="indexterm"></a> 4778 4778 <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em> 4779 4779 <em class="parameter"><code>filename</code></em> … … 4873 4873 <dt> 4874 4874 <span class="term"> 4875 <em class="varname">purify</em> 4876 </span> 4877 </dt> 4878 <dd> 4879 <p> 4880 When true, calls (in effect) <code class="code">purify</code> before 4881 saving the heap image. This moves certain objects that 4882 are unlikely to become garbage to a special memory area 4883 that is not scanned by the GC (since it is expected that 4884 the GC wouldn't find anything to collect). 4885 </p> 4886 </dd> 4887 <dt> 4888 <span class="term"> 4889 <em class="varname">impurify</em> 4890 </span> 4891 </dt> 4892 <dd> 4893 <p> 4894 If true, calls (in effect) <code class="code">impurify</code> before 4895 saving the heap image. (If both <code class="literal">:impurify</code> 4896 and <code class="literal">:purify</code> are true, first 4897 <code class="code">impurify</code> is done, and then <code class="code">purify</code>.) 4898 </p> 4899 <p> 4900 <code class="code">impurify</code> moves objects in certain special memory 4901 areas into the regular dynamic heap, where they will be scanned 4902 by the GC. 4903 </p> 4904 </dd> 4905 <dt> 4906 <span class="term"> 4907 <em class="varname">mode</em> 4908 </span> 4909 </dt> 4910 <dd> 4911 <p> 4912 A number specifying the mode (permission bits) of the output file. 4913 </p> 4914 </dd> 4915 <dt> 4916 <span class="term"> 4917 <em class="varname">prepend-kernel</em> 4918 </span> 4919 </dt> 4920 <dd> 4921 <p>Specifies the file to prepend to the saved heap 4922 image. A value of <code class="literal">t</code> means to prepend 4923 the lisp kernel binary that the lisp started with. 4924 Otherwise, the value of <code class="literal">:prepend-kernel</code> 4925 should be a pathname designator for the file to be 4926 prepended. 4927 </p> 4928 <p> 4929 If the prepended file is execuatable, its execute 4930 mode bits will be copied to the output file. 4931 </p> 4932 <p> 4933 This argument can be used to prepend any kind of file to 4934 the saved heap image. This can be useful in some special 4935 cases. 4936 </p> 4937 </dd> 4938 <dt> 4939 <span class="term"> 4875 4940 <em class="varname">native</em> 4876 4941 </span> … … 4911 4976 <div> 4912 4977 <div class="refsect1" lang="en" xml:lang="en"> 4913 <a xmlns="http://www.w3.org/1999/xhtml" id="id 639392"></a>4978 <a xmlns="http://www.w3.org/1999/xhtml" id="id571002"></a> 4914 4979 <div class="header">Arguments and Values:</div> 4915 4980 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>--- … … 4925 4990 </div> 4926 4991 <div class="refsect1" lang="en" xml:lang="en"> 4927 <a xmlns="http://www.w3.org/1999/xhtml" id="id 639451"></a>4992 <a xmlns="http://www.w3.org/1999/xhtml" id="id571062"></a> 4928 4993 <div class="header">Description:</div> 4929 4994 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4985 5050 <div> 4986 5051 <div class="refsect1" lang="en" xml:lang="en"> 4987 <a xmlns="http://www.w3.org/1999/xhtml" id="id 639542"></a>5052 <a xmlns="http://www.w3.org/1999/xhtml" id="id571153"></a> 4988 5053 <div class="header">Arguments and Values:</div> 4989 5054 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>--- … … 4993 5058 </div> 4994 5059 <div class="refsect1" lang="en" xml:lang="en"> 4995 <a xmlns="http://www.w3.org/1999/xhtml" id="id 639565"></a>5060 <a xmlns="http://www.w3.org/1999/xhtml" id="id571176"></a> 4996 5061 <div class="header">Description:</div> 4997 5062 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5032 5097 <div> 5033 5098 <div class="refsect1" lang="en" xml:lang="en"> 5034 <a xmlns="http://www.w3.org/1999/xhtml" id="id 639661"></a>5099 <a xmlns="http://www.w3.org/1999/xhtml" id="id571272"></a> 5035 5100 <div class="header">Arguments and Values:</div> 5036 5101 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>--- … … 5041 5106 </div> 5042 5107 <div class="refsect1" lang="en" xml:lang="en"> 5043 <a xmlns="http://www.w3.org/1999/xhtml" id="id 639697"></a>5108 <a xmlns="http://www.w3.org/1999/xhtml" id="id571308"></a> 5044 5109 <div class="header">Description:</div> 5045 5110 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5090 5155 <div> 5091 5156 <div class="refsect1" lang="en" xml:lang="en"> 5092 <a xmlns="http://www.w3.org/1999/xhtml" id="id 639772"></a>5157 <a xmlns="http://www.w3.org/1999/xhtml" id="id571383"></a> 5093 5158 <div class="header">Arguments and Values:</div> 5094 5159 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>--- … … 5097 5162 </div> 5098 5163 <div class="refsect1" lang="en" xml:lang="en"> 5099 <a xmlns="http://www.w3.org/1999/xhtml" id="id 639794"></a>5164 <a xmlns="http://www.w3.org/1999/xhtml" id="id571405"></a> 5100 5165 <div class="header">Description:</div> 5101 5166 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5264 5329 <div> 5265 5330 <div class="refsect1" lang="en" xml:lang="en"> 5266 <a xmlns="http://www.w3.org/1999/xhtml" id="id 639969"></a>5331 <a xmlns="http://www.w3.org/1999/xhtml" id="id571579"></a> 5267 5332 <div class="header">Description:</div> 5268 5333 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5298 5363 <div> 5299 5364 <div class="refsect1" lang="en" xml:lang="en"> 5300 <a xmlns="http://www.w3.org/1999/xhtml" id="id 640017"></a>5365 <a xmlns="http://www.w3.org/1999/xhtml" id="id571628"></a> 5301 5366 <div class="header">Discussion:</div> 5302 5367 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5316 5381 </div> 5317 5382 <div class="refsect1" lang="en" xml:lang="en"> 5318 <a xmlns="http://www.w3.org/1999/xhtml" id="id 640070"></a>5383 <a xmlns="http://www.w3.org/1999/xhtml" id="id571681"></a> 5319 5384 <div class="header">Restarts:</div> 5320 5385 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5384 5449 <div> 5385 5450 <div> 5386 <h4 class="title"><a id="id 640128"></a>4.12.5.1. Fancy arrays</h4>5451 <h4 class="title"><a id="id571739"></a>4.12.5.1. Fancy arrays</h4> 5387 5452 </div> 5388 5453 </div> … … 5411 5476 <div> 5412 5477 <div> 5413 <h4 class="title"><a id="id 640147"></a>4.12.5.2. Hash tables</h4>5478 <h4 class="title"><a id="id571758"></a>4.12.5.2. Hash tables</h4> 5414 5479 </div> 5415 5480 </div> … … 5459 5524 <div> 5460 5525 <div> 5461 <h4 class="title"><a id="id 640177"></a>4.12.5.3. Lists</h4>5526 <h4 class="title"><a id="id571788"></a>4.12.5.3. Lists</h4> 5462 5527 </div> 5463 5528 </div> … … 5628 5693 <div> 5629 5694 <div class="refsect1" lang="en" xml:lang="en"> 5630 <a xmlns="http://www.w3.org/1999/xhtml" id="id 640360"></a>5695 <a xmlns="http://www.w3.org/1999/xhtml" id="id571970"></a> 5631 5696 <div class="header">Arguments and Values:</div> 5632 5697 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">html</span></i>--- … … 5650 5715 </div> 5651 5716 <div class="refsect1" lang="en" xml:lang="en"> 5652 <a xmlns="http://www.w3.org/1999/xhtml" id="id 640412"></a>5717 <a xmlns="http://www.w3.org/1999/xhtml" id="id572023"></a> 5653 5718 <div class="header">Example:</div> 5654 5719 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5684 5749 <div> 5685 5750 <div class="refsect1" lang="en" xml:lang="en"> 5686 <a xmlns="http://www.w3.org/1999/xhtml" id="id 640492"></a>5751 <a xmlns="http://www.w3.org/1999/xhtml" id="id572103"></a> 5687 5752 <div class="header">Summary:</div> 5688 5753 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5706 5771 <div> 5707 5772 <div class="refsect1" lang="en" xml:lang="en"> 5708 <a xmlns="http://www.w3.org/1999/xhtml" id="id 640530"></a>5773 <a xmlns="http://www.w3.org/1999/xhtml" id="id572141"></a> 5709 5774 <div class="header">Summary:</div> 5710 5775 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5732 5797 <div> 5733 5798 <div class="refsect1" lang="en" xml:lang="en"> 5734 <a xmlns="http://www.w3.org/1999/xhtml" id="id 640583"></a>5799 <a xmlns="http://www.w3.org/1999/xhtml" id="id572193"></a> 5735 5800 <div class="header">Summary:</div> 5736 5801 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5758 5823 <div> 5759 5824 <div class="refsect1" lang="en" xml:lang="en"> 5760 <a xmlns="http://www.w3.org/1999/xhtml" id="id 640634"></a>5825 <a xmlns="http://www.w3.org/1999/xhtml" id="id572245"></a> 5761 5826 <div class="header">Summary:</div> 5762 5827 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5789 5854 <div> 5790 5855 <div class="refsect1" lang="en" xml:lang="en"> 5791 <a xmlns="http://www.w3.org/1999/xhtml" id="id 640677"></a>5856 <a xmlns="http://www.w3.org/1999/xhtml" id="id572288"></a> 5792 5857 <div class="header">Summary:</div> 5793 5858 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5816 5881 <div> 5817 5882 <div class="refsect1" lang="en" xml:lang="en"> 5818 <a xmlns="http://www.w3.org/1999/xhtml" id="id 640730"></a>5883 <a xmlns="http://www.w3.org/1999/xhtml" id="id572341"></a> 5819 5884 <div class="header">Summary:</div> 5820 5885 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5839 5904 <div> 5840 5905 <div class="refsect1" lang="en" xml:lang="en"> 5841 <a xmlns="http://www.w3.org/1999/xhtml" id="id 640781"></a>5906 <a xmlns="http://www.w3.org/1999/xhtml" id="id572392"></a> 5842 5907 <div class="header">Summary:</div> 5843 5908 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5866 5931 <div> 5867 5932 <div class="refsect1" lang="en" xml:lang="en"> 5868 <a xmlns="http://www.w3.org/1999/xhtml" id="id 640834"></a>5933 <a xmlns="http://www.w3.org/1999/xhtml" id="id572444"></a> 5869 5934 <div class="header">Summary:</div> 5870 5935 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5893 5958 <div> 5894 5959 <div class="refsect1" lang="en" xml:lang="en"> 5895 <a xmlns="http://www.w3.org/1999/xhtml" id="id 640886"></a>5960 <a xmlns="http://www.w3.org/1999/xhtml" id="id572497"></a> 5896 5961 <div class="header">Summary:</div> 5897 5962 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6060 6125 <div> 6061 6126 <div class="refsect1" lang="en" xml:lang="en"> 6062 <a xmlns="http://www.w3.org/1999/xhtml" id="id 641121"></a>6127 <a xmlns="http://www.w3.org/1999/xhtml" id="id572732"></a> 6063 6128 <div class="header">Summary:</div> 6064 6129 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6085 6150 <div> 6086 6151 <div class="refsect1" lang="en" xml:lang="en"> 6087 <a xmlns="http://www.w3.org/1999/xhtml" id="id 641173"></a>6152 <a xmlns="http://www.w3.org/1999/xhtml" id="id572784"></a> 6088 6153 <div class="header">Summary:</div> 6089 6154 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6121 6186 <div> 6122 6187 <div class="refsect1" lang="en" xml:lang="en"> 6123 <a xmlns="http://www.w3.org/1999/xhtml" id="id 641240"></a>6188 <a xmlns="http://www.w3.org/1999/xhtml" id="id572850"></a> 6124 6189 <div class="header">Summary:</div> 6125 6190 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6156 6221 <div> 6157 6222 <div class="refsect1" lang="en" xml:lang="en"> 6158 <a xmlns="http://www.w3.org/1999/xhtml" id="id 641302"></a>6223 <a xmlns="http://www.w3.org/1999/xhtml" id="id572912"></a> 6159 6224 <div class="header">Summary:</div> 6160 6225 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6187 6252 <div> 6188 6253 <div class="refsect1" lang="en" xml:lang="en"> 6189 <a xmlns="http://www.w3.org/1999/xhtml" id="id 641359"></a>6254 <a xmlns="http://www.w3.org/1999/xhtml" id="id572970"></a> 6190 6255 <div class="header">Summary:</div> 6191 6256 <p xmlns="http://www.w3.org/1999/xhtml"> … … 6417 6482 <div> 6418 6483 <div> 6419 <h4 class="title"><a id="id5 98373"></a>5.4.2.1. Checking for Updates</h4>6484 <h4 class="title"><a id="id529759"></a>5.4.2.1. Checking for Updates</h4> 6420 6485 </div> 6421 6486 </div> … … 6549 6614 the required subsystems, if necessary.</p> 6550 6615 <p xmlns="http://www.w3.org/1999/xhtml"> 6551 <a id="id 625686" class="indexterm"></a>6616 <a id="id557095" class="indexterm"></a> 6552 6617 <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&key</em> 6553 6618 (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>) … … 6849 6914 <dt> 6850 6915 <span class="sect2"> 6851 <a href="#id 600676">6.3.2. As of August 2003:</a>6916 <a href="#id518462">6.3.2. As of August 2003:</a> 6852 6917 </span> 6853 6918 </dt> … … 7100 7165 <div> 7101 7166 <div> 7102 <h3 class="title"><a id="id 600676"></a>6.3.2. As of August 2003:</h3>7167 <h3 class="title"><a id="id518462"></a>6.3.2. As of August 2003:</h3> 7103 7168 </div> 7104 7169 </div> … … 7552 7617 <div> 7553 7618 <div class="refsect1" lang="en" xml:lang="en"> 7554 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627403"></a>7619 <a xmlns="http://www.w3.org/1999/xhtml" id="id558795"></a> 7555 7620 <div class="header">Values:</div> 7556 7621 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads) … … 7558 7623 </div> 7559 7624 <div class="refsect1" lang="en" xml:lang="en"> 7560 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627429"></a>7625 <a xmlns="http://www.w3.org/1999/xhtml" id="id558821"></a> 7561 7626 <div class="header">Description:</div> 7562 7627 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known … … 7570 7635 </div> 7571 7636 <div class="refsect1" lang="en" xml:lang="en"> 7572 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627444"></a>7637 <a xmlns="http://www.w3.org/1999/xhtml" id="id558836"></a> 7573 7638 <div class="header">See Also:</div> 7574 7639 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7598 7663 <div> 7599 7664 <div class="refsect1" lang="en" xml:lang="en"> 7600 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627513"></a>7665 <a xmlns="http://www.w3.org/1999/xhtml" id="id558905"></a> 7601 7666 <div class="header">Arguments and Values:</div> 7602 7667 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p> … … 7641 7706 </div> 7642 7707 <div class="refsect1" lang="en" xml:lang="en"> 7643 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627705"></a>7708 <a xmlns="http://www.w3.org/1999/xhtml" id="id559097"></a> 7644 7709 <div class="header">Description:</div> 7645 7710 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the … … 7662 7727 </div> 7663 7728 <div class="refsect1" lang="en" xml:lang="en"> 7664 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627757"></a>7729 <a xmlns="http://www.w3.org/1999/xhtml" id="id559150"></a> 7665 7730 <div class="header">See Also:</div> 7666 7731 <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> … … 7681 7746 <div> 7682 7747 <div class="refsect1" lang="en" xml:lang="en"> 7683 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627836"></a>7748 <a xmlns="http://www.w3.org/1999/xhtml" id="id559228"></a> 7684 7749 <div class="header">Arguments and Values:</div> 7685 7750 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7691 7756 </div> 7692 7757 <div class="refsect1" lang="en" xml:lang="en"> 7693 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627890"></a>7758 <a xmlns="http://www.w3.org/1999/xhtml" id="id559283"></a> 7694 7759 <div class="header">Description:</div> 7695 7760 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from … … 7713 7778 </div> 7714 7779 <div class="refsect1" lang="en" xml:lang="en"> 7715 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627945"></a>7780 <a xmlns="http://www.w3.org/1999/xhtml" id="id559338"></a> 7716 7781 <div class="header">See Also:</div> 7717 7782 <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> 7718 7783 </div> 7719 7784 <div class="refsect1" lang="en" xml:lang="en"> 7720 <a xmlns="http://www.w3.org/1999/xhtml" id="id 627970"></a>7785 <a xmlns="http://www.w3.org/1999/xhtml" id="id559363"></a> 7721 7786 <div class="header">Notes:</div> 7722 7787 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called … … 7744 7809 <div> 7745 7810 <div class="refsect1" lang="en" xml:lang="en"> 7746 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628051"></a>7811 <a xmlns="http://www.w3.org/1999/xhtml" id="id559444"></a> 7747 7812 <div class="header">Arguments and Values:</div> 7748 7813 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7755 7820 </div> 7756 7821 <div class="refsect1" lang="en" xml:lang="en"> 7757 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628105"></a>7822 <a xmlns="http://www.w3.org/1999/xhtml" id="id559497"></a> 7758 7823 <div class="header">Description:</div> 7759 7824 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to … … 7766 7831 </div> 7767 7832 <div class="refsect1" lang="en" xml:lang="en"> 7768 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628136"></a>7833 <a xmlns="http://www.w3.org/1999/xhtml" id="id559528"></a> 7769 7834 <div class="header">See Also:</div> 7770 7835 <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> 7771 7836 </div> 7772 7837 <div class="refsect1" lang="en" xml:lang="en"> 7773 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628161"></a>7838 <a xmlns="http://www.w3.org/1999/xhtml" id="id559553"></a> 7774 7839 <div class="header">Notes:</div> 7775 7840 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7797 7862 <div> 7798 7863 <div class="refsect1" lang="en" xml:lang="en"> 7799 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628226"></a>7864 <a xmlns="http://www.w3.org/1999/xhtml" id="id559619"></a> 7800 7865 <div class="header">Arguments and Values:</div> 7801 7866 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7807 7872 </div> 7808 7873 <div class="refsect1" lang="en" xml:lang="en"> 7809 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628279"></a>7874 <a xmlns="http://www.w3.org/1999/xhtml" id="id559672"></a> 7810 7875 <div class="header">Description:</div> 7811 7876 <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 … … 7822 7887 </div> 7823 7888 <div class="refsect1" lang="en" xml:lang="en"> 7824 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628329"></a>7889 <a xmlns="http://www.w3.org/1999/xhtml" id="id559722"></a> 7825 7890 <div class="header">See Also:</div> 7826 7891 <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> … … 7843 7908 <div> 7844 7909 <div class="refsect1" lang="en" xml:lang="en"> 7845 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628406"></a>7910 <a xmlns="http://www.w3.org/1999/xhtml" id="id559799"></a> 7846 7911 <div class="header">Arguments and Values:</div> 7847 7912 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7854 7919 </div> 7855 7920 <div class="refsect1" lang="en" xml:lang="en"> 7856 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628481"></a>7921 <a xmlns="http://www.w3.org/1999/xhtml" id="id559874"></a> 7857 7922 <div class="header">Description:</div> 7858 7923 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset … … 7868 7933 </div> 7869 7934 <div class="refsect1" lang="en" xml:lang="en"> 7870 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628525"></a>7935 <a xmlns="http://www.w3.org/1999/xhtml" id="id559918"></a> 7871 7936 <div class="header">See Also:</div> 7872 7937 <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> … … 7889 7954 <div> 7890 7955 <div class="refsect1" lang="en" xml:lang="en"> 7891 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628607"></a>7956 <a xmlns="http://www.w3.org/1999/xhtml" id="id560000"></a> 7892 7957 <div class="header">Arguments and Values:</div> 7893 7958 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7898 7963 </div> 7899 7964 <div class="refsect1" lang="en" xml:lang="en"> 7900 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628669"></a>7965 <a xmlns="http://www.w3.org/1999/xhtml" id="id560062"></a> 7901 7966 <div class="header">Description:</div> 7902 7967 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>. … … 7915 7980 </div> 7916 7981 <div class="refsect1" lang="en" xml:lang="en"> 7917 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628717"></a>7982 <a xmlns="http://www.w3.org/1999/xhtml" id="id560111"></a> 7918 7983 <div class="header">See Also:</div> 7919 7984 <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> 7920 7985 </div> 7921 7986 <div class="refsect1" lang="en" xml:lang="en"> 7922 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628748"></a>7987 <a xmlns="http://www.w3.org/1999/xhtml" id="id560141"></a> 7923 7988 <div class="header">Notes:</div> 7924 7989 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means … … 7941 8006 <div> 7942 8007 <div class="refsect1" lang="en" xml:lang="en"> 7943 <a xmlns="http://www.w3.org/1999/xhtml" id="id 628863"></a>8008 <a xmlns="http://www.w3.org/1999/xhtml" id="id560257"></a> 7944 8009 <div class="header">Arguments and Values:</div> 7945 8010 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process. … … 7963 8028 </div> 7964 8029 <div class="refsect1" lang="en" xml:lang="en"> 7965 <a xmlns="http://www.w3.org/1999/xhtml" id="id 629052"></a>8030 <a xmlns="http://www.w3.org/1999/xhtml" id="id560446"></a> 7966 8031 <div class="header">Description:</div> 7967 8032 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via … … 7976 8041 </div> 7977 8042 <div class="refsect1" lang="en" xml:lang="en"> 7978 <a xmlns="http://www.w3.org/1999/xhtml" id="id 629088"></a>8043 <a xmlns="http://www.w3.org/1999/xhtml" id="id560481"></a> 7979 8044 <div class="header">See Also:</div> 7980 8045 <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> … … 7997 8062 <div> 7998 8063 <div class="refsect1" lang="en" xml:lang="en"> 7999 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632514"></a>8064 <a xmlns="http://www.w3.org/1999/xhtml" id="id563940"></a> 8000 8065 <div class="header">Arguments and Values:</div> 8001 8066 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8010 8075 </div> 8011 8076 <div class="refsect1" lang="en" xml:lang="en"> 8012 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632607"></a>8077 <a xmlns="http://www.w3.org/1999/xhtml" id="id564033"></a> 8013 8078 <div class="header">Description:</div> 8014 8079 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em> … … 8041 8106 </div> 8042 8107 <div class="refsect1" lang="en" xml:lang="en"> 8043 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632681"></a>8108 <a xmlns="http://www.w3.org/1999/xhtml" id="id564107"></a> 8044 8109 <div class="header">See Also:</div> 8045 8110 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8050 8115 </div> 8051 8116 <div class="refsect1" lang="en" xml:lang="en"> 8052 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632701"></a>8117 <a xmlns="http://www.w3.org/1999/xhtml" id="id564126"></a> 8053 8118 <div class="header">Notes:</div> 8054 8119 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em> … … 8080 8145 <div> 8081 8146 <div class="refsect1" lang="en" xml:lang="en"> 8082 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632766"></a>8147 <a xmlns="http://www.w3.org/1999/xhtml" id="id564191"></a> 8083 8148 <div class="header">Value Type:</div> 8084 8149 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p> 8085 8150 </div> 8086 8151 <div class="refsect1" lang="en" xml:lang="en"> 8087 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632777"></a>8152 <a xmlns="http://www.w3.org/1999/xhtml" id="id564203"></a> 8088 8153 <div class="header">Initial Value:</div> 8089 8154 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself. … … 8091 8156 </div> 8092 8157 <div class="refsect1" lang="en" xml:lang="en"> 8093 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632788"></a>8158 <a xmlns="http://www.w3.org/1999/xhtml" id="id564214"></a> 8094 8159 <div class="header">Description:</div> 8095 8160 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is … … 8097 8162 </div> 8098 8163 <div class="refsect1" lang="en" xml:lang="en"> 8099 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632800"></a>8164 <a xmlns="http://www.w3.org/1999/xhtml" id="id564226"></a> 8100 8165 <div class="header">See Also:</div> 8101 8166 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8121 8186 <div> 8122 8187 <div class="refsect1" lang="en" xml:lang="en"> 8123 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632871"></a>8188 <a xmlns="http://www.w3.org/1999/xhtml" id="id564296"></a> 8124 8189 <div class="header">Arguments and Values:</div> 8125 8190 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8128 8193 </div> 8129 8194 <div class="refsect1" lang="en" xml:lang="en"> 8130 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632927"></a>8195 <a xmlns="http://www.w3.org/1999/xhtml" id="id564353"></a> 8131 8196 <div class="header">Description:</div> 8132 8197 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit … … 8155 8220 </div> 8156 8221 <div class="refsect1" lang="en" xml:lang="en"> 8157 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632994"></a>8222 <a xmlns="http://www.w3.org/1999/xhtml" id="id564420"></a> 8158 8223 <div class="header">See Also:</div> 8159 8224 <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> … … 8175 8240 <div> 8176 8241 <div class="refsect1" lang="en" xml:lang="en"> 8177 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633068"></a>8242 <a xmlns="http://www.w3.org/1999/xhtml" id="id564493"></a> 8178 8243 <div class="header">Arguments and Values:</div> 8179 8244 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which … … 8182 8247 </div> 8183 8248 <div class="refsect1" lang="en" xml:lang="en"> 8184 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633109"></a>8249 <a xmlns="http://www.w3.org/1999/xhtml" id="id564535"></a> 8185 8250 <div class="header">Description:</div> 8186 8251 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8190 8255 </div> 8191 8256 <div class="refsect1" lang="en" xml:lang="en"> 8192 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633121"></a>8257 <a xmlns="http://www.w3.org/1999/xhtml" id="id564547"></a> 8193 8258 <div class="header">See Also:</div> 8194 8259 <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> … … 8210 8275 <div> 8211 8276 <div class="refsect1" lang="en" xml:lang="en"> 8212 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633194"></a>8277 <a xmlns="http://www.w3.org/1999/xhtml" id="id564620"></a> 8213 8278 <div class="header">Arguments and Values:</div> 8214 8279 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8216 8281 </div> 8217 8282 <div class="refsect1" lang="en" xml:lang="en"> 8218 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633235"></a>8283 <a xmlns="http://www.w3.org/1999/xhtml" id="id564661"></a> 8219 8284 <div class="header">Description:</div> 8220 8285 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8224 8289 </div> 8225 8290 <div class="refsect1" lang="en" xml:lang="en"> 8226 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633250"></a>8291 <a xmlns="http://www.w3.org/1999/xhtml" id="id564676"></a> 8227 8292 <div class="header">See Also:</div> 8228 8293 <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> … … 8246 8311 <div> 8247 8312 <div class="refsect1" lang="en" xml:lang="en"> 8248 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633333"></a>8313 <a xmlns="http://www.w3.org/1999/xhtml" id="id564759"></a> 8249 8314 <div class="header">Arguments and Values:</div> 8250 8315 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 8252 8317 </div> 8253 8318 <div class="refsect1" lang="en" xml:lang="en"> 8254 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633374"></a>8319 <a xmlns="http://www.w3.org/1999/xhtml" id="id564800"></a> 8255 8320 <div class="header">Description:</div> 8256 8321 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 8266 8331 </div> 8267 8332 <div class="refsect1" lang="en" xml:lang="en"> 8268 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633438"></a>8333 <a xmlns="http://www.w3.org/1999/xhtml" id="id564864"></a> 8269 8334 <div class="header">See Also:</div> 8270 8335 <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> … … 8285 8350 <div> 8286 8351 <div class="refsect1" lang="en" xml:lang="en"> 8287 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633496"></a>8352 <a xmlns="http://www.w3.org/1999/xhtml" id="id564922"></a> 8288 8353 <div class="header">Value Type:</div> 8289 8354 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p> 8290 8355 </div> 8291 8356 <div class="refsect1" lang="en" xml:lang="en"> 8292 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633508"></a>8357 <a xmlns="http://www.w3.org/1999/xhtml" id="id564933"></a> 8293 8358 <div class="header">Initial Value:</div> 8294 8359 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler. Currently, … … 8297 8362 </div> 8298 8363 <div class="refsect1" lang="en" xml:lang="en"> 8299 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633520"></a>8364 <a xmlns="http://www.w3.org/1999/xhtml" id="id564946"></a> 8300 8365 <div class="header">Description:</div> 8301 8366 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best, … … 8305 8370 </div> 8306 8371 <div class="refsect1" lang="en" xml:lang="en"> 8307 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633533"></a>8372 <a xmlns="http://www.w3.org/1999/xhtml" id="id564958"></a> 8308 8373 <div class="header">See Also:</div> 8309 8374 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8329 8394 <div> 8330 8395 <div class="refsect1" lang="en" xml:lang="en"> 8331 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633637"></a>8396 <a xmlns="http://www.w3.org/1999/xhtml" id="id565062"></a> 8332 8397 <div class="header">Description:</div> 8333 8398 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of … … 8343 8408 </div> 8344 8409 <div class="refsect1" lang="en" xml:lang="en"> 8345 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633680"></a>8410 <a xmlns="http://www.w3.org/1999/xhtml" id="id565104"></a> 8346 8411 <div class="header">See Also:</div> 8347 8412 <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> 8348 8413 </div> 8349 8414 <div class="refsect1" lang="en" xml:lang="en"> 8350 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633710"></a>8415 <a xmlns="http://www.w3.org/1999/xhtml" id="id565135"></a> 8351 8416 <div class="header">Notes:</div> 8352 8417 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to … … 8372 8437 <div> 8373 8438 <div class="refsect1" lang="en" xml:lang="en"> 8374 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633769"></a>8439 <a xmlns="http://www.w3.org/1999/xhtml" id="id565194"></a> 8375 8440 <div class="header">Description:</div> 8376 8441 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing … … 8381 8446 </div> 8382 8447 <div class="refsect1" lang="en" xml:lang="en"> 8383 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633783"></a>8448 <a xmlns="http://www.w3.org/1999/xhtml" id="id565208"></a> 8384 8449 <div class="header">See Also:</div> 8385 8450 <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> 8386 8451 </div> 8387 8452 <div class="refsect1" lang="en" xml:lang="en"> 8388 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633831"></a>8453 <a xmlns="http://www.w3.org/1999/xhtml" id="id565256"></a> 8389 8454 <div class="header">Notes:</div> 8390 8455 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative … … 8409 8474 <div> 8410 8475 <div class="refsect1" lang="en" xml:lang="en"> 8411 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633895"></a>8476 <a xmlns="http://www.w3.org/1999/xhtml" id="id565320"></a> 8412 8477 <div class="header">Arguments and Values:</div> 8413 8478 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8422 8487 </div> 8423 8488 <div class="refsect1" lang="en" xml:lang="en"> 8424 <a xmlns="http://www.w3.org/1999/xhtml" id="id 633975"></a>8489 <a xmlns="http://www.w3.org/1999/xhtml" id="id565400"></a> 8425 8490 <div class="header">Description:</div> 8426 8491 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly … … 8439 8504 </div> 8440 8505 <div class="refsect1" lang="en" xml:lang="en"> 8441 <a xmlns="http://www.w3.org/1999/xhtml" id="id 634010"></a>8506 <a xmlns="http://www.w3.org/1999/xhtml" id="id565435"></a> 8442 8507 <div class="header">See Also:</div> 8443 8508 <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> … … 8459 8524 <div> 8460 8525 <div class="refsect1" lang="en" xml:lang="en"> 8461 <a xmlns="http://www.w3.org/1999/xhtml" id="id 634119"></a>8526 <a xmlns="http://www.w3.org/1999/xhtml" id="id565544"></a> 8462 8527 <div class="header">Arguments and Values:</div> 8463 8528 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8477 8542 </div> 8478 8543 <div class="refsect1" lang="en" xml:lang="en"> 8479 <a xmlns="http://www.w3.org/1999/xhtml" id="id 634233"></a>8544 <a xmlns="http://www.w3.org/1999/xhtml" id="id565658"></a> 8480 8545 <div class="header">Description:</div> 8481 8546 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like … … 8494 8559 </div> 8495 8560 <div class="refsect1" lang="en" xml:lang="en"> 8496 <a xmlns="http://www.w3.org/1999/xhtml" id="id 634283"></a>8561 <a xmlns="http://www.w3.org/1999/xhtml" id="id565708"></a> 8497 8562 <div class="header">See Also:</div> 8498 8563 <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> … … 8514 8579 <div> 8515 8580 <div class="refsect1" lang="en" xml:lang="en"> 8516 <a xmlns="http://www.w3.org/1999/xhtml" id="id 634400"></a>8581 <a xmlns="http://www.w3.org/1999/xhtml" id="id565825"></a> 8517 8582 <div class="header">Arguments and Values:</div> 8518 8583 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8521 8586 </div> 8522 8587 <div class="refsect1" lang="en" xml:lang="en"> 8523 <a xmlns="http://www.w3.org/1999/xhtml" id="id 634445"></a>8588 <a xmlns="http://www.w3.org/1999/xhtml" id="id565870"></a> 8524 8589 <div class="header">Description:</div> 8525 8590 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8536 8601 </div> 8537 8602 <div class="refsect1" lang="en" xml:lang="en"> 8538 <a xmlns="http://www.w3.org/1999/xhtml" id="id 634476"></a>8603 <a xmlns="http://www.w3.org/1999/xhtml" id="id565901"></a> 8539 8604 <div class="header">See Also:</div> 8540 8605 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8560 8625 <div> 8561 8626 <div class="refsect1" lang="en" xml:lang="en"> 8562 <a xmlns="http://www.w3.org/1999/xhtml" id="id 634548"></a>8627 <a xmlns="http://www.w3.org/1999/xhtml" id="id565973"></a> 8563 8628 <div class="header">Arguments and Values:</div> 8564 8629 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8567 8632 </div> 8568 8633 <div class="refsect1" lang="en" xml:lang="en"> 8569 <a xmlns="http://www.w3.org/1999/xhtml" id="id 634592"></a>8634 <a xmlns="http://www.w3.org/1999/xhtml" id="id566017"></a> 8570 8635 <div class="header">Description:</div> 8571 8636 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8590 8655 <div> 8591 8656 <div class="refsect1" lang="en" xml:lang="en"> 8592 <a xmlns="http://www.w3.org/1999/xhtml" id="id 634664"></a>8657 <a xmlns="http://www.w3.org/1999/xhtml" id="id566089"></a> 8593 8658 <div class="header">Arguments and Values:</div> 8594 8659 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of … … 8600 8665 </div> 8601 8666 <div class="refsect1" lang="en" xml:lang="en"> 8602 <a xmlns="http://www.w3.org/1999/xhtml" id="id 647951"></a>8667 <a xmlns="http://www.w3.org/1999/xhtml" id="id566142"></a> 8603 8668 <div class="header">Description:</div> 8604 8669 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can … … 8610 8675 </div> 8611 8676 <div class="refsect1" lang="en" xml:lang="en"> 8612 <a xmlns="http://www.w3.org/1999/xhtml" id="id 647965"></a>8677 <a xmlns="http://www.w3.org/1999/xhtml" id="id566158"></a> 8613 8678 <div class="header">See Also:</div> 8614 8679 <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> … … 8630 8695 <div> 8631 8696 <div class="refsect1" lang="en" xml:lang="en"> 8632 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648069"></a>8697 <a xmlns="http://www.w3.org/1999/xhtml" id="id579610"></a> 8633 8698 <div class="header">Arguments and Values:</div> 8634 8699 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8638 8703 </div> 8639 8704 <div class="refsect1" lang="en" xml:lang="en"> 8640 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648120"></a>8705 <a xmlns="http://www.w3.org/1999/xhtml" id="id579661"></a> 8641 8706 <div class="header">Description:</div> 8642 8707 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or … … 8649 8714 </div> 8650 8715 <div class="refsect1" lang="en" xml:lang="en"> 8651 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648149"></a>8716 <a xmlns="http://www.w3.org/1999/xhtml" id="id579690"></a> 8652 8717 <div class="header">See Also:</div> 8653 8718 <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> … … 8668 8733 <div> 8669 8734 <div class="refsect1" lang="en" xml:lang="en"> 8670 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648249"></a>8735 <a xmlns="http://www.w3.org/1999/xhtml" id="id579790"></a> 8671 8736 <div class="header">Arguments and Values:</div> 8672 8737 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8673 8738 </div> 8674 8739 <div class="refsect1" lang="en" xml:lang="en"> 8675 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648272"></a>8740 <a xmlns="http://www.w3.org/1999/xhtml" id="id579813"></a> 8676 8741 <div class="header">Description:</div> 8677 8742 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the … … 8684 8749 </div> 8685 8750 <div class="refsect1" lang="en" xml:lang="en"> 8686 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648305"></a>8751 <a xmlns="http://www.w3.org/1999/xhtml" id="id579846"></a> 8687 8752 <div class="header">See Also:</div> 8688 8753 <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> … … 8702 8767 <div> 8703 8768 <div class="refsect1" lang="en" xml:lang="en"> 8704 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648404"></a>8769 <a xmlns="http://www.w3.org/1999/xhtml" id="id579946"></a> 8705 8770 <div class="header">Arguments and Values:</div> 8706 8771 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8707 8772 </div> 8708 8773 <div class="refsect1" lang="en" xml:lang="en"> 8709 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648427"></a>8774 <a xmlns="http://www.w3.org/1999/xhtml" id="id579968"></a> 8710 8775 <div class="header">Description:</div> 8711 8776 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if … … 8720 8785 </div> 8721 8786 <div class="refsect1" lang="en" xml:lang="en"> 8722 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648460"></a>8787 <a xmlns="http://www.w3.org/1999/xhtml" id="id580002"></a> 8723 8788 <div class="header">See Also:</div> 8724 8789 <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> … … 8739 8804 <div> 8740 8805 <div class="refsect1" lang="en" xml:lang="en"> 8741 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648560"></a>8806 <a xmlns="http://www.w3.org/1999/xhtml" id="id580102"></a> 8742 8807 <div class="header">Arguments and Values:</div> 8743 8808 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8746 8811 </div> 8747 8812 <div class="refsect1" lang="en" xml:lang="en"> 8748 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648599"></a>8813 <a xmlns="http://www.w3.org/1999/xhtml" id="id580140"></a> 8749 8814 <div class="header">Description:</div> 8750 8815 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em> … … 8759 8824 </div> 8760 8825 <div class="refsect1" lang="en" xml:lang="en"> 8761 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648622"></a>8826 <a xmlns="http://www.w3.org/1999/xhtml" id="id580163"></a> 8762 8827 <div class="header">See Also:</div> 8763 8828 <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> … … 8779 8844 <div> 8780 8845 <div class="refsect1" lang="en" xml:lang="en"> 8781 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648722"></a>8846 <a xmlns="http://www.w3.org/1999/xhtml" id="id580264"></a> 8782 8847 <div class="header">Arguments and Values:</div> 8783 8848 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type … … 8785 8850 </div> 8786 8851 <div class="refsect1" lang="en" xml:lang="en"> 8787 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648745"></a>8852 <a xmlns="http://www.w3.org/1999/xhtml" id="id580287"></a> 8788 8853 <div class="header">Description:</div> 8789 8854 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK. … … 8796 8861 </div> 8797 8862 <div class="refsect1" lang="en" xml:lang="en"> 8798 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648761"></a>8863 <a xmlns="http://www.w3.org/1999/xhtml" id="id580303"></a> 8799 8864 <div class="header">See Also:</div> 8800 8865 <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> 8801 8866 </div> 8802 8867 <div class="refsect1" lang="en" xml:lang="en"> 8803 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648809"></a>8868 <a xmlns="http://www.w3.org/1999/xhtml" id="id580351"></a> 8804 8869 <div class="header">Notes:</div> 8805 8870 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to … … 8824 8889 <div> 8825 8890 <div class="refsect1" lang="en" xml:lang="en"> 8826 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648866"></a>8891 <a xmlns="http://www.w3.org/1999/xhtml" id="id580407"></a> 8827 8892 <div class="header">Arguments and Values:</div> 8828 8893 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8833 8898 </div> 8834 8899 <div class="refsect1" lang="en" xml:lang="en"> 8835 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648917"></a>8900 <a xmlns="http://www.w3.org/1999/xhtml" id="id580458"></a> 8836 8901 <div class="header">Description:</div> 8837 8902 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8847 8912 </div> 8848 8913 <div class="refsect1" lang="en" xml:lang="en"> 8849 <a xmlns="http://www.w3.org/1999/xhtml" id="id 648957"></a>8914 <a xmlns="http://www.w3.org/1999/xhtml" id="id580498"></a> 8850 8915 <div class="header">See Also:</div> 8851 8916 <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> … … 8867 8932 <div> 8868 8933 <div class="refsect1" lang="en" xml:lang="en"> 8869 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649050"></a>8934 <a xmlns="http://www.w3.org/1999/xhtml" id="id580591"></a> 8870 8935 <div class="header">Arguments and Values:</div> 8871 8936 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8876 8941 </div> 8877 8942 <div class="refsect1" lang="en" xml:lang="en"> 8878 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649101"></a>8943 <a xmlns="http://www.w3.org/1999/xhtml" id="id580642"></a> 8879 8944 <div class="header">Description:</div> 8880 8945 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8891 8956 </div> 8892 8957 <div class="refsect1" lang="en" xml:lang="en"> 8893 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649146"></a>8958 <a xmlns="http://www.w3.org/1999/xhtml" id="id580687"></a> 8894 8959 <div class="header">See Also:</div> 8895 8960 <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> … … 8911 8976 <div> 8912 8977 <div class="refsect1" lang="en" xml:lang="en"> 8913 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649236"></a>8978 <a xmlns="http://www.w3.org/1999/xhtml" id="id580777"></a> 8914 8979 <div class="header">Arguments and Values:</div> 8915 8980 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p> 8916 8981 </div> 8917 8982 <div class="refsect1" lang="en" xml:lang="en"> 8918 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649258"></a>8983 <a xmlns="http://www.w3.org/1999/xhtml" id="id580799"></a> 8919 8984 <div class="header">Description:</div> 8920 8985 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE. … … 8925 8990 </div> 8926 8991 <div class="refsect1" lang="en" xml:lang="en"> 8927 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649273"></a>8992 <a xmlns="http://www.w3.org/1999/xhtml" id="id580815"></a> 8928 8993 <div class="header">See Also:</div> 8929 8994 <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> … … 8945 9010 <div> 8946 9011 <div class="refsect1" lang="en" xml:lang="en"> 8947 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649368"></a>9012 <a xmlns="http://www.w3.org/1999/xhtml" id="id580909"></a> 8948 9013 <div class="header">Arguments and Values:</div> 8949 9014 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 8952 9017 </div> 8953 9018 <div class="refsect1" lang="en" xml:lang="en"> 8954 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649404"></a>9019 <a xmlns="http://www.w3.org/1999/xhtml" id="id580946"></a> 8955 9020 <div class="header">Description:</div> 8956 9021 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s … … 8959 9024 </div> 8960 9025 <div class="refsect1" lang="en" xml:lang="en"> 8961 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649418"></a>9026 <a xmlns="http://www.w3.org/1999/xhtml" id="id580959"></a> 8962 9027 <div class="header">See Also:</div> 8963 9028 <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> 8964 9029 </div> 8965 9030 <div class="refsect1" lang="en" xml:lang="en"> 8966 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649471"></a>9031 <a xmlns="http://www.w3.org/1999/xhtml" id="id581012"></a> 8967 9032 <div class="header">Notes:</div> 8968 9033 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 8987 9052 <div> 8988 9053 <div class="refsect1" lang="en" xml:lang="en"> 8989 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649531"></a>9054 <a xmlns="http://www.w3.org/1999/xhtml" id="id581072"></a> 8990 9055 <div class="header">Arguments and Values:</div> 8991 9056 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 8994 9059 </div> 8995 9060 <div class="refsect1" lang="en" xml:lang="en"> 8996 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649567"></a>9061 <a xmlns="http://www.w3.org/1999/xhtml" id="id581108"></a> 8997 9062 <div class="header">Description:</div> 8998 9063 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 9002 9067 </div> 9003 9068 <div class="refsect1" lang="en" xml:lang="en"> 9004 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649581"></a>9069 <a xmlns="http://www.w3.org/1999/xhtml" id="id581123"></a> 9005 9070 <div class="header">See Also:</div> 9006 9071 <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> 9007 9072 </div> 9008 9073 <div class="refsect1" lang="en" xml:lang="en"> 9009 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649635"></a>9074 <a xmlns="http://www.w3.org/1999/xhtml" id="id581176"></a> 9010 9075 <div class="header">Notes:</div> 9011 9076 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 9031 9096 <div> 9032 9097 <div class="refsect1" lang="en" xml:lang="en"> 9033 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649695"></a>9098 <a xmlns="http://www.w3.org/1999/xhtml" id="id581236"></a> 9034 9099 <div class="header">Arguments and Values:</div> 9035 9100 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p> … … 9044 9109 </div> 9045 9110 <div class="refsect1" lang="en" xml:lang="en"> 9046 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649761"></a>9111 <a xmlns="http://www.w3.org/1999/xhtml" id="id581303"></a> 9047 9112 <div class="header">Description:</div> 9048 9113 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 9053 9118 </div> 9054 9119 <div class="refsect1" lang="en" xml:lang="en"> 9055 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649778"></a>9120 <a xmlns="http://www.w3.org/1999/xhtml" id="id581320"></a> 9056 9121 <div class="header">See Also:</div> 9057 9122 <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> … … 9073 9138 <div> 9074 9139 <div class="refsect1" lang="en" xml:lang="en"> 9075 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649871"></a>9140 <a xmlns="http://www.w3.org/1999/xhtml" id="id581412"></a> 9076 9141 <div class="header">Arguments and Values:</div> 9077 9142 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 9081 9146 </div> 9082 9147 <div class="refsect1" lang="en" xml:lang="en"> 9083 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649913"></a>9148 <a xmlns="http://www.w3.org/1999/xhtml" id="id581454"></a> 9084 9149 <div class="header">Description:</div> 9085 9150 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>. … … 9097 9162 </div> 9098 9163 <div class="refsect1" lang="en" xml:lang="en"> 9099 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649946"></a>9164 <a xmlns="http://www.w3.org/1999/xhtml" id="id581487"></a> 9100 9165 <div class="header">See Also:</div> 9101 9166 <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> 9102 9167 </div> 9103 9168 <div class="refsect1" lang="en" xml:lang="en"> 9104 <a xmlns="http://www.w3.org/1999/xhtml" id="id 649983"></a>9169 <a xmlns="http://www.w3.org/1999/xhtml" id="id581525"></a> 9105 9170 <div class="header">Notes:</div> 9106 9171 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9127 9192 <div> 9128 9193 <div class="refsect1" lang="en" xml:lang="en"> 9129 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650048"></a>9194 <a xmlns="http://www.w3.org/1999/xhtml" id="id581589"></a> 9130 9195 <div class="header">Arguments and Values:</div> 9131 9196 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 9135 9200 </div> 9136 9201 <div class="refsect1" lang="en" xml:lang="en"> 9137 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650090"></a>9202 <a xmlns="http://www.w3.org/1999/xhtml" id="id581631"></a> 9138 9203 <div class="header">Description:</div> 9139 9204 <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 … … 9148 9213 </div> 9149 9214 <div class="refsect1" lang="en" xml:lang="en"> 9150 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650123"></a>9215 <a xmlns="http://www.w3.org/1999/xhtml" id="id581664"></a> 9151 9216 <div class="header">See Also:</div> 9152 9217 <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> 9153 9218 </div> 9154 9219 <div class="refsect1" lang="en" xml:lang="en"> 9155 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650160"></a>9220 <a xmlns="http://www.w3.org/1999/xhtml" id="id581702"></a> 9156 9221 <div class="header">Notes:</div> 9157 9222 <p xmlns="http://www.w3.org/1999/xhtml"> … … 9178 9243 <div> 9179 9244 <div class="refsect1" lang="en" xml:lang="en"> 9180 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650225"></a>9245 <a xmlns="http://www.w3.org/1999/xhtml" id="id581766"></a> 9181 9246 <div class="header">Arguments and Values:</div> 9182 9247 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 9185 9250 </div> 9186 9251 <div class="refsect1" lang="en" xml:lang="en"> 9187 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650263"></a>9252 <a xmlns="http://www.w3.org/1999/xhtml" id="id581805"></a> 9188 9253 <div class="header">Description:</div> 9189 9254 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal … … 9193 9258 </div> 9194 9259 <div class="refsect1" lang="en" xml:lang="en"> 9195 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650280"></a>9260 <a xmlns="http://www.w3.org/1999/xhtml" id="id581821"></a> 9196 9261 <div class="header">See Also:</div> 9197 9262 <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> … … 9212 9277 <div> 9213 9278 <div class="refsect1" lang="en" xml:lang="en"> 9214 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650357"></a>9279 <a xmlns="http://www.w3.org/1999/xhtml" id="id581899"></a> 9215 9280 <div class="header">Value Type:</div> 9216 9281 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p> 9217 9282 </div> 9218 9283 <div class="refsect1" lang="en" xml:lang="en"> 9219 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650367"></a>9284 <a xmlns="http://www.w3.org/1999/xhtml" id="id581908"></a> 9220 9285 <div class="header">Initial Value:</div> 9221 9286 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p> 9222 9287 </div> 9223 9288 <div class="refsect1" lang="en" xml:lang="en"> 9224 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650376"></a>9289 <a xmlns="http://www.w3.org/1999/xhtml" id="id581918"></a> 9225 9290 <div class="header">Description:</div> 9226 9291 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input … … 9234 9299 </div> 9235 9300 <div class="refsect1" lang="en" xml:lang="en"> 9236 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650390"></a>9301 <a xmlns="http://www.w3.org/1999/xhtml" id="id581932"></a> 9237 9302 <div class="header">See Also:</div> 9238 9303 <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> … … 9253 9318 <div> 9254 9319 <div class="refsect1" lang="en" xml:lang="en"> 9255 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650481"></a>9320 <a xmlns="http://www.w3.org/1999/xhtml" id="id582022"></a> 9256 9321 <div class="header">Arguments and Values:</div> 9257 9322 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by … … 9262 9327 </div> 9263 9328 <div class="refsect1" lang="en" xml:lang="en"> 9264 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650520"></a>9329 <a xmlns="http://www.w3.org/1999/xhtml" id="id582061"></a> 9265 9330 <div class="header">Description:</div> 9266 9331 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function. As such, it … … 9273 9338 </div> 9274 9339 <div class="refsect1" lang="en" xml:lang="en"> 9275 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650542"></a>9340 <a xmlns="http://www.w3.org/1999/xhtml" id="id582083"></a> 9276 9341 <div class="header">See Also:</div> 9277 9342 <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> … … 9294 9359 <div> 9295 9360 <div class="refsect1" lang="en" xml:lang="en"> 9296 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650635"></a>9361 <a xmlns="http://www.w3.org/1999/xhtml" id="id582176"></a> 9297 9362 <div class="header">Arguments and Values:</div> 9298 9363 <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> … … 9304 9369 </div> 9305 9370 <div class="refsect1" lang="en" xml:lang="en"> 9306 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650693"></a>9371 <a xmlns="http://www.w3.org/1999/xhtml" id="id582234"></a> 9307 9372 <div class="header">Description:</div> 9308 9373 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate. If the … … 9445 9510 <div> 9446 9511 <div class="refsect1" lang="en" xml:lang="en"> 9447 <a xmlns="http://www.w3.org/1999/xhtml" id="id 635807"></a>9512 <a xmlns="http://www.w3.org/1999/xhtml" id="id567329"></a> 9448 9513 <div class="header">Arguments and Values:</div> 9449 9514 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently … … 9545 9610 </div> 9546 9611 <div class="refsect1" lang="en" xml:lang="en"> 9547 <a xmlns="http://www.w3.org/1999/xhtml" id="id 622540"></a>9612 <a xmlns="http://www.w3.org/1999/xhtml" id="id553927"></a> 9548 9613 <div class="header">Description:</div> 9549 9614 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p> … … 9564 9629 <div> 9565 9630 <div class="refsect1" lang="en" xml:lang="en"> 9566 <a xmlns="http://www.w3.org/1999/xhtml" id="id 622601"></a>9631 <a xmlns="http://www.w3.org/1999/xhtml" id="id553988"></a> 9567 9632 <div class="header">Arguments and Values:</div> 9568 9633 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p> … … 9572 9637 </div> 9573 9638 <div class="refsect1" lang="en" xml:lang="en"> 9574 <a xmlns="http://www.w3.org/1999/xhtml" id="id 622643"></a>9639 <a xmlns="http://www.w3.org/1999/xhtml" id="id554031"></a> 9575 9640 <div class="header">Description:</div> 9576 9641 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending … … 9598 9663 <div> 9599 9664 <div class="refsect1" lang="en" xml:lang="en"> 9600 <a xmlns="http://www.w3.org/1999/xhtml" id="id 622708"></a>9665 <a xmlns="http://www.w3.org/1999/xhtml" id="id554096"></a> 9601 9666 <div class="header">Arguments and Values:</div> 9602 9667 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the … … 9606 9671 </div> 9607 9672 <div class="refsect1" lang="en" xml:lang="en"> 9608 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631629"></a>9673 <a xmlns="http://www.w3.org/1999/xhtml" id="id563014"></a> 9609 9674 <div class="header">Description:</div> 9610 9675 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to … … 9626 9691 <div> 9627 9692 <div class="refsect1" lang="en" xml:lang="en"> 9628 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631691"></a>9693 <a xmlns="http://www.w3.org/1999/xhtml" id="id563075"></a> 9629 9694 <div class="header">Arguments and Values:</div> 9630 9695 <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> … … 9635 9700 </div> 9636 9701 <div class="refsect1" lang="en" xml:lang="en"> 9637 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631733"></a>9702 <a xmlns="http://www.w3.org/1999/xhtml" id="id563117"></a> 9638 9703 <div class="header">Description:</div> 9639 9704 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p> … … 9654 9719 <div> 9655 9720 <div class="refsect1" lang="en" xml:lang="en"> 9656 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631794"></a>9721 <a xmlns="http://www.w3.org/1999/xhtml" id="id563178"></a> 9657 9722 <div class="header">Arguments and Values:</div> 9658 9723 <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> … … 9661 9726 </div> 9662 9727 <div class="refsect1" lang="en" xml:lang="en"> 9663 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631835"></a>9728 <a xmlns="http://www.w3.org/1999/xhtml" id="id563219"></a> 9664 9729 <div class="header">Description:</div> 9665 9730 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name … … 9681 9746 <div> 9682 9747 <div class="refsect1" lang="en" xml:lang="en"> 9683 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631892"></a>9748 <a xmlns="http://www.w3.org/1999/xhtml" id="id563276"></a> 9684 9749 <div class="header">Arguments and Values:</div> 9685 9750 <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 … … 9689 9754 </div> 9690 9755 <div class="refsect1" lang="en" xml:lang="en"> 9691 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631919"></a>9756 <a xmlns="http://www.w3.org/1999/xhtml" id="id563303"></a> 9692 9757 <div class="header">Description:</div> 9693 9758 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a … … 9709 9774 <div> 9710 9775 <div class="refsect1" lang="en" xml:lang="en"> 9711 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631978"></a>9776 <a xmlns="http://www.w3.org/1999/xhtml" id="id563362"></a> 9712 9777 <div class="header">Arguments and Values:</div> 9713 9778 <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 … … 9718 9783 </div> 9719 9784 <div class="refsect1" lang="en" xml:lang="en"> 9720 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632020"></a>9785 <a xmlns="http://www.w3.org/1999/xhtml" id="id563404"></a> 9721 9786 <div class="header">Description:</div> 9722 9787 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p> … … 9738 9803 <div> 9739 9804 <div class="refsect1" lang="en" xml:lang="en"> 9740 <a xmlns="http://www.w3.org/1999/xhtml" id="id 624135"></a>9805 <a xmlns="http://www.w3.org/1999/xhtml" id="id555492"></a> 9741 9806 <div class="header">Arguments and Values:</div> 9742 9807 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p> … … 9755 9820 </div> 9756 9821 <div class="refsect1" lang="en" xml:lang="en"> 9757 <a xmlns="http://www.w3.org/1999/xhtml" id="id 624226"></a>9822 <a xmlns="http://www.w3.org/1999/xhtml" id="id555582"></a> 9758 9823 <div class="header">Description:</div> 9759 9824 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are … … 9792 9857 <div> 9793 9858 <div class="refsect1" lang="en" xml:lang="en"> 9794 <a xmlns="http://www.w3.org/1999/xhtml" id="id 624326"></a>9859 <a xmlns="http://www.w3.org/1999/xhtml" id="id555683"></a> 9795 9860 <div class="header">Arguments and Values:</div> 9796 9861 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p> … … 9807 9872 </div> 9808 9873 <div class="refsect1" lang="en" xml:lang="en"> 9809 <a xmlns="http://www.w3.org/1999/xhtml" id="id 624428"></a>9874 <a xmlns="http://www.w3.org/1999/xhtml" id="id555785"></a> 9810 9875 <div class="header">Description:</div> 9811 9876 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p> … … 9826 9891 <div> 9827 9892 <div class="refsect1" lang="en" xml:lang="en"> 9828 <a xmlns="http://www.w3.org/1999/xhtml" id="id 624490"></a>9893 <a xmlns="http://www.w3.org/1999/xhtml" id="id555846"></a> 9829 9894 <div class="header">Arguments and Values:</div> 9830 9895 <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> … … 9833 9898 </div> 9834 9899 <div class="refsect1" lang="en" xml:lang="en"> 9835 <a xmlns="http://www.w3.org/1999/xhtml" id="id 624530"></a>9900 <a xmlns="http://www.w3.org/1999/xhtml" id="id555887"></a> 9836 9901 <div class="header">Description:</div> 9837 9902 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is … … 9854 9919 <div> 9855 9920 <div class="refsect1" lang="en" xml:lang="en"> 9856 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630381"></a>9921 <a xmlns="http://www.w3.org/1999/xhtml" id="id567420"></a> 9857 9922 <div class="header">Arguments and Values:</div> 9858 9923 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9859 9924 </div> 9860 9925 <div class="refsect1" lang="en" xml:lang="en"> 9861 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630407"></a>9926 <a xmlns="http://www.w3.org/1999/xhtml" id="id567446"></a> 9862 9927 <div class="header">Description:</div> 9863 9928 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or … … 9884 9949 <div> 9885 9950 <div class="refsect1" lang="en" xml:lang="en"> 9886 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630468"></a>9951 <a xmlns="http://www.w3.org/1999/xhtml" id="id567507"></a> 9887 9952 <div class="header">Arguments and Values:</div> 9888 9953 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9889 9954 </div> 9890 9955 <div class="refsect1" lang="en" xml:lang="en"> 9891 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630494"></a>9956 <a xmlns="http://www.w3.org/1999/xhtml" id="id567533"></a> 9892 9957 <div class="header">Description:</div> 9893 9958 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host, … … 9909 9974 <div> 9910 9975 <div class="refsect1" lang="en" xml:lang="en"> 9911 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630553"></a>9976 <a xmlns="http://www.w3.org/1999/xhtml" id="id567592"></a> 9912 9977 <div class="header">Arguments and Values:</div> 9913 9978 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9914 9979 </div> 9915 9980 <div class="refsect1" lang="en" xml:lang="en"> 9916 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630579"></a>9981 <a xmlns="http://www.w3.org/1999/xhtml" id="id567618"></a> 9917 9982 <div class="header">Description:</div> 9918 9983 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not … … 9934 9999 <div> 9935 10000 <div class="refsect1" lang="en" xml:lang="en"> 9936 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630636"></a>10001 <a xmlns="http://www.w3.org/1999/xhtml" id="id567675"></a> 9937 10002 <div class="header">Arguments and Values:</div> 9938 10003 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9939 10004 </div> 9940 10005 <div class="refsect1" lang="en" xml:lang="en"> 9941 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630662"></a>10006 <a xmlns="http://www.w3.org/1999/xhtml" id="id567701"></a> 9942 10007 <div class="header">Description:</div> 9943 10008 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p> … … 9958 10023 <div> 9959 10024 <div class="refsect1" lang="en" xml:lang="en"> 9960 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630719"></a>10025 <a xmlns="http://www.w3.org/1999/xhtml" id="id567758"></a> 9961 10026 <div class="header">Arguments and Values:</div> 9962 10027 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9963 10028 </div> 9964 10029 <div class="refsect1" lang="en" xml:lang="en"> 9965 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630745"></a>10030 <a xmlns="http://www.w3.org/1999/xhtml" id="id567784"></a> 9966 10031 <div class="header">Description:</div> 9967 10032 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p> … … 9982 10047 <div> 9983 10048 <div class="refsect1" lang="en" xml:lang="en"> 9984 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630803"></a>10049 <a xmlns="http://www.w3.org/1999/xhtml" id="id567842"></a> 9985 10050 <div class="header">Arguments and Values:</div> 9986 10051 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9987 10052 </div> 9988 10053 <div class="refsect1" lang="en" xml:lang="en"> 9989 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630829"></a>10054 <a xmlns="http://www.w3.org/1999/xhtml" id="id567868"></a> 9990 10055 <div class="header">Description:</div> 9991 10056 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p> … … 10006 10071 <div> 10007 10072 <div class="refsect1" lang="en" xml:lang="en"> 10008 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630886"></a>10073 <a xmlns="http://www.w3.org/1999/xhtml" id="id567925"></a> 10009 10074 <div class="header">Arguments and Values:</div> 10010 10075 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10011 10076 </div> 10012 10077 <div class="refsect1" lang="en" xml:lang="en"> 10013 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630912"></a>10078 <a xmlns="http://www.w3.org/1999/xhtml" id="id567951"></a> 10014 10079 <div class="header">Description:</div> 10015 10080 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for … … 10031 10096 <div> 10032 10097 <div class="refsect1" lang="en" xml:lang="en"> 10033 <a xmlns="http://www.w3.org/1999/xhtml" id="id 635944"></a>10098 <a xmlns="http://www.w3.org/1999/xhtml" id="id561782"></a> 10034 10099 <div class="header">Arguments and Values:</div> 10035 10100 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10036 10101 </div> 10037 10102 <div class="refsect1" lang="en" xml:lang="en"> 10038 <a xmlns="http://www.w3.org/1999/xhtml" id="id 635970"></a>10103 <a xmlns="http://www.w3.org/1999/xhtml" id="id561808"></a> 10039 10104 <div class="header">Description:</div> 10040 10105 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format … … 10056 10121 <div> 10057 10122 <div class="refsect1" lang="en" xml:lang="en"> 10058 <a xmlns="http://www.w3.org/1999/xhtml" id="id 636027"></a>10123 <a xmlns="http://www.w3.org/1999/xhtml" id="id561865"></a> 10059 10124 <div class="header">Arguments and Values:</div> 10060 10125 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 10061 10126 </div> 10062 10127 <div class="refsect1" lang="en" xml:lang="en"> 10063 <a xmlns="http://www.w3.org/1999/xhtml" id="id 636054"></a>10128 <a xmlns="http://www.w3.org/1999/xhtml" id="id561891"></a> 10064 10129 <div class="header">Description:</div> 10065 10130 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and … … 10080 10145 <div> 10081 10146 <div class="refsect1" lang="en" xml:lang="en"> 10082 <a xmlns="http://www.w3.org/1999/xhtml" id="id 636096"></a>10147 <a xmlns="http://www.w3.org/1999/xhtml" id="id561934"></a> 10083 10148 <div class="header">Description:</div> 10084 10149 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p> 10085 10150 </div> 10086 10151 <div class="refsect1" lang="en" xml:lang="en"> 10087 <a xmlns="http://www.w3.org/1999/xhtml" id="id 636107"></a>10152 <a xmlns="http://www.w3.org/1999/xhtml" id="id561945"></a> 10088 10153 <div class="header">Superclasses:</div> 10089 10154 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p> … … 10104 10169 <div> 10105 10170 <div class="refsect1" lang="en" xml:lang="en"> 10106 <a xmlns="http://www.w3.org/1999/xhtml" id="id 636165"></a>10171 <a xmlns="http://www.w3.org/1999/xhtml" id="id562002"></a> 10107 10172 <div class="header">Arguments and Values:</div> 10108 10173 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10109 10174 </div> 10110 10175 <div class="refsect1" lang="en" xml:lang="en"> 10111 <a xmlns="http://www.w3.org/1999/xhtml" id="id 636191"></a>10176 <a xmlns="http://www.w3.org/1999/xhtml" id="id562028"></a> 10112 10177 <div class="header">Description:</div> 10113 10178 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p> … … 10128 10193 <div> 10129 10194 <div class="refsect1" lang="en" xml:lang="en"> 10130 <a xmlns="http://www.w3.org/1999/xhtml" id="id 636249"></a>10195 <a xmlns="http://www.w3.org/1999/xhtml" id="id562086"></a> 10131 10196 <div class="header">Arguments and Values:</div> 10132 10197 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10133 10198 </div> 10134 10199 <div class="refsect1" lang="en" xml:lang="en"> 10135 <a xmlns="http://www.w3.org/1999/xhtml" id="id 636275"></a>10200 <a xmlns="http://www.w3.org/1999/xhtml" id="id562113"></a> 10136 10201 <div class="header">Description:</div> 10137 10202 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more … … 10157 10222 <div> 10158 10223 <div class="refsect1" lang="en" xml:lang="en"> 10159 <a xmlns="http://www.w3.org/1999/xhtml" id="id 636338"></a>10224 <a xmlns="http://www.w3.org/1999/xhtml" id="id562176"></a> 10160 10225 <div class="header">Arguments and Values:</div> 10161 10226 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 10162 10227 </div> 10163 10228 <div class="refsect1" lang="en" xml:lang="en"> 10164 <a xmlns="http://www.w3.org/1999/xhtml" id="id 636364"></a>10229 <a xmlns="http://www.w3.org/1999/xhtml" id="id562202"></a> 10165 10230 <div class="header">Description:</div> 10166 10231 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On … … 10183 10248 <div> 10184 10249 <div class="refsect1" lang="en" xml:lang="en"> 10185 <a xmlns="http://www.w3.org/1999/xhtml" id="id 636425"></a>10250 <a xmlns="http://www.w3.org/1999/xhtml" id="id562263"></a> 10186 10251 <div class="header">Arguments and Values:</div> 10187 10252 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p> … … 10194 10259 </div> 10195 10260 <div class="refsect1" lang="en" xml:lang="en"> 10196 <a xmlns="http://www.w3.org/1999/xhtml" id="id 636469"></a>10261 <a xmlns="http://www.w3.org/1999/xhtml" id="id562306"></a> 10197 10262 <div class="header">Description:</div> 10198 10263 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It … … 10215 10280 <div> 10216 10281 <div class="refsect1" lang="en" xml:lang="en"> 10217 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630975"></a>10282 <a xmlns="http://www.w3.org/1999/xhtml" id="id562384"></a> 10218 10283 <div class="header">Arguments and Values:</div> 10219 10284 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p> … … 10222 10287 </div> 10223 10288 <div class="refsect1" lang="en" xml:lang="en"> 10224 <a xmlns="http://www.w3.org/1999/xhtml" id="id 631031"></a>10289 <a xmlns="http://www.w3.org/1999/xhtml" id="id562440"></a> 10225 10290 <div class="header">Description:</div> 10226 10291 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying … … 10354 10419 <div> 10355 10420 <div class="refsect1" lang="en" xml:lang="en"> 10356 <a xmlns="http://www.w3.org/1999/xhtml" id="id 605204"></a>10421 <a xmlns="http://www.w3.org/1999/xhtml" id="id539889"></a> 10357 10422 <div class="header">Arguments and Values:</div> 10358 10423 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file. … … 10405 10470 </div> 10406 10471 <div class="refsect1" lang="en" xml:lang="en"> 10407 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 86780"></a>10472 <a xmlns="http://www.w3.org/1999/xhtml" id="id533945"></a> 10408 10473 <div class="header">Description:</div> 10409 10474 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process, … … 10425 10490 <div> 10426 10491 <div class="refsect1" lang="en" xml:lang="en"> 10427 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 86839"></a>10492 <a xmlns="http://www.w3.org/1999/xhtml" id="id563835"></a> 10428 10493 <div class="header">Arguments and Values:</div> 10429 10494 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> … … 10431 10496 </div> 10432 10497 <div class="refsect1" lang="en" xml:lang="en"> 10433 <a xmlns="http://www.w3.org/1999/xhtml" id="id 605583"></a>10498 <a xmlns="http://www.w3.org/1999/xhtml" id="id563876"></a> 10434 10499 <div class="header">Description:</div> 10435 10500 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified … … 10454 10519 <div> 10455 10520 <div class="refsect1" lang="en" xml:lang="en"> 10456 <a xmlns="http://www.w3.org/1999/xhtml" id="id 605645"></a>10521 <a xmlns="http://www.w3.org/1999/xhtml" id="id567042"></a> 10457 10522 <div class="header">Arguments and Values:</div> 10458 10523 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10459 10524 </div> 10460 10525 <div class="refsect1" lang="en" xml:lang="en"> 10461 <a xmlns="http://www.w3.org/1999/xhtml" id="id 605671"></a>10526 <a xmlns="http://www.w3.org/1999/xhtml" id="id567068"></a> 10462 10527 <div class="header">Description:</div> 10463 10528 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to … … 10481 10546 <div> 10482 10547 <div class="refsect1" lang="en" xml:lang="en"> 10483 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632319"></a>10548 <a xmlns="http://www.w3.org/1999/xhtml" id="id567133"></a> 10484 10549 <div class="header">Arguments and Values:</div> 10485 10550 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10486 10551 </div> 10487 10552 <div class="refsect1" lang="en" xml:lang="en"> 10488 <a xmlns="http://www.w3.org/1999/xhtml" id="id 632345"></a>10553 <a xmlns="http://www.w3.org/1999/xhtml" id="id546066"></a> 10489 10554 <div class="header">Description:</div> 10490 10555 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to … … 10507 10572 <div> 10508 10573 <div class="refsect1" lang="en" xml:lang="en"> 10509 <a xmlns="http://www.w3.org/1999/xhtml" id="id 622122"></a>10574 <a xmlns="http://www.w3.org/1999/xhtml" id="id546126"></a> 10510 10575 <div class="header">Arguments and Values:</div> 10511 10576 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10512 10577 </div> 10513 10578 <div class="refsect1" lang="en" xml:lang="en"> 10514 <a xmlns="http://www.w3.org/1999/xhtml" id="id 622148"></a>10579 <a xmlns="http://www.w3.org/1999/xhtml" id="id546152"></a> 10515 10580 <div class="header">Description:</div> 10516 10581 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to … … 10534 10599 <div> 10535 10600 <div class="refsect1" lang="en" xml:lang="en"> 10536 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621866"></a>10601 <a xmlns="http://www.w3.org/1999/xhtml" id="id560570"></a> 10537 10602 <div class="header">Arguments and Values:</div> 10538 10603 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10539 10604 </div> 10540 10605 <div class="refsect1" lang="en" xml:lang="en"> 10541 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621892"></a>10606 <a xmlns="http://www.w3.org/1999/xhtml" id="id560596"></a> 10542 10607 <div class="header">Description:</div> 10543 10608 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to … … 10561 10626 <div> 10562 10627 <div class="refsect1" lang="en" xml:lang="en"> 10563 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621953"></a>10628 <a xmlns="http://www.w3.org/1999/xhtml" id="id560657"></a> 10564 10629 <div class="header">Arguments and Values:</div> 10565 10630 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10566 10631 </div> 10567 10632 <div class="refsect1" lang="en" xml:lang="en"> 10568 <a xmlns="http://www.w3.org/1999/xhtml" id="id 621979"></a>10633 <a xmlns="http://www.w3.org/1999/xhtml" id="id553278"></a> 10569 10634 <div class="header">Description:</div> 10570 10635 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status … … 10596 10661 <dt> 10597 10662 <span class="sect2"> 10598 <a href="#id 600852">9.1.1. Stream External Format</a>10663 <a href="#id526987">9.1.1. Stream External Format</a> 10599 10664 </span> 10600 10665 </dt> … … 10664 10729 <div> 10665 10730 <div> 10666 <h3 class="title"><a id="id 600852"></a>9.1.1. Stream External Format</h3>10731 <h3 class="title"><a id="id526987"></a>9.1.1. Stream External Format</h3> 10667 10732 </div> 10668 10733 </div> … … 10827 10892 </div> 10828 10893 </div> 10829 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614726" class="indexterm"></a>10830 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614735" class="indexterm"></a>10831 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614745" class="indexterm"></a>10832 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614755" class="indexterm"></a>10833 <a xmlns="http://www.w3.org/1999/xhtml" id="id 614765" class="indexterm"></a>10834 <a xmlns="http://www.w3.org/1999/xhtml" id="id 629890" class="indexterm"></a>10894 <a xmlns="http://www.w3.org/1999/xhtml" id="id528460" class="indexterm"></a> 10895 <a xmlns="http://www.w3.org/1999/xhtml" id="id528469" class="indexterm"></a> 10896 <a xmlns="http://www.w3.org/1999/xhtml" id="id528479" class="indexterm"></a> 10897 <a xmlns="http://www.w3.org/1999/xhtml" id="id528489" class="indexterm"></a> 10898 <a xmlns="http://www.w3.org/1999/xhtml" id="id566549" class="indexterm"></a> 10899 <a xmlns="http://www.w3.org/1999/xhtml" id="id566559" class="indexterm"></a> 10835 10900 <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has 10836 10901 attributes and accessors: … … 10885 10950 <div> 10886 10951 <div class="refsect1" lang="en" xml:lang="en"> 10887 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630055"></a>10952 <a xmlns="http://www.w3.org/1999/xhtml" id="id566724"></a> 10888 10953 <div class="header">Values:</div> 10889 10954 <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 … … 10892 10957 </div> 10893 10958 <div class="refsect1" lang="en" xml:lang="en"> 10894 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630083"></a>10959 <a xmlns="http://www.w3.org/1999/xhtml" id="id566751"></a> 10895 10960 <div class="header">Description:</div> 10896 10961 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p> 10897 10962 </div> 10898 10963 <div class="refsect1" lang="en" xml:lang="en"> 10899 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630094"></a>10964 <a xmlns="http://www.w3.org/1999/xhtml" id="id566763"></a> 10900 10965 <div class="header">See Also:</div> 10901 10966 <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> … … 10920 10985 <div> 10921 10986 <div class="refsect1" lang="en" xml:lang="en"> 10922 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630175"></a>10987 <a xmlns="http://www.w3.org/1999/xhtml" id="id566844"></a> 10923 10988 <div class="header">Arguments:</div> 10924 10989 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10925 10990 </div> 10926 10991 <div class="refsect1" lang="en" xml:lang="en"> 10927 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630201"></a>10992 <a xmlns="http://www.w3.org/1999/xhtml" id="id566870"></a> 10928 10993 <div class="header">Description:</div> 10929 10994 <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open … … 10934 10999 </div> 10935 11000 <div class="refsect1" lang="en" xml:lang="en"> 10936 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630220"></a>11001 <a xmlns="http://www.w3.org/1999/xhtml" id="id566889"></a> 10937 11002 <div class="header">See Also:</div> 10938 11003 <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> … … 10957 11022 <div> 10958 11023 <div class="refsect1" lang="en" xml:lang="en"> 10959 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630301"></a>11024 <a xmlns="http://www.w3.org/1999/xhtml" id="id566970"></a> 10960 11025 <div class="header">Arguments:</div> 10961 11026 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10962 11027 </div> 10963 11028 <div class="refsect1" lang="en" xml:lang="en"> 10964 <a xmlns="http://www.w3.org/1999/xhtml" id="id 630327"></a>11029 <a xmlns="http://www.w3.org/1999/xhtml" id="id566996"></a> 10965 11030 <div class="header">Description:</div> 10966 11031 <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file … … 10971 11036 </div> 10972 11037 <div class="refsect1" lang="en" xml:lang="en"> 10973 <a xmlns="http://www.w3.org/1999/xhtml" id="id 641384"></a>11038 <a xmlns="http://www.w3.org/1999/xhtml" id="id567015"></a> 10974 11039 <div class="header">See Also:</div> 10975 11040 <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> … … 11404 11469 <div> 11405 11470 <div class="refsect1" lang="en" xml:lang="en"> 11406 <a xmlns="http://www.w3.org/1999/xhtml" id="id 641971"></a>11471 <a xmlns="http://www.w3.org/1999/xhtml" id="id573573"></a> 11407 11472 <div class="header">Arguments and Values:</div> 11408 11473 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p> … … 11415 11480 </div> 11416 11481 <div class="refsect1" lang="en" xml:lang="en"> 11417 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642029"></a>11482 <a xmlns="http://www.w3.org/1999/xhtml" id="id573631"></a> 11418 11483 <div class="header">Description:</div> 11419 11484 <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the … … 11436 11501 <div> 11437 11502 <div class="refsect1" lang="en" xml:lang="en"> 11438 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642088"></a>11503 <a xmlns="http://www.w3.org/1999/xhtml" id="id573690"></a> 11439 11504 <div class="header">Arguments and Values:</div> 11440 11505 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p> … … 11447 11512 </div> 11448 11513 <div class="refsect1" lang="en" xml:lang="en"> 11449 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642146"></a>11514 <a xmlns="http://www.w3.org/1999/xhtml" id="id573748"></a> 11450 11515 <div class="header">Description:</div> 11451 11516 <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to … … 11467 11532 <div> 11468 11533 <div class="refsect1" lang="en" xml:lang="en"> 11469 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642205"></a>11534 <a xmlns="http://www.w3.org/1999/xhtml" id="id573807"></a> 11470 11535 <div class="header">Arguments and Values:</div> 11471 11536 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p> … … 11483 11548 </div> 11484 11549 <div class="refsect1" lang="en" xml:lang="en"> 11485 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642280"></a>11550 <a xmlns="http://www.w3.org/1999/xhtml" id="id573882"></a> 11486 11551 <div class="header">Description:</div> 11487 11552 <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into … … 11506 11571 <div> 11507 11572 <div class="refsect1" lang="en" xml:lang="en"> 11508 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642340"></a>11573 <a xmlns="http://www.w3.org/1999/xhtml" id="id573942"></a> 11509 11574 <div class="header">Arguments and Values:</div> 11510 11575 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p> … … 11522 11587 </div> 11523 11588 <div class="refsect1" lang="en" xml:lang="en"> 11524 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642415"></a>11589 <a xmlns="http://www.w3.org/1999/xhtml" id="id574018"></a> 11525 11590 <div class="header">Description:</div> 11526 11591 <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream, … … 11544 11609 <div> 11545 11610 <div class="refsect1" lang="en" xml:lang="en"> 11546 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642475"></a>11611 <a xmlns="http://www.w3.org/1999/xhtml" id="id574077"></a> 11547 11612 <div class="header">Method Signatures:</div> 11548 11613 <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i> … … 11550 11615 </div> 11551 11616 <div class="refsect1" lang="en" xml:lang="en"> 11552 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642493"></a>11617 <a xmlns="http://www.w3.org/1999/xhtml" id="id574096"></a> 11553 11618 <div class="header">Arguments and Values:</div> 11554 11619 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p> … … 11561 11626 </div> 11562 11627 <div class="refsect1" lang="en" xml:lang="en"> 11563 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642559"></a>11628 <a xmlns="http://www.w3.org/1999/xhtml" id="id574161"></a> 11564 11629 <div class="header">Description:</div> 11565 11630 <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with … … 11585 11650 <div> 11586 11651 <div class="refsect1" lang="en" xml:lang="en"> 11587 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642628"></a>11652 <a xmlns="http://www.w3.org/1999/xhtml" id="id574230"></a> 11588 11653 <div class="header">Description:</div> 11589 11654 <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector, … … 11592 11657 </div> 11593 11658 <div class="refsect1" lang="en" xml:lang="en"> 11594 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642640"></a>11659 <a xmlns="http://www.w3.org/1999/xhtml" id="id574243"></a> 11595 11660 <div class="header">Arguments:</div> 11596 11661 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11617 11682 <div> 11618 11683 <div class="refsect1" lang="en" xml:lang="en"> 11619 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642760"></a>11684 <a xmlns="http://www.w3.org/1999/xhtml" id="id574362"></a> 11620 11685 <div class="header">Description:</div> 11621 11686 <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at … … 11623 11688 </div> 11624 11689 <div class="refsect1" lang="en" xml:lang="en"> 11625 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642772"></a>11690 <a xmlns="http://www.w3.org/1999/xhtml" id="id574374"></a> 11626 11691 <div class="header">Arguments:</div> 11627 11692 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11633 11698 </div> 11634 11699 <div class="refsect1" lang="en" xml:lang="en"> 11635 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642844"></a>11700 <a xmlns="http://www.w3.org/1999/xhtml" id="id574446"></a> 11636 11701 <div class="header">Examples:</div> 11637 11702 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 12424 12489 <dt> 12425 12490 <span class="sect2"> 12426 <a href="#id 631293">11.2.2. Generating a lisp image for use with Shark</a>12491 <a href="#id553298">11.2.2. Generating a lisp image for use with Shark</a> 12427 12492 </span> 12428 12493 </dt> … … 12702 12767 <div> 12703 12768 <div> 12704 <h3 class="title"><a id="id 631293"></a>11.2.2. Generating a lisp image for use with Shark</h3>12769 <h3 class="title"><a id="id553298"></a>11.2.2. Generating a lisp image for use with Shark</h3> 12705 12770 </div> 12706 12771 </div> … … 12813 12878 </div> 12814 12879 </div> 12815 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 629228" class="indexterm"></a>12880 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id562752" class="indexterm"></a> 12816 12881 <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> 12817 12882 [Variable]</strong></span></p> … … 12819 12884 profiling configuration file created by the "Config Editor" in 12820 12885 Shark.app.</p> 12821 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id 629252" 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)12886 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id562776" 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) 12822 12887 (debug-output nil) [Macro]</strong></span></p> 12823 12888 <p xmlns="http://www.w3.org/1999/xhtml">Executes FORM (an arbitrary lisp form) and returns whatever … … 13911 13976 <div> 13912 13977 <div> 13913 <h4 class="title"><a id="id 645201"></a>12.3.2.4. %int-to-ptr [Function]</h4>13978 <h4 class="title"><a id="id576785"></a>12.3.2.4. %int-to-ptr [Function]</h4> 13914 13979 </div> 13915 13980 </div> … … 13952 14017 <div> 13953 14018 <div> 13954 <h4 class="title"><a id="id 645275"></a>12.3.2.5. %inc-ptr [Function]</h4>14019 <h4 class="title"><a id="id576859"></a>12.3.2.5. %inc-ptr [Function]</h4> 13955 14020 </div> 13956 14021 </div> … … 14002 14067 <div> 14003 14068 <div> 14004 <h4 class="title"><a id="id 645367"></a>12.3.2.6. %ptr-to-int [Function]</h4>14069 <h4 class="title"><a id="id576951"></a>12.3.2.6. %ptr-to-int [Function]</h4> 14005 14070 </div> 14006 14071 </div> … … 14044 14109 <div> 14045 14110 <div> 14046 <h4 class="title"><a id="id 645442"></a>12.3.2.7. %null-ptr [Macro]</h4>14111 <h4 class="title"><a id="id577025"></a>12.3.2.7. %null-ptr [Macro]</h4> 14047 14112 </div> 14048 14113 </div> … … 14069 14134 <div> 14070 14135 <div> 14071 <h4 class="title"><a id="id 645483"></a>12.3.2.8. %null-ptr-p [Function]</h4>14136 <h4 class="title"><a id="id577067"></a>12.3.2.8. %null-ptr-p [Function]</h4> 14072 14137 </div> 14073 14138 </div> … … 14111 14176 <div> 14112 14177 <div> 14113 <h4 class="title"><a id="id 645559"></a>12.3.2.9. %setf-macptr [Function]</h4>14178 <h4 class="title"><a id="id577142"></a>12.3.2.9. %setf-macptr [Function]</h4> 14114 14179 </div> 14115 14180 </div> … … 14159 14224 <div> 14160 14225 <div> 14161 <h4 class="title"><a id="id 645649"></a>12.3.2.10. %incf-ptr [Macro]</h4>14226 <h4 class="title"><a id="id577232"></a>12.3.2.10. %incf-ptr [Macro]</h4> 14162 14227 </div> 14163 14228 </div> … … 14207 14272 <div> 14208 14273 <div> 14209 <h4 class="title"><a id="id 645740"></a>12.3.2.11. with-macptrs [Macro]</h4>14274 <h4 class="title"><a id="id577323"></a>12.3.2.11. with-macptrs [Macro]</h4> 14210 14275 </div> 14211 14276 </div> … … 14257 14322 <div> 14258 14323 <div> 14259 <h4 class="title"><a id="id 645831"></a>12.3.2.12. %stack-block [Macro]</h4>14324 <h4 class="title"><a id="id577415"></a>12.3.2.12. %stack-block [Macro]</h4> 14260 14325 </div> 14261 14326 </div> … … 14308 14373 <div> 14309 14374 <div> 14310 <h4 class="title"><a id="id 645924"></a>12.3.2.13. make-cstring [Function]</h4>14375 <h4 class="title"><a id="id577506"></a>12.3.2.13. make-cstring [Function]</h4> 14311 14376 </div> 14312 14377 </div> … … 14351 14416 <div> 14352 14417 <div> 14353 <h4 class="title"><a id="id 646000"></a>12.3.2.14. with-cstrs [Macro]</h4>14418 <h4 class="title"><a id="id577582"></a>12.3.2.14. with-cstrs [Macro]</h4> 14354 14419 </div> 14355 14420 </div> … … 14401 14466 <div> 14402 14467 <div> 14403 <h4 class="title"><a id="id 646092"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4>14468 <h4 class="title"><a id="id577674"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4> 14404 14469 </div> 14405 14470 </div> … … 14464 14529 <div> 14465 14530 <div> 14466 <h4 class="title"><a id="id 646215"></a>12.3.2.16. %get-cstring [Function]</h4>14531 <h4 class="title"><a id="id577797"></a>12.3.2.16. %get-cstring [Function]</h4> 14467 14532 </div> 14468 14533 </div> … … 14506 14571 <div> 14507 14572 <div> 14508 <h4 class="title"><a id="id 662273"></a>12.3.2.17. %str-from-ptr [Function]</h4>14573 <h4 class="title"><a id="id593812"></a>12.3.2.17. %str-from-ptr [Function]</h4> 14509 14574 </div> 14510 14575 </div> … … 15952 16017 <div> 15953 16018 <div class="refsect1" lang="en" xml:lang="en"> 15954 <a xmlns="http://www.w3.org/1999/xhtml" id="id 664227"></a>16019 <a xmlns="http://www.w3.org/1999/xhtml" id="id595764"></a> 15955 16020 <div class="header">Description:</div> 15956 16021 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE* … … 16004 16069 <div> 16005 16070 <div class="refsect1" lang="en" xml:lang="en"> 16006 <a xmlns="http://www.w3.org/1999/xhtml" id="id 664333"></a>16071 <a xmlns="http://www.w3.org/1999/xhtml" id="id595870"></a> 16007 16072 <div class="header">Description:</div> 16008 16073 <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 … … 16063 16128 <div> 16064 16129 <div class="refsect1" lang="en" xml:lang="en"> 16065 <a xmlns="http://www.w3.org/1999/xhtml" id="id 664450"></a>16130 <a xmlns="http://www.w3.org/1999/xhtml" id="id595987"></a> 16066 16131 <div class="header">Description:</div> 16067 16132 <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 … … 16110 16175 <div> 16111 16176 <div class="refsect1" lang="en" xml:lang="en"> 16112 <a xmlns="http://www.w3.org/1999/xhtml" id="id 664533"></a>16177 <a xmlns="http://www.w3.org/1999/xhtml" id="id596070"></a> 16113 16178 <div class="header">Description:</div> 16114 16179 <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 … … 16213 16278 <div> 16214 16279 <div class="refsect1" lang="en" xml:lang="en"> 16215 <a xmlns="http://www.w3.org/1999/xhtml" id="id 664672"></a>16280 <a xmlns="http://www.w3.org/1999/xhtml" id="id596209"></a> 16216 16281 <div class="header">Description:</div> 16217 16282 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #> reader macro reads … … 16242 16307 <div> 16243 16308 <div class="refsect1" lang="en" xml:lang="en"> 16244 <a xmlns="http://www.w3.org/1999/xhtml" id="id 664746"></a>16309 <a xmlns="http://www.w3.org/1999/xhtml" id="id596283"></a> 16245 16310 <div class="header">Values:</div> 16246 16311 <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 … … 16249 16314 </div> 16250 16315 <div class="refsect1" lang="en" xml:lang="en"> 16251 <a xmlns="http://www.w3.org/1999/xhtml" id="id 664783"></a>16316 <a xmlns="http://www.w3.org/1999/xhtml" id="id596320"></a> 16252 16317 <div class="header">Description:</div> 16253 16318 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the … … 16278 16343 <div> 16279 16344 <div class="refsect1" lang="en" xml:lang="en"> 16280 <a xmlns="http://www.w3.org/1999/xhtml" id="id 664859"></a>16345 <a xmlns="http://www.w3.org/1999/xhtml" id="id596396"></a> 16281 16346 <div class="header">Values:</div> 16282 16347 <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> … … 16295 16360 </div> 16296 16361 <div class="refsect1" lang="en" xml:lang="en"> 16297 <a xmlns="http://www.w3.org/1999/xhtml" id="id 664930"></a>16362 <a xmlns="http://www.w3.org/1999/xhtml" id="id596467"></a> 16298 16363 <div class="header">Description:</div> 16299 16364 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em> … … 16331 16396 <div> 16332 16397 <div class="refsect1" lang="en" xml:lang="en"> 16333 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665009"></a>16398 <a xmlns="http://www.w3.org/1999/xhtml" id="id596546"></a> 16334 16399 <div class="header">Values:</div> 16335 16400 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain … … 16339 16404 </div> 16340 16405 <div class="refsect1" lang="en" xml:lang="en"> 16341 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665051"></a>16406 <a xmlns="http://www.w3.org/1999/xhtml" id="id596588"></a> 16342 16407 <div class="header">Description:</div> 16343 16408 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the … … 16373 16438 <div> 16374 16439 <div class="refsect1" lang="en" xml:lang="en"> 16375 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665123"></a>16440 <a xmlns="http://www.w3.org/1999/xhtml" id="id596660"></a> 16376 16441 <div class="header">Values:</div> 16377 16442 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>--- … … 16386 16451 </div> 16387 16452 <div class="refsect1" lang="en" xml:lang="en"> 16388 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665164"></a>16453 <a xmlns="http://www.w3.org/1999/xhtml" id="id596701"></a> 16389 16454 <div class="header">Description:</div> 16390 16455 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for … … 16414 16479 <div> 16415 16480 <div class="refsect1" lang="en" xml:lang="en"> 16416 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665233"></a>16481 <a xmlns="http://www.w3.org/1999/xhtml" id="id596770"></a> 16417 16482 <div class="header">Values:</div> 16418 16483 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p> … … 16427 16492 </div> 16428 16493 <div class="refsect1" lang="en" xml:lang="en"> 16429 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665306"></a>16494 <a xmlns="http://www.w3.org/1999/xhtml" id="id596843"></a> 16430 16495 <div class="header">Description:</div> 16431 16496 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by … … 16454 16519 <div> 16455 16520 <div class="refsect1" lang="en" xml:lang="en"> 16456 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665366"></a>16521 <a xmlns="http://www.w3.org/1999/xhtml" id="id596903"></a> 16457 16522 <div class="header">Values:</div> 16458 16523 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16465 16530 </div> 16466 16531 <div class="refsect1" lang="en" xml:lang="en"> 16467 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665429"></a>16532 <a xmlns="http://www.w3.org/1999/xhtml" id="id596966"></a> 16468 16533 <div class="header">Description:</div> 16469 16534 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16491 16556 <div> 16492 16557 <div class="refsect1" lang="en" xml:lang="en"> 16493 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665488"></a>16558 <a xmlns="http://www.w3.org/1999/xhtml" id="id597025"></a> 16494 16559 <div class="header">Values:</div> 16495 16560 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 16504 16569 </div> 16505 16570 <div class="refsect1" lang="en" xml:lang="en"> 16506 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665561"></a>16571 <a xmlns="http://www.w3.org/1999/xhtml" id="id597098"></a> 16507 16572 <div class="header">Description:</div> 16508 16573 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16529 16594 <div> 16530 16595 <div class="refsect1" lang="en" xml:lang="en"> 16531 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665617"></a>16596 <a xmlns="http://www.w3.org/1999/xhtml" id="id597154"></a> 16532 16597 <div class="header">Values:</div> 16533 16598 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16534 16599 </div> 16535 16600 <div class="refsect1" lang="en" xml:lang="en"> 16536 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665640"></a>16601 <a xmlns="http://www.w3.org/1999/xhtml" id="id597176"></a> 16537 16602 <div class="header">Description:</div> 16538 16603 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol … … 16557 16622 <div> 16558 16623 <div class="refsect1" lang="en" xml:lang="en"> 16559 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665699"></a>16624 <a xmlns="http://www.w3.org/1999/xhtml" id="id597236"></a> 16560 16625 <div class="header">Values:</div> 16561 16626 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16562 16627 </div> 16563 16628 <div class="refsect1" lang="en" xml:lang="en"> 16564 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665721"></a>16629 <a xmlns="http://www.w3.org/1999/xhtml" id="id597258"></a> 16565 16630 <div class="header">Description:</div> 16566 16631 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If … … 16584 16649 <div> 16585 16650 <div class="refsect1" lang="en" xml:lang="en"> 16586 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665775"></a>16651 <a xmlns="http://www.w3.org/1999/xhtml" id="id597312"></a> 16587 16652 <div class="header">Values:</div> 16588 16653 <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 … … 16590 16655 </div> 16591 16656 <div class="refsect1" lang="en" xml:lang="en"> 16592 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665801"></a>16657 <a xmlns="http://www.w3.org/1999/xhtml" id="id597338"></a> 16593 16658 <div class="header">Description:</div> 16594 16659 <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> … … 16622 16687 <div> 16623 16688 <div class="refsect1" lang="en" xml:lang="en"> 16624 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665894"></a>16689 <a xmlns="http://www.w3.org/1999/xhtml" id="id597431"></a> 16625 16690 <div class="header">Values:</div> 16626 16691 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p> … … 16637 16702 </div> 16638 16703 <div class="refsect1" lang="en" xml:lang="en"> 16639 <a xmlns="http://www.w3.org/1999/xhtml" id="id 665969"></a>16704 <a xmlns="http://www.w3.org/1999/xhtml" id="id597506"></a> 16640 16705 <div class="header">Description:</div> 16641 16706 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16672 16737 <div> 16673 16738 <div class="refsect1" lang="en" xml:lang="en"> 16674 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666041"></a>16739 <a xmlns="http://www.w3.org/1999/xhtml" id="id597578"></a> 16675 16740 <div class="header">Values:</div> 16676 16741 <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 … … 16689 16754 </div> 16690 16755 <div class="refsect1" lang="en" xml:lang="en"> 16691 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666108"></a>16756 <a xmlns="http://www.w3.org/1999/xhtml" id="id597645"></a> 16692 16757 <div class="header">Description:</div> 16693 16758 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16738 16803 <div> 16739 16804 <div class="refsect1" lang="en" xml:lang="en"> 16740 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666231"></a>16805 <a xmlns="http://www.w3.org/1999/xhtml" id="id597768"></a> 16741 16806 <div class="header">Values:</div> 16742 16807 <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 … … 16752 16817 </div> 16753 16818 <div class="refsect1" lang="en" xml:lang="en"> 16754 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666289"></a>16819 <a xmlns="http://www.w3.org/1999/xhtml" id="id597826"></a> 16755 16820 <div class="header">Description:</div> 16756 16821 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16793 16858 </div> 16794 16859 <div class="refsect1" lang="en" xml:lang="en"> 16795 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666378"></a>16860 <a xmlns="http://www.w3.org/1999/xhtml" id="id597915"></a> 16796 16861 <div class="header">Notes:</div> 16797 16862 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16826 16891 <div> 16827 16892 <div class="refsect1" lang="en" xml:lang="en"> 16828 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666462"></a>16893 <a xmlns="http://www.w3.org/1999/xhtml" id="id597999"></a> 16829 16894 <div class="header">Values:</div> 16830 16895 <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 … … 16834 16899 </div> 16835 16900 <div class="refsect1" lang="en" xml:lang="en"> 16836 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666502"></a>16901 <a xmlns="http://www.w3.org/1999/xhtml" id="id598039"></a> 16837 16902 <div class="header">Description:</div> 16838 16903 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can … … 16845 16910 </div> 16846 16911 <div class="refsect1" lang="en" xml:lang="en"> 16847 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666518"></a>16912 <a xmlns="http://www.w3.org/1999/xhtml" id="id598054"></a> 16848 16913 <div class="header">Examples:</div> 16849 16914 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple. … … 16880 16945 </div> 16881 16946 <div class="refsect1" lang="en" xml:lang="en"> 16882 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666538"></a>16947 <a xmlns="http://www.w3.org/1999/xhtml" id="id598075"></a> 16883 16948 <div class="header">Notes:</div> 16884 16949 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give … … 16903 16968 <div> 16904 16969 <div class="refsect1" lang="en" xml:lang="en"> 16905 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666596"></a>16970 <a xmlns="http://www.w3.org/1999/xhtml" id="id598133"></a> 16906 16971 <div class="header">Values:</div> 16907 16972 <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> … … 16911 16976 </div> 16912 16977 <div class="refsect1" lang="en" xml:lang="en"> 16913 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666640"></a>16978 <a xmlns="http://www.w3.org/1999/xhtml" id="id598177"></a> 16914 16979 <div class="header">Description:</div> 16915 16980 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of … … 16937 17002 <div> 16938 17003 <div class="refsect1" lang="en" xml:lang="en"> 16939 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666705"></a>17004 <a xmlns="http://www.w3.org/1999/xhtml" id="id598242"></a> 16940 17005 <div class="header">Values:</div> 16941 17006 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL … … 16943 17008 </div> 16944 17009 <div class="refsect1" lang="en" xml:lang="en"> 16945 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666728"></a>17010 <a xmlns="http://www.w3.org/1999/xhtml" id="id598265"></a> 16946 17011 <div class="header">Description:</div> 16947 17012 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT … … 16966 17031 <div> 16967 17032 <div class="refsect1" lang="en" xml:lang="en"> 16968 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666800"></a>17033 <a xmlns="http://www.w3.org/1999/xhtml" id="id598336"></a> 16969 17034 <div class="header">Values:</div> 16970 17035 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 16974 17039 </div> 16975 17040 <div class="refsect1" lang="en" xml:lang="en"> 16976 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666851"></a>17041 <a xmlns="http://www.w3.org/1999/xhtml" id="id598388"></a> 16977 17042 <div class="header">Description:</div> 16978 17043 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 17004 17069 <div> 17005 17070 <div class="refsect1" lang="en" xml:lang="en"> 17006 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666932"></a>17071 <a xmlns="http://www.w3.org/1999/xhtml" id="id598468"></a> 17007 17072 <div class="header">Values:</div> 17008 17073 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 17011 17076 </div> 17012 17077 <div class="refsect1" lang="en" xml:lang="en"> 17013 <a xmlns="http://www.w3.org/1999/xhtml" id="id 666980"></a>17078 <a xmlns="http://www.w3.org/1999/xhtml" id="id598516"></a> 17014 17079 <div class="header">Description:</div> 17015 17080 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is … … 17038 17103 <div> 17039 17104 <div class="refsect1" lang="en" xml:lang="en"> 17040 <a xmlns="http://www.w3.org/1999/xhtml" id="id 667047"></a>17105 <a xmlns="http://www.w3.org/1999/xhtml" id="id598584"></a> 17041 17106 <div class="header">Values:</div> 17042 17107 <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 … … 17046 17111 </div> 17047 17112 <div class="refsect1" lang="en" xml:lang="en"> 17048 <a xmlns="http://www.w3.org/1999/xhtml" id="id 667075"></a>17113 <a xmlns="http://www.w3.org/1999/xhtml" id="id598612"></a> 17049 17114 <div class="header">Description:</div> 17050 17115 <p xmlns="http://www.w3.org/1999/xhtml"> … … 17083 17148 </div> 17084 17149 <div class="refsect1" lang="en" xml:lang="en"> 17085 <a xmlns="http://www.w3.org/1999/xhtml" id="id 667132"></a>17150 <a xmlns="http://www.w3.org/1999/xhtml" id="id598669"></a> 17086 17151 <div class="header">Example:</div> 17087 17152 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 17097 17162 </div> 17098 17163 <div class="refsect1" lang="en" xml:lang="en"> 17099 <a xmlns="http://www.w3.org/1999/xhtml" id="id 667146"></a>17164 <a xmlns="http://www.w3.org/1999/xhtml" id="id598683"></a> 17100 17165 <div class="header">See Also:</div> 17101 17166 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 17119 17184 <div> 17120 17185 <div class="refsect1" lang="en" xml:lang="en"> 17121 <a xmlns="http://www.w3.org/1999/xhtml" id="id 667206"></a>17186 <a xmlns="http://www.w3.org/1999/xhtml" id="id598743"></a> 17122 17187 <div class="header">Values:</div> 17123 17188 <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 … … 17126 17191 </div> 17127 17192 <div class="refsect1" lang="en" xml:lang="en"> 17128 <a xmlns="http://www.w3.org/1999/xhtml" id="id 667230"></a>17193 <a xmlns="http://www.w3.org/1999/xhtml" id="id598767"></a> 17129 17194 <div class="header">Description:</div> 17130 17195 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by … … 17150 17215 <div> 17151 17216 <div class="refsect1" lang="en" xml:lang="en"> 17152 <a xmlns="http://www.w3.org/1999/xhtml" id="id 667290"></a>17217 <a xmlns="http://www.w3.org/1999/xhtml" id="id598827"></a> 17153 17218 <div class="header">Values:</div> 17154 17219 <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 … … 17157 17222 </div> 17158 17223 <div class="refsect1" lang="en" xml:lang="en"> 17159 <a xmlns="http://www.w3.org/1999/xhtml" id="id 667314"></a>17224 <a xmlns="http://www.w3.org/1999/xhtml" id="id598850"></a> 17160 17225 <div class="header">Description:</div> 17161 17226 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by … … 17179 17244 </div> 17180 17245 <div class="refsect1" lang="en" xml:lang="en"> 17181 <a xmlns="http://www.w3.org/1999/xhtml" id="id 667352"></a>17246 <a xmlns="http://www.w3.org/1999/xhtml" id="id598889"></a> 17182 17247 <div class="header">Examples:</div> 17183 17248 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be … … 18832 18897 <div> 18833 18898 <div class="refsect1" lang="en" xml:lang="en"> 18834 <a xmlns="http://www.w3.org/1999/xhtml" id="id 660940"></a>18899 <a xmlns="http://www.w3.org/1999/xhtml" id="id591386"></a> 18835 18900 <div class="header">Arguments and Values:</div> 18836 18901 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing … … 18842 18907 </div> 18843 18908 <div class="refsect1" lang="en" xml:lang="en"> 18844 <a xmlns="http://www.w3.org/1999/xhtml" id="id 660985"></a>18909 <a xmlns="http://www.w3.org/1999/xhtml" id="id591431"></a> 18845 18910 <div class="header">Description:</div> 18846 18911 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18863 18928 <div> 18864 18929 <div class="refsect1" lang="en" xml:lang="en"> 18865 <a xmlns="http://www.w3.org/1999/xhtml" id="id 661046"></a>18930 <a xmlns="http://www.w3.org/1999/xhtml" id="id591492"></a> 18866 18931 <div class="header">Arguments and Values:</div> 18867 18932 <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 … … 18876 18941 </div> 18877 18942 <div class="refsect1" lang="en" xml:lang="en"> 18878 <a xmlns="http://www.w3.org/1999/xhtml" id="id 661106"></a>18943 <a xmlns="http://www.w3.org/1999/xhtml" id="id591552"></a> 18879 18944 <div class="header">Description:</div> 18880 18945 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18900 18965 <div> 18901 18966 <div class="refsect1" lang="en" xml:lang="en"> 18902 <a xmlns="http://www.w3.org/1999/xhtml" id="id 661168"></a>18967 <a xmlns="http://www.w3.org/1999/xhtml" id="id591614"></a> 18903 18968 <div class="header">Values:</div> 18904 18969 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with … … 18906 18971 </div> 18907 18972 <div class="refsect1" lang="en" xml:lang="en"> 18908 <a xmlns="http://www.w3.org/1999/xhtml" id="id 661195"></a>18973 <a xmlns="http://www.w3.org/1999/xhtml" id="id591641"></a> 18909 18974 <div class="header">Description:</div> 18910 18975 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18928 18993 <div> 18929 18994 <div class="refsect1" lang="en" xml:lang="en"> 18930 <a xmlns="http://www.w3.org/1999/xhtml" id="id 661254"></a>18995 <a xmlns="http://www.w3.org/1999/xhtml" id="id591700"></a> 18931 18996 <div class="header">Values:</div> 18932 18997 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18934 18999 </div> 18935 19000 <div class="refsect1" lang="en" xml:lang="en"> 18936 <a xmlns="http://www.w3.org/1999/xhtml" id="id 661281"></a>19001 <a xmlns="http://www.w3.org/1999/xhtml" id="id591726"></a> 18937 19002 <div class="header">Description:</div> 18938 19003 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18954 19019 <div> 18955 19020 <div class="refsect1" lang="en" xml:lang="en"> 18956 <a xmlns="http://www.w3.org/1999/xhtml" id="id 661338"></a>19021 <a xmlns="http://www.w3.org/1999/xhtml" id="id591784"></a> 18957 19022 <div class="header">Arguments and Values:</div> 18958 19023 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18963 19028 </div> 18964 19029 <div class="refsect1" lang="en" xml:lang="en"> 18965 <a xmlns="http://www.w3.org/1999/xhtml" id="id 661381"></a>19030 <a xmlns="http://www.w3.org/1999/xhtml" id="id591827"></a> 18966 19031 <div class="header">Description:</div> 18967 19032 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18986 19051 <div> 18987 19052 <div class="refsect1" lang="en" xml:lang="en"> 18988 <a xmlns="http://www.w3.org/1999/xhtml" id="id 661440"></a>19053 <a xmlns="http://www.w3.org/1999/xhtml" id="id591886"></a> 18989 19054 <div class="header">Arguments and Values:</div> 18990 19055 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific … … 18995 19060 </div> 18996 19061 <div class="refsect1" lang="en" xml:lang="en"> 18997 <a xmlns="http://www.w3.org/1999/xhtml" id="id 661483"></a>19062 <a xmlns="http://www.w3.org/1999/xhtml" id="id591928"></a> 18998 19063 <div class="header">Description:</div> 18999 19064 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19018 19083 <div> 19019 19084 <div class="refsect1" lang="en" xml:lang="en"> 19020 <a xmlns="http://www.w3.org/1999/xhtml" id="id 657971"></a>19085 <a xmlns="http://www.w3.org/1999/xhtml" id="id591988"></a> 19021 19086 <div class="header">Values:</div> 19022 19087 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p> 19023 19088 </div> 19024 19089 <div class="refsect1" lang="en" xml:lang="en"> 19025 <a xmlns="http://www.w3.org/1999/xhtml" id="id 657997"></a>19090 <a xmlns="http://www.w3.org/1999/xhtml" id="id592014"></a> 19026 19091 <div class="header">Description:</div> 19027 19092 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19044 19109 <div> 19045 19110 <div class="refsect1" lang="en" xml:lang="en"> 19046 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658054"></a>19111 <a xmlns="http://www.w3.org/1999/xhtml" id="id592071"></a> 19047 19112 <div class="header">Values:</div> 19048 19113 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 19052 19117 </div> 19053 19118 <div class="refsect1" lang="en" xml:lang="en"> 19054 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658096"></a>19119 <a xmlns="http://www.w3.org/1999/xhtml" id="id592114"></a> 19055 19120 <div class="header">Description:</div> 19056 19121 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19077 19142 <div> 19078 19143 <div class="refsect1" lang="en" xml:lang="en"> 19079 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658165"></a>19144 <a xmlns="http://www.w3.org/1999/xhtml" id="id592182"></a> 19080 19145 <div class="header">Values:</div> 19081 19146 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and … … 19086 19151 </div> 19087 19152 <div class="refsect1" lang="en" xml:lang="en"> 19088 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658208"></a>19153 <a xmlns="http://www.w3.org/1999/xhtml" id="id592225"></a> 19089 19154 <div class="header">Description:</div> 19090 19155 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19102 19167 </div> 19103 19168 <div class="refsect1" lang="en" xml:lang="en"> 19104 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658242"></a>19169 <a xmlns="http://www.w3.org/1999/xhtml" id="id592259"></a> 19105 19170 <div class="header">Notes:</div> 19106 19171 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19127 19192 <div> 19128 19193 <div class="refsect1" lang="en" xml:lang="en"> 19129 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658302"></a>19194 <a xmlns="http://www.w3.org/1999/xhtml" id="id592319"></a> 19130 19195 <div class="header">Arguments and Values:</div> 19131 19196 <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 … … 19134 19199 </div> 19135 19200 <div class="refsect1" lang="en" xml:lang="en"> 19136 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658329"></a>19201 <a xmlns="http://www.w3.org/1999/xhtml" id="id592346"></a> 19137 19202 <div class="header">Description:</div> 19138 19203 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use … … 19159 19224 <div> 19160 19225 <div class="refsect1" lang="en" xml:lang="en"> 19161 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658399"></a>19226 <a xmlns="http://www.w3.org/1999/xhtml" id="id592416"></a> 19162 19227 <div class="header">Arguments and Values:</div> 19163 19228 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an … … 19165 19230 </div> 19166 19231 <div class="refsect1" lang="en" xml:lang="en"> 19167 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658425"></a>19232 <a xmlns="http://www.w3.org/1999/xhtml" id="id592442"></a> 19168 19233 <div class="header">Description:</div> 19169 19234 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses … … 19187 19252 <div> 19188 19253 <div class="refsect1" lang="en" xml:lang="en"> 19189 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658490"></a>19254 <a xmlns="http://www.w3.org/1999/xhtml" id="id592508"></a> 19190 19255 <div class="header">Arguments and Values:</div> 19191 19256 <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 … … 19209 19274 </div> 19210 19275 <div class="refsect1" lang="en" xml:lang="en"> 19211 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658571"></a>19276 <a xmlns="http://www.w3.org/1999/xhtml" id="id592588"></a> 19212 19277 <div class="header">Description:</div> 19213 19278 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements … … 19234 19299 <div> 19235 19300 <div class="refsect1" lang="en" xml:lang="en"> 19236 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658654"></a>19301 <a xmlns="http://www.w3.org/1999/xhtml" id="id592671"></a> 19237 19302 <div class="header">Arguments and Values:</div> 19238 19303 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the … … 19249 19314 </div> 19250 19315 <div class="refsect1" lang="en" xml:lang="en"> 19251 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658700"></a>19316 <a xmlns="http://www.w3.org/1999/xhtml" id="id592717"></a> 19252 19317 <div class="header">Description:</div> 19253 19318 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the … … 19270 19335 <div> 19271 19336 <div class="refsect1" lang="en" xml:lang="en"> 19272 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658763"></a>19337 <a xmlns="http://www.w3.org/1999/xhtml" id="id592780"></a> 19273 19338 <div class="header">Arguments and Values:</div> 19274 19339 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p> 19275 19340 </div> 19276 19341 <div class="refsect1" lang="en" xml:lang="en"> 19277 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658775"></a>19342 <a xmlns="http://www.w3.org/1999/xhtml" id="id592792"></a> 19278 19343 <div class="header">Description:</div> 19279 19344 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the … … 19317 19382 <div> 19318 19383 <div class="refsect1" lang="en" xml:lang="en"> 19319 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658851"></a>19384 <a xmlns="http://www.w3.org/1999/xhtml" id="id592868"></a> 19320 19385 <div class="header">Description:</div> 19321 19386 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro … … 19352 19417 <div> 19353 19418 <div class="refsect1" lang="en" xml:lang="en"> 19354 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658908"></a>19419 <a xmlns="http://www.w3.org/1999/xhtml" id="id592926"></a> 19355 19420 <div class="header">Superclasses:</div> 19356 19421 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p> 19357 19422 </div> 19358 19423 <div class="refsect1" lang="en" xml:lang="en"> 19359 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658920"></a>19424 <a xmlns="http://www.w3.org/1999/xhtml" id="id592937"></a> 19360 19425 <div class="header">Initargs:</div> 19361 19426 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>--- … … 19365 19430 </div> 19366 19431 <div class="refsect1" lang="en" xml:lang="en"> 19367 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658947"></a>19432 <a xmlns="http://www.w3.org/1999/xhtml" id="id592964"></a> 19368 19433 <div class="header">Description:</div> 19369 19434 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19383 19448 </div> 19384 19449 <div class="refsect1" lang="en" xml:lang="en"> 19385 <a xmlns="http://www.w3.org/1999/xhtml" id="id 658966"></a>19450 <a xmlns="http://www.w3.org/1999/xhtml" id="id592983"></a> 19386 19451 <div class="header">Examples:</div> 19387 19452 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19414 19479 </div> 19415 19480 <div class="refsect1" lang="en" xml:lang="en"> 19416 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650769"></a>19481 <a xmlns="http://www.w3.org/1999/xhtml" id="id582280"></a> 19417 19482 <div class="header">Notes:</div> 19418 19483 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19754 19819 <div> 19755 19820 <div class="refsect1" lang="en" xml:lang="en"> 19756 <a xmlns="http://www.w3.org/1999/xhtml" id="id 646688"></a>19821 <a xmlns="http://www.w3.org/1999/xhtml" id="id578424"></a> 19757 19822 <div class="header">Arguments and Values:</div> 19758 19823 <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> … … 19762 19827 </div> 19763 19828 <div class="refsect1" lang="en" xml:lang="en"> 19764 <a xmlns="http://www.w3.org/1999/xhtml" id="id 646746"></a>19829 <a xmlns="http://www.w3.org/1999/xhtml" id="id578483"></a> 19765 19830 <div class="header">Description:</div> 19766 19831 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p> … … 19780 19845 <div> 19781 19846 <div class="refsect1" lang="en" xml:lang="en"> 19782 <a xmlns="http://www.w3.org/1999/xhtml" id="id 646804"></a>19847 <a xmlns="http://www.w3.org/1999/xhtml" id="id578540"></a> 19783 19848 <div class="header">Description:</div> 19784 19849 <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> … … 19798 19863 <div> 19799 19864 <div class="refsect1" lang="en" xml:lang="en"> 19800 <a xmlns="http://www.w3.org/1999/xhtml" id="id 646878"></a>19865 <a xmlns="http://www.w3.org/1999/xhtml" id="id578614"></a> 19801 19866 <div class="header">Description:</div> 19802 19867 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>. … … 19821 19886 <div> 19822 19887 <div class="refsect1" lang="en" xml:lang="en"> 19823 <a xmlns="http://www.w3.org/1999/xhtml" id="id 646946"></a>19888 <a xmlns="http://www.w3.org/1999/xhtml" id="id589455"></a> 19824 19889 <div class="header">Description:</div> 19825 19890 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to … … 19854 19919 <div> 19855 19920 <div class="refsect1" lang="en" xml:lang="en"> 19856 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650860"></a>19921 <a xmlns="http://www.w3.org/1999/xhtml" id="id589540"></a> 19857 19922 <div class="header">Description:</div> 19858 19923 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the … … 19875 19940 <div> 19876 19941 <div class="refsect1" lang="en" xml:lang="en"> 19877 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650920"></a>19942 <a xmlns="http://www.w3.org/1999/xhtml" id="id589601"></a> 19878 19943 <div class="header">Arguments and Values:</div> 19879 19944 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p> 19880 19945 </div> 19881 19946 <div class="refsect1" lang="en" xml:lang="en"> 19882 <a xmlns="http://www.w3.org/1999/xhtml" id="id 650946"></a>19947 <a xmlns="http://www.w3.org/1999/xhtml" id="id589626"></a> 19883 19948 <div class="header">Description:</div> 19884 19949 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the … … 19904 19969 <div> 19905 19970 <div class="refsect1" lang="en" xml:lang="en"> 19906 <a xmlns="http://www.w3.org/1999/xhtml" id="id 651008"></a>19971 <a xmlns="http://www.w3.org/1999/xhtml" id="id589688"></a> 19907 19972 <div class="header">Description:</div> 19908 19973 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the … … 19924 19989 <div> 19925 19990 <div class="refsect1" lang="en" xml:lang="en"> 19926 <a xmlns="http://www.w3.org/1999/xhtml" id="id 651067"></a>19991 <a xmlns="http://www.w3.org/1999/xhtml" id="id589747"></a> 19927 19992 <div class="header">Arguments and Values:</div> 19928 19993 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 19929 19994 </div> 19930 19995 <div class="refsect1" lang="en" xml:lang="en"> 19931 <a xmlns="http://www.w3.org/1999/xhtml" id="id 651093"></a>19996 <a xmlns="http://www.w3.org/1999/xhtml" id="id589773"></a> 19932 19997 <div class="header">Description:</div> 19933 19998 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC … … 19955 20020 <div> 19956 20021 <div class="refsect1" lang="en" xml:lang="en"> 19957 <a xmlns="http://www.w3.org/1999/xhtml" id="id 651151"></a>20022 <a xmlns="http://www.w3.org/1999/xhtml" id="id589831"></a> 19958 20023 <div class="header">Description:</div> 19959 20024 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call, … … 19978 20043 <div> 19979 20044 <div class="refsect1" lang="en" xml:lang="en"> 19980 <a xmlns="http://www.w3.org/1999/xhtml" id="id 651207"></a>20045 <a xmlns="http://www.w3.org/1999/xhtml" id="id589887"></a> 19981 20046 <div class="header">Description:</div> 19982 20047 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL … … 20003 20068 <div> 20004 20069 <div class="refsect1" lang="en" xml:lang="en"> 20005 <a xmlns="http://www.w3.org/1999/xhtml" id="id 651265"></a>20070 <a xmlns="http://www.w3.org/1999/xhtml" id="id589945"></a> 20006 20071 <div class="header">Description:</div> 20007 20072 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the … … 20025 20090 <div> 20026 20091 <div class="refsect1" lang="en" xml:lang="en"> 20027 <a xmlns="http://www.w3.org/1999/xhtml" id="id 651324"></a>20092 <a xmlns="http://www.w3.org/1999/xhtml" id="id590004"></a> 20028 20093 <div class="header">Arguments and Values:</div> 20029 20094 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest … … 20035 20100 </div> 20036 20101 <div class="refsect1" lang="en" xml:lang="en"> 20037 <a xmlns="http://www.w3.org/1999/xhtml" id="id 651379"></a>20102 <a xmlns="http://www.w3.org/1999/xhtml" id="id590059"></a> 20038 20103 <div class="header">Description:</div> 20039 20104 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect. … … 20059 20124 <div> 20060 20125 <div class="refsect1" lang="en" xml:lang="en"> 20061 <a xmlns="http://www.w3.org/1999/xhtml" id="id 651445"></a>20126 <a xmlns="http://www.w3.org/1999/xhtml" id="id590125"></a> 20062 20127 <div class="header">Arguments and Values:</div> 20063 20128 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 20064 20129 </div> 20065 20130 <div class="refsect1" lang="en" xml:lang="en"> 20066 <a xmlns="http://www.w3.org/1999/xhtml" id="id 651471"></a>20131 <a xmlns="http://www.w3.org/1999/xhtml" id="id590151"></a> 20067 20132 <div class="header">Description:</div> 20068 20133 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages … … 20089 20154 <div> 20090 20155 <div class="refsect1" lang="en" xml:lang="en"> 20091 <a xmlns="http://www.w3.org/1999/xhtml" id="id 651528"></a>20156 <a xmlns="http://www.w3.org/1999/xhtml" id="id590209"></a> 20092 20157 <div class="header">Description:</div> 20093 20158 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs … … 20244 20309 <dt> 20245 20310 <span class="sect2"> 20246 <a href="#id 656689">16.7.2. Recommended Reading</a>20311 <a href="#id588248">16.7.2. Recommended Reading</a> 20247 20312 </span> 20248 20313 </dt> … … 21520 21585 <li class="listitem"> 21521 21586 <p>To support a feature called <span class="emphasis"><em>GCTWA 21522 <sup>[<a id="id 656243" href="#ftn.id656243" class="footnote">1</a>]</sup>21587 <sup>[<a id="id587803" href="#ftn.id587803" class="footnote">1</a>]</sup> 21523 21588 , </em></span>the vector that contains the internal 21524 21589 symbols of the current package is marked on entry to the … … 21653 21718 <hr width="100" align="left" /> 21654 21719 <div class="footnote"> 21655 <p><sup>[<a id="ftn.id 656243" href="#id656243" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,21720 <p><sup>[<a id="ftn.id587803" href="#id587803" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP, 21656 21721 where it stood for "Garbage Collection of Truly 21657 21722 Worthless Atoms".</p> … … 21713 21778 generations looking for such intergenerational references, the 21714 21779 runtime system must note all such intergenerational references 21715 at the point where they're created (via Setf).<sup>[<a id="id 656477" href="#ftn.id656477" class="footnote">2</a>]</sup> The21780 at the point where they're created (via Setf).<sup>[<a id="id588037" href="#ftn.id588037" class="footnote">2</a>]</sup> The 21716 21781 set of pointers that may contain intergenerational references is 21717 21782 sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p> … … 21760 21825 that might introduce an intergenerational reference must be 21761 21826 memoized. 21762 <sup>[<a id="id 656546" href="#ftn.id656546" class="footnote">3</a>]</sup> It's always safe to21827 <sup>[<a id="id588105" href="#ftn.id588105" class="footnote">3</a>]</sup> It's always safe to 21763 21828 push any cons cell or gvector locative onto the memo stack; 21764 21829 it's never safe to push anything else. … … 21781 21846 <hr width="100" align="left" /> 21782 21847 <div class="footnote"> 21783 <p><sup>[<a id="ftn.id 656477" href="#id656477" class="para">2</a>] </sup>This is21848 <p><sup>[<a id="ftn.id588037" href="#id588037" class="para">2</a>] </sup>This is 21784 21849 sometimes called "The Write Barrier": all assignments which 21785 21850 might result in intergenerational references must be noted, as … … 21787 21852 </div> 21788 21853 <div class="footnote"> 21789 <p><sup>[<a id="ftn.id 656546" href="#id656546" class="para">3</a>] </sup>Note that the implicit setfs that occur when21854 <p><sup>[<a id="ftn.id588105" href="#id588105" class="para">3</a>] </sup>Note that the implicit setfs that occur when 21790 21855 initializing an object - as in the case of a call to cons or 21791 21856 vector - can't introduce intergenerational references, since … … 21903 21968 <div> 21904 21969 <div> 21905 <h3 class="title"><a id="id 656689"></a>16.7.2. Recommended Reading</h3>21970 <h3 class="title"><a id="id588248"></a>16.7.2. Recommended Reading</h3> 21906 21971 </div> 21907 21972 </div> … … 22316 22381 <div> 22317 22382 <div class="refsect1" lang="en" xml:lang="en"> 22318 <a xmlns="http://www.w3.org/1999/xhtml" id="id 642984"></a>22383 <a xmlns="http://www.w3.org/1999/xhtml" id="id578179"></a> 22319 22384 <div class="header">Description:</div> 22320 22385 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD) … … 22341 22406 <div> 22342 22407 <div class="refsect1" lang="en" xml:lang="en"> 22343 <a xmlns="http://www.w3.org/1999/xhtml" id="id 624998"></a>22408 <a xmlns="http://www.w3.org/1999/xhtml" id="id525485"></a> 22344 22409 <div class="header">Description:</div> 22345 22410 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22365 22430 <div> 22366 22431 <div class="refsect1" lang="en" xml:lang="en"> 22367 <a xmlns="http://www.w3.org/1999/xhtml" id="id 625062"></a>22432 <a xmlns="http://www.w3.org/1999/xhtml" id="id583056"></a> 22368 22433 <div class="header">Description:</div> 22369 22434 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 22388 22453 <div> 22389 22454 <div class="refsect1" lang="en" xml:lang="en"> 22390 <a xmlns="http://www.w3.org/1999/xhtml" id="id 646605"></a>22455 <a xmlns="http://www.w3.org/1999/xhtml" id="id583102"></a> 22391 22456 <div class="header">Description:</div> 22392 22457 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session … … 22413 22478 <div> 22414 22479 <div class="refsect1" lang="en" xml:lang="en"> 22415 <a xmlns="http://www.w3.org/1999/xhtml" id="id 646663"></a>22480 <a xmlns="http://www.w3.org/1999/xhtml" id="id579356"></a> 22416 22481 <div class="header">Description:</div> 22417 22482 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p> … … 22431 22496 <div> 22432 22497 <div class="refsect1" lang="en" xml:lang="en"> 22433 <a xmlns="http://www.w3.org/1999/xhtml" id="id 659930"></a>22498 <a xmlns="http://www.w3.org/1999/xhtml" id="id579400"></a> 22434 22499 <div class="header">Description:</div> 22435 22500 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros. … … 22453 22518 <div> 22454 22519 <div class="refsect1" lang="en" xml:lang="en"> 22455 <a xmlns="http://www.w3.org/1999/xhtml" id="id 659994"></a>22520 <a xmlns="http://www.w3.org/1999/xhtml" id="id586839"></a> 22456 22521 <div class="header">Arguments and Values:</div> 22457 22522 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p> … … 22459 22524 </div> 22460 22525 <div class="refsect1" lang="en" xml:lang="en"> 22461 <a xmlns="http://www.w3.org/1999/xhtml" id="id 660034"></a>22526 <a xmlns="http://www.w3.org/1999/xhtml" id="id586880"></a> 22462 22527 <div class="header">Description:</div> 22463 22528 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If … … 22485 22550 <div> 22486 22551 <div class="refsect1" lang="en" xml:lang="en"> 22487 <a xmlns="http://www.w3.org/1999/xhtml" id="id 660185"></a>22552 <a xmlns="http://www.w3.org/1999/xhtml" id="id582702"></a> 22488 22553 <div class="header">Arguments and Values:</div> 22489 22554 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p> … … 22494 22559 </div> 22495 22560 <div class="refsect1" lang="en" xml:lang="en"> 22496 <a xmlns="http://www.w3.org/1999/xhtml" id="id 660243"></a>22561 <a xmlns="http://www.w3.org/1999/xhtml" id="id582760"></a> 22497 22562 <div class="header">Description:</div> 22498 22563 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer … … 23172 23237 <a href="#Symbol-Index">Symbol Index</a> 23173 23238 </div> 23174 <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 15:0 on March 21, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14685<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>23239 <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 22:0 on March 23, 2011, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14696<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p> 23175 23240 </body> 23176 23241 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
