Changeset 14530


Ignore:
Timestamp:
Dec 30, 2010, 10:00:22 AM (14 years ago)
Author:
Gary Byers
Message:

updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/doc/ccl-documentation.html

    r14509 r14530  
    66    <title>Clozure CL Documentation</title>
    77    <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" />
    8     <link rel="home" href="#id551584" title="Clozure CL Documentation" />
     8    <link rel="home" href="#id468538" title="Clozure CL Documentation" />
    99    <link rel="next" href="#about-ccl" title="Chapter 1. About Clozure CL" />
    1010  </head>
     
    1414        <div>
    1515          <div>
    16             <h1 class="title"><a id="id551584"></a>Clozure CL Documentation</h1>
     16            <h1 class="title"><a id="id468538"></a>Clozure CL Documentation</h1>
    1717          </div>
    1818        </div>
     
    17451745          <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it
    17461746      may be helpful to refer to these definitions.</p>
    1747           <p xmlns="http://www.w3.org/1999/xhtml"><a id="id570125" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl
     1747          <p xmlns="http://www.w3.org/1999/xhtml"><a id="id487079" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl
    17481748        files</em></a> are the object files produced
    17491749      by <code class="literal">compile-file</code>.  fasl files store the
     
    17561756      see
    17571757      <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="id564826" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp
     1758          <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id481780" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp
    17591759        kernel</em></a> is a C program with a fair amount of
    17601760      platform-specific assembly language code. Its basic job is to
     
    17661766      files on different platforms; see
    17671767      <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="id593042" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap
     1768          <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id509996" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap
    17691769        image</em></a> is a file that can be quickly mapped into a
    17701770      process's address space. Conceptually, it's not too different
     
    17771777      standard full heap image files on different platforms; see
    17781778      <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="id578701" class="indexterm"></a> bootstrapping image is a minimal
     1779          <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id495655" class="indexterm"></a> bootstrapping image is a minimal
    17801780      heap image used in the process of building Clozure CL itself.  The
    17811781      bootstrapping image contains just enough code to load the rest
     
    17891789      as-yet-unsupported ones) has a uniquely named subdirectory of
    17901790      <code class="literal">ccl/lisp-kernel/</code>; each such
    1791       <a id="id576885" class="indexterm"></a>
     1791      <a id="id493838" class="indexterm"></a>
    17921792      contains a Makefile and may contain some auxiliary files (linker
    17931793      scripts, etc.) that are used to build the lisp kernel on a
     
    26082608    </p>
    26092609          <p xmlns="http://www.w3.org/1999/xhtml">
    2610       <a id="id585771" class="indexterm"></a>
     2610      <a id="id502724" class="indexterm"></a>
    26112611      <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em>
    26122612        <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> |
     
    30523052          </div>
    30533053          <p xmlns="http://www.w3.org/1999/xhtml">
    3054       <a id="id606339" class="indexterm"></a>
     3054      <a id="id523292" class="indexterm"></a>
    30553055      <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em>    [Variable]</strong></span>
    30563056    </p>
    30573057          <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>
    30583058          <p xmlns="http://www.w3.org/1999/xhtml">
    3059       <a id="id606365" class="indexterm"></a>
     3059      <a id="id523319" class="indexterm"></a>
    30603060      <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em>    [Variable]</strong></span>
    30613061    </p>
    30623062          <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>
    30633063          <p xmlns="http://www.w3.org/1999/xhtml">
    3064       <a id="id606394" class="indexterm"></a>
     3064      <a id="id523348" class="indexterm"></a>
    30653065      <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">&amp;key</em> {<em class="replaceable"><code>keyword</code></em> <em class="replaceable"><code>value</code></em>}*    [Function]</strong></span>
    30663066    </p>
     
    30703070    </p>
    30713071          <p xmlns="http://www.w3.org/1999/xhtml">
    3072       <a id="id606443" class="indexterm"></a>
     3072      <a id="id523396" class="indexterm"></a>
    30733073      <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em>   [Variable]</strong></span>
    30743074    </p>
     
    30783078      explicit printing done by user code.</p>
    30793079          <p xmlns="http://www.w3.org/1999/xhtml">
    3080       <a id="id606478" class="indexterm"></a>
     3080      <a id="id523431" class="indexterm"></a>
    30813081      <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em>    [Variable]</strong></span>
    30823082    </p>
     
    30863086      explicit printing done by user code.</p>
    30873087          <p xmlns="http://www.w3.org/1999/xhtml">
    3088       <a id="id606512" class="indexterm"></a>
     3088      <a id="id523466" class="indexterm"></a>
    30893089      <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em>    [Variable]</strong></span>
    30903090    </p>
     
    31353135            <div>
    31363136              <div class="refsect1" lang="en" xml:lang="en">
    3137                 <a xmlns="http://www.w3.org/1999/xhtml" id="id606674"></a>
     3137                <a xmlns="http://www.w3.org/1999/xhtml" id="id523628"></a>
    31383138                <div class="header">Arguments and Values:</div>
    31393139                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>---
     
    31703170              </div>
    31713171              <div class="refsect1" lang="en" xml:lang="en">
    3172                 <a xmlns="http://www.w3.org/1999/xhtml" id="id606781"></a>
     3172                <a xmlns="http://www.w3.org/1999/xhtml" id="id523735"></a>
    31733173                <div class="header">Examples:</div>
    31743174                <p xmlns="http://www.w3.org/1999/xhtml">
     
    32153215            <div>
    32163216              <div class="refsect1" lang="en" xml:lang="en">
    3217                 <a xmlns="http://www.w3.org/1999/xhtml" id="id606880"></a>
     3217                <a xmlns="http://www.w3.org/1999/xhtml" id="id523834"></a>
    32183218                <div class="header">Description:</div>
    32193219                <p xmlns="http://www.w3.org/1999/xhtml">
     
    32303230              </div>
    32313231              <div class="refsect1" lang="en" xml:lang="en">
    3232                 <a xmlns="http://www.w3.org/1999/xhtml" id="id606946"></a>
     3232                <a xmlns="http://www.w3.org/1999/xhtml" id="id523900"></a>
    32333233                <div class="header">Arguments and Values:</div>
    32343234                <p xmlns="http://www.w3.org/1999/xhtml">
     
    32543254            <div>
    32553255              <div class="refsect1" lang="en" xml:lang="en">
    3256                 <a xmlns="http://www.w3.org/1999/xhtml" id="id607024"></a>
     3256                <a xmlns="http://www.w3.org/1999/xhtml" id="id523978"></a>
    32573257                <div class="header">Description:</div>
    32583258                <p xmlns="http://www.w3.org/1999/xhtml">
     
    32663266              </div>
    32673267              <div class="refsect1" lang="en" xml:lang="en">
    3268                 <a xmlns="http://www.w3.org/1999/xhtml" id="id607071"></a>
     3268                <a xmlns="http://www.w3.org/1999/xhtml" id="id524025"></a>
    32693269                <div class="header">Arguments and Values:</div>
    32703270                <p xmlns="http://www.w3.org/1999/xhtml">
     
    34333433              <div>
    34343434                <div class="refsect1" lang="en" xml:lang="en">
    3435                   <a xmlns="http://www.w3.org/1999/xhtml" id="id607633"></a>
     3435                  <a xmlns="http://www.w3.org/1999/xhtml" id="id524587"></a>
    34363436                  <div class="header">Arguments and Values:</div>
    34373437                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external
     
    34673467                </div>
    34683468                <div class="refsect1" lang="en" xml:lang="en">
    3469                   <a xmlns="http://www.w3.org/1999/xhtml" id="id622196"></a>
     3469                  <a xmlns="http://www.w3.org/1999/xhtml" id="id539209"></a>
    34703470                  <div class="header">Description:</div>
    34713471                  <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a
     
    36353635                <div>
    36363636                  <div>
    3637                     <h4 class="title"><a id="id622499"></a>4.5.4.1. Encoding Problems</h4>
     3637                    <h4 class="title"><a id="id539512"></a>4.5.4.1. Encoding Problems</h4>
    36383638                  </div>
    36393639                </div>
     
    36513651                <div>
    36523652                  <div>
    3653                     <h4 class="title"><a id="id622511"></a>4.5.4.2. Byte Order Marks</h4>
     3653                    <h4 class="title"><a id="id539525"></a>4.5.4.2. Byte Order Marks</h4>
    36543654                  </div>
    36553655                </div>
     
    36793679                <div>
    36803680                  <div>
    3681                     <h4 class="title"><a id="id622546"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>
     3681                    <h4 class="title"><a id="id539559"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>
    36823682                  </div>
    36833683                </div>
     
    37013701                <div>
    37023702                  <div class="refsect1" lang="en" xml:lang="en">
    3703                     <a xmlns="http://www.w3.org/1999/xhtml" id="id622607"></a>
     3703                    <a xmlns="http://www.w3.org/1999/xhtml" id="id539621"></a>
    37043704                    <div class="header">Description:</div>
    37053705                    <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings
     
    37103710                  </div>
    37113711                  <div class="refsect1" lang="en" xml:lang="en">
    3712                     <a xmlns="http://www.w3.org/1999/xhtml" id="id622622"></a>
     3712                    <a xmlns="http://www.w3.org/1999/xhtml" id="id539636"></a>
    37133713                    <div class="header">See Also:</div>
    37143714                    <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>
     
    41414141                <div>
    41424142                  <div>
    4143                     <h4 class="title"><a id="id623301"></a>4.5.4.5. Encoding and Decoding Strings</h4>
     4143                    <h4 class="title"><a id="id540315"></a>4.5.4.5. Encoding and Decoding Strings</h4>
    41444144                  </div>
    41454145                </div>
     
    41664166                <div>
    41674167                  <div class="refsect1" lang="en" xml:lang="en">
    4168                     <a xmlns="http://www.w3.org/1999/xhtml" id="id623377"></a>
     4168                    <a xmlns="http://www.w3.org/1999/xhtml" id="id540390"></a>
    41694169                    <div class="header">Description:</div>
    41704170                    <p xmlns="http://www.w3.org/1999/xhtml">
     
    41974197                <div>
    41984198                  <div class="refsect1" lang="en" xml:lang="en">
    4199                     <a xmlns="http://www.w3.org/1999/xhtml" id="id623472"></a>
     4199                    <a xmlns="http://www.w3.org/1999/xhtml" id="id540486"></a>
    42004200                    <div class="header">Description:</div>
    42014201                    <p xmlns="http://www.w3.org/1999/xhtml">
     
    42404240                <div>
    42414241                  <div class="refsect1" lang="en" xml:lang="en">
    4242                     <a xmlns="http://www.w3.org/1999/xhtml" id="id623596"></a>
     4242                    <a xmlns="http://www.w3.org/1999/xhtml" id="id540609"></a>
    42434243                    <div class="header">Description:</div>
    42444244                    <p xmlns="http://www.w3.org/1999/xhtml">
     
    42864286                <div>
    42874287                  <div class="refsect1" lang="en" xml:lang="en">
    4288                     <a xmlns="http://www.w3.org/1999/xhtml" id="id623715"></a>
     4288                    <a xmlns="http://www.w3.org/1999/xhtml" id="id540728"></a>
    42894289                    <div class="header">Description:</div>
    42904290                    <p xmlns="http://www.w3.org/1999/xhtml">
     
    43364336            </div>
    43374337            <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>
    4338             <a xmlns="http://www.w3.org/1999/xhtml" id="id623803" class="indexterm"></a>
     4338            <a xmlns="http://www.w3.org/1999/xhtml" id="id540817" class="indexterm"></a>
    43394339            <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the
    43404340        <code class="literal">ccl</code> directory.  It is used for a variety of
     
    44404440      platforms.</p>
    44414441          <p xmlns="http://www.w3.org/1999/xhtml">
    4442       <a id="id623987" class="indexterm"></a>
     4442      <a id="id541000" class="indexterm"></a>
    44434443      <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em>
    44444444        <em class="parameter"><code>pathname</code></em>
     
    45004500      a memory error.</p>
    45014501          <p xmlns="http://www.w3.org/1999/xhtml">
    4502       <a id="id624120" class="indexterm"></a>
     4502      <a id="id541133" class="indexterm"></a>
    45034503      <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em>
    45044504        <em class="parameter"><code>displaced-array</code></em>
     
    45124512      target is an empty vector (of length zero).</p>
    45134513          <p xmlns="http://www.w3.org/1999/xhtml">
    4514       <a id="id624155" class="indexterm"></a>
     4514      <a id="id541168" class="indexterm"></a>
    45154515      <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em>
    45164516        <em class="parameter"><code>pathname</code></em>
     
    45224522      bytes.</p>
    45234523          <p xmlns="http://www.w3.org/1999/xhtml">
    4524       <a id="id624187" class="indexterm"></a>
     4524      <a id="id541200" class="indexterm"></a>
    45254525      <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em>
    45264526        <em class="parameter"><code>displaced-array</code></em>
     
    45614561      static.</p>
    45624562          <p xmlns="http://www.w3.org/1999/xhtml">
    4563       <a id="id624262" class="indexterm"></a>
     4563      <a id="id541275" class="indexterm"></a>
    45644564      <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em>
    45654565        <em class="parameter"><code>var</code></em>
     
    46154615            </div>
    46164616          </div>
    4617           <a xmlns="http://www.w3.org/1999/xhtml" id="id624374" class="indexterm"></a>
     4617          <a xmlns="http://www.w3.org/1999/xhtml" id="id541387" class="indexterm"></a>
    46184618          <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the
    46194619      function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file
     
    46954695      converted, because address 0 can always be relied upon to refer to
    46964696      the same thing.</p>
    4697           <a xmlns="http://www.w3.org/1999/xhtml" id="id624595" class="indexterm"></a>
     4697          <a xmlns="http://www.w3.org/1999/xhtml" id="id541609" class="indexterm"></a>
    46984698          <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code>
    46994699      refers to a <code class="literal">MACPTR</code> object that points to address 0.</p>
     
    47064706      or <code class="literal">opencml64</code> script.</p>
    47074707          <p xmlns="http://www.w3.org/1999/xhtml">
    4708       <a id="id624642" class="indexterm"></a>
     4708      <a id="id541656" class="indexterm"></a>
    47094709      <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em>
    47104710        <em class="parameter"><code>filename</code></em>
     
    48304830            <div>
    48314831              <div class="refsect1" lang="en" xml:lang="en">
    4832                 <a xmlns="http://www.w3.org/1999/xhtml" id="id624914"></a>
     4832                <a xmlns="http://www.w3.org/1999/xhtml" id="id541927"></a>
    48334833                <div class="header">Arguments and Values:</div>
    48344834                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>---
     
    48444844              </div>
    48454845              <div class="refsect1" lang="en" xml:lang="en">
    4846                 <a xmlns="http://www.w3.org/1999/xhtml" id="id624974"></a>
     4846                <a xmlns="http://www.w3.org/1999/xhtml" id="id541987"></a>
    48474847                <div class="header">Description:</div>
    48484848                <p xmlns="http://www.w3.org/1999/xhtml">
     
    49044904            <div>
    49054905              <div class="refsect1" lang="en" xml:lang="en">
    4906                 <a xmlns="http://www.w3.org/1999/xhtml" id="id625064"></a>
     4906                <a xmlns="http://www.w3.org/1999/xhtml" id="id542078"></a>
    49074907                <div class="header">Arguments and Values:</div>
    49084908                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>---
     
    49124912              </div>
    49134913              <div class="refsect1" lang="en" xml:lang="en">
    4914                 <a xmlns="http://www.w3.org/1999/xhtml" id="id625088"></a>
     4914                <a xmlns="http://www.w3.org/1999/xhtml" id="id542101"></a>
    49154915                <div class="header">Description:</div>
    49164916                <p xmlns="http://www.w3.org/1999/xhtml">
     
    49514951            <div>
    49524952              <div class="refsect1" lang="en" xml:lang="en">
    4953                 <a xmlns="http://www.w3.org/1999/xhtml" id="id625183"></a>
     4953                <a xmlns="http://www.w3.org/1999/xhtml" id="id542196"></a>
    49544954                <div class="header">Arguments and Values:</div>
    49554955                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>---
     
    49604960              </div>
    49614961              <div class="refsect1" lang="en" xml:lang="en">
    4962                 <a xmlns="http://www.w3.org/1999/xhtml" id="id625219"></a>
     4962                <a xmlns="http://www.w3.org/1999/xhtml" id="id542232"></a>
    49634963                <div class="header">Description:</div>
    49644964                <p xmlns="http://www.w3.org/1999/xhtml">
     
    50095009              <div>
    50105010                <div class="refsect1" lang="en" xml:lang="en">
    5011                   <a xmlns="http://www.w3.org/1999/xhtml" id="id625294"></a>
     5011                  <a xmlns="http://www.w3.org/1999/xhtml" id="id542308"></a>
    50125012                  <div class="header">Arguments and Values:</div>
    50135013                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>---
     
    50165016                </div>
    50175017                <div class="refsect1" lang="en" xml:lang="en">
    5018                   <a xmlns="http://www.w3.org/1999/xhtml" id="id625317"></a>
     5018                  <a xmlns="http://www.w3.org/1999/xhtml" id="id542330"></a>
    50195019                  <div class="header">Description:</div>
    50205020                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    51835183              <div>
    51845184                <div class="refsect1" lang="en" xml:lang="en">
    5185                   <a xmlns="http://www.w3.org/1999/xhtml" id="id625491"></a>
     5185                  <a xmlns="http://www.w3.org/1999/xhtml" id="id542504"></a>
    51865186                  <div class="header">Description:</div>
    51875187                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    52175217              <div>
    52185218                <div class="refsect1" lang="en" xml:lang="en">
    5219                   <a xmlns="http://www.w3.org/1999/xhtml" id="id625539"></a>
     5219                  <a xmlns="http://www.w3.org/1999/xhtml" id="id542552"></a>
    52205220                  <div class="header">Discussion:</div>
    52215221                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    52355235                </div>
    52365236                <div class="refsect1" lang="en" xml:lang="en">
    5237                   <a xmlns="http://www.w3.org/1999/xhtml" id="id625593"></a>
     5237                  <a xmlns="http://www.w3.org/1999/xhtml" id="id542606"></a>
    52385238                  <div class="header">Restarts:</div>
    52395239                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    53035303                <div>
    53045304                  <div>
    5305                     <h4 class="title"><a id="id625650"></a>4.12.5.1. Fancy arrays</h4>
     5305                    <h4 class="title"><a id="id542664"></a>4.12.5.1. Fancy arrays</h4>
    53065306                  </div>
    53075307                </div>
     
    53305330                <div>
    53315331                  <div>
    5332                     <h4 class="title"><a id="id625669"></a>4.12.5.2. Hash tables</h4>
     5332                    <h4 class="title"><a id="id542683"></a>4.12.5.2. Hash tables</h4>
    53335333                  </div>
    53345334                </div>
     
    53785378                <div>
    53795379                  <div>
    5380                     <h4 class="title"><a id="id625700"></a>4.12.5.3. Lists</h4>
     5380                    <h4 class="title"><a id="id542713"></a>4.12.5.3. Lists</h4>
    53815381                  </div>
    53825382                </div>
     
    55475547              <div>
    55485548                <div class="refsect1" lang="en" xml:lang="en">
    5549                   <a xmlns="http://www.w3.org/1999/xhtml" id="id625882"></a>
     5549                  <a xmlns="http://www.w3.org/1999/xhtml" id="id542895"></a>
    55505550                  <div class="header">Arguments and Values:</div>
    55515551                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">html</span></i>---
     
    55695569                </div>
    55705570                <div class="refsect1" lang="en" xml:lang="en">
    5571                   <a xmlns="http://www.w3.org/1999/xhtml" id="id625934"></a>
     5571                  <a xmlns="http://www.w3.org/1999/xhtml" id="id542948"></a>
    55725572                  <div class="header">Example:</div>
    55735573                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    56035603              <div>
    56045604                <div class="refsect1" lang="en" xml:lang="en">
    5605                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626014"></a>
     5605                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543027"></a>
    56065606                  <div class="header">Summary:</div>
    56075607                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    56255625              <div>
    56265626                <div class="refsect1" lang="en" xml:lang="en">
    5627                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626052"></a>
     5627                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543066"></a>
    56285628                  <div class="header">Summary:</div>
    56295629                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    56515651              <div>
    56525652                <div class="refsect1" lang="en" xml:lang="en">
    5653                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626105"></a>
     5653                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543118"></a>
    56545654                  <div class="header">Summary:</div>
    56555655                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    56775677              <div>
    56785678                <div class="refsect1" lang="en" xml:lang="en">
    5679                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626157"></a>
     5679                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543170"></a>
    56805680                  <div class="header">Summary:</div>
    56815681                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    57085708              <div>
    57095709                <div class="refsect1" lang="en" xml:lang="en">
    5710                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626200"></a>
     5710                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543213"></a>
    57115711                  <div class="header">Summary:</div>
    57125712                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    57355735              <div>
    57365736                <div class="refsect1" lang="en" xml:lang="en">
    5737                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626253"></a>
     5737                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543266"></a>
    57385738                  <div class="header">Summary:</div>
    57395739                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    57585758              <div>
    57595759                <div class="refsect1" lang="en" xml:lang="en">
    5760                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626303"></a>
     5760                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543316"></a>
    57615761                  <div class="header">Summary:</div>
    57625762                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    57855785              <div>
    57865786                <div class="refsect1" lang="en" xml:lang="en">
    5787                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626356"></a>
     5787                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543369"></a>
    57885788                  <div class="header">Summary:</div>
    57895789                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    58125812              <div>
    58135813                <div class="refsect1" lang="en" xml:lang="en">
    5814                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626409"></a>
     5814                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543422"></a>
    58155815                  <div class="header">Summary:</div>
    58165816                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    59795979              <div>
    59805980                <div class="refsect1" lang="en" xml:lang="en">
    5981                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626644"></a>
     5981                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543657"></a>
    59825982                  <div class="header">Summary:</div>
    59835983                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    60046004              <div>
    60056005                <div class="refsect1" lang="en" xml:lang="en">
    6006                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626696"></a>
     6006                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543709"></a>
    60076007                  <div class="header">Summary:</div>
    60086008                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    60406040            <div>
    60416041              <div class="refsect1" lang="en" xml:lang="en">
    6042                 <a xmlns="http://www.w3.org/1999/xhtml" id="id626762"></a>
     6042                <a xmlns="http://www.w3.org/1999/xhtml" id="id543775"></a>
    60436043                <div class="header">Summary:</div>
    60446044                <p xmlns="http://www.w3.org/1999/xhtml">
     
    60756075            <div>
    60766076              <div class="refsect1" lang="en" xml:lang="en">
    6077                 <a xmlns="http://www.w3.org/1999/xhtml" id="id626824"></a>
     6077                <a xmlns="http://www.w3.org/1999/xhtml" id="id543837"></a>
    60786078                <div class="header">Summary:</div>
    60796079                <p xmlns="http://www.w3.org/1999/xhtml">
     
    60866086      reserved by the lisp for its own use, an error is signaled.
    60876087      (An error is always signaled on Windows systems.)
     6088    </p>
     6089              </div>
     6090            </div>
     6091          </p>
     6092          <p>
     6093            <div class="refentrytitle">
     6094              <a id="v_unwind-protect"></a>
     6095              <strong>[Special operator]</strong>
     6096              <br></br>
     6097              <code>
     6098      <span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>unwind-protect</strong></span> protected-form {cleanup-form}*
     6099    </code>
     6100            </div>
     6101            <div class="refentrytitle">
     6102      Ensure cleanup-forms are executed.
     6103    </div>
     6104          </p>
     6105          <p>
     6106            <div>
     6107              <div class="refsect1" lang="en" xml:lang="en">
     6108                <a xmlns="http://www.w3.org/1999/xhtml" id="id543894"></a>
     6109                <div class="header">Summary:</div>
     6110                <p xmlns="http://www.w3.org/1999/xhtml">
     6111      In Clozure CL, the cleanup forms are always executed as if they were
     6112      wrapped with <a class="xref" href="#m_without-interrupts" title="Macro WITHOUT-INTERRUPTS"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">without-interrupts</b></a>.
     6113      To allow interrupts, use
     6114      <a class="xref" href="#m_with-interrupts-enabled" title="Macro WITH-INTERRUPTS-ENABLED"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">with-interrupts-enabled</b></a>.
    60886115    </p>
    60896116              </div>
     
    63096336                <div>
    63106337                  <div>
    6311                     <h4 class="title"><a id="id584291"></a>5.4.2.1. Checking for Updates</h4>
     6338                    <h4 class="title"><a id="id501255"></a>5.4.2.1. Checking for Updates</h4>
    63126339                  </div>
    63136340                </div>
     
    64416468      the required subsystems, if necessary.</p>
    64426469          <p xmlns="http://www.w3.org/1999/xhtml">
    6443       <a id="id582654" class="indexterm"></a>
     6470      <a id="id505233" class="indexterm"></a>
    64446471      <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&amp;key</em>
    64456472        (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>)
     
    67416768                <dt>
    67426769                  <span class="sect2">
    6743                     <a href="#id587172">6.3.2.  As of August 2003:</a>
     6770                    <a href="#id479200">6.3.2.  As of August 2003:</a>
    67446771                  </span>
    67456772                </dt>
     
    69927019              <div>
    69937020                <div>
    6994                   <h3 class="title"><a id="id587172"></a>6.3.2.  As of August 2003:</h3>
     7021                  <h3 class="title"><a id="id479200"></a>6.3.2.  As of August 2003:</h3>
    69957022                </div>
    69967023              </div>
     
    74447471            <div>
    74457472              <div class="refsect1" lang="en" xml:lang="en">
    7446                 <a xmlns="http://www.w3.org/1999/xhtml" id="id613342"></a>
     7473                <a xmlns="http://www.w3.org/1999/xhtml" id="id530296"></a>
    74477474                <div class="header">Values:</div>
    74487475                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads)
     
    74507477              </div>
    74517478              <div class="refsect1" lang="en" xml:lang="en">
    7452                 <a xmlns="http://www.w3.org/1999/xhtml" id="id613368"></a>
     7479                <a xmlns="http://www.w3.org/1999/xhtml" id="id530321"></a>
    74537480                <div class="header">Description:</div>
    74547481                <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known
     
    74627489              </div>
    74637490              <div class="refsect1" lang="en" xml:lang="en">
    7464                 <a xmlns="http://www.w3.org/1999/xhtml" id="id613383"></a>
     7491                <a xmlns="http://www.w3.org/1999/xhtml" id="id530336"></a>
    74657492                <div class="header">See Also:</div>
    74667493                <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
     
    74907517            <div>
    74917518              <div class="refsect1" lang="en" xml:lang="en">
    7492                 <a xmlns="http://www.w3.org/1999/xhtml" id="id613452"></a>
     7519                <a xmlns="http://www.w3.org/1999/xhtml" id="id530406"></a>
    74937520                <div class="header">Arguments and Values:</div>
    74947521                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p>
     
    75297556              </div>
    75307557              <div class="refsect1" lang="en" xml:lang="en">
    7531                 <a xmlns="http://www.w3.org/1999/xhtml" id="id613638"></a>
     7558                <a xmlns="http://www.w3.org/1999/xhtml" id="id530591"></a>
    75327559                <div class="header">Description:</div>
    75337560                <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the
     
    75507577              </div>
    75517578              <div class="refsect1" lang="en" xml:lang="en">
    7552                 <a xmlns="http://www.w3.org/1999/xhtml" id="id613690"></a>
     7579                <a xmlns="http://www.w3.org/1999/xhtml" id="id530643"></a>
    75537580                <div class="header">See Also:</div>
    75547581                <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>
     
    75697596            <div>
    75707597              <div class="refsect1" lang="en" xml:lang="en">
    7571                 <a xmlns="http://www.w3.org/1999/xhtml" id="id613769"></a>
     7598                <a xmlns="http://www.w3.org/1999/xhtml" id="id530722"></a>
    75727599                <div class="header">Arguments and Values:</div>
    75737600                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    75797606              </div>
    75807607              <div class="refsect1" lang="en" xml:lang="en">
    7581                 <a xmlns="http://www.w3.org/1999/xhtml" id="id613823"></a>
     7608                <a xmlns="http://www.w3.org/1999/xhtml" id="id530776"></a>
    75827609                <div class="header">Description:</div>
    75837610                <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from
     
    76017628              </div>
    76027629              <div class="refsect1" lang="en" xml:lang="en">
    7603                 <a xmlns="http://www.w3.org/1999/xhtml" id="id613878"></a>
     7630                <a xmlns="http://www.w3.org/1999/xhtml" id="id530831"></a>
    76047631                <div class="header">See Also:</div>
    76057632                <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>
    76067633              </div>
    76077634              <div class="refsect1" lang="en" xml:lang="en">
    7608                 <a xmlns="http://www.w3.org/1999/xhtml" id="id613903"></a>
     7635                <a xmlns="http://www.w3.org/1999/xhtml" id="id530856"></a>
    76097636                <div class="header">Notes:</div>
    76107637                <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called
     
    76327659            <div>
    76337660              <div class="refsect1" lang="en" xml:lang="en">
    7634                 <a xmlns="http://www.w3.org/1999/xhtml" id="id613984"></a>
     7661                <a xmlns="http://www.w3.org/1999/xhtml" id="id530937"></a>
    76357662                <div class="header">Arguments and Values:</div>
    76367663                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    76437670              </div>
    76447671              <div class="refsect1" lang="en" xml:lang="en">
    7645                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614038"></a>
     7672                <a xmlns="http://www.w3.org/1999/xhtml" id="id530991"></a>
    76467673                <div class="header">Description:</div>
    76477674                <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to
     
    76547681              </div>
    76557682              <div class="refsect1" lang="en" xml:lang="en">
    7656                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614069"></a>
     7683                <a xmlns="http://www.w3.org/1999/xhtml" id="id531022"></a>
    76577684                <div class="header">See Also:</div>
    76587685                <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>
    76597686              </div>
    76607687              <div class="refsect1" lang="en" xml:lang="en">
    7661                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614094"></a>
     7688                <a xmlns="http://www.w3.org/1999/xhtml" id="id531047"></a>
    76627689                <div class="header">Notes:</div>
    76637690                <p xmlns="http://www.w3.org/1999/xhtml">
     
    76857712            <div>
    76867713              <div class="refsect1" lang="en" xml:lang="en">
    7687                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614160"></a>
     7714                <a xmlns="http://www.w3.org/1999/xhtml" id="id531112"></a>
    76887715                <div class="header">Arguments and Values:</div>
    76897716                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    76957722              </div>
    76967723              <div class="refsect1" lang="en" xml:lang="en">
    7697                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614213"></a>
     7724                <a xmlns="http://www.w3.org/1999/xhtml" id="id531165"></a>
    76987725                <div class="header">Description:</div>
    76997726                <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
     
    77107737              </div>
    77117738              <div class="refsect1" lang="en" xml:lang="en">
    7712                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614263"></a>
     7739                <a xmlns="http://www.w3.org/1999/xhtml" id="id531215"></a>
    77137740                <div class="header">See Also:</div>
    77147741                <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>
     
    77317758            <div>
    77327759              <div class="refsect1" lang="en" xml:lang="en">
    7733                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614340"></a>
     7760                <a xmlns="http://www.w3.org/1999/xhtml" id="id531291"></a>
    77347761                <div class="header">Arguments and Values:</div>
    77357762                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    77427769              </div>
    77437770              <div class="refsect1" lang="en" xml:lang="en">
    7744                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614414"></a>
     7771                <a xmlns="http://www.w3.org/1999/xhtml" id="id531365"></a>
    77457772                <div class="header">Description:</div>
    77467773                <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset
     
    77567783              </div>
    77577784              <div class="refsect1" lang="en" xml:lang="en">
    7758                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614458"></a>
     7785                <a xmlns="http://www.w3.org/1999/xhtml" id="id531409"></a>
    77597786                <div class="header">See Also:</div>
    77607787                <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>
     
    77777804            <div>
    77787805              <div class="refsect1" lang="en" xml:lang="en">
    7779                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614541"></a>
     7806                <a xmlns="http://www.w3.org/1999/xhtml" id="id531490"></a>
    77807807                <div class="header">Arguments and Values:</div>
    77817808                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    77867813              </div>
    77877814              <div class="refsect1" lang="en" xml:lang="en">
    7788                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614602"></a>
     7815                <a xmlns="http://www.w3.org/1999/xhtml" id="id531552"></a>
    77897816                <div class="header">Description:</div>
    77907817                <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>.
     
    78037830              </div>
    78047831              <div class="refsect1" lang="en" xml:lang="en">
    7805                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614651"></a>
     7832                <a xmlns="http://www.w3.org/1999/xhtml" id="id531601"></a>
    78067833                <div class="header">See Also:</div>
    78077834                <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>
    78087835              </div>
    78097836              <div class="refsect1" lang="en" xml:lang="en">
    7810                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614682"></a>
     7837                <a xmlns="http://www.w3.org/1999/xhtml" id="id531632"></a>
    78117838                <div class="header">Notes:</div>
    78127839                <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means
     
    78297856            <div>
    78307857              <div class="refsect1" lang="en" xml:lang="en">
    7831                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614797"></a>
     7858                <a xmlns="http://www.w3.org/1999/xhtml" id="id531747"></a>
    78327859                <div class="header">Arguments and Values:</div>
    78337860                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.
     
    78517878              </div>
    78527879              <div class="refsect1" lang="en" xml:lang="en">
    7853                 <a xmlns="http://www.w3.org/1999/xhtml" id="id614986"></a>
     7880                <a xmlns="http://www.w3.org/1999/xhtml" id="id531936"></a>
    78547881                <div class="header">Description:</div>
    78557882                <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via
     
    78647891              </div>
    78657892              <div class="refsect1" lang="en" xml:lang="en">
    7866                 <a xmlns="http://www.w3.org/1999/xhtml" id="id615021"></a>
     7893                <a xmlns="http://www.w3.org/1999/xhtml" id="id531971"></a>
    78677894                <div class="header">See Also:</div>
    78687895                <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>
     
    78857912            <div>
    78867913              <div class="refsect1" lang="en" xml:lang="en">
    7887                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618349"></a>
     7914                <a xmlns="http://www.w3.org/1999/xhtml" id="id514384"></a>
    78887915                <div class="header">Arguments and Values:</div>
    78897916                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    78987925              </div>
    78997926              <div class="refsect1" lang="en" xml:lang="en">
    7900                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618440"></a>
     7927                <a xmlns="http://www.w3.org/1999/xhtml" id="id535451"></a>
    79017928                <div class="header">Description:</div>
    79027929                <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em>
     
    79297956              </div>
    79307957              <div class="refsect1" lang="en" xml:lang="en">
    7931                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618515"></a>
     7958                <a xmlns="http://www.w3.org/1999/xhtml" id="id535525"></a>
    79327959                <div class="header">See Also:</div>
    79337960                <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
     
    79387965              </div>
    79397966              <div class="refsect1" lang="en" xml:lang="en">
    7940                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618534"></a>
     7967                <a xmlns="http://www.w3.org/1999/xhtml" id="id535544"></a>
    79417968                <div class="header">Notes:</div>
    79427969                <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em>
     
    79687995            <div>
    79697996              <div class="refsect1" lang="en" xml:lang="en">
    7970                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618599"></a>
     7997                <a xmlns="http://www.w3.org/1999/xhtml" id="id535609"></a>
    79717998                <div class="header">Value Type:</div>
    79727999                <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p>
    79738000              </div>
    79748001              <div class="refsect1" lang="en" xml:lang="en">
    7975                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618610"></a>
     8002                <a xmlns="http://www.w3.org/1999/xhtml" id="id535621"></a>
    79768003                <div class="header">Initial Value:</div>
    79778004                <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself.
     
    79798006              </div>
    79808007              <div class="refsect1" lang="en" xml:lang="en">
    7981                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618622"></a>
     8008                <a xmlns="http://www.w3.org/1999/xhtml" id="id535632"></a>
    79828009                <div class="header">Description:</div>
    79838010                <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is
     
    79858012              </div>
    79868013              <div class="refsect1" lang="en" xml:lang="en">
    7987                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618634"></a>
     8014                <a xmlns="http://www.w3.org/1999/xhtml" id="id535644"></a>
    79888015                <div class="header">See Also:</div>
    79898016                <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
     
    80098036            <div>
    80108037              <div class="refsect1" lang="en" xml:lang="en">
    8011                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618704"></a>
     8038                <a xmlns="http://www.w3.org/1999/xhtml" id="id535714"></a>
    80128039                <div class="header">Arguments and Values:</div>
    80138040                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    80168043              </div>
    80178044              <div class="refsect1" lang="en" xml:lang="en">
    8018                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618760"></a>
     8045                <a xmlns="http://www.w3.org/1999/xhtml" id="id535771"></a>
    80198046                <div class="header">Description:</div>
    80208047                <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit
     
    80438070              </div>
    80448071              <div class="refsect1" lang="en" xml:lang="en">
    8045                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618828"></a>
     8072                <a xmlns="http://www.w3.org/1999/xhtml" id="id535838"></a>
    80468073                <div class="header">See Also:</div>
    80478074                <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>
     
    80638090            <div>
    80648091              <div class="refsect1" lang="en" xml:lang="en">
    8065                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618901"></a>
     8092                <a xmlns="http://www.w3.org/1999/xhtml" id="id535911"></a>
    80668093                <div class="header">Arguments and Values:</div>
    80678094                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which
     
    80708097              </div>
    80718098              <div class="refsect1" lang="en" xml:lang="en">
    8072                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618942"></a>
     8099                <a xmlns="http://www.w3.org/1999/xhtml" id="id535953"></a>
    80738100                <div class="header">Description:</div>
    80748101                <p xmlns="http://www.w3.org/1999/xhtml">
     
    80788105              </div>
    80798106              <div class="refsect1" lang="en" xml:lang="en">
    8080                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618954"></a>
     8107                <a xmlns="http://www.w3.org/1999/xhtml" id="id535965"></a>
    80818108                <div class="header">See Also:</div>
    80828109                <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>
     
    80988125            <div>
    80998126              <div class="refsect1" lang="en" xml:lang="en">
    8100                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619027"></a>
     8127                <a xmlns="http://www.w3.org/1999/xhtml" id="id536038"></a>
    81018128                <div class="header">Arguments and Values:</div>
    81028129                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    81048131              </div>
    81058132              <div class="refsect1" lang="en" xml:lang="en">
    8106                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619069"></a>
     8133                <a xmlns="http://www.w3.org/1999/xhtml" id="id536079"></a>
    81078134                <div class="header">Description:</div>
    81088135                <p xmlns="http://www.w3.org/1999/xhtml">
     
    81128139              </div>
    81138140              <div class="refsect1" lang="en" xml:lang="en">
    8114                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619083"></a>
     8141                <a xmlns="http://www.w3.org/1999/xhtml" id="id536094"></a>
    81158142                <div class="header">See Also:</div>
    81168143                <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>
     
    81348161            <div>
    81358162              <div class="refsect1" lang="en" xml:lang="en">
    8136                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619166"></a>
     8163                <a xmlns="http://www.w3.org/1999/xhtml" id="id536177"></a>
    81378164                <div class="header">Arguments and Values:</div>
    81388165                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    81408167              </div>
    81418168              <div class="refsect1" lang="en" xml:lang="en">
    8142                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619208"></a>
     8169                <a xmlns="http://www.w3.org/1999/xhtml" id="id536218"></a>
    81438170                <div class="header">Description:</div>
    81448171                <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling
     
    81548181              </div>
    81558182              <div class="refsect1" lang="en" xml:lang="en">
    8156                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619271"></a>
     8183                <a xmlns="http://www.w3.org/1999/xhtml" id="id536282"></a>
    81578184                <div class="header">See Also:</div>
    81588185                <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>
     
    81738200            <div>
    81748201              <div class="refsect1" lang="en" xml:lang="en">
    8175                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619330"></a>
     8202                <a xmlns="http://www.w3.org/1999/xhtml" id="id536340"></a>
    81768203                <div class="header">Value Type:</div>
    81778204                <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p>
    81788205              </div>
    81798206              <div class="refsect1" lang="en" xml:lang="en">
    8180                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619341"></a>
     8207                <a xmlns="http://www.w3.org/1999/xhtml" id="id536351"></a>
    81818208                <div class="header">Initial Value:</div>
    81828209                <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler.  Currently,
     
    81858212              </div>
    81868213              <div class="refsect1" lang="en" xml:lang="en">
    8187                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619353"></a>
     8214                <a xmlns="http://www.w3.org/1999/xhtml" id="id536364"></a>
    81888215                <div class="header">Description:</div>
    81898216                <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best,
     
    81938220              </div>
    81948221              <div class="refsect1" lang="en" xml:lang="en">
    8195                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619366"></a>
     8222                <a xmlns="http://www.w3.org/1999/xhtml" id="id536376"></a>
    81968223                <div class="header">See Also:</div>
    81978224                <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
     
    82178244            <div>
    82188245              <div class="refsect1" lang="en" xml:lang="en">
    8219                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619470"></a>
     8246                <a xmlns="http://www.w3.org/1999/xhtml" id="id536481"></a>
    82208247                <div class="header">Description:</div>
    82218248                <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of
     
    82318258              </div>
    82328259              <div class="refsect1" lang="en" xml:lang="en">
    8233                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619512"></a>
     8260                <a xmlns="http://www.w3.org/1999/xhtml" id="id536524"></a>
    82348261                <div class="header">See Also:</div>
    82358262                <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>
    82368263              </div>
    82378264              <div class="refsect1" lang="en" xml:lang="en">
    8238                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619543"></a>
     8265                <a xmlns="http://www.w3.org/1999/xhtml" id="id536555"></a>
    82398266                <div class="header">Notes:</div>
    82408267                <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to
     
    82608287            <div>
    82618288              <div class="refsect1" lang="en" xml:lang="en">
    8262                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619601"></a>
     8289                <a xmlns="http://www.w3.org/1999/xhtml" id="id536614"></a>
    82638290                <div class="header">Description:</div>
    82648291                <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing
     
    82698296              </div>
    82708297              <div class="refsect1" lang="en" xml:lang="en">
    8271                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619614"></a>
     8298                <a xmlns="http://www.w3.org/1999/xhtml" id="id536627"></a>
    82728299                <div class="header">See Also:</div>
    82738300                <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>
    82748301              </div>
    82758302              <div class="refsect1" lang="en" xml:lang="en">
    8276                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619662"></a>
     8303                <a xmlns="http://www.w3.org/1999/xhtml" id="id536675"></a>
    82778304                <div class="header">Notes:</div>
    82788305                <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative
     
    82978324            <div>
    82988325              <div class="refsect1" lang="en" xml:lang="en">
    8299                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619727"></a>
     8326                <a xmlns="http://www.w3.org/1999/xhtml" id="id536740"></a>
    83008327                <div class="header">Arguments and Values:</div>
    83018328                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of
     
    83108337              </div>
    83118338              <div class="refsect1" lang="en" xml:lang="en">
    8312                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619806"></a>
     8339                <a xmlns="http://www.w3.org/1999/xhtml" id="id536819"></a>
    83138340                <div class="header">Description:</div>
    83148341                <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly
     
    83278354              </div>
    83288355              <div class="refsect1" lang="en" xml:lang="en">
    8329                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619841"></a>
     8356                <a xmlns="http://www.w3.org/1999/xhtml" id="id536855"></a>
    83308357                <div class="header">See Also:</div>
    83318358                <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>
     
    83478374            <div>
    83488375              <div class="refsect1" lang="en" xml:lang="en">
    8349                 <a xmlns="http://www.w3.org/1999/xhtml" id="id619950"></a>
     8376                <a xmlns="http://www.w3.org/1999/xhtml" id="id536963"></a>
    83508377                <div class="header">Arguments and Values:</div>
    83518378                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of
     
    83658392              </div>
    83668393              <div class="refsect1" lang="en" xml:lang="en">
    8367                 <a xmlns="http://www.w3.org/1999/xhtml" id="id620062"></a>
     8394                <a xmlns="http://www.w3.org/1999/xhtml" id="id537078"></a>
    83688395                <div class="header">Description:</div>
    83698396                <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like
     
    83828409              </div>
    83838410              <div class="refsect1" lang="en" xml:lang="en">
    8384                 <a xmlns="http://www.w3.org/1999/xhtml" id="id620112"></a>
     8411                <a xmlns="http://www.w3.org/1999/xhtml" id="id537128"></a>
    83858412                <div class="header">See Also:</div>
    83868413                <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>
     
    84028429            <div>
    84038430              <div class="refsect1" lang="en" xml:lang="en">
    8404                 <a xmlns="http://www.w3.org/1999/xhtml" id="id620229"></a>
     8431                <a xmlns="http://www.w3.org/1999/xhtml" id="id537245"></a>
    84058432                <div class="header">Arguments and Values:</div>
    84068433                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p>
     
    84098436              </div>
    84108437              <div class="refsect1" lang="en" xml:lang="en">
    8411                 <a xmlns="http://www.w3.org/1999/xhtml" id="id620274"></a>
     8438                <a xmlns="http://www.w3.org/1999/xhtml" id="id537289"></a>
    84128439                <div class="header">Description:</div>
    84138440                <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
     
    84248451              </div>
    84258452              <div class="refsect1" lang="en" xml:lang="en">
    8426                 <a xmlns="http://www.w3.org/1999/xhtml" id="id620306"></a>
     8453                <a xmlns="http://www.w3.org/1999/xhtml" id="id537321"></a>
    84278454                <div class="header">See Also:</div>
    84288455                <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
     
    84368463          <p>
    84378464            <div class="refentrytitle">
     8465              <a id="m_with-interrupts-enabled"></a>
     8466              <strong>[Macro]</strong>
     8467              <br></br>
     8468              <code><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>with-interrupts-enabled</strong></span>
     8469              <em xmlns="http://www.w3.org/1999/xhtml" class="varname">&amp;body</em> body =&gt; result</code>
     8470            </div>
     8471            <div class="refentrytitle">Evaluates its body in an environment in which
     8472              process-interrupt requests have immediate effect.</div>
     8473          </p>
     8474          <p>
     8475            <div>
     8476              <div class="refsect1" lang="en" xml:lang="en">
     8477                <a xmlns="http://www.w3.org/1999/xhtml" id="id537392"></a>
     8478                <div class="header">Arguments and Values:</div>
     8479                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p>
     8480                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---the primary value returned by
     8481                        <em xmlns="http://www.w3.org/1999/xhtml" class="varname">body</em>.</p>
     8482              </div>
     8483              <div class="refsect1" lang="en" xml:lang="en">
     8484                <a xmlns="http://www.w3.org/1999/xhtml" id="id550492"></a>
     8485                <div class="header">Description:</div>
     8486                <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
     8487              in an environment in which <a class="xref" href="#f_process-interrupt" title="Function PROCESS-INTERRUPT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">process-interrupt</b></a>
     8488              requests have immediate effect.
     8489            </p>
     8490              </div>
     8491            </div>
     8492          </p>
     8493          <p>
     8494            <div class="refentrytitle">
    84388495              <a id="f_make-lock"></a>
    84398496              <strong>[Function]</strong>
     
    84488505            <div>
    84498506              <div class="refsect1" lang="en" xml:lang="en">
    8450                 <a xmlns="http://www.w3.org/1999/xhtml" id="id620377"></a>
     8507                <a xmlns="http://www.w3.org/1999/xhtml" id="id550553"></a>
    84518508                <div class="header">Arguments and Values:</div>
    84528509                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of
     
    84588515              </div>
    84598516              <div class="refsect1" lang="en" xml:lang="en">
    8460                 <a xmlns="http://www.w3.org/1999/xhtml" id="id620430"></a>
     8517                <a xmlns="http://www.w3.org/1999/xhtml" id="id550599"></a>
    84618518                <div class="header">Description:</div>
    84628519                <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can
     
    84688525              </div>
    84698526              <div class="refsect1" lang="en" xml:lang="en">
    8470                 <a xmlns="http://www.w3.org/1999/xhtml" id="id620446"></a>
     8527                <a xmlns="http://www.w3.org/1999/xhtml" id="id550614"></a>
    84718528                <div class="header">See Also:</div>
    84728529                <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>
     
    84888545            <div>
    84898546              <div class="refsect1" lang="en" xml:lang="en">
    8490                 <a xmlns="http://www.w3.org/1999/xhtml" id="id633489"></a>
     8547                <a xmlns="http://www.w3.org/1999/xhtml" id="id550717"></a>
    84918548                <div class="header">Arguments and Values:</div>
    84928549                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
     
    84968553              </div>
    84978554              <div class="refsect1" lang="en" xml:lang="en">
    8498                 <a xmlns="http://www.w3.org/1999/xhtml" id="id633540"></a>
     8555                <a xmlns="http://www.w3.org/1999/xhtml" id="id550768"></a>
    84998556                <div class="header">Description:</div>
    85008557                <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or
     
    85078564              </div>
    85088565              <div class="refsect1" lang="en" xml:lang="en">
    8509                 <a xmlns="http://www.w3.org/1999/xhtml" id="id633569"></a>
     8566                <a xmlns="http://www.w3.org/1999/xhtml" id="id550798"></a>
    85108567                <div class="header">See Also:</div>
    85118568                <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>
     
    85268583            <div>
    85278584              <div class="refsect1" lang="en" xml:lang="en">
    8528                 <a xmlns="http://www.w3.org/1999/xhtml" id="id633669"></a>
     8585                <a xmlns="http://www.w3.org/1999/xhtml" id="id550898"></a>
    85298586                <div class="header">Arguments and Values:</div>
    85308587                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
    85318588              </div>
    85328589              <div class="refsect1" lang="en" xml:lang="en">
    8533                 <a xmlns="http://www.w3.org/1999/xhtml" id="id633692"></a>
     8590                <a xmlns="http://www.w3.org/1999/xhtml" id="id550920"></a>
    85348591                <div class="header">Description:</div>
    85358592                <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the
     
    85428599              </div>
    85438600              <div class="refsect1" lang="en" xml:lang="en">
    8544                 <a xmlns="http://www.w3.org/1999/xhtml" id="id633725"></a>
     8601                <a xmlns="http://www.w3.org/1999/xhtml" id="id550953"></a>
    85458602                <div class="header">See Also:</div>
    85468603                <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>
     
    85608617            <div>
    85618618              <div class="refsect1" lang="en" xml:lang="en">
    8562                 <a xmlns="http://www.w3.org/1999/xhtml" id="id633824"></a>
     8619                <a xmlns="http://www.w3.org/1999/xhtml" id="id551053"></a>
    85638620                <div class="header">Arguments and Values:</div>
    85648621                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
    85658622              </div>
    85668623              <div class="refsect1" lang="en" xml:lang="en">
    8567                 <a xmlns="http://www.w3.org/1999/xhtml" id="id633847"></a>
     8624                <a xmlns="http://www.w3.org/1999/xhtml" id="id551075"></a>
    85688625                <div class="header">Description:</div>
    85698626                <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if
     
    85788635              </div>
    85798636              <div class="refsect1" lang="en" xml:lang="en">
    8580                 <a xmlns="http://www.w3.org/1999/xhtml" id="id633880"></a>
     8637                <a xmlns="http://www.w3.org/1999/xhtml" id="id551109"></a>
    85818638                <div class="header">See Also:</div>
    85828639                <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>
     
    85978654            <div>
    85988655              <div class="refsect1" lang="en" xml:lang="en">
    8599                 <a xmlns="http://www.w3.org/1999/xhtml" id="id633981"></a>
     8656                <a xmlns="http://www.w3.org/1999/xhtml" id="id551209"></a>
    86008657                <div class="header">Arguments and Values:</div>
    86018658                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
     
    86048661              </div>
    86058662              <div class="refsect1" lang="en" xml:lang="en">
    8606                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634019"></a>
     8663                <a xmlns="http://www.w3.org/1999/xhtml" id="id551247"></a>
    86078664                <div class="header">Description:</div>
    86088665                <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em>
     
    86178674              </div>
    86188675              <div class="refsect1" lang="en" xml:lang="en">
    8619                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634042"></a>
     8676                <a xmlns="http://www.w3.org/1999/xhtml" id="id551270"></a>
    86208677                <div class="header">See Also:</div>
    86218678                <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>
     
    86378694            <div>
    86388695              <div class="refsect1" lang="en" xml:lang="en">
    8639                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634142"></a>
     8696                <a xmlns="http://www.w3.org/1999/xhtml" id="id551371"></a>
    86408697                <div class="header">Arguments and Values:</div>
    86418698                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type
     
    86438700              </div>
    86448701              <div class="refsect1" lang="en" xml:lang="en">
    8645                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634165"></a>
     8702                <a xmlns="http://www.w3.org/1999/xhtml" id="id551394"></a>
    86468703                <div class="header">Description:</div>
    86478704                <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK.
     
    86548711              </div>
    86558712              <div class="refsect1" lang="en" xml:lang="en">
    8656                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634181"></a>
     8713                <a xmlns="http://www.w3.org/1999/xhtml" id="id551410"></a>
    86578714                <div class="header">See Also:</div>
    86588715                <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>
    86598716              </div>
    86608717              <div class="refsect1" lang="en" xml:lang="en">
    8661                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634229"></a>
     8718                <a xmlns="http://www.w3.org/1999/xhtml" id="id551458"></a>
    86628719                <div class="header">Notes:</div>
    86638720                <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to
     
    86828739            <div>
    86838740              <div class="refsect1" lang="en" xml:lang="en">
    8684                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634286"></a>
     8741                <a xmlns="http://www.w3.org/1999/xhtml" id="id551514"></a>
    86858742                <div class="header">Arguments and Values:</div>
    86868743                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type
     
    86918748              </div>
    86928749              <div class="refsect1" lang="en" xml:lang="en">
    8693                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634337"></a>
     8750                <a xmlns="http://www.w3.org/1999/xhtml" id="id551565"></a>
    86948751                <div class="header">Description:</div>
    86958752                <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no
     
    87058762              </div>
    87068763              <div class="refsect1" lang="en" xml:lang="en">
    8707                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634377"></a>
     8764                <a xmlns="http://www.w3.org/1999/xhtml" id="id551605"></a>
    87088765                <div class="header">See Also:</div>
    87098766                <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>
     
    87258782            <div>
    87268783              <div class="refsect1" lang="en" xml:lang="en">
    8727                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634470"></a>
     8784                <a xmlns="http://www.w3.org/1999/xhtml" id="id551698"></a>
    87288785                <div class="header">Arguments and Values:</div>
    87298786                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type
     
    87348791              </div>
    87358792              <div class="refsect1" lang="en" xml:lang="en">
    8736                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634521"></a>
     8793                <a xmlns="http://www.w3.org/1999/xhtml" id="id551749"></a>
    87378794                <div class="header">Description:</div>
    87388795                <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no
     
    87498806              </div>
    87508807              <div class="refsect1" lang="en" xml:lang="en">
    8751                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634566"></a>
     8808                <a xmlns="http://www.w3.org/1999/xhtml" id="id551794"></a>
    87528809                <div class="header">See Also:</div>
    87538810                <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>
     
    87698826            <div>
    87708827              <div class="refsect1" lang="en" xml:lang="en">
    8771                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634656"></a>
     8828                <a xmlns="http://www.w3.org/1999/xhtml" id="id551884"></a>
    87728829                <div class="header">Arguments and Values:</div>
    87738830                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p>
    87748831              </div>
    87758832              <div class="refsect1" lang="en" xml:lang="en">
    8776                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634678"></a>
     8833                <a xmlns="http://www.w3.org/1999/xhtml" id="id551906"></a>
    87778834                <div class="header">Description:</div>
    87788835                <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE.
     
    87838840              </div>
    87848841              <div class="refsect1" lang="en" xml:lang="en">
    8785                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634693"></a>
     8842                <a xmlns="http://www.w3.org/1999/xhtml" id="id551922"></a>
    87868843                <div class="header">See Also:</div>
    87878844                <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>
     
    88038860            <div>
    88048861              <div class="refsect1" lang="en" xml:lang="en">
    8805                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634788"></a>
     8862                <a xmlns="http://www.w3.org/1999/xhtml" id="id552016"></a>
    88068863                <div class="header">Arguments and Values:</div>
    88078864                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p>
     
    88108867              </div>
    88118868              <div class="refsect1" lang="en" xml:lang="en">
    8812                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634824"></a>
     8869                <a xmlns="http://www.w3.org/1999/xhtml" id="id552053"></a>
    88138870                <div class="header">Description:</div>
    88148871                <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s
     
    88178874              </div>
    88188875              <div class="refsect1" lang="en" xml:lang="en">
    8819                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634838"></a>
     8876                <a xmlns="http://www.w3.org/1999/xhtml" id="id552066"></a>
    88208877                <div class="header">See Also:</div>
    88218878                <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>
    88228879              </div>
    88238880              <div class="refsect1" lang="en" xml:lang="en">
    8824                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634891"></a>
     8881                <a xmlns="http://www.w3.org/1999/xhtml" id="id552119"></a>
    88258882                <div class="header">Notes:</div>
    88268883                <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted
     
    88458902            <div>
    88468903              <div class="refsect1" lang="en" xml:lang="en">
    8847                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634951"></a>
     8904                <a xmlns="http://www.w3.org/1999/xhtml" id="id552179"></a>
    88488905                <div class="header">Arguments and Values:</div>
    88498906                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p>
     
    88528909              </div>
    88538910              <div class="refsect1" lang="en" xml:lang="en">
    8854                 <a xmlns="http://www.w3.org/1999/xhtml" id="id634987"></a>
     8911                <a xmlns="http://www.w3.org/1999/xhtml" id="id552216"></a>
    88558912                <div class="header">Description:</div>
    88568913                <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em>
     
    88608917              </div>
    88618918              <div class="refsect1" lang="en" xml:lang="en">
    8862                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635002"></a>
     8919                <a xmlns="http://www.w3.org/1999/xhtml" id="id552230"></a>
    88638920                <div class="header">See Also:</div>
    88648921                <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>
    88658922              </div>
    88668923              <div class="refsect1" lang="en" xml:lang="en">
    8867                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635055"></a>
     8924                <a xmlns="http://www.w3.org/1999/xhtml" id="id552283"></a>
    88688925                <div class="header">Notes:</div>
    88698926                <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted
     
    88898946            <div>
    88908947              <div class="refsect1" lang="en" xml:lang="en">
    8891                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635115"></a>
     8948                <a xmlns="http://www.w3.org/1999/xhtml" id="id552343"></a>
    88928949                <div class="header">Arguments and Values:</div>
    88938950                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p>
     
    89028959              </div>
    89038960              <div class="refsect1" lang="en" xml:lang="en">
    8904                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635181"></a>
     8961                <a xmlns="http://www.w3.org/1999/xhtml" id="id552410"></a>
    89058962                <div class="header">Description:</div>
    89068963                <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em>
     
    89118968              </div>
    89128969              <div class="refsect1" lang="en" xml:lang="en">
    8913                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635198"></a>
     8970                <a xmlns="http://www.w3.org/1999/xhtml" id="id552427"></a>
    89148971                <div class="header">See Also:</div>
    89158972                <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>
     
    89318988            <div>
    89328989              <div class="refsect1" lang="en" xml:lang="en">
    8933                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635291"></a>
     8990                <a xmlns="http://www.w3.org/1999/xhtml" id="id552519"></a>
    89348991                <div class="header">Arguments and Values:</div>
    89358992                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer
     
    89398996              </div>
    89408997              <div class="refsect1" lang="en" xml:lang="en">
    8941                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635333"></a>
     8998                <a xmlns="http://www.w3.org/1999/xhtml" id="id552561"></a>
    89428999                <div class="header">Description:</div>
    89439000                <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>.
     
    89559012              </div>
    89569013              <div class="refsect1" lang="en" xml:lang="en">
    8957                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635366"></a>
     9014                <a xmlns="http://www.w3.org/1999/xhtml" id="id552594"></a>
    89589015                <div class="header">See Also:</div>
    89599016                <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>
    89609017              </div>
    89619018              <div class="refsect1" lang="en" xml:lang="en">
    8962                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635404"></a>
     9019                <a xmlns="http://www.w3.org/1999/xhtml" id="id552632"></a>
    89639020                <div class="header">Notes:</div>
    89649021                <p xmlns="http://www.w3.org/1999/xhtml">
     
    89859042            <div>
    89869043              <div class="refsect1" lang="en" xml:lang="en">
    8987                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635468"></a>
     9044                <a xmlns="http://www.w3.org/1999/xhtml" id="id552696"></a>
    89889045                <div class="header">Arguments and Values:</div>
    89899046                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer
     
    89939050              </div>
    89949051              <div class="refsect1" lang="en" xml:lang="en">
    8995                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635510"></a>
     9052                <a xmlns="http://www.w3.org/1999/xhtml" id="id552738"></a>
    89969053                <div class="header">Description:</div>
    89979054                <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
     
    90069063              </div>
    90079064              <div class="refsect1" lang="en" xml:lang="en">
    9008                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635543"></a>
     9065                <a xmlns="http://www.w3.org/1999/xhtml" id="id552771"></a>
    90099066                <div class="header">See Also:</div>
    90109067                <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>
    90119068              </div>
    90129069              <div class="refsect1" lang="en" xml:lang="en">
    9013                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635580"></a>
     9070                <a xmlns="http://www.w3.org/1999/xhtml" id="id552809"></a>
    90149071                <div class="header">Notes:</div>
    90159072                <p xmlns="http://www.w3.org/1999/xhtml">
     
    90369093            <div>
    90379094              <div class="refsect1" lang="en" xml:lang="en">
    9038                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635645"></a>
     9095                <a xmlns="http://www.w3.org/1999/xhtml" id="id552873"></a>
    90399096                <div class="header">Arguments and Values:</div>
    90409097                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p>
     
    90439100              </div>
    90449101              <div class="refsect1" lang="en" xml:lang="en">
    9045                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635684"></a>
     9102                <a xmlns="http://www.w3.org/1999/xhtml" id="id552912"></a>
    90469103                <div class="header">Description:</div>
    90479104                <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal
     
    90519108              </div>
    90529109              <div class="refsect1" lang="en" xml:lang="en">
    9053                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635700"></a>
     9110                <a xmlns="http://www.w3.org/1999/xhtml" id="id552928"></a>
    90549111                <div class="header">See Also:</div>
    90559112                <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>
     
    90709127            <div>
    90719128              <div class="refsect1" lang="en" xml:lang="en">
    9072                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635777"></a>
     9129                <a xmlns="http://www.w3.org/1999/xhtml" id="id553006"></a>
    90739130                <div class="header">Value Type:</div>
    90749131                <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p>
    90759132              </div>
    90769133              <div class="refsect1" lang="en" xml:lang="en">
    9077                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635787"></a>
     9134                <a xmlns="http://www.w3.org/1999/xhtml" id="id553015"></a>
    90789135                <div class="header">Initial Value:</div>
    90799136                <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p>
    90809137              </div>
    90819138              <div class="refsect1" lang="en" xml:lang="en">
    9082                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635797"></a>
     9139                <a xmlns="http://www.w3.org/1999/xhtml" id="id553025"></a>
    90839140                <div class="header">Description:</div>
    90849141                <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input
     
    90929149              </div>
    90939150              <div class="refsect1" lang="en" xml:lang="en">
    9094                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635810"></a>
     9151                <a xmlns="http://www.w3.org/1999/xhtml" id="id553039"></a>
    90959152                <div class="header">See Also:</div>
    90969153                <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>
     
    91119168            <div>
    91129169              <div class="refsect1" lang="en" xml:lang="en">
    9113                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635901"></a>
     9170                <a xmlns="http://www.w3.org/1999/xhtml" id="id553129"></a>
    91149171                <div class="header">Arguments and Values:</div>
    91159172                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by
     
    91209177              </div>
    91219178              <div class="refsect1" lang="en" xml:lang="en">
    9122                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635940"></a>
     9179                <a xmlns="http://www.w3.org/1999/xhtml" id="id553168"></a>
    91239180                <div class="header">Description:</div>
    91249181                <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function.  As such, it
     
    91319188              </div>
    91329189              <div class="refsect1" lang="en" xml:lang="en">
    9133                 <a xmlns="http://www.w3.org/1999/xhtml" id="id635962"></a>
     9190                <a xmlns="http://www.w3.org/1999/xhtml" id="id553190"></a>
    91349191                <div class="header">See Also:</div>
    91359192                <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>
     
    91529209            <div>
    91539210              <div class="refsect1" lang="en" xml:lang="en">
    9154                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636055"></a>
     9211                <a xmlns="http://www.w3.org/1999/xhtml" id="id553284"></a>
    91559212                <div class="header">Arguments and Values:</div>
    91569213                <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>
     
    91629219              </div>
    91639220              <div class="refsect1" lang="en" xml:lang="en">
    9164                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636113"></a>
     9221                <a xmlns="http://www.w3.org/1999/xhtml" id="id553341"></a>
    91659222                <div class="header">Description:</div>
    91669223                <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate.  If the
     
    93039360            <div>
    93049361              <div class="refsect1" lang="en" xml:lang="en">
    9305                 <a xmlns="http://www.w3.org/1999/xhtml" id="id621536"></a>
     9362                <a xmlns="http://www.w3.org/1999/xhtml" id="id538486"></a>
    93069363                <div class="header">Arguments and Values:</div>
    93079364                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently
     
    94039460              </div>
    94049461              <div class="refsect1" lang="en" xml:lang="en">
    9405                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610199"></a>
     9462                <a xmlns="http://www.w3.org/1999/xhtml" id="id527152"></a>
    94069463                <div class="header">Description:</div>
    94079464                <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p>
     
    94229479            <div>
    94239480              <div class="refsect1" lang="en" xml:lang="en">
    9424                 <a xmlns="http://www.w3.org/1999/xhtml" id="id617446"></a>
     9481                <a xmlns="http://www.w3.org/1999/xhtml" id="id534460"></a>
    94259482                <div class="header">Arguments and Values:</div>
    94269483                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p>
     
    94309487              </div>
    94319488              <div class="refsect1" lang="en" xml:lang="en">
    9432                 <a xmlns="http://www.w3.org/1999/xhtml" id="id617489"></a>
     9489                <a xmlns="http://www.w3.org/1999/xhtml" id="id534503"></a>
    94339490                <div class="header">Description:</div>
    94349491                <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending
     
    94569513            <div>
    94579514              <div class="refsect1" lang="en" xml:lang="en">
    9458                 <a xmlns="http://www.w3.org/1999/xhtml" id="id617554"></a>
     9515                <a xmlns="http://www.w3.org/1999/xhtml" id="id534568"></a>
    94599516                <div class="header">Arguments and Values:</div>
    94609517                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the
     
    94649521              </div>
    94659522              <div class="refsect1" lang="en" xml:lang="en">
    9466                 <a xmlns="http://www.w3.org/1999/xhtml" id="id617595"></a>
     9523                <a xmlns="http://www.w3.org/1999/xhtml" id="id534609"></a>
    94679524                <div class="header">Description:</div>
    94689525                <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to
     
    94849541            <div>
    94859542              <div class="refsect1" lang="en" xml:lang="en">
    9486                 <a xmlns="http://www.w3.org/1999/xhtml" id="id617657"></a>
     9543                <a xmlns="http://www.w3.org/1999/xhtml" id="id534671"></a>
    94879544                <div class="header">Arguments and Values:</div>
    94889545                <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>
     
    94939550              </div>
    94949551              <div class="refsect1" lang="en" xml:lang="en">
    9495                 <a xmlns="http://www.w3.org/1999/xhtml" id="id617699"></a>
     9552                <a xmlns="http://www.w3.org/1999/xhtml" id="id534713"></a>
    94969553                <div class="header">Description:</div>
    94979554                <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p>
     
    95129569            <div>
    95139570              <div class="refsect1" lang="en" xml:lang="en">
    9514                 <a xmlns="http://www.w3.org/1999/xhtml" id="id617760"></a>
     9571                <a xmlns="http://www.w3.org/1999/xhtml" id="id534774"></a>
    95159572                <div class="header">Arguments and Values:</div>
    95169573                <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>
     
    95199576              </div>
    95209577              <div class="refsect1" lang="en" xml:lang="en">
    9521                 <a xmlns="http://www.w3.org/1999/xhtml" id="id617801"></a>
     9578                <a xmlns="http://www.w3.org/1999/xhtml" id="id534815"></a>
    95229579                <div class="header">Description:</div>
    95239580                <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name
     
    95399596            <div>
    95409597              <div class="refsect1" lang="en" xml:lang="en">
    9541                 <a xmlns="http://www.w3.org/1999/xhtml" id="id617858"></a>
     9598                <a xmlns="http://www.w3.org/1999/xhtml" id="id534872"></a>
    95429599                <div class="header">Arguments and Values:</div>
    95439600                <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
     
    95479604              </div>
    95489605              <div class="refsect1" lang="en" xml:lang="en">
    9549                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608188"></a>
     9606                <a xmlns="http://www.w3.org/1999/xhtml" id="id525151"></a>
    95509607                <div class="header">Description:</div>
    95519608                <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a
     
    95679624            <div>
    95689625              <div class="refsect1" lang="en" xml:lang="en">
    9569                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608246"></a>
     9626                <a xmlns="http://www.w3.org/1999/xhtml" id="id525209"></a>
    95709627                <div class="header">Arguments and Values:</div>
    95719628                <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
     
    95769633              </div>
    95779634              <div class="refsect1" lang="en" xml:lang="en">
    9578                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608289"></a>
     9635                <a xmlns="http://www.w3.org/1999/xhtml" id="id525252"></a>
    95799636                <div class="header">Description:</div>
    95809637                <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p>
     
    95969653            <div>
    95979654              <div class="refsect1" lang="en" xml:lang="en">
    9598                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608350"></a>
     9655                <a xmlns="http://www.w3.org/1999/xhtml" id="id525313"></a>
    95999656                <div class="header">Arguments and Values:</div>
    96009657                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p>
     
    96139670              </div>
    96149671              <div class="refsect1" lang="en" xml:lang="en">
    9615                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608440"></a>
     9672                <a xmlns="http://www.w3.org/1999/xhtml" id="id525403"></a>
    96169673                <div class="header">Description:</div>
    96179674                <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are
     
    96509707            <div>
    96519708              <div class="refsect1" lang="en" xml:lang="en">
    9652                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608541"></a>
     9709                <a xmlns="http://www.w3.org/1999/xhtml" id="id525503"></a>
    96539710                <div class="header">Arguments and Values:</div>
    96549711                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p>
     
    96659722              </div>
    96669723              <div class="refsect1" lang="en" xml:lang="en">
    9667                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616190"></a>
     9724                <a xmlns="http://www.w3.org/1999/xhtml" id="id525606"></a>
    96689725                <div class="header">Description:</div>
    96699726                <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p>
     
    96849741            <div>
    96859742              <div class="refsect1" lang="en" xml:lang="en">
    9686                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616251"></a>
     9743                <a xmlns="http://www.w3.org/1999/xhtml" id="id533228"></a>
    96879744                <div class="header">Arguments and Values:</div>
    96889745                <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>
     
    96919748              </div>
    96929749              <div class="refsect1" lang="en" xml:lang="en">
    9693                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616292"></a>
     9750                <a xmlns="http://www.w3.org/1999/xhtml" id="id533268"></a>
    96949751                <div class="header">Description:</div>
    96959752                <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is
     
    97129769            <div>
    97139770              <div class="refsect1" lang="en" xml:lang="en">
    9714                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616350"></a>
     9771                <a xmlns="http://www.w3.org/1999/xhtml" id="id533327"></a>
    97159772                <div class="header">Arguments and Values:</div>
    97169773                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    97179774              </div>
    97189775              <div class="refsect1" lang="en" xml:lang="en">
    9719                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616376"></a>
     9776                <a xmlns="http://www.w3.org/1999/xhtml" id="id533353"></a>
    97209777                <div class="header">Description:</div>
    97219778                <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or
     
    97429799            <div>
    97439800              <div class="refsect1" lang="en" xml:lang="en">
    9744                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616437"></a>
     9801                <a xmlns="http://www.w3.org/1999/xhtml" id="id533414"></a>
    97459802                <div class="header">Arguments and Values:</div>
    97469803                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    97479804              </div>
    97489805              <div class="refsect1" lang="en" xml:lang="en">
    9749                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616463"></a>
     9806                <a xmlns="http://www.w3.org/1999/xhtml" id="id533440"></a>
    97509807                <div class="header">Description:</div>
    97519808                <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host,
     
    97679824            <div>
    97689825              <div class="refsect1" lang="en" xml:lang="en">
    9769                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616522"></a>
     9826                <a xmlns="http://www.w3.org/1999/xhtml" id="id533498"></a>
    97709827                <div class="header">Arguments and Values:</div>
    97719828                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    97729829              </div>
    97739830              <div class="refsect1" lang="en" xml:lang="en">
    9774                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616548"></a>
     9831                <a xmlns="http://www.w3.org/1999/xhtml" id="id533524"></a>
    97759832                <div class="header">Description:</div>
    97769833                <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not
     
    97929849            <div>
    97939850              <div class="refsect1" lang="en" xml:lang="en">
    9794                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616605"></a>
     9851                <a xmlns="http://www.w3.org/1999/xhtml" id="id533582"></a>
    97959852                <div class="header">Arguments and Values:</div>
    97969853                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    97979854              </div>
    97989855              <div class="refsect1" lang="en" xml:lang="en">
    9799                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616631"></a>
     9856                <a xmlns="http://www.w3.org/1999/xhtml" id="id533608"></a>
    98009857                <div class="header">Description:</div>
    98019858                <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p>
     
    98169873            <div>
    98179874              <div class="refsect1" lang="en" xml:lang="en">
    9818                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616688"></a>
     9875                <a xmlns="http://www.w3.org/1999/xhtml" id="id533665"></a>
    98199876                <div class="header">Arguments and Values:</div>
    98209877                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    98219878              </div>
    98229879              <div class="refsect1" lang="en" xml:lang="en">
    9823                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616714"></a>
     9880                <a xmlns="http://www.w3.org/1999/xhtml" id="id533691"></a>
    98249881                <div class="header">Description:</div>
    98259882                <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p>
     
    98409897            <div>
    98419898              <div class="refsect1" lang="en" xml:lang="en">
    9842                 <a xmlns="http://www.w3.org/1999/xhtml" id="id621618"></a>
     9899                <a xmlns="http://www.w3.org/1999/xhtml" id="id533749"></a>
    98439900                <div class="header">Arguments and Values:</div>
    98449901                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    98459902              </div>
    98469903              <div class="refsect1" lang="en" xml:lang="en">
    9847                 <a xmlns="http://www.w3.org/1999/xhtml" id="id621644"></a>
     9904                <a xmlns="http://www.w3.org/1999/xhtml" id="id538570"></a>
    98489905                <div class="header">Description:</div>
    98499906                <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p>
     
    98649921            <div>
    98659922              <div class="refsect1" lang="en" xml:lang="en">
    9866                 <a xmlns="http://www.w3.org/1999/xhtml" id="id621701"></a>
     9923                <a xmlns="http://www.w3.org/1999/xhtml" id="id538627"></a>
    98679924                <div class="header">Arguments and Values:</div>
    98689925                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    98699926              </div>
    98709927              <div class="refsect1" lang="en" xml:lang="en">
    9871                 <a xmlns="http://www.w3.org/1999/xhtml" id="id621727"></a>
     9928                <a xmlns="http://www.w3.org/1999/xhtml" id="id538653"></a>
    98729929                <div class="header">Description:</div>
    98739930                <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for
     
    98899946            <div>
    98909947              <div class="refsect1" lang="en" xml:lang="en">
    9891                 <a xmlns="http://www.w3.org/1999/xhtml" id="id621784"></a>
     9948                <a xmlns="http://www.w3.org/1999/xhtml" id="id538710"></a>
    98929949                <div class="header">Arguments and Values:</div>
    98939950                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    98949951              </div>
    98959952              <div class="refsect1" lang="en" xml:lang="en">
    9896                 <a xmlns="http://www.w3.org/1999/xhtml" id="id621810"></a>
     9953                <a xmlns="http://www.w3.org/1999/xhtml" id="id538736"></a>
    98979954                <div class="header">Description:</div>
    98989955                <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format
     
    99149971            <div>
    99159972              <div class="refsect1" lang="en" xml:lang="en">
    9916                 <a xmlns="http://www.w3.org/1999/xhtml" id="id621868"></a>
     9973                <a xmlns="http://www.w3.org/1999/xhtml" id="id538794"></a>
    99179974                <div class="header">Arguments and Values:</div>
    99189975                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    99199976              </div>
    99209977              <div class="refsect1" lang="en" xml:lang="en">
    9921                 <a xmlns="http://www.w3.org/1999/xhtml" id="id621894"></a>
     9978                <a xmlns="http://www.w3.org/1999/xhtml" id="id538820"></a>
    99229979                <div class="header">Description:</div>
    99239980                <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and
     
    99389995            <div>
    99399996              <div class="refsect1" lang="en" xml:lang="en">
    9940                 <a xmlns="http://www.w3.org/1999/xhtml" id="id621937"></a>
     9997                <a xmlns="http://www.w3.org/1999/xhtml" id="id538863"></a>
    99419998                <div class="header">Description:</div>
    99429999                <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p>
    994310000              </div>
    994410001              <div class="refsect1" lang="en" xml:lang="en">
    9945                 <a xmlns="http://www.w3.org/1999/xhtml" id="id621948"></a>
     10002                <a xmlns="http://www.w3.org/1999/xhtml" id="id538874"></a>
    994610003                <div class="header">Superclasses:</div>
    994710004                <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p>
     
    996210019            <div>
    996310020              <div class="refsect1" lang="en" xml:lang="en">
    9964                 <a xmlns="http://www.w3.org/1999/xhtml" id="id622005"></a>
     10021                <a xmlns="http://www.w3.org/1999/xhtml" id="id538931"></a>
    996510022                <div class="header">Arguments and Values:</div>
    996610023                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p>
    996710024              </div>
    996810025              <div class="refsect1" lang="en" xml:lang="en">
    9969                 <a xmlns="http://www.w3.org/1999/xhtml" id="id622031"></a>
     10026                <a xmlns="http://www.w3.org/1999/xhtml" id="id538957"></a>
    997010027                <div class="header">Description:</div>
    997110028                <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p>
     
    998610043            <div>
    998710044              <div class="refsect1" lang="en" xml:lang="en">
    9988                 <a xmlns="http://www.w3.org/1999/xhtml" id="id622089"></a>
     10045                <a xmlns="http://www.w3.org/1999/xhtml" id="id539015"></a>
    998910046                <div class="header">Arguments and Values:</div>
    999010047                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p>
    999110048              </div>
    999210049              <div class="refsect1" lang="en" xml:lang="en">
    9993                 <a xmlns="http://www.w3.org/1999/xhtml" id="id622115"></a>
     10050                <a xmlns="http://www.w3.org/1999/xhtml" id="id539041"></a>
    999410051                <div class="header">Description:</div>
    999510052                <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more
     
    1001510072            <div>
    1001610073              <div class="refsect1" lang="en" xml:lang="en">
    10017                 <a xmlns="http://www.w3.org/1999/xhtml" id="id622179"></a>
     10074                <a xmlns="http://www.w3.org/1999/xhtml" id="id539105"></a>
    1001810075                <div class="header">Arguments and Values:</div>
    1001910076                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p>
    1002010077              </div>
    1002110078              <div class="refsect1" lang="en" xml:lang="en">
    10022                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616790"></a>
     10079                <a xmlns="http://www.w3.org/1999/xhtml" id="id539131"></a>
    1002310080                <div class="header">Description:</div>
    1002410081                <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On
     
    1004110098            <div>
    1004210099              <div class="refsect1" lang="en" xml:lang="en">
    10043                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616851"></a>
     10100                <a xmlns="http://www.w3.org/1999/xhtml" id="id539192"></a>
    1004410101                <div class="header">Arguments and Values:</div>
    1004510102                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p>
     
    1005210109              </div>
    1005310110              <div class="refsect1" lang="en" xml:lang="en">
    10054                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616894"></a>
     10111                <a xmlns="http://www.w3.org/1999/xhtml" id="id533821"></a>
    1005510112                <div class="header">Description:</div>
    1005610113                <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It
     
    1007310130            <div>
    1007410131              <div class="refsect1" lang="en" xml:lang="en">
    10075                 <a xmlns="http://www.w3.org/1999/xhtml" id="id616957"></a>
     10132                <a xmlns="http://www.w3.org/1999/xhtml" id="id533883"></a>
    1007610133                <div class="header">Arguments and Values:</div>
    1007710134                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p>
     
    1008010137              </div>
    1008110138              <div class="refsect1" lang="en" xml:lang="en">
    10082                 <a xmlns="http://www.w3.org/1999/xhtml" id="id617012"></a>
     10139                <a xmlns="http://www.w3.org/1999/xhtml" id="id533938"></a>
    1008310140                <div class="header">Description:</div>
    1008410141                <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying
     
    1021210269            <div>
    1021310270              <div class="refsect1" lang="en" xml:lang="en">
    10214                 <a xmlns="http://www.w3.org/1999/xhtml" id="id591865"></a>
     10271                <a xmlns="http://www.w3.org/1999/xhtml" id="id506485"></a>
    1021510272                <div class="header">Arguments and Values:</div>
    1021610273                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file.
     
    1026310320              </div>
    1026410321              <div class="refsect1" lang="en" xml:lang="en">
    10265                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608017"></a>
     10322                <a xmlns="http://www.w3.org/1999/xhtml" id="id483330"></a>
    1026610323                <div class="header">Description:</div>
    1026710324                <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process,
     
    1028310340            <div>
    1028410341              <div class="refsect1" lang="en" xml:lang="en">
    10285                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608076"></a>
     10342                <a xmlns="http://www.w3.org/1999/xhtml" id="id483388"></a>
    1028610343                <div class="header">Arguments and Values:</div>
    1028710344                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
     
    1028910346              </div>
    1029010347              <div class="refsect1" lang="en" xml:lang="en">
    10291                 <a xmlns="http://www.w3.org/1999/xhtml" id="id565814"></a>
     10348                <a xmlns="http://www.w3.org/1999/xhtml" id="id525947"></a>
    1029210349                <div class="header">Description:</div>
    1029310350                <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified
     
    1031210369            <div>
    1031310370              <div class="refsect1" lang="en" xml:lang="en">
    10314                 <a xmlns="http://www.w3.org/1999/xhtml" id="id565875"></a>
     10371                <a xmlns="http://www.w3.org/1999/xhtml" id="id526008"></a>
    1031510372                <div class="header">Arguments and Values:</div>
    1031610373                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
    1031710374              </div>
    1031810375              <div class="refsect1" lang="en" xml:lang="en">
    10319                 <a xmlns="http://www.w3.org/1999/xhtml" id="id565901"></a>
     10376                <a xmlns="http://www.w3.org/1999/xhtml" id="id526034"></a>
    1032010377                <div class="header">Description:</div>
    1032110378                <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to
     
    1033910396            <div>
    1034010397              <div class="refsect1" lang="en" xml:lang="en">
    10341                 <a xmlns="http://www.w3.org/1999/xhtml" id="id607918"></a>
     10398                <a xmlns="http://www.w3.org/1999/xhtml" id="id505376"></a>
    1034210399                <div class="header">Arguments and Values:</div>
    1034310400                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
    1034410401              </div>
    1034510402              <div class="refsect1" lang="en" xml:lang="en">
    10346                 <a xmlns="http://www.w3.org/1999/xhtml" id="id607943"></a>
     10403                <a xmlns="http://www.w3.org/1999/xhtml" id="id505402"></a>
    1034710404                <div class="header">Description:</div>
    1034810405                <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to
     
    1036510422            <div>
    1036610423              <div class="refsect1" lang="en" xml:lang="en">
    10367                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618240"></a>
     10424                <a xmlns="http://www.w3.org/1999/xhtml" id="id505462"></a>
    1036810425                <div class="header">Arguments and Values:</div>
    1036910426                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
    1037010427              </div>
    1037110428              <div class="refsect1" lang="en" xml:lang="en">
    10372                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618266"></a>
     10429                <a xmlns="http://www.w3.org/1999/xhtml" id="id527947"></a>
    1037310430                <div class="header">Description:</div>
    1037410431                <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to
     
    1039210449            <div>
    1039310450              <div class="refsect1" lang="en" xml:lang="en">
    10394                 <a xmlns="http://www.w3.org/1999/xhtml" id="id618327"></a>
     10451                <a xmlns="http://www.w3.org/1999/xhtml" id="id528008"></a>
    1039510452                <div class="header">Arguments and Values:</div>
    1039610453                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
    1039710454              </div>
    1039810455              <div class="refsect1" lang="en" xml:lang="en">
    10399                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609008"></a>
     10456                <a xmlns="http://www.w3.org/1999/xhtml" id="id528033"></a>
    1040010457                <div class="header">Description:</div>
    1040110458                <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to
     
    1041910476            <div>
    1042010477              <div class="refsect1" lang="en" xml:lang="en">
    10421                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609069"></a>
     10478                <a xmlns="http://www.w3.org/1999/xhtml" id="id507389"></a>
    1042210479                <div class="header">Arguments and Values:</div>
    1042310480                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
    1042410481              </div>
    1042510482              <div class="refsect1" lang="en" xml:lang="en">
    10426                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609095"></a>
     10483                <a xmlns="http://www.w3.org/1999/xhtml" id="id507415"></a>
    1042710484                <div class="header">Description:</div>
    1042810485                <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status
     
    1045410511                <dt>
    1045510512                  <span class="sect2">
    10456                     <a href="#id569804">9.1.1. Stream External Format</a>
     10513                    <a href="#id518743">9.1.1. Stream External Format</a>
    1045710514                  </span>
    1045810515                </dt>
     
    1052210579              <div>
    1052310580                <div>
    10524                   <h3 class="title"><a id="id569804"></a>9.1.1. Stream External Format</h3>
     10581                  <h3 class="title"><a id="id518743"></a>9.1.1. Stream External Format</h3>
    1052510582                </div>
    1052610583              </div>
     
    1068510742              </div>
    1068610743            </div>
    10687             <a xmlns="http://www.w3.org/1999/xhtml" id="id591596" class="indexterm"></a>
    10688             <a xmlns="http://www.w3.org/1999/xhtml" id="id591606" class="indexterm"></a>
    10689             <a xmlns="http://www.w3.org/1999/xhtml" id="id591616" class="indexterm"></a>
    10690             <a xmlns="http://www.w3.org/1999/xhtml" id="id591626" class="indexterm"></a>
    10691             <a xmlns="http://www.w3.org/1999/xhtml" id="id620986" class="indexterm"></a>
    10692             <a xmlns="http://www.w3.org/1999/xhtml" id="id620996" class="indexterm"></a>
     10744            <a xmlns="http://www.w3.org/1999/xhtml" id="id506032" class="indexterm"></a>
     10745            <a xmlns="http://www.w3.org/1999/xhtml" id="id506042" class="indexterm"></a>
     10746            <a xmlns="http://www.w3.org/1999/xhtml" id="id506052" class="indexterm"></a>
     10747            <a xmlns="http://www.w3.org/1999/xhtml" id="id506061" class="indexterm"></a>
     10748            <a xmlns="http://www.w3.org/1999/xhtml" id="id532796" class="indexterm"></a>
     10749            <a xmlns="http://www.w3.org/1999/xhtml" id="id532806" class="indexterm"></a>
    1069310750            <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has
    1069410751        attributes and accessors:
     
    1074310800              <div>
    1074410801                <div class="refsect1" lang="en" xml:lang="en">
    10745                   <a xmlns="http://www.w3.org/1999/xhtml" id="id621161"></a>
     10802                  <a xmlns="http://www.w3.org/1999/xhtml" id="id532971"></a>
    1074610803                  <div class="header">Values:</div>
    1074710804                  <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
     
    1075010807                </div>
    1075110808                <div class="refsect1" lang="en" xml:lang="en">
    10752                   <a xmlns="http://www.w3.org/1999/xhtml" id="id621189"></a>
     10809                  <a xmlns="http://www.w3.org/1999/xhtml" id="id532999"></a>
    1075310810                  <div class="header">Description:</div>
    1075410811                  <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p>
    1075510812                </div>
    1075610813                <div class="refsect1" lang="en" xml:lang="en">
    10757                   <a xmlns="http://www.w3.org/1999/xhtml" id="id621200"></a>
     10814                  <a xmlns="http://www.w3.org/1999/xhtml" id="id533010"></a>
    1075810815                  <div class="header">See Also:</div>
    1075910816                  <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>
     
    1077810835              <div>
    1077910836                <div class="refsect1" lang="en" xml:lang="en">
    10780                   <a xmlns="http://www.w3.org/1999/xhtml" id="id621281"></a>
     10837                  <a xmlns="http://www.w3.org/1999/xhtml" id="id533091"></a>
    1078110838                  <div class="header">Arguments:</div>
    1078210839                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p>
    1078310840                </div>
    1078410841                <div class="refsect1" lang="en" xml:lang="en">
    10785                   <a xmlns="http://www.w3.org/1999/xhtml" id="id621307"></a>
     10842                  <a xmlns="http://www.w3.org/1999/xhtml" id="id533117"></a>
    1078610843                  <div class="header">Description:</div>
    1078710844                  <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open
     
    1079210849                </div>
    1079310850                <div class="refsect1" lang="en" xml:lang="en">
    10794                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626841"></a>
     10851                  <a xmlns="http://www.w3.org/1999/xhtml" id="id533136"></a>
    1079510852                  <div class="header">See Also:</div>
    1079610853                  <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>
     
    1081510872              <div>
    1081610873                <div class="refsect1" lang="en" xml:lang="en">
    10817                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626922"></a>
     10874                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543936"></a>
    1081810875                  <div class="header">Arguments:</div>
    1081910876                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p>
    1082010877                </div>
    1082110878                <div class="refsect1" lang="en" xml:lang="en">
    10822                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626949"></a>
     10879                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543962"></a>
    1082310880                  <div class="header">Description:</div>
    1082410881                  <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file
     
    1082910886                </div>
    1083010887                <div class="refsect1" lang="en" xml:lang="en">
    10831                   <a xmlns="http://www.w3.org/1999/xhtml" id="id626968"></a>
     10888                  <a xmlns="http://www.w3.org/1999/xhtml" id="id543981"></a>
    1083210889                  <div class="header">See Also:</div>
    1083310890                  <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>
     
    1126211319              <div>
    1126311320                <div class="refsect1" lang="en" xml:lang="en">
    11264                   <a xmlns="http://www.w3.org/1999/xhtml" id="id627554"></a>
     11321                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544568"></a>
    1126511322                  <div class="header">Arguments and Values:</div>
    1126611323                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p>
     
    1127311330                </div>
    1127411331                <div class="refsect1" lang="en" xml:lang="en">
    11275                   <a xmlns="http://www.w3.org/1999/xhtml" id="id627613"></a>
     11332                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544626"></a>
    1127611333                  <div class="header">Description:</div>
    1127711334                  <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the
     
    1129411351              <div>
    1129511352                <div class="refsect1" lang="en" xml:lang="en">
    11296                   <a xmlns="http://www.w3.org/1999/xhtml" id="id627672"></a>
     11353                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544685"></a>
    1129711354                  <div class="header">Arguments and Values:</div>
    1129811355                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p>
     
    1130511362                </div>
    1130611363                <div class="refsect1" lang="en" xml:lang="en">
    11307                   <a xmlns="http://www.w3.org/1999/xhtml" id="id627730"></a>
     11364                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544743"></a>
    1130811365                  <div class="header">Description:</div>
    1130911366                  <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to
     
    1132511382              <div>
    1132611383                <div class="refsect1" lang="en" xml:lang="en">
    11327                   <a xmlns="http://www.w3.org/1999/xhtml" id="id627788"></a>
     11384                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544802"></a>
    1132811385                  <div class="header">Arguments and Values:</div>
    1132911386                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p>
     
    1134111398                </div>
    1134211399                <div class="refsect1" lang="en" xml:lang="en">
    11343                   <a xmlns="http://www.w3.org/1999/xhtml" id="id627864"></a>
     11400                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544877"></a>
    1134411401                  <div class="header">Description:</div>
    1134511402                  <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into
     
    1136411421              <div>
    1136511422                <div class="refsect1" lang="en" xml:lang="en">
    11366                   <a xmlns="http://www.w3.org/1999/xhtml" id="id627924"></a>
     11423                  <a xmlns="http://www.w3.org/1999/xhtml" id="id544937"></a>
    1136711424                  <div class="header">Arguments and Values:</div>
    1136811425                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p>
     
    1138011437                </div>
    1138111438                <div class="refsect1" lang="en" xml:lang="en">
    11382                   <a xmlns="http://www.w3.org/1999/xhtml" id="id627999"></a>
     11439                  <a xmlns="http://www.w3.org/1999/xhtml" id="id545012"></a>
    1138311440                  <div class="header">Description:</div>
    1138411441                  <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream,
     
    1140211459              <div>
    1140311460                <div class="refsect1" lang="en" xml:lang="en">
    11404                   <a xmlns="http://www.w3.org/1999/xhtml" id="id628059"></a>
     11461                  <a xmlns="http://www.w3.org/1999/xhtml" id="id545072"></a>
    1140511462                  <div class="header">Method Signatures:</div>
    1140611463                  <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i>
     
    1140811465                </div>
    1140911466                <div class="refsect1" lang="en" xml:lang="en">
    11410                   <a xmlns="http://www.w3.org/1999/xhtml" id="id628077"></a>
     11467                  <a xmlns="http://www.w3.org/1999/xhtml" id="id545090"></a>
    1141111468                  <div class="header">Arguments and Values:</div>
    1141211469                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p>
     
    1141911476                </div>
    1142011477                <div class="refsect1" lang="en" xml:lang="en">
    11421                   <a xmlns="http://www.w3.org/1999/xhtml" id="id628142"></a>
     11478                  <a xmlns="http://www.w3.org/1999/xhtml" id="id545156"></a>
    1142211479                  <div class="header">Description:</div>
    1142311480                  <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with
     
    1144311500              <div>
    1144411501                <div class="refsect1" lang="en" xml:lang="en">
    11445                   <a xmlns="http://www.w3.org/1999/xhtml" id="id628212"></a>
     11502                  <a xmlns="http://www.w3.org/1999/xhtml" id="id545225"></a>
    1144611503                  <div class="header">Description:</div>
    1144711504                  <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector,
     
    1145011507                </div>
    1145111508                <div class="refsect1" lang="en" xml:lang="en">
    11452                   <a xmlns="http://www.w3.org/1999/xhtml" id="id628224"></a>
     11509                  <a xmlns="http://www.w3.org/1999/xhtml" id="id545237"></a>
    1145311510                  <div class="header">Arguments:</div>
    1145411511                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on
     
    1147511532              <div>
    1147611533                <div class="refsect1" lang="en" xml:lang="en">
    11477                   <a xmlns="http://www.w3.org/1999/xhtml" id="id628344"></a>
     11534                  <a xmlns="http://www.w3.org/1999/xhtml" id="id545357"></a>
    1147811535                  <div class="header">Description:</div>
    1147911536                  <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at
     
    1148111538                </div>
    1148211539                <div class="refsect1" lang="en" xml:lang="en">
    11483                   <a xmlns="http://www.w3.org/1999/xhtml" id="id628355"></a>
     11540                  <a xmlns="http://www.w3.org/1999/xhtml" id="id545369"></a>
    1148411541                  <div class="header">Arguments:</div>
    1148511542                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on
     
    1149111548                </div>
    1149211549                <div class="refsect1" lang="en" xml:lang="en">
    11493                   <a xmlns="http://www.w3.org/1999/xhtml" id="id628428"></a>
     11550                  <a xmlns="http://www.w3.org/1999/xhtml" id="id545441"></a>
    1149411551                  <div class="header">Examples:</div>
    1149511552                  <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
     
    1265712714            </div>
    1265812715            <p xmlns="http://www.w3.org/1999/xhtml">
    12659             <a id="id620962" class="indexterm"></a>
     12716            <a id="id532636" class="indexterm"></a>
    1266012717            <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> [Variable]</strong></span>
    1266112718          </p>
     
    1266312720          configuration file created by the "Config Editor" in Shark.app.</p>
    1266412721            <p xmlns="http://www.w3.org/1999/xhtml">
    12665             <a id="id632649" class="indexterm"></a>
     12722            <a id="id532662" class="indexterm"></a>
    1266612723            <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&amp;key</em> (reset nil) (debug-output nil) [Macro]</strong></span>
    1266712724          </p>
     
    1375313810                <div>
    1375413811                  <div>
    13755                     <h4 class="title"><a id="id630629"></a>12.3.2.4. %int-to-ptr [Function]</h4>
     13812                    <h4 class="title"><a id="id547608"></a>12.3.2.4. %int-to-ptr [Function]</h4>
    1375613813                  </div>
    1375713814                </div>
     
    1379413851                <div>
    1379513852                  <div>
    13796                     <h4 class="title"><a id="id630703"></a>12.3.2.5. %inc-ptr [Function]</h4>
     13853                    <h4 class="title"><a id="id547682"></a>12.3.2.5. %inc-ptr [Function]</h4>
    1379713854                  </div>
    1379813855                </div>
     
    1384413901                <div>
    1384513902                  <div>
    13846                     <h4 class="title"><a id="id630795"></a>12.3.2.6. %ptr-to-int [Function]</h4>
     13903                    <h4 class="title"><a id="id547774"></a>12.3.2.6. %ptr-to-int [Function]</h4>
    1384713904                  </div>
    1384813905                </div>
     
    1388613943                <div>
    1388713944                  <div>
    13888                     <h4 class="title"><a id="id630869"></a>12.3.2.7. %null-ptr [Macro]</h4>
     13945                    <h4 class="title"><a id="id547849"></a>12.3.2.7. %null-ptr [Macro]</h4>
    1388913946                  </div>
    1389013947                </div>
     
    1391113968                <div>
    1391213969                  <div>
    13913                     <h4 class="title"><a id="id630910"></a>12.3.2.8. %null-ptr-p [Function]</h4>
     13970                    <h4 class="title"><a id="id547890"></a>12.3.2.8. %null-ptr-p [Function]</h4>
    1391413971                  </div>
    1391513972                </div>
     
    1395314010                <div>
    1395414011                  <div>
    13955                     <h4 class="title"><a id="id630986"></a>12.3.2.9. %setf-macptr [Function]</h4>
     14012                    <h4 class="title"><a id="id547965"></a>12.3.2.9. %setf-macptr [Function]</h4>
    1395614013                  </div>
    1395714014                </div>
     
    1400114058                <div>
    1400214059                  <div>
    14003                     <h4 class="title"><a id="id631076"></a>12.3.2.10. %incf-ptr [Macro]</h4>
     14060                    <h4 class="title"><a id="id548056"></a>12.3.2.10. %incf-ptr [Macro]</h4>
    1400414061                  </div>
    1400514062                </div>
     
    1404914106                <div>
    1405014107                  <div>
    14051                     <h4 class="title"><a id="id631167"></a>12.3.2.11. with-macptrs [Macro]</h4>
     14108                    <h4 class="title"><a id="id548146"></a>12.3.2.11. with-macptrs [Macro]</h4>
    1405214109                  </div>
    1405314110                </div>
     
    1409914156                <div>
    1410014157                  <div>
    14101                     <h4 class="title"><a id="id631258"></a>12.3.2.12. %stack-block [Macro]</h4>
     14158                    <h4 class="title"><a id="id548238"></a>12.3.2.12. %stack-block [Macro]</h4>
    1410214159                  </div>
    1410314160                </div>
     
    1415014207                <div>
    1415114208                  <div>
    14152                     <h4 class="title"><a id="id631351"></a>12.3.2.13. make-cstring [Function]</h4>
     14209                    <h4 class="title"><a id="id548330"></a>12.3.2.13. make-cstring [Function]</h4>
    1415314210                  </div>
    1415414211                </div>
     
    1419314250                <div>
    1419414251                  <div>
    14195                     <h4 class="title"><a id="id631427"></a>12.3.2.14. with-cstrs [Macro]</h4>
     14252                    <h4 class="title"><a id="id548406"></a>12.3.2.14. with-cstrs [Macro]</h4>
    1419614253                  </div>
    1419714254                </div>
     
    1424314300                <div>
    1424414301                  <div>
    14245                     <h4 class="title"><a id="id631519"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4>
     14302                    <h4 class="title"><a id="id548498"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4>
    1424614303                  </div>
    1424714304                </div>
     
    1430614363                <div>
    1430714364                  <div>
    14308                     <h4 class="title"><a id="id631642"></a>12.3.2.16. %get-cstring [Function]</h4>
     14365                    <h4 class="title"><a id="id548622"></a>12.3.2.16. %get-cstring [Function]</h4>
    1430914366                  </div>
    1431014367                </div>
     
    1434814405                <div>
    1434914406                  <div>
    14350                     <h4 class="title"><a id="id647826"></a>12.3.2.17. %str-from-ptr [Function]</h4>
     14407                    <h4 class="title"><a id="id564959"></a>12.3.2.17. %str-from-ptr [Function]</h4>
    1435114408                  </div>
    1435214409                </div>
     
    1579415851            <div>
    1579515852              <div class="refsect1" lang="en" xml:lang="en">
    15796                 <a xmlns="http://www.w3.org/1999/xhtml" id="id649780"></a>
     15853                <a xmlns="http://www.w3.org/1999/xhtml" id="id566913"></a>
    1579715854                <div class="header">Description:</div>
    1579815855                <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE*
     
    1584615903            <div>
    1584715904              <div class="refsect1" lang="en" xml:lang="en">
    15848                 <a xmlns="http://www.w3.org/1999/xhtml" id="id649886"></a>
     15905                <a xmlns="http://www.w3.org/1999/xhtml" id="id567019"></a>
    1584915906                <div class="header">Description:</div>
    1585015907                <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #&amp; reader macro can be used to
     
    1590515962            <div>
    1590615963              <div class="refsect1" lang="en" xml:lang="en">
    15907                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650004"></a>
     15964                <a xmlns="http://www.w3.org/1999/xhtml" id="id567137"></a>
    1590815965                <div class="header">Description:</div>
    1590915966                <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
     
    1595216009            <div>
    1595316010              <div class="refsect1" lang="en" xml:lang="en">
    15954                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650086"></a>
     16011                <a xmlns="http://www.w3.org/1999/xhtml" id="id567219"></a>
    1595516012                <div class="header">Description:</div>
    1595616013                <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
     
    1605516112            <div>
    1605616113              <div class="refsect1" lang="en" xml:lang="en">
    16057                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650225"></a>
     16114                <a xmlns="http://www.w3.org/1999/xhtml" id="id567358"></a>
    1605816115                <div class="header">Description:</div>
    1605916116                <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #&gt; reader macro reads
     
    1608416141            <div>
    1608516142              <div class="refsect1" lang="en" xml:lang="en">
    16086                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650300"></a>
     16143                <a xmlns="http://www.w3.org/1999/xhtml" id="id567433"></a>
    1608716144                <div class="header">Values:</div>
    1608816145                <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
     
    1609116148              </div>
    1609216149              <div class="refsect1" lang="en" xml:lang="en">
    16093                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650336"></a>
     16150                <a xmlns="http://www.w3.org/1999/xhtml" id="id567469"></a>
    1609416151                <div class="header">Description:</div>
    1609516152                <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the
     
    1612016177            <div>
    1612116178              <div class="refsect1" lang="en" xml:lang="en">
    16122                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650412"></a>
     16179                <a xmlns="http://www.w3.org/1999/xhtml" id="id567545"></a>
    1612316180                <div class="header">Values:</div>
    1612416181                <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>
     
    1613716194              </div>
    1613816195              <div class="refsect1" lang="en" xml:lang="en">
    16139                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650483"></a>
     16196                <a xmlns="http://www.w3.org/1999/xhtml" id="id567616"></a>
    1614016197                <div class="header">Description:</div>
    1614116198                <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em>
     
    1617316230            <div>
    1617416231              <div class="refsect1" lang="en" xml:lang="en">
    16175                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650562"></a>
     16232                <a xmlns="http://www.w3.org/1999/xhtml" id="id567696"></a>
    1617616233                <div class="header">Values:</div>
    1617716234                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain
     
    1618116238              </div>
    1618216239              <div class="refsect1" lang="en" xml:lang="en">
    16183                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650604"></a>
     16240                <a xmlns="http://www.w3.org/1999/xhtml" id="id567737"></a>
    1618416241                <div class="header">Description:</div>
    1618516242                <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the
     
    1621516272            <div>
    1621616273              <div class="refsect1" lang="en" xml:lang="en">
    16217                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650676"></a>
     16274                <a xmlns="http://www.w3.org/1999/xhtml" id="id567809"></a>
    1621816275                <div class="header">Values:</div>
    1621916276                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---
     
    1622816285              </div>
    1622916286              <div class="refsect1" lang="en" xml:lang="en">
    16230                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650717"></a>
     16287                <a xmlns="http://www.w3.org/1999/xhtml" id="id567850"></a>
    1623116288                <div class="header">Description:</div>
    1623216289                <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for
     
    1625616313            <div>
    1625716314              <div class="refsect1" lang="en" xml:lang="en">
    16258                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650786"></a>
     16315                <a xmlns="http://www.w3.org/1999/xhtml" id="id567919"></a>
    1625916316                <div class="header">Values:</div>
    1626016317                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p>
     
    1626916326              </div>
    1627016327              <div class="refsect1" lang="en" xml:lang="en">
    16271                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650860"></a>
     16328                <a xmlns="http://www.w3.org/1999/xhtml" id="id567993"></a>
    1627216329                <div class="header">Description:</div>
    1627316330                <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by
     
    1629616353            <div>
    1629716354              <div class="refsect1" lang="en" xml:lang="en">
    16298                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650919"></a>
     16355                <a xmlns="http://www.w3.org/1999/xhtml" id="id568052"></a>
    1629916356                <div class="header">Values:</div>
    1630016357                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p>
     
    1630716364              </div>
    1630816365              <div class="refsect1" lang="en" xml:lang="en">
    16309                 <a xmlns="http://www.w3.org/1999/xhtml" id="id650982"></a>
     16366                <a xmlns="http://www.w3.org/1999/xhtml" id="id568115"></a>
    1631016367                <div class="header">Description:</div>
    1631116368                <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the
     
    1633316390            <div>
    1633416391              <div class="refsect1" lang="en" xml:lang="en">
    16335                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651041"></a>
     16392                <a xmlns="http://www.w3.org/1999/xhtml" id="id568174"></a>
    1633616393                <div class="header">Values:</div>
    1633716394                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p>
     
    1634616403              </div>
    1634716404              <div class="refsect1" lang="en" xml:lang="en">
    16348                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651114"></a>
     16405                <a xmlns="http://www.w3.org/1999/xhtml" id="id568248"></a>
    1634916406                <div class="header">Description:</div>
    1635016407                <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the
     
    1637116428            <div>
    1637216429              <div class="refsect1" lang="en" xml:lang="en">
    16373                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651170"></a>
     16430                <a xmlns="http://www.w3.org/1999/xhtml" id="id568303"></a>
    1637416431                <div class="header">Values:</div>
    1637516432                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p>
    1637616433              </div>
    1637716434              <div class="refsect1" lang="en" xml:lang="en">
    16378                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651193"></a>
     16435                <a xmlns="http://www.w3.org/1999/xhtml" id="id568326"></a>
    1637916436                <div class="header">Description:</div>
    1638016437                <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol
     
    1639916456            <div>
    1640016457              <div class="refsect1" lang="en" xml:lang="en">
    16401                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651252"></a>
     16458                <a xmlns="http://www.w3.org/1999/xhtml" id="id568385"></a>
    1640216459                <div class="header">Values:</div>
    1640316460                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p>
    1640416461              </div>
    1640516462              <div class="refsect1" lang="en" xml:lang="en">
    16406                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651274"></a>
     16463                <a xmlns="http://www.w3.org/1999/xhtml" id="id568407"></a>
    1640716464                <div class="header">Description:</div>
    1640816465                <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If
     
    1642616483            <div>
    1642716484              <div class="refsect1" lang="en" xml:lang="en">
    16428                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651328"></a>
     16485                <a xmlns="http://www.w3.org/1999/xhtml" id="id568461"></a>
    1642916486                <div class="header">Values:</div>
    1643016487                <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
     
    1643216489              </div>
    1643316490              <div class="refsect1" lang="en" xml:lang="en">
    16434                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651354"></a>
     16491                <a xmlns="http://www.w3.org/1999/xhtml" id="id568488"></a>
    1643516492                <div class="header">Description:</div>
    1643616493                <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>
     
    1646416521            <div>
    1646516522              <div class="refsect1" lang="en" xml:lang="en">
    16466                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651447"></a>
     16523                <a xmlns="http://www.w3.org/1999/xhtml" id="id568580"></a>
    1646716524                <div class="header">Values:</div>
    1646816525                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p>
     
    1647916536              </div>
    1648016537              <div class="refsect1" lang="en" xml:lang="en">
    16481                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651522"></a>
     16538                <a xmlns="http://www.w3.org/1999/xhtml" id="id568656"></a>
    1648216539                <div class="header">Description:</div>
    1648316540                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1651416571            <div>
    1651516572              <div class="refsect1" lang="en" xml:lang="en">
    16516                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651594"></a>
     16573                <a xmlns="http://www.w3.org/1999/xhtml" id="id568727"></a>
    1651716574                <div class="header">Values:</div>
    1651816575                <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
     
    1653116588              </div>
    1653216589              <div class="refsect1" lang="en" xml:lang="en">
    16533                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651662"></a>
     16590                <a xmlns="http://www.w3.org/1999/xhtml" id="id568795"></a>
    1653416591                <div class="header">Description:</div>
    1653516592                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1658016637            <div>
    1658116638              <div class="refsect1" lang="en" xml:lang="en">
    16582                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651784"></a>
     16639                <a xmlns="http://www.w3.org/1999/xhtml" id="id568917"></a>
    1658316640                <div class="header">Values:</div>
    1658416641                <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
     
    1659416651              </div>
    1659516652              <div class="refsect1" lang="en" xml:lang="en">
    16596                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651842"></a>
     16653                <a xmlns="http://www.w3.org/1999/xhtml" id="id568975"></a>
    1659716654                <div class="header">Description:</div>
    1659816655                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1663516692              </div>
    1663616693              <div class="refsect1" lang="en" xml:lang="en">
    16637                 <a xmlns="http://www.w3.org/1999/xhtml" id="id651931"></a>
     16694                <a xmlns="http://www.w3.org/1999/xhtml" id="id569064"></a>
    1663816695                <div class="header">Notes:</div>
    1663916696                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1666816725            <div>
    1666916726              <div class="refsect1" lang="en" xml:lang="en">
    16670                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652015"></a>
     16727                <a xmlns="http://www.w3.org/1999/xhtml" id="id569148"></a>
    1667116728                <div class="header">Values:</div>
    1667216729                <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
     
    1667616733              </div>
    1667716734              <div class="refsect1" lang="en" xml:lang="en">
    16678                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652055"></a>
     16735                <a xmlns="http://www.w3.org/1999/xhtml" id="id569188"></a>
    1667916736                <div class="header">Description:</div>
    1668016737                <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can
     
    1668716744              </div>
    1668816745              <div class="refsect1" lang="en" xml:lang="en">
    16689                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652071"></a>
     16746                <a xmlns="http://www.w3.org/1999/xhtml" id="id569204"></a>
    1669016747                <div class="header">Examples:</div>
    1669116748                <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple.
     
    1672216779              </div>
    1672316780              <div class="refsect1" lang="en" xml:lang="en">
    16724                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652091"></a>
     16781                <a xmlns="http://www.w3.org/1999/xhtml" id="id569224"></a>
    1672516782                <div class="header">Notes:</div>
    1672616783                <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give
     
    1674516802            <div>
    1674616803              <div class="refsect1" lang="en" xml:lang="en">
    16747                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652149"></a>
     16804                <a xmlns="http://www.w3.org/1999/xhtml" id="id569282"></a>
    1674816805                <div class="header">Values:</div>
    1674916806                <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>
     
    1675316810              </div>
    1675416811              <div class="refsect1" lang="en" xml:lang="en">
    16755                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652193"></a>
     16812                <a xmlns="http://www.w3.org/1999/xhtml" id="id569326"></a>
    1675616813                <div class="header">Description:</div>
    1675716814                <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of
     
    1677916836            <div>
    1678016837              <div class="refsect1" lang="en" xml:lang="en">
    16781                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652258"></a>
     16838                <a xmlns="http://www.w3.org/1999/xhtml" id="id569392"></a>
    1678216839                <div class="header">Values:</div>
    1678316840                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL
     
    1678516842              </div>
    1678616843              <div class="refsect1" lang="en" xml:lang="en">
    16787                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652282"></a>
     16844                <a xmlns="http://www.w3.org/1999/xhtml" id="id569415"></a>
    1678816845                <div class="header">Description:</div>
    1678916846                <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT
     
    1680816865            <div>
    1680916866              <div class="refsect1" lang="en" xml:lang="en">
    16810                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652353"></a>
     16867                <a xmlns="http://www.w3.org/1999/xhtml" id="id569486"></a>
    1681116868                <div class="header">Values:</div>
    1681216869                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p>
     
    1681616873              </div>
    1681716874              <div class="refsect1" lang="en" xml:lang="en">
    16818                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652404"></a>
     16875                <a xmlns="http://www.w3.org/1999/xhtml" id="id569537"></a>
    1681916876                <div class="header">Description:</div>
    1682016877                <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
     
    1684616903            <div>
    1684716904              <div class="refsect1" lang="en" xml:lang="en">
    16848                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652485"></a>
     16905                <a xmlns="http://www.w3.org/1999/xhtml" id="id569618"></a>
    1684916906                <div class="header">Values:</div>
    1685016907                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p>
     
    1685316910              </div>
    1685416911              <div class="refsect1" lang="en" xml:lang="en">
    16855                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652533"></a>
     16912                <a xmlns="http://www.w3.org/1999/xhtml" id="id569666"></a>
    1685616913                <div class="header">Description:</div>
    1685716914                <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is
     
    1688016937            <div>
    1688116938              <div class="refsect1" lang="en" xml:lang="en">
    16882                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652600"></a>
     16939                <a xmlns="http://www.w3.org/1999/xhtml" id="id569733"></a>
    1688316940                <div class="header">Values:</div>
    1688416941                <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
     
    1688816945              </div>
    1688916946              <div class="refsect1" lang="en" xml:lang="en">
    16890                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652628"></a>
     16947                <a xmlns="http://www.w3.org/1999/xhtml" id="id569762"></a>
    1689116948                <div class="header">Description:</div>
    1689216949                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1692516982              </div>
    1692616983              <div class="refsect1" lang="en" xml:lang="en">
    16927                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652685"></a>
     16984                <a xmlns="http://www.w3.org/1999/xhtml" id="id569818"></a>
    1692816985                <div class="header">Example:</div>
    1692916986                <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
     
    1693916996              </div>
    1694016997              <div class="refsect1" lang="en" xml:lang="en">
    16941                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652699"></a>
     16998                <a xmlns="http://www.w3.org/1999/xhtml" id="id569832"></a>
    1694216999                <div class="header">See Also:</div>
    1694317000                <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
     
    1696117018            <div>
    1696217019              <div class="refsect1" lang="en" xml:lang="en">
    16963                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652759"></a>
     17020                <a xmlns="http://www.w3.org/1999/xhtml" id="id569892"></a>
    1696417021                <div class="header">Values:</div>
    1696517022                <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
     
    1696817025              </div>
    1696917026              <div class="refsect1" lang="en" xml:lang="en">
    16970                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652783"></a>
     17027                <a xmlns="http://www.w3.org/1999/xhtml" id="id569916"></a>
    1697117028                <div class="header">Description:</div>
    1697217029                <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by
     
    1699217049            <div>
    1699317050              <div class="refsect1" lang="en" xml:lang="en">
    16994                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652843"></a>
     17051                <a xmlns="http://www.w3.org/1999/xhtml" id="id569976"></a>
    1699517052                <div class="header">Values:</div>
    1699617053                <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
     
    1699917056              </div>
    1700017057              <div class="refsect1" lang="en" xml:lang="en">
    17001                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652867"></a>
     17058                <a xmlns="http://www.w3.org/1999/xhtml" id="id570000"></a>
    1700217059                <div class="header">Description:</div>
    1700317060                <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by
     
    1702117078              </div>
    1702217079              <div class="refsect1" lang="en" xml:lang="en">
    17023                 <a xmlns="http://www.w3.org/1999/xhtml" id="id652905"></a>
     17080                <a xmlns="http://www.w3.org/1999/xhtml" id="id570038"></a>
    1702417081                <div class="header">Examples:</div>
    1702517082                <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be
     
    1867418731            <div>
    1867518732              <div class="refsect1" lang="en" xml:lang="en">
    18676                 <a xmlns="http://www.w3.org/1999/xhtml" id="id645707"></a>
     18733                <a xmlns="http://www.w3.org/1999/xhtml" id="id562764"></a>
    1867718734                <div class="header">Arguments and Values:</div>
    1867818735                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing
     
    1868418741              </div>
    1868518742              <div class="refsect1" lang="en" xml:lang="en">
    18686                 <a xmlns="http://www.w3.org/1999/xhtml" id="id645752"></a>
     18743                <a xmlns="http://www.w3.org/1999/xhtml" id="id562809"></a>
    1868718744                <div class="header">Description:</div>
    1868818745                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1870518762            <div>
    1870618763              <div class="refsect1" lang="en" xml:lang="en">
    18707                 <a xmlns="http://www.w3.org/1999/xhtml" id="id645813"></a>
     18764                <a xmlns="http://www.w3.org/1999/xhtml" id="id562870"></a>
    1870818765                <div class="header">Arguments and Values:</div>
    1870918766                <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
     
    1871818775              </div>
    1871918776              <div class="refsect1" lang="en" xml:lang="en">
    18720                 <a xmlns="http://www.w3.org/1999/xhtml" id="id645873"></a>
     18777                <a xmlns="http://www.w3.org/1999/xhtml" id="id562930"></a>
    1872118778                <div class="header">Description:</div>
    1872218779                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1874218799            <div>
    1874318800              <div class="refsect1" lang="en" xml:lang="en">
    18744                 <a xmlns="http://www.w3.org/1999/xhtml" id="id645935"></a>
     18801                <a xmlns="http://www.w3.org/1999/xhtml" id="id562992"></a>
    1874518802                <div class="header">Values:</div>
    1874618803                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with
     
    1874818805              </div>
    1874918806              <div class="refsect1" lang="en" xml:lang="en">
    18750                 <a xmlns="http://www.w3.org/1999/xhtml" id="id645962"></a>
     18807                <a xmlns="http://www.w3.org/1999/xhtml" id="id563019"></a>
    1875118808                <div class="header">Description:</div>
    1875218809                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1877018827            <div>
    1877118828              <div class="refsect1" lang="en" xml:lang="en">
    18772                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646020"></a>
     18829                <a xmlns="http://www.w3.org/1999/xhtml" id="id563078"></a>
    1877318830                <div class="header">Values:</div>
    1877418831                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user
     
    1877618833              </div>
    1877718834              <div class="refsect1" lang="en" xml:lang="en">
    18778                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646047"></a>
     18835                <a xmlns="http://www.w3.org/1999/xhtml" id="id563105"></a>
    1877918836                <div class="header">Description:</div>
    1878018837                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1879618853            <div>
    1879718854              <div class="refsect1" lang="en" xml:lang="en">
    18798                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646105"></a>
     18855                <a xmlns="http://www.w3.org/1999/xhtml" id="id563162"></a>
    1879918856                <div class="header">Arguments and Values:</div>
    1880018857                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user
     
    1880518862              </div>
    1880618863              <div class="refsect1" lang="en" xml:lang="en">
    18807                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646148"></a>
     18864                <a xmlns="http://www.w3.org/1999/xhtml" id="id563205"></a>
    1880818865                <div class="header">Description:</div>
    1880918866                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1882818885            <div>
    1882918886              <div class="refsect1" lang="en" xml:lang="en">
    18830                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646207"></a>
     18887                <a xmlns="http://www.w3.org/1999/xhtml" id="id563264"></a>
    1883118888                <div class="header">Arguments and Values:</div>
    1883218889                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific
     
    1883718894              </div>
    1883818895              <div class="refsect1" lang="en" xml:lang="en">
    18839                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646249"></a>
     18896                <a xmlns="http://www.w3.org/1999/xhtml" id="id563307"></a>
    1884018897                <div class="header">Description:</div>
    1884118898                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1886018917            <div>
    1886118918              <div class="refsect1" lang="en" xml:lang="en">
    18862                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646309"></a>
     18919                <a xmlns="http://www.w3.org/1999/xhtml" id="id563366"></a>
    1886318920                <div class="header">Values:</div>
    1886418921                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p>
    1886518922              </div>
    1886618923              <div class="refsect1" lang="en" xml:lang="en">
    18867                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646335"></a>
     18924                <a xmlns="http://www.w3.org/1999/xhtml" id="id563392"></a>
    1886818925                <div class="header">Description:</div>
    1886918926                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1888618943            <div>
    1888718944              <div class="refsect1" lang="en" xml:lang="en">
    18888                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646392"></a>
     18945                <a xmlns="http://www.w3.org/1999/xhtml" id="id563449"></a>
    1888918946                <div class="header">Values:</div>
    1889018947                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user
     
    1889418951              </div>
    1889518952              <div class="refsect1" lang="en" xml:lang="en">
    18896                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646434"></a>
     18953                <a xmlns="http://www.w3.org/1999/xhtml" id="id563492"></a>
    1889718954                <div class="header">Description:</div>
    1889818955                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1891918976            <div>
    1892018977              <div class="refsect1" lang="en" xml:lang="en">
    18921                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646503"></a>
     18978                <a xmlns="http://www.w3.org/1999/xhtml" id="id563561"></a>
    1892218979                <div class="header">Values:</div>
    1892318980                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and
     
    1892818985              </div>
    1892918986              <div class="refsect1" lang="en" xml:lang="en">
    18930                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646546"></a>
     18987                <a xmlns="http://www.w3.org/1999/xhtml" id="id563603"></a>
    1893118988                <div class="header">Description:</div>
    1893218989                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1894419001              </div>
    1894519002              <div class="refsect1" lang="en" xml:lang="en">
    18946                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646580"></a>
     19003                <a xmlns="http://www.w3.org/1999/xhtml" id="id563637"></a>
    1894719004                <div class="header">Notes:</div>
    1894819005                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1896919026            <div>
    1897019027              <div class="refsect1" lang="en" xml:lang="en">
    18971                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646640"></a>
     19028                <a xmlns="http://www.w3.org/1999/xhtml" id="id563697"></a>
    1897219029                <div class="header">Arguments and Values:</div>
    1897319030                <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
     
    1897619033              </div>
    1897719034              <div class="refsect1" lang="en" xml:lang="en">
    18978                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646667"></a>
     19035                <a xmlns="http://www.w3.org/1999/xhtml" id="id563725"></a>
    1897919036                <div class="header">Description:</div>
    1898019037                <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use
     
    1900119058            <div>
    1900219059              <div class="refsect1" lang="en" xml:lang="en">
    19003                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646737"></a>
     19060                <a xmlns="http://www.w3.org/1999/xhtml" id="id563794"></a>
    1900419061                <div class="header">Arguments and Values:</div>
    1900519062                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an
     
    1900719064              </div>
    1900819065              <div class="refsect1" lang="en" xml:lang="en">
    19009                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646763"></a>
     19066                <a xmlns="http://www.w3.org/1999/xhtml" id="id563820"></a>
    1901019067                <div class="header">Description:</div>
    1901119068                <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses
     
    1902919086            <div>
    1903019087              <div class="refsect1" lang="en" xml:lang="en">
    19031                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646828"></a>
     19088                <a xmlns="http://www.w3.org/1999/xhtml" id="id563886"></a>
    1903219089                <div class="header">Arguments and Values:</div>
    1903319090                <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
     
    1905119108              </div>
    1905219109              <div class="refsect1" lang="en" xml:lang="en">
    19053                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646909"></a>
     19110                <a xmlns="http://www.w3.org/1999/xhtml" id="id563967"></a>
    1905419111                <div class="header">Description:</div>
    1905519112                <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements
     
    1907619133            <div>
    1907719134              <div class="refsect1" lang="en" xml:lang="en">
    19078                 <a xmlns="http://www.w3.org/1999/xhtml" id="id646992"></a>
     19135                <a xmlns="http://www.w3.org/1999/xhtml" id="id564049"></a>
    1907919136                <div class="header">Arguments and Values:</div>
    1908019137                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the
     
    1909119148              </div>
    1909219149              <div class="refsect1" lang="en" xml:lang="en">
    19093                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636142"></a>
     19150                <a xmlns="http://www.w3.org/1999/xhtml" id="id564095"></a>
    1909419151                <div class="header">Description:</div>
    1909519152                <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the
     
    1911219169            <div>
    1911319170              <div class="refsect1" lang="en" xml:lang="en">
    19114                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636206"></a>
     19171                <a xmlns="http://www.w3.org/1999/xhtml" id="id564158"></a>
    1911519172                <div class="header">Arguments and Values:</div>
    1911619173                <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p>
    1911719174              </div>
    1911819175              <div class="refsect1" lang="en" xml:lang="en">
    19119                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636217"></a>
     19176                <a xmlns="http://www.w3.org/1999/xhtml" id="id564170"></a>
    1912019177                <div class="header">Description:</div>
    1912119178                <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the
     
    1915919216            <div>
    1916019217              <div class="refsect1" lang="en" xml:lang="en">
    19161                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636293"></a>
     19218                <a xmlns="http://www.w3.org/1999/xhtml" id="id553434"></a>
    1916219219                <div class="header">Description:</div>
    1916319220                <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro
     
    1919419251            <div>
    1919519252              <div class="refsect1" lang="en" xml:lang="en">
    19196                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636351"></a>
     19253                <a xmlns="http://www.w3.org/1999/xhtml" id="id553491"></a>
    1919719254                <div class="header">Description:</div>
    1919819255                <p xmlns="http://www.w3.org/1999/xhtml">Per ANSI CL, Clozure CL supports the :EXTERNAL-FORMAT keyword
     
    1923819295            <div>
    1923919296              <div class="refsect1" lang="en" xml:lang="en">
    19240                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636431"></a>
     19297                <a xmlns="http://www.w3.org/1999/xhtml" id="id553572"></a>
    1924119298                <div class="header">Description:</div>
    1924219299                <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is
     
    1926219319            <div>
    1926319320              <div class="refsect1" lang="en" xml:lang="en">
    19264                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636481"></a>
     19321                <a xmlns="http://www.w3.org/1999/xhtml" id="id553622"></a>
    1926519322                <div class="header">Superclasses:</div>
    1926619323                <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p>
    1926719324              </div>
    1926819325              <div class="refsect1" lang="en" xml:lang="en">
    19269                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636492"></a>
     19326                <a xmlns="http://www.w3.org/1999/xhtml" id="id553633"></a>
    1927019327                <div class="header">Initargs:</div>
    1927119328                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>---
     
    1927519332              </div>
    1927619333              <div class="refsect1" lang="en" xml:lang="en">
    19277                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636519"></a>
     19334                <a xmlns="http://www.w3.org/1999/xhtml" id="id553660"></a>
    1927819335                <div class="header">Description:</div>
    1927919336                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1929319350              </div>
    1929419351              <div class="refsect1" lang="en" xml:lang="en">
    19295                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636539"></a>
     19352                <a xmlns="http://www.w3.org/1999/xhtml" id="id553679"></a>
    1929619353                <div class="header">Examples:</div>
    1929719354                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1932419381              </div>
    1932519382              <div class="refsect1" lang="en" xml:lang="en">
    19326                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636592"></a>
     19383                <a xmlns="http://www.w3.org/1999/xhtml" id="id553732"></a>
    1932719384                <div class="header">Notes:</div>
    1932819385                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1966419721            <div>
    1966519722              <div class="refsect1" lang="en" xml:lang="en">
    19666                 <a xmlns="http://www.w3.org/1999/xhtml" id="id643777"></a>
     19723                <a xmlns="http://www.w3.org/1999/xhtml" id="id484514"></a>
    1966719724                <div class="header">Arguments and Values:</div>
    1966819725                <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>
     
    1967219729              </div>
    1967319730              <div class="refsect1" lang="en" xml:lang="en">
    19674                 <a xmlns="http://www.w3.org/1999/xhtml" id="id643837"></a>
     19731                <a xmlns="http://www.w3.org/1999/xhtml" id="id537465"></a>
    1967519732                <div class="header">Description:</div>
    1967619733                <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p>
     
    1969019747            <div>
    1969119748              <div class="refsect1" lang="en" xml:lang="en">
    19692                 <a xmlns="http://www.w3.org/1999/xhtml" id="id643894"></a>
     19749                <a xmlns="http://www.w3.org/1999/xhtml" id="id537522"></a>
    1969319750                <div class="header">Description:</div>
    1969419751                <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>
     
    1970819765            <div>
    1970919766              <div class="refsect1" lang="en" xml:lang="en">
    19710                 <a xmlns="http://www.w3.org/1999/xhtml" id="id643968"></a>
     19767                <a xmlns="http://www.w3.org/1999/xhtml" id="id537597"></a>
    1971119768                <div class="header">Description:</div>
    1971219769                <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>.
     
    1973119788            <div>
    1973219789              <div class="refsect1" lang="en" xml:lang="en">
    19733                 <a xmlns="http://www.w3.org/1999/xhtml" id="id644111"></a>
     19790                <a xmlns="http://www.w3.org/1999/xhtml" id="id537665"></a>
    1973419791                <div class="header">Description:</div>
    1973519792                <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to
     
    1976419821            <div>
    1976519822              <div class="refsect1" lang="en" xml:lang="en">
    19766                 <a xmlns="http://www.w3.org/1999/xhtml" id="id644196"></a>
     19823                <a xmlns="http://www.w3.org/1999/xhtml" id="id537750"></a>
    1976719824                <div class="header">Description:</div>
    1976819825                <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the
     
    1978519842            <div>
    1978619843              <div class="refsect1" lang="en" xml:lang="en">
    19787                 <a xmlns="http://www.w3.org/1999/xhtml" id="id644256"></a>
     19844                <a xmlns="http://www.w3.org/1999/xhtml" id="id553785"></a>
    1978819845                <div class="header">Arguments and Values:</div>
    1978919846                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p>
    1979019847              </div>
    1979119848              <div class="refsect1" lang="en" xml:lang="en">
    19792                 <a xmlns="http://www.w3.org/1999/xhtml" id="id644282"></a>
     19849                <a xmlns="http://www.w3.org/1999/xhtml" id="id553811"></a>
    1979319850                <div class="header">Description:</div>
    1979419851                <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the
     
    1981419871            <div>
    1981519872              <div class="refsect1" lang="en" xml:lang="en">
    19816                 <a xmlns="http://www.w3.org/1999/xhtml" id="id644344"></a>
     19873                <a xmlns="http://www.w3.org/1999/xhtml" id="id553872"></a>
    1981719874                <div class="header">Description:</div>
    1981819875                <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the
     
    1983419891            <div>
    1983519892              <div class="refsect1" lang="en" xml:lang="en">
    19836                 <a xmlns="http://www.w3.org/1999/xhtml" id="id615377"></a>
     19893                <a xmlns="http://www.w3.org/1999/xhtml" id="id553931"></a>
    1983719894                <div class="header">Arguments and Values:</div>
    1983819895                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p>
    1983919896              </div>
    1984019897              <div class="refsect1" lang="en" xml:lang="en">
    19841                 <a xmlns="http://www.w3.org/1999/xhtml" id="id615403"></a>
     19898                <a xmlns="http://www.w3.org/1999/xhtml" id="id553957"></a>
    1984219899                <div class="header">Description:</div>
    1984319900                <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC
     
    1986519922            <div>
    1986619923              <div class="refsect1" lang="en" xml:lang="en">
    19867                 <a xmlns="http://www.w3.org/1999/xhtml" id="id615461"></a>
     19924                <a xmlns="http://www.w3.org/1999/xhtml" id="id554015"></a>
    1986819925                <div class="header">Description:</div>
    1986919926                <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call,
     
    1988819945            <div>
    1988919946              <div class="refsect1" lang="en" xml:lang="en">
    19890                 <a xmlns="http://www.w3.org/1999/xhtml" id="id615517"></a>
     19947                <a xmlns="http://www.w3.org/1999/xhtml" id="id554071"></a>
    1989119948                <div class="header">Description:</div>
    1989219949                <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL
     
    1991319970            <div>
    1991419971              <div class="refsect1" lang="en" xml:lang="en">
    19915                 <a xmlns="http://www.w3.org/1999/xhtml" id="id615575"></a>
     19972                <a xmlns="http://www.w3.org/1999/xhtml" id="id554129"></a>
    1991619973                <div class="header">Description:</div>
    1991719974                <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the
     
    1993519992            <div>
    1993619993              <div class="refsect1" lang="en" xml:lang="en">
    19937                 <a xmlns="http://www.w3.org/1999/xhtml" id="id615634"></a>
     19994                <a xmlns="http://www.w3.org/1999/xhtml" id="id554188"></a>
    1993819995                <div class="header">Arguments and Values:</div>
    1993919996                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest
     
    1994520002              </div>
    1994620003              <div class="refsect1" lang="en" xml:lang="en">
    19947                 <a xmlns="http://www.w3.org/1999/xhtml" id="id615689"></a>
     20004                <a xmlns="http://www.w3.org/1999/xhtml" id="id554243"></a>
    1994820005                <div class="header">Description:</div>
    1994920006                <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect.
     
    1996920026            <div>
    1997020027              <div class="refsect1" lang="en" xml:lang="en">
    19971                 <a xmlns="http://www.w3.org/1999/xhtml" id="id615755"></a>
     20028                <a xmlns="http://www.w3.org/1999/xhtml" id="id554309"></a>
    1997220029                <div class="header">Arguments and Values:</div>
    1997320030                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p>
    1997420031              </div>
    1997520032              <div class="refsect1" lang="en" xml:lang="en">
    19976                 <a xmlns="http://www.w3.org/1999/xhtml" id="id615781"></a>
     20033                <a xmlns="http://www.w3.org/1999/xhtml" id="id554335"></a>
    1997720034                <div class="header">Description:</div>
    1997820035                <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages
     
    1999920056            <div>
    2000020057              <div class="refsect1" lang="en" xml:lang="en">
    20001                 <a xmlns="http://www.w3.org/1999/xhtml" id="id615839"></a>
     20058                <a xmlns="http://www.w3.org/1999/xhtml" id="id554393"></a>
    2000220059                <div class="header">Description:</div>
    2000320060                <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs
     
    2015420211                <dt>
    2015520212                  <span class="sect2">
    20156                     <a href="#id642414">16.7.2. Recommended Reading</a>
     20213                    <a href="#id559559">16.7.2. Recommended Reading</a>
    2015720214                  </span>
    2015820215                </dt>
     
    2143021487                <li class="listitem">
    2143121488                  <p>To support a feature called <span class="emphasis"><em>GCTWA
    21432                 <sup>[<a id="id641968" href="#ftn.id641968" class="footnote">1</a>]</sup>
     21489                <sup>[<a id="id559113" href="#ftn.id559113" class="footnote">1</a>]</sup>
    2143321490                    , </em></span>the vector that contains the internal
    2143421491                  symbols of the current package is marked on entry to the
     
    2156321620            <hr width="100" align="left" />
    2156421621            <div class="footnote">
    21565               <p><sup>[<a id="ftn.id641968" href="#id641968" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,
     21622              <p><sup>[<a id="ftn.id559113" href="#id559113" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,
    2156621623                            where it stood for "Garbage Collection of Truly
    2156721624                            Worthless Atoms".</p>
     
    2162321680        generations looking for such intergenerational references, the
    2162421681        runtime system must note all such intergenerational references
    21625         at the point where they're created (via Setf).<sup>[<a id="id642202" href="#ftn.id642202" class="footnote">2</a>]</sup> The
     21682        at the point where they're created (via Setf).<sup>[<a id="id559347" href="#ftn.id559347" class="footnote">2</a>]</sup> The
    2162621683        set of pointers that may contain intergenerational references is
    2162721684        sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p>
     
    2167021727        that might introduce an intergenerational reference must be
    2167121728        memoized.
    21672         <sup>[<a id="id642270" href="#ftn.id642270" class="footnote">3</a>]</sup> It's always safe to
     21729        <sup>[<a id="id559416" href="#ftn.id559416" class="footnote">3</a>]</sup> It's always safe to
    2167321730        push any cons cell or gvector locative onto the memo stack;
    2167421731        it's never safe to push anything else.
     
    2169121748            <hr width="100" align="left" />
    2169221749            <div class="footnote">
    21693               <p><sup>[<a id="ftn.id642202" href="#id642202" class="para">2</a>] </sup>This is
     21750              <p><sup>[<a id="ftn.id559347" href="#id559347" class="para">2</a>] </sup>This is
    2169421751            sometimes called "The Write Barrier": all assignments which
    2169521752            might result in intergenerational references must be noted, as
     
    2169721754            </div>
    2169821755            <div class="footnote">
    21699               <p><sup>[<a id="ftn.id642270" href="#id642270" class="para">3</a>] </sup>Note that the implicit setfs that occur when
     21756              <p><sup>[<a id="ftn.id559416" href="#id559416" class="para">3</a>] </sup>Note that the implicit setfs that occur when
    2170021757        initializing an object - as in the case of a call to cons or
    2170121758        vector - can't introduce intergenerational references, since
     
    2181321870              <div>
    2181421871                <div>
    21815                   <h3 class="title"><a id="id642414"></a>16.7.2. Recommended Reading</h3>
     21872                  <h3 class="title"><a id="id559559"></a>16.7.2. Recommended Reading</h3>
    2181621873                </div>
    2181721874              </div>
     
    2222622283            <div>
    2222722284              <div class="refsect1" lang="en" xml:lang="en">
    22228                 <a xmlns="http://www.w3.org/1999/xhtml" id="id632581"></a>
     22285                <a xmlns="http://www.w3.org/1999/xhtml" id="id478654"></a>
    2222922286                <div class="header">Description:</div>
    2223022287                <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD)
     
    2225122308            <div>
    2225222309              <div class="refsect1" lang="en" xml:lang="en">
    22253                 <a xmlns="http://www.w3.org/1999/xhtml" id="id632928"></a>
     22310                <a xmlns="http://www.w3.org/1999/xhtml" id="id532512"></a>
    2225422311                <div class="header">Description:</div>
    2225522312                <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE*
     
    2227522332            <div>
    2227622333              <div class="refsect1" lang="en" xml:lang="en">
    22277                 <a xmlns="http://www.w3.org/1999/xhtml" id="id645437"></a>
     22334                <a xmlns="http://www.w3.org/1999/xhtml" id="id561338"></a>
    2227822335                <div class="header">Description:</div>
    2227922336                <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE*
     
    2229822355            <div>
    2229922356              <div class="refsect1" lang="en" xml:lang="en">
    22300                 <a xmlns="http://www.w3.org/1999/xhtml" id="id643597"></a>
     22357                <a xmlns="http://www.w3.org/1999/xhtml" id="id532104"></a>
    2230122358                <div class="header">Description:</div>
    2230222359                <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session
     
    2232322380            <div>
    2232422381              <div class="refsect1" lang="en" xml:lang="en">
    22325                 <a xmlns="http://www.w3.org/1999/xhtml" id="id643655"></a>
     22382                <a xmlns="http://www.w3.org/1999/xhtml" id="id537975"></a>
    2232622383                <div class="header">Description:</div>
    2232722384                <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p>
     
    2234122398            <div>
    2234222399              <div class="refsect1" lang="en" xml:lang="en">
    22343                 <a xmlns="http://www.w3.org/1999/xhtml" id="id644681"></a>
     22400                <a xmlns="http://www.w3.org/1999/xhtml" id="id538018"></a>
    2234422401                <div class="header">Description:</div>
    2234522402                <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros.
     
    2236322420            <div>
    2236422421              <div class="refsect1" lang="en" xml:lang="en">
    22365                 <a xmlns="http://www.w3.org/1999/xhtml" id="id641014"></a>
     22422                <a xmlns="http://www.w3.org/1999/xhtml" id="id510158"></a>
    2236622423                <div class="header">Arguments and Values:</div>
    2236722424                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p>
     
    2236922426              </div>
    2237022427              <div class="refsect1" lang="en" xml:lang="en">
    22371                 <a xmlns="http://www.w3.org/1999/xhtml" id="id641055"></a>
     22428                <a xmlns="http://www.w3.org/1999/xhtml" id="id510199"></a>
    2237222429                <div class="header">Description:</div>
    2237322430                <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If
     
    2239522452            <div>
    2239622453              <div class="refsect1" lang="en" xml:lang="en">
    22397                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636920"></a>
     22454                <a xmlns="http://www.w3.org/1999/xhtml" id="id560934"></a>
    2239822455                <div class="header">Arguments and Values:</div>
    2239922456                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p>
     
    2240422461              </div>
    2240522462              <div class="refsect1" lang="en" xml:lang="en">
    22406                 <a xmlns="http://www.w3.org/1999/xhtml" id="id636977"></a>
     22463                <a xmlns="http://www.w3.org/1999/xhtml" id="id485784"></a>
    2240722464                <div class="header">Description:</div>
    2240822465                <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer
     
    2305123108              <dt>unuse-interface-dir, <a class="indexterm" href="#f_unuse-interface-dir">Function UNUSE-INTERFACE-DIR</a></dt>
    2305223109              <dt>unwatch, <a class="indexterm" href="#f_unwatch">Function UNWATCH</a></dt>
     23110              <dt>unwind-protect, <a class="indexterm" href="#v_unwind-protect">Special operator UNWIND-PROTECT</a></dt>
    2305323111              <dt>use-interface-dir, <a class="indexterm" href="#f_use-interface-dir">Function USE-INTERFACE-DIR</a></dt>
    2305423112              <dt>use-lisp-heap-gc-threshold, <a class="indexterm" href="#f_use-lisp-heap-gc-threshold">Function USE-LISP-HEAP-GC-THRESHOLD</a></dt>
     
    2306223120              <dt>watch, <a class="indexterm" href="#f_watch">Function WATCH</a></dt>
    2306323121              <dt>with-altivec-registers, <a class="indexterm" href="#lapm_with-altivec-registers">LAP Macro WITH-ALTIVEC-REGISTERS</a></dt>
     23122              <dt>with-interrupts-enabled, <a class="indexterm" href="#m_with-interrupts-enabled">Macro WITH-INTERRUPTS-ENABLED</a></dt>
    2306423123              <dt>with-lock-grabbed, <a class="indexterm" href="#m_with-lock-grabbed">Macro WITH-LOCK-GRABBED</a></dt>
    2306523124              <dt>with-open-socket, <a class="indexterm" href="#m_with-open-socket">Macro WITH-OPEN-SOCKET</a></dt>
     
    2308023139      <a href="#Symbol-Index">Symbol Index</a>
    2308123140    </div>
    23082     <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 4:0 on December 23, 2010, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14508<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>
     23141    <p xmlns="http://www.w3.org/TR/xhtml1/transitional" xmlns:date="http://exslt.org/dates-and-times" class="footer">This document was last modified at 18:0 on December 30, 2010, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14529<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>
    2308323142  </body>
    2308423143</html>
Note: See TracChangeset for help on using the changeset viewer.