Changeset 14509


Ignore:
Timestamp:
Dec 22, 2010, 8:00:18 PM (14 years ago)
Author:
Gary Byers
Message:

updated

File:
1 edited

Legend:

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

    r14475 r14509  
    66    <title>Clozure CL Documentation</title>
    77    <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" />
    8     <link rel="home" href="#id509702" title="Clozure CL Documentation" />
     8    <link rel="home" href="#id551584" 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="id509702"></a>Clozure CL Documentation</h1>
     16            <h1 class="title"><a id="id551584"></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="id528244" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl
     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
    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="id522945" 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="id564826" 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="id551161" 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="id593042" 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="id536820" class="indexterm"></a> bootstrapping image is a minimal
     1779          <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id578701" 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="id525617" class="indexterm"></a>
     1791      <a id="id576885" 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
     
    20202020            </div>
    20212021          </div>
    2022           <p xmlns="http://www.w3.org/1999/xhtml">Given that you now have everything you need, do the
    2023       following in a running Clozure CL to bring your Lisp system
    2024       completely up to date.</p>
     2022          <p xmlns="http://www.w3.org/1999/xhtml">You now have everything you need.  Start up
     2023      Clozure CL with the <code class="literal">-n</code> or <code class="literal">--no-init</code>
     2024      option to avoid potential interference from code in your init file,
     2025      and evaluate the following form to bring your Lisp system
     2026      up to date.</p>
    20252027          <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
    20262028? (ccl:rebuild-ccl :full t)
     
    26062608    </p>
    26072609          <p xmlns="http://www.w3.org/1999/xhtml">
    2608       <a id="id533582" class="indexterm"></a>
     2610      <a id="id585771" class="indexterm"></a>
    26092611      <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em>
    26102612        <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> |
     
    30503052          </div>
    30513053          <p xmlns="http://www.w3.org/1999/xhtml">
    3052       <a id="id564435" class="indexterm"></a>
     3054      <a id="id606339" class="indexterm"></a>
    30533055      <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em>    [Variable]</strong></span>
    30543056    </p>
    30553057          <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>
    30563058          <p xmlns="http://www.w3.org/1999/xhtml">
    3057       <a id="id564461" class="indexterm"></a>
     3059      <a id="id606365" class="indexterm"></a>
    30583060      <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em>    [Variable]</strong></span>
    30593061    </p>
    30603062          <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>
    30613063          <p xmlns="http://www.w3.org/1999/xhtml">
    3062       <a id="id564490" class="indexterm"></a>
     3064      <a id="id606394" class="indexterm"></a>
    30633065      <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>
    30643066    </p>
     
    30683070    </p>
    30693071          <p xmlns="http://www.w3.org/1999/xhtml">
    3070       <a id="id564539" class="indexterm"></a>
     3072      <a id="id606443" class="indexterm"></a>
    30713073      <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em>   [Variable]</strong></span>
    30723074    </p>
     
    30763078      explicit printing done by user code.</p>
    30773079          <p xmlns="http://www.w3.org/1999/xhtml">
    3078       <a id="id564574" class="indexterm"></a>
     3080      <a id="id606478" class="indexterm"></a>
    30793081      <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em>    [Variable]</strong></span>
    30803082    </p>
     
    30843086      explicit printing done by user code.</p>
    30853087          <p xmlns="http://www.w3.org/1999/xhtml">
    3086       <a id="id564608" class="indexterm"></a>
     3088      <a id="id606512" class="indexterm"></a>
    30873089      <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em>    [Variable]</strong></span>
    30883090    </p>
     
    31333135            <div>
    31343136              <div class="refsect1" lang="en" xml:lang="en">
    3135                 <a xmlns="http://www.w3.org/1999/xhtml" id="id564771"></a>
     3137                <a xmlns="http://www.w3.org/1999/xhtml" id="id606674"></a>
    31363138                <div class="header">Arguments and Values:</div>
    31373139                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">spec</span></i>---
     
    31683170              </div>
    31693171              <div class="refsect1" lang="en" xml:lang="en">
    3170                 <a xmlns="http://www.w3.org/1999/xhtml" id="id564879"></a>
     3172                <a xmlns="http://www.w3.org/1999/xhtml" id="id606781"></a>
    31713173                <div class="header">Examples:</div>
    31723174                <p xmlns="http://www.w3.org/1999/xhtml">
     
    32133215            <div>
    32143216              <div class="refsect1" lang="en" xml:lang="en">
    3215                 <a xmlns="http://www.w3.org/1999/xhtml" id="id564978"></a>
     3217                <a xmlns="http://www.w3.org/1999/xhtml" id="id606880"></a>
    32163218                <div class="header">Description:</div>
    32173219                <p xmlns="http://www.w3.org/1999/xhtml">
     
    32283230              </div>
    32293231              <div class="refsect1" lang="en" xml:lang="en">
    3230                 <a xmlns="http://www.w3.org/1999/xhtml" id="id565044"></a>
     3232                <a xmlns="http://www.w3.org/1999/xhtml" id="id606946"></a>
    32313233                <div class="header">Arguments and Values:</div>
    32323234                <p xmlns="http://www.w3.org/1999/xhtml">
     
    32523254            <div>
    32533255              <div class="refsect1" lang="en" xml:lang="en">
    3254                 <a xmlns="http://www.w3.org/1999/xhtml" id="id565122"></a>
     3256                <a xmlns="http://www.w3.org/1999/xhtml" id="id607024"></a>
    32553257                <div class="header">Description:</div>
    32563258                <p xmlns="http://www.w3.org/1999/xhtml">
     
    32643266              </div>
    32653267              <div class="refsect1" lang="en" xml:lang="en">
    3266                 <a xmlns="http://www.w3.org/1999/xhtml" id="id565171"></a>
     3268                <a xmlns="http://www.w3.org/1999/xhtml" id="id607071"></a>
    32673269                <div class="header">Arguments and Values:</div>
    32683270                <p xmlns="http://www.w3.org/1999/xhtml">
     
    34313433              <div>
    34323434                <div class="refsect1" lang="en" xml:lang="en">
    3433                   <a xmlns="http://www.w3.org/1999/xhtml" id="id565732"></a>
     3435                  <a xmlns="http://www.w3.org/1999/xhtml" id="id607633"></a>
    34343436                  <div class="header">Arguments and Values:</div>
    34353437                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external
     
    34653467                </div>
    34663468                <div class="refsect1" lang="en" xml:lang="en">
    3467                   <a xmlns="http://www.w3.org/1999/xhtml" id="id580305"></a>
     3469                  <a xmlns="http://www.w3.org/1999/xhtml" id="id622196"></a>
    34683470                  <div class="header">Description:</div>
    34693471                  <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a
     
    36333635                <div>
    36343636                  <div>
    3635                     <h4 class="title"><a id="id580607"></a>4.5.4.1. Encoding Problems</h4>
     3637                    <h4 class="title"><a id="id622499"></a>4.5.4.1. Encoding Problems</h4>
    36363638                  </div>
    36373639                </div>
     
    36493651                <div>
    36503652                  <div>
    3651                     <h4 class="title"><a id="id580619"></a>4.5.4.2. Byte Order Marks</h4>
     3653                    <h4 class="title"><a id="id622511"></a>4.5.4.2. Byte Order Marks</h4>
    36523654                  </div>
    36533655                </div>
     
    36773679                <div>
    36783680                  <div>
    3679                     <h4 class="title"><a id="id580654"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>
     3681                    <h4 class="title"><a id="id622546"></a>4.5.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>
    36803682                  </div>
    36813683                </div>
     
    36993701                <div>
    37003702                  <div class="refsect1" lang="en" xml:lang="en">
    3701                     <a xmlns="http://www.w3.org/1999/xhtml" id="id580715"></a>
     3703                    <a xmlns="http://www.w3.org/1999/xhtml" id="id622607"></a>
    37023704                    <div class="header">Description:</div>
    37033705                    <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings
     
    37083710                  </div>
    37093711                  <div class="refsect1" lang="en" xml:lang="en">
    3710                     <a xmlns="http://www.w3.org/1999/xhtml" id="id580730"></a>
     3712                    <a xmlns="http://www.w3.org/1999/xhtml" id="id622622"></a>
    37113713                    <div class="header">See Also:</div>
    37123714                    <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>
     
    41394141                <div>
    41404142                  <div>
    4141                     <h4 class="title"><a id="id581409"></a>4.5.4.5. Encoding and Decoding Strings</h4>
     4143                    <h4 class="title"><a id="id623301"></a>4.5.4.5. Encoding and Decoding Strings</h4>
    41424144                  </div>
    41434145                </div>
     
    41644166                <div>
    41654167                  <div class="refsect1" lang="en" xml:lang="en">
    4166                     <a xmlns="http://www.w3.org/1999/xhtml" id="id581484"></a>
     4168                    <a xmlns="http://www.w3.org/1999/xhtml" id="id623377"></a>
    41674169                    <div class="header">Description:</div>
    41684170                    <p xmlns="http://www.w3.org/1999/xhtml">
     
    41954197                <div>
    41964198                  <div class="refsect1" lang="en" xml:lang="en">
    4197                     <a xmlns="http://www.w3.org/1999/xhtml" id="id581580"></a>
     4199                    <a xmlns="http://www.w3.org/1999/xhtml" id="id623472"></a>
    41984200                    <div class="header">Description:</div>
    41994201                    <p xmlns="http://www.w3.org/1999/xhtml">
     
    42384240                <div>
    42394241                  <div class="refsect1" lang="en" xml:lang="en">
    4240                     <a xmlns="http://www.w3.org/1999/xhtml" id="id581703"></a>
     4242                    <a xmlns="http://www.w3.org/1999/xhtml" id="id623596"></a>
    42414243                    <div class="header">Description:</div>
    42424244                    <p xmlns="http://www.w3.org/1999/xhtml">
     
    42844286                <div>
    42854287                  <div class="refsect1" lang="en" xml:lang="en">
    4286                     <a xmlns="http://www.w3.org/1999/xhtml" id="id581822"></a>
     4288                    <a xmlns="http://www.w3.org/1999/xhtml" id="id623715"></a>
    42874289                    <div class="header">Description:</div>
    42884290                    <p xmlns="http://www.w3.org/1999/xhtml">
     
    43344336            </div>
    43354337            <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>
    4336             <a xmlns="http://www.w3.org/1999/xhtml" id="id581911" class="indexterm"></a>
     4338            <a xmlns="http://www.w3.org/1999/xhtml" id="id623803" class="indexterm"></a>
    43374339            <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the
    43384340        <code class="literal">ccl</code> directory.  It is used for a variety of
     
    44384440      platforms.</p>
    44394441          <p xmlns="http://www.w3.org/1999/xhtml">
    4440       <a id="id582094" class="indexterm"></a>
     4442      <a id="id623987" class="indexterm"></a>
    44414443      <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em>
    44424444        <em class="parameter"><code>pathname</code></em>
     
    44984500      a memory error.</p>
    44994501          <p xmlns="http://www.w3.org/1999/xhtml">
    4500       <a id="id582227" class="indexterm"></a>
     4502      <a id="id624120" class="indexterm"></a>
    45014503      <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em>
    45024504        <em class="parameter"><code>displaced-array</code></em>
     
    45104512      target is an empty vector (of length zero).</p>
    45114513          <p xmlns="http://www.w3.org/1999/xhtml">
    4512       <a id="id582263" class="indexterm"></a>
     4514      <a id="id624155" class="indexterm"></a>
    45134515      <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em>
    45144516        <em class="parameter"><code>pathname</code></em>
     
    45204522      bytes.</p>
    45214523          <p xmlns="http://www.w3.org/1999/xhtml">
    4522       <a id="id582295" class="indexterm"></a>
     4524      <a id="id624187" class="indexterm"></a>
    45234525      <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em>
    45244526        <em class="parameter"><code>displaced-array</code></em>
     
    45594561      static.</p>
    45604562          <p xmlns="http://www.w3.org/1999/xhtml">
    4561       <a id="id582369" class="indexterm"></a>
     4563      <a id="id624262" class="indexterm"></a>
    45624564      <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em>
    45634565        <em class="parameter"><code>var</code></em>
     
    46134615            </div>
    46144616          </div>
    4615           <a xmlns="http://www.w3.org/1999/xhtml" id="id582481" class="indexterm"></a>
     4617          <a xmlns="http://www.w3.org/1999/xhtml" id="id624374" class="indexterm"></a>
    46164618          <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the
    46174619      function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file
     
    46934695      converted, because address 0 can always be relied upon to refer to
    46944696      the same thing.</p>
    4695           <a xmlns="http://www.w3.org/1999/xhtml" id="id582703" class="indexterm"></a>
     4697          <a xmlns="http://www.w3.org/1999/xhtml" id="id624595" class="indexterm"></a>
    46964698          <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code>
    46974699      refers to a <code class="literal">MACPTR</code> object that points to address 0.</p>
     
    47044706      or <code class="literal">opencml64</code> script.</p>
    47054707          <p xmlns="http://www.w3.org/1999/xhtml">
    4706       <a id="id582750" class="indexterm"></a>
     4708      <a id="id624642" class="indexterm"></a>
    47074709      <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em>
    47084710        <em class="parameter"><code>filename</code></em>
     
    48284830            <div>
    48294831              <div class="refsect1" lang="en" xml:lang="en">
    4830                 <a xmlns="http://www.w3.org/1999/xhtml" id="id583021"></a>
     4832                <a xmlns="http://www.w3.org/1999/xhtml" id="id624914"></a>
    48314833                <div class="header">Arguments and Values:</div>
    48324834                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>---
     
    48424844              </div>
    48434845              <div class="refsect1" lang="en" xml:lang="en">
    4844                 <a xmlns="http://www.w3.org/1999/xhtml" id="id583081"></a>
     4846                <a xmlns="http://www.w3.org/1999/xhtml" id="id624974"></a>
    48454847                <div class="header">Description:</div>
    48464848                <p xmlns="http://www.w3.org/1999/xhtml">
     
    49024904            <div>
    49034905              <div class="refsect1" lang="en" xml:lang="en">
    4904                 <a xmlns="http://www.w3.org/1999/xhtml" id="id583172"></a>
     4906                <a xmlns="http://www.w3.org/1999/xhtml" id="id625064"></a>
    49054907                <div class="header">Arguments and Values:</div>
    49064908                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>---
     
    49104912              </div>
    49114913              <div class="refsect1" lang="en" xml:lang="en">
    4912                 <a xmlns="http://www.w3.org/1999/xhtml" id="id583195"></a>
     4914                <a xmlns="http://www.w3.org/1999/xhtml" id="id625088"></a>
    49134915                <div class="header">Description:</div>
    49144916                <p xmlns="http://www.w3.org/1999/xhtml">
     
    49494951            <div>
    49504952              <div class="refsect1" lang="en" xml:lang="en">
    4951                 <a xmlns="http://www.w3.org/1999/xhtml" id="id583291"></a>
     4953                <a xmlns="http://www.w3.org/1999/xhtml" id="id625183"></a>
    49524954                <div class="header">Arguments and Values:</div>
    49534955                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>---
     
    49584960              </div>
    49594961              <div class="refsect1" lang="en" xml:lang="en">
    4960                 <a xmlns="http://www.w3.org/1999/xhtml" id="id583327"></a>
     4962                <a xmlns="http://www.w3.org/1999/xhtml" id="id625219"></a>
    49614963                <div class="header">Description:</div>
    49624964                <p xmlns="http://www.w3.org/1999/xhtml">
     
    50075009              <div>
    50085010                <div class="refsect1" lang="en" xml:lang="en">
    5009                   <a xmlns="http://www.w3.org/1999/xhtml" id="id583402"></a>
     5011                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625294"></a>
    50105012                  <div class="header">Arguments and Values:</div>
    50115013                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>---
     
    50145016                </div>
    50155017                <div class="refsect1" lang="en" xml:lang="en">
    5016                   <a xmlns="http://www.w3.org/1999/xhtml" id="id583424"></a>
     5018                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625317"></a>
    50175019                  <div class="header">Description:</div>
    50185020                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    51815183              <div>
    51825184                <div class="refsect1" lang="en" xml:lang="en">
    5183                   <a xmlns="http://www.w3.org/1999/xhtml" id="id583598"></a>
     5185                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625491"></a>
    51845186                  <div class="header">Description:</div>
    51855187                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    52155217              <div>
    52165218                <div class="refsect1" lang="en" xml:lang="en">
    5217                   <a xmlns="http://www.w3.org/1999/xhtml" id="id583647"></a>
     5219                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625539"></a>
    52185220                  <div class="header">Discussion:</div>
    52195221                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    52335235                </div>
    52345236                <div class="refsect1" lang="en" xml:lang="en">
    5235                   <a xmlns="http://www.w3.org/1999/xhtml" id="id583700"></a>
     5237                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625593"></a>
    52365238                  <div class="header">Restarts:</div>
    52375239                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    53015303                <div>
    53025304                  <div>
    5303                     <h4 class="title"><a id="id583758"></a>4.12.5.1. Fancy arrays</h4>
     5305                    <h4 class="title"><a id="id625650"></a>4.12.5.1. Fancy arrays</h4>
    53045306                  </div>
    53055307                </div>
     
    53285330                <div>
    53295331                  <div>
    5330                     <h4 class="title"><a id="id583777"></a>4.12.5.2. Hash tables</h4>
     5332                    <h4 class="title"><a id="id625669"></a>4.12.5.2. Hash tables</h4>
    53315333                  </div>
    53325334                </div>
     
    53765378                <div>
    53775379                  <div>
    5378                     <h4 class="title"><a id="id583807"></a>4.12.5.3. Lists</h4>
     5380                    <h4 class="title"><a id="id625700"></a>4.12.5.3. Lists</h4>
    53795381                  </div>
    53805382                </div>
     
    55455547              <div>
    55465548                <div class="refsect1" lang="en" xml:lang="en">
    5547                   <a xmlns="http://www.w3.org/1999/xhtml" id="id583989"></a>
     5549                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625882"></a>
    55485550                  <div class="header">Arguments and Values:</div>
    55495551                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">html</span></i>---
     
    55675569                </div>
    55685570                <div class="refsect1" lang="en" xml:lang="en">
    5569                   <a xmlns="http://www.w3.org/1999/xhtml" id="id584042"></a>
     5571                  <a xmlns="http://www.w3.org/1999/xhtml" id="id625934"></a>
    55705572                  <div class="header">Example:</div>
    55715573                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    56015603              <div>
    56025604                <div class="refsect1" lang="en" xml:lang="en">
    5603                   <a xmlns="http://www.w3.org/1999/xhtml" id="id584122"></a>
     5605                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626014"></a>
    56045606                  <div class="header">Summary:</div>
    56055607                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    56235625              <div>
    56245626                <div class="refsect1" lang="en" xml:lang="en">
    5625                   <a xmlns="http://www.w3.org/1999/xhtml" id="id584160"></a>
     5627                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626052"></a>
    56265628                  <div class="header">Summary:</div>
    56275629                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    56495651              <div>
    56505652                <div class="refsect1" lang="en" xml:lang="en">
    5651                   <a xmlns="http://www.w3.org/1999/xhtml" id="id584212"></a>
     5653                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626105"></a>
    56525654                  <div class="header">Summary:</div>
    56535655                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    56755677              <div>
    56765678                <div class="refsect1" lang="en" xml:lang="en">
    5677                   <a xmlns="http://www.w3.org/1999/xhtml" id="id584264"></a>
     5679                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626157"></a>
    56785680                  <div class="header">Summary:</div>
    56795681                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    57065708              <div>
    57075709                <div class="refsect1" lang="en" xml:lang="en">
    5708                   <a xmlns="http://www.w3.org/1999/xhtml" id="id584307"></a>
     5710                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626200"></a>
    57095711                  <div class="header">Summary:</div>
    57105712                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    57335735              <div>
    57345736                <div class="refsect1" lang="en" xml:lang="en">
    5735                   <a xmlns="http://www.w3.org/1999/xhtml" id="id584360"></a>
     5737                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626253"></a>
    57365738                  <div class="header">Summary:</div>
    57375739                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    57565758              <div>
    57575759                <div class="refsect1" lang="en" xml:lang="en">
    5758                   <a xmlns="http://www.w3.org/1999/xhtml" id="id584411"></a>
     5760                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626303"></a>
    57595761                  <div class="header">Summary:</div>
    57605762                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    57835785              <div>
    57845786                <div class="refsect1" lang="en" xml:lang="en">
    5785                   <a xmlns="http://www.w3.org/1999/xhtml" id="id584463"></a>
     5787                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626356"></a>
    57865788                  <div class="header">Summary:</div>
    57875789                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    58105812              <div>
    58115813                <div class="refsect1" lang="en" xml:lang="en">
    5812                   <a xmlns="http://www.w3.org/1999/xhtml" id="id584516"></a>
     5814                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626409"></a>
    58135815                  <div class="header">Summary:</div>
    58145816                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    59775979              <div>
    59785980                <div class="refsect1" lang="en" xml:lang="en">
    5979                   <a xmlns="http://www.w3.org/1999/xhtml" id="id584751"></a>
     5981                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626644"></a>
    59805982                  <div class="header">Summary:</div>
    59815983                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    60026004              <div>
    60036005                <div class="refsect1" lang="en" xml:lang="en">
    6004                   <a xmlns="http://www.w3.org/1999/xhtml" id="id584803"></a>
     6006                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626696"></a>
    60056007                  <div class="header">Summary:</div>
    60066008                  <p xmlns="http://www.w3.org/1999/xhtml">
     
    60386040            <div>
    60396041              <div class="refsect1" lang="en" xml:lang="en">
    6040                 <a xmlns="http://www.w3.org/1999/xhtml" id="id584870"></a>
     6042                <a xmlns="http://www.w3.org/1999/xhtml" id="id626762"></a>
    60416043                <div class="header">Summary:</div>
    60426044                <p xmlns="http://www.w3.org/1999/xhtml">
     
    60736075            <div>
    60746076              <div class="refsect1" lang="en" xml:lang="en">
    6075                 <a xmlns="http://www.w3.org/1999/xhtml" id="id584932"></a>
     6077                <a xmlns="http://www.w3.org/1999/xhtml" id="id626824"></a>
    60766078                <div class="header">Summary:</div>
    60776079                <p xmlns="http://www.w3.org/1999/xhtml">
     
    63076309                <div>
    63086310                  <div>
    6309                     <h4 class="title"><a id="id542430"></a>5.4.2.1. Checking for Updates</h4>
     6311                    <h4 class="title"><a id="id584291"></a>5.4.2.1. Checking for Updates</h4>
    63106312                  </div>
    63116313                </div>
     
    64396441      the required subsystems, if necessary.</p>
    64406442          <p xmlns="http://www.w3.org/1999/xhtml">
    6441       <a id="id535881" class="indexterm"></a>
     6443      <a id="id582654" class="indexterm"></a>
    64426444      <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&amp;key</em>
    64436445        (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>)
     
    67396741                <dt>
    67406742                  <span class="sect2">
    6741                     <a href="#id530520">6.3.2.  As of August 2003:</a>
     6743                    <a href="#id587172">6.3.2.  As of August 2003:</a>
    67426744                  </span>
    67436745                </dt>
     
    69906992              <div>
    69916993                <div>
    6992                   <h3 class="title"><a id="id530520"></a>6.3.2.  As of August 2003:</h3>
     6994                  <h3 class="title"><a id="id587172"></a>6.3.2.  As of August 2003:</h3>
    69936995                </div>
    69946996              </div>
     
    74427444            <div>
    74437445              <div class="refsect1" lang="en" xml:lang="en">
    7444                 <a xmlns="http://www.w3.org/1999/xhtml" id="id571455"></a>
     7446                <a xmlns="http://www.w3.org/1999/xhtml" id="id613342"></a>
    74457447                <div class="header">Values:</div>
    74467448                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads)
     
    74487450              </div>
    74497451              <div class="refsect1" lang="en" xml:lang="en">
    7450                 <a xmlns="http://www.w3.org/1999/xhtml" id="id571480"></a>
     7452                <a xmlns="http://www.w3.org/1999/xhtml" id="id613368"></a>
    74517453                <div class="header">Description:</div>
    74527454                <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known
     
    74607462              </div>
    74617463              <div class="refsect1" lang="en" xml:lang="en">
    7462                 <a xmlns="http://www.w3.org/1999/xhtml" id="id571495"></a>
     7464                <a xmlns="http://www.w3.org/1999/xhtml" id="id613383"></a>
    74637465                <div class="header">See Also:</div>
    74647466                <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
     
    74887490            <div>
    74897491              <div class="refsect1" lang="en" xml:lang="en">
    7490                 <a xmlns="http://www.w3.org/1999/xhtml" id="id571565"></a>
     7492                <a xmlns="http://www.w3.org/1999/xhtml" id="id613452"></a>
    74917493                <div class="header">Arguments and Values:</div>
    74927494                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p>
     
    75277529              </div>
    75287530              <div class="refsect1" lang="en" xml:lang="en">
    7529                 <a xmlns="http://www.w3.org/1999/xhtml" id="id571750"></a>
     7531                <a xmlns="http://www.w3.org/1999/xhtml" id="id613638"></a>
    75307532                <div class="header">Description:</div>
    75317533                <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the
     
    75487550              </div>
    75497551              <div class="refsect1" lang="en" xml:lang="en">
    7550                 <a xmlns="http://www.w3.org/1999/xhtml" id="id571802"></a>
     7552                <a xmlns="http://www.w3.org/1999/xhtml" id="id613690"></a>
    75517553                <div class="header">See Also:</div>
    75527554                <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>
     
    75677569            <div>
    75687570              <div class="refsect1" lang="en" xml:lang="en">
    7569                 <a xmlns="http://www.w3.org/1999/xhtml" id="id571881"></a>
     7571                <a xmlns="http://www.w3.org/1999/xhtml" id="id613769"></a>
    75707572                <div class="header">Arguments and Values:</div>
    75717573                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    75777579              </div>
    75787580              <div class="refsect1" lang="en" xml:lang="en">
    7579                 <a xmlns="http://www.w3.org/1999/xhtml" id="id571935"></a>
     7581                <a xmlns="http://www.w3.org/1999/xhtml" id="id613823"></a>
    75807582                <div class="header">Description:</div>
    75817583                <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from
     
    75997601              </div>
    76007602              <div class="refsect1" lang="en" xml:lang="en">
    7601                 <a xmlns="http://www.w3.org/1999/xhtml" id="id571990"></a>
     7603                <a xmlns="http://www.w3.org/1999/xhtml" id="id613878"></a>
    76027604                <div class="header">See Also:</div>
    76037605                <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>
    76047606              </div>
    76057607              <div class="refsect1" lang="en" xml:lang="en">
    7606                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572015"></a>
     7608                <a xmlns="http://www.w3.org/1999/xhtml" id="id613903"></a>
    76077609                <div class="header">Notes:</div>
    76087610                <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called
     
    76307632            <div>
    76317633              <div class="refsect1" lang="en" xml:lang="en">
    7632                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572096"></a>
     7634                <a xmlns="http://www.w3.org/1999/xhtml" id="id613984"></a>
    76337635                <div class="header">Arguments and Values:</div>
    76347636                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    76417643              </div>
    76427644              <div class="refsect1" lang="en" xml:lang="en">
    7643                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572150"></a>
     7645                <a xmlns="http://www.w3.org/1999/xhtml" id="id614038"></a>
    76447646                <div class="header">Description:</div>
    76457647                <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to
     
    76527654              </div>
    76537655              <div class="refsect1" lang="en" xml:lang="en">
    7654                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572181"></a>
     7656                <a xmlns="http://www.w3.org/1999/xhtml" id="id614069"></a>
    76557657                <div class="header">See Also:</div>
    76567658                <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>
    76577659              </div>
    76587660              <div class="refsect1" lang="en" xml:lang="en">
    7659                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572206"></a>
     7661                <a xmlns="http://www.w3.org/1999/xhtml" id="id614094"></a>
    76607662                <div class="header">Notes:</div>
    76617663                <p xmlns="http://www.w3.org/1999/xhtml">
     
    76837685            <div>
    76847686              <div class="refsect1" lang="en" xml:lang="en">
    7685                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572271"></a>
     7687                <a xmlns="http://www.w3.org/1999/xhtml" id="id614160"></a>
    76867688                <div class="header">Arguments and Values:</div>
    76877689                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    76937695              </div>
    76947696              <div class="refsect1" lang="en" xml:lang="en">
    7695                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572324"></a>
     7697                <a xmlns="http://www.w3.org/1999/xhtml" id="id614213"></a>
    76967698                <div class="header">Description:</div>
    76977699                <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
     
    77087710              </div>
    77097711              <div class="refsect1" lang="en" xml:lang="en">
    7710                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572374"></a>
     7712                <a xmlns="http://www.w3.org/1999/xhtml" id="id614263"></a>
    77117713                <div class="header">See Also:</div>
    77127714                <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>
     
    77297731            <div>
    77307732              <div class="refsect1" lang="en" xml:lang="en">
    7731                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572451"></a>
     7733                <a xmlns="http://www.w3.org/1999/xhtml" id="id614340"></a>
    77327734                <div class="header">Arguments and Values:</div>
    77337735                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    77407742              </div>
    77417743              <div class="refsect1" lang="en" xml:lang="en">
    7742                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572526"></a>
     7744                <a xmlns="http://www.w3.org/1999/xhtml" id="id614414"></a>
    77437745                <div class="header">Description:</div>
    77447746                <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset
     
    77547756              </div>
    77557757              <div class="refsect1" lang="en" xml:lang="en">
    7756                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572570"></a>
     7758                <a xmlns="http://www.w3.org/1999/xhtml" id="id614458"></a>
    77577759                <div class="header">See Also:</div>
    77587760                <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>
     
    77757777            <div>
    77767778              <div class="refsect1" lang="en" xml:lang="en">
    7777                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572652"></a>
     7779                <a xmlns="http://www.w3.org/1999/xhtml" id="id614541"></a>
    77787780                <div class="header">Arguments and Values:</div>
    77797781                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    77847786              </div>
    77857787              <div class="refsect1" lang="en" xml:lang="en">
    7786                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572714"></a>
     7788                <a xmlns="http://www.w3.org/1999/xhtml" id="id614602"></a>
    77877789                <div class="header">Description:</div>
    77887790                <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>.
     
    78017803              </div>
    78027804              <div class="refsect1" lang="en" xml:lang="en">
    7803                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572763"></a>
     7805                <a xmlns="http://www.w3.org/1999/xhtml" id="id614651"></a>
    78047806                <div class="header">See Also:</div>
    78057807                <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>
    78067808              </div>
    78077809              <div class="refsect1" lang="en" xml:lang="en">
    7808                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572793"></a>
     7810                <a xmlns="http://www.w3.org/1999/xhtml" id="id614682"></a>
    78097811                <div class="header">Notes:</div>
    78107812                <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means
     
    78277829            <div>
    78287830              <div class="refsect1" lang="en" xml:lang="en">
    7829                 <a xmlns="http://www.w3.org/1999/xhtml" id="id572909"></a>
     7831                <a xmlns="http://www.w3.org/1999/xhtml" id="id614797"></a>
    78307832                <div class="header">Arguments and Values:</div>
    78317833                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.
     
    78497851              </div>
    78507852              <div class="refsect1" lang="en" xml:lang="en">
    7851                 <a xmlns="http://www.w3.org/1999/xhtml" id="id573098"></a>
     7853                <a xmlns="http://www.w3.org/1999/xhtml" id="id614986"></a>
    78527854                <div class="header">Description:</div>
    78537855                <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via
     
    78627864              </div>
    78637865              <div class="refsect1" lang="en" xml:lang="en">
    7864                 <a xmlns="http://www.w3.org/1999/xhtml" id="id573133"></a>
     7866                <a xmlns="http://www.w3.org/1999/xhtml" id="id615021"></a>
    78657867                <div class="header">See Also:</div>
    78667868                <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>
     
    78837885            <div>
    78847886              <div class="refsect1" lang="en" xml:lang="en">
    7885                 <a xmlns="http://www.w3.org/1999/xhtml" id="id576451"></a>
     7887                <a xmlns="http://www.w3.org/1999/xhtml" id="id618349"></a>
    78867888                <div class="header">Arguments and Values:</div>
    78877889                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    78967898              </div>
    78977899              <div class="refsect1" lang="en" xml:lang="en">
    7898                 <a xmlns="http://www.w3.org/1999/xhtml" id="id576543"></a>
     7900                <a xmlns="http://www.w3.org/1999/xhtml" id="id618440"></a>
    78997901                <div class="header">Description:</div>
    79007902                <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em>
     
    79277929              </div>
    79287930              <div class="refsect1" lang="en" xml:lang="en">
    7929                 <a xmlns="http://www.w3.org/1999/xhtml" id="id576618"></a>
     7931                <a xmlns="http://www.w3.org/1999/xhtml" id="id618515"></a>
    79307932                <div class="header">See Also:</div>
    79317933                <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
     
    79367938              </div>
    79377939              <div class="refsect1" lang="en" xml:lang="en">
    7938                 <a xmlns="http://www.w3.org/1999/xhtml" id="id576637"></a>
     7940                <a xmlns="http://www.w3.org/1999/xhtml" id="id618534"></a>
    79397941                <div class="header">Notes:</div>
    79407942                <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em>
     
    79667968            <div>
    79677969              <div class="refsect1" lang="en" xml:lang="en">
    7968                 <a xmlns="http://www.w3.org/1999/xhtml" id="id576702"></a>
     7970                <a xmlns="http://www.w3.org/1999/xhtml" id="id618599"></a>
    79697971                <div class="header">Value Type:</div>
    79707972                <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p>
    79717973              </div>
    79727974              <div class="refsect1" lang="en" xml:lang="en">
    7973                 <a xmlns="http://www.w3.org/1999/xhtml" id="id576713"></a>
     7975                <a xmlns="http://www.w3.org/1999/xhtml" id="id618610"></a>
    79747976                <div class="header">Initial Value:</div>
    79757977                <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself.
     
    79777979              </div>
    79787980              <div class="refsect1" lang="en" xml:lang="en">
    7979                 <a xmlns="http://www.w3.org/1999/xhtml" id="id576725"></a>
     7981                <a xmlns="http://www.w3.org/1999/xhtml" id="id618622"></a>
    79807982                <div class="header">Description:</div>
    79817983                <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is
     
    79837985              </div>
    79847986              <div class="refsect1" lang="en" xml:lang="en">
    7985                 <a xmlns="http://www.w3.org/1999/xhtml" id="id576737"></a>
     7987                <a xmlns="http://www.w3.org/1999/xhtml" id="id618634"></a>
    79867988                <div class="header">See Also:</div>
    79877989                <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
     
    80078009            <div>
    80088010              <div class="refsect1" lang="en" xml:lang="en">
    8009                 <a xmlns="http://www.w3.org/1999/xhtml" id="id576807"></a>
     8011                <a xmlns="http://www.w3.org/1999/xhtml" id="id618704"></a>
    80108012                <div class="header">Arguments and Values:</div>
    80118013                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    80148016              </div>
    80158017              <div class="refsect1" lang="en" xml:lang="en">
    8016                 <a xmlns="http://www.w3.org/1999/xhtml" id="id576863"></a>
     8018                <a xmlns="http://www.w3.org/1999/xhtml" id="id618760"></a>
    80178019                <div class="header">Description:</div>
    80188020                <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit
     
    80418043              </div>
    80428044              <div class="refsect1" lang="en" xml:lang="en">
    8043                 <a xmlns="http://www.w3.org/1999/xhtml" id="id576931"></a>
     8045                <a xmlns="http://www.w3.org/1999/xhtml" id="id618828"></a>
    80448046                <div class="header">See Also:</div>
    80458047                <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>
     
    80618063            <div>
    80628064              <div class="refsect1" lang="en" xml:lang="en">
    8063                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577004"></a>
     8065                <a xmlns="http://www.w3.org/1999/xhtml" id="id618901"></a>
    80648066                <div class="header">Arguments and Values:</div>
    80658067                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread), which
     
    80688070              </div>
    80698071              <div class="refsect1" lang="en" xml:lang="en">
    8070                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577045"></a>
     8072                <a xmlns="http://www.w3.org/1999/xhtml" id="id618942"></a>
    80718073                <div class="header">Description:</div>
    80728074                <p xmlns="http://www.w3.org/1999/xhtml">
     
    80768078              </div>
    80778079              <div class="refsect1" lang="en" xml:lang="en">
    8078                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577057"></a>
     8080                <a xmlns="http://www.w3.org/1999/xhtml" id="id618954"></a>
    80798081                <div class="header">See Also:</div>
    80808082                <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>
     
    80968098            <div>
    80978099              <div class="refsect1" lang="en" xml:lang="en">
    8098                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577131"></a>
     8100                <a xmlns="http://www.w3.org/1999/xhtml" id="id619027"></a>
    80998101                <div class="header">Arguments and Values:</div>
    81008102                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    81028104              </div>
    81038105              <div class="refsect1" lang="en" xml:lang="en">
    8104                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577172"></a>
     8106                <a xmlns="http://www.w3.org/1999/xhtml" id="id619069"></a>
    81058107                <div class="header">Description:</div>
    81068108                <p xmlns="http://www.w3.org/1999/xhtml">
     
    81108112              </div>
    81118113              <div class="refsect1" lang="en" xml:lang="en">
    8112                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577186"></a>
     8114                <a xmlns="http://www.w3.org/1999/xhtml" id="id619083"></a>
    81138115                <div class="header">See Also:</div>
    81148116                <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>
     
    81328134            <div>
    81338135              <div class="refsect1" lang="en" xml:lang="en">
    8134                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577270"></a>
     8136                <a xmlns="http://www.w3.org/1999/xhtml" id="id619166"></a>
    81358137                <div class="header">Arguments and Values:</div>
    81368138                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p>
     
    81388140              </div>
    81398141              <div class="refsect1" lang="en" xml:lang="en">
    8140                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577311"></a>
     8142                <a xmlns="http://www.w3.org/1999/xhtml" id="id619208"></a>
    81418143                <div class="header">Description:</div>
    81428144                <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling
     
    81528154              </div>
    81538155              <div class="refsect1" lang="en" xml:lang="en">
    8154                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577374"></a>
     8156                <a xmlns="http://www.w3.org/1999/xhtml" id="id619271"></a>
    81558157                <div class="header">See Also:</div>
    81568158                <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>
     
    81718173            <div>
    81728174              <div class="refsect1" lang="en" xml:lang="en">
    8173                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577433"></a>
     8175                <a xmlns="http://www.w3.org/1999/xhtml" id="id619330"></a>
    81748176                <div class="header">Value Type:</div>
    81758177                <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p>
    81768178              </div>
    81778179              <div class="refsect1" lang="en" xml:lang="en">
    8178                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577444"></a>
     8180                <a xmlns="http://www.w3.org/1999/xhtml" id="id619341"></a>
    81798181                <div class="header">Initial Value:</div>
    81808182                <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler.  Currently,
     
    81838185              </div>
    81848186              <div class="refsect1" lang="en" xml:lang="en">
    8185                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577456"></a>
     8187                <a xmlns="http://www.w3.org/1999/xhtml" id="id619353"></a>
    81868188                <div class="header">Description:</div>
    81878189                <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best,
     
    81918193              </div>
    81928194              <div class="refsect1" lang="en" xml:lang="en">
    8193                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577469"></a>
     8195                <a xmlns="http://www.w3.org/1999/xhtml" id="id619366"></a>
    81948196                <div class="header">See Also:</div>
    81958197                <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
     
    82158217            <div>
    82168218              <div class="refsect1" lang="en" xml:lang="en">
    8217                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577573"></a>
     8219                <a xmlns="http://www.w3.org/1999/xhtml" id="id619470"></a>
    82188220                <div class="header">Description:</div>
    82198221                <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of
     
    82298231              </div>
    82308232              <div class="refsect1" lang="en" xml:lang="en">
    8231                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577615"></a>
     8233                <a xmlns="http://www.w3.org/1999/xhtml" id="id619512"></a>
    82328234                <div class="header">See Also:</div>
    82338235                <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>
    82348236              </div>
    82358237              <div class="refsect1" lang="en" xml:lang="en">
    8236                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577646"></a>
     8238                <a xmlns="http://www.w3.org/1999/xhtml" id="id619543"></a>
    82378239                <div class="header">Notes:</div>
    82388240                <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to
     
    82588260            <div>
    82598261              <div class="refsect1" lang="en" xml:lang="en">
    8260                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577704"></a>
     8262                <a xmlns="http://www.w3.org/1999/xhtml" id="id619601"></a>
    82618263                <div class="header">Description:</div>
    82628264                <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing
     
    82678269              </div>
    82688270              <div class="refsect1" lang="en" xml:lang="en">
    8269                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577718"></a>
     8271                <a xmlns="http://www.w3.org/1999/xhtml" id="id619614"></a>
    82708272                <div class="header">See Also:</div>
    82718273                <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>
    82728274              </div>
    82738275              <div class="refsect1" lang="en" xml:lang="en">
    8274                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577766"></a>
     8276                <a xmlns="http://www.w3.org/1999/xhtml" id="id619662"></a>
    82758277                <div class="header">Notes:</div>
    82768278                <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative
     
    82958297            <div>
    82968298              <div class="refsect1" lang="en" xml:lang="en">
    8297                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577830"></a>
     8299                <a xmlns="http://www.w3.org/1999/xhtml" id="id619727"></a>
    82988300                <div class="header">Arguments and Values:</div>
    82998301                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of
     
    83088310              </div>
    83098311              <div class="refsect1" lang="en" xml:lang="en">
    8310                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577910"></a>
     8312                <a xmlns="http://www.w3.org/1999/xhtml" id="id619806"></a>
    83118313                <div class="header">Description:</div>
    83128314                <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly
     
    83258327              </div>
    83268328              <div class="refsect1" lang="en" xml:lang="en">
    8327                 <a xmlns="http://www.w3.org/1999/xhtml" id="id577945"></a>
     8329                <a xmlns="http://www.w3.org/1999/xhtml" id="id619841"></a>
    83288330                <div class="header">See Also:</div>
    83298331                <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>
     
    83458347            <div>
    83468348              <div class="refsect1" lang="en" xml:lang="en">
    8347                 <a xmlns="http://www.w3.org/1999/xhtml" id="id578054"></a>
     8349                <a xmlns="http://www.w3.org/1999/xhtml" id="id619950"></a>
    83488350                <div class="header">Arguments and Values:</div>
    83498351                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of
     
    83638365              </div>
    83648366              <div class="refsect1" lang="en" xml:lang="en">
    8365                 <a xmlns="http://www.w3.org/1999/xhtml" id="id578168"></a>
     8367                <a xmlns="http://www.w3.org/1999/xhtml" id="id620062"></a>
    83668368                <div class="header">Description:</div>
    83678369                <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like
     
    83808382              </div>
    83818383              <div class="refsect1" lang="en" xml:lang="en">
    8382                 <a xmlns="http://www.w3.org/1999/xhtml" id="id578218"></a>
     8384                <a xmlns="http://www.w3.org/1999/xhtml" id="id620112"></a>
    83838385                <div class="header">See Also:</div>
    83848386                <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>
     
    84008402            <div>
    84018403              <div class="refsect1" lang="en" xml:lang="en">
    8402                 <a xmlns="http://www.w3.org/1999/xhtml" id="id578335"></a>
     8404                <a xmlns="http://www.w3.org/1999/xhtml" id="id620229"></a>
    84038405                <div class="header">Arguments and Values:</div>
    84048406                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p>
     
    84078409              </div>
    84088410              <div class="refsect1" lang="en" xml:lang="en">
    8409                 <a xmlns="http://www.w3.org/1999/xhtml" id="id578379"></a>
     8411                <a xmlns="http://www.w3.org/1999/xhtml" id="id620274"></a>
    84108412                <div class="header">Description:</div>
    84118413                <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
     
    84228424              </div>
    84238425              <div class="refsect1" lang="en" xml:lang="en">
    8424                 <a xmlns="http://www.w3.org/1999/xhtml" id="id578411"></a>
     8426                <a xmlns="http://www.w3.org/1999/xhtml" id="id620306"></a>
    84258427                <div class="header">See Also:</div>
    84268428                <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
     
    84468448            <div>
    84478449              <div class="refsect1" lang="en" xml:lang="en">
    8448                 <a xmlns="http://www.w3.org/1999/xhtml" id="id578482"></a>
     8450                <a xmlns="http://www.w3.org/1999/xhtml" id="id620377"></a>
    84498451                <div class="header">Arguments and Values:</div>
    84508452                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of
     
    84568458              </div>
    84578459              <div class="refsect1" lang="en" xml:lang="en">
    8458                 <a xmlns="http://www.w3.org/1999/xhtml" id="id578535"></a>
     8460                <a xmlns="http://www.w3.org/1999/xhtml" id="id620430"></a>
    84598461                <div class="header">Description:</div>
    84608462                <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can
     
    84668468              </div>
    84678469              <div class="refsect1" lang="en" xml:lang="en">
    8468                 <a xmlns="http://www.w3.org/1999/xhtml" id="id578552"></a>
     8470                <a xmlns="http://www.w3.org/1999/xhtml" id="id620446"></a>
    84698471                <div class="header">See Also:</div>
    84708472                <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>
     
    84868488            <div>
    84878489              <div class="refsect1" lang="en" xml:lang="en">
    8488                 <a xmlns="http://www.w3.org/1999/xhtml" id="id591600"></a>
     8490                <a xmlns="http://www.w3.org/1999/xhtml" id="id633489"></a>
    84898491                <div class="header">Arguments and Values:</div>
    84908492                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
     
    84948496              </div>
    84958497              <div class="refsect1" lang="en" xml:lang="en">
    8496                 <a xmlns="http://www.w3.org/1999/xhtml" id="id591651"></a>
     8498                <a xmlns="http://www.w3.org/1999/xhtml" id="id633540"></a>
    84978499                <div class="header">Description:</div>
    84988500                <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or
     
    85058507              </div>
    85068508              <div class="refsect1" lang="en" xml:lang="en">
    8507                 <a xmlns="http://www.w3.org/1999/xhtml" id="id591680"></a>
     8509                <a xmlns="http://www.w3.org/1999/xhtml" id="id633569"></a>
    85088510                <div class="header">See Also:</div>
    85098511                <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>
     
    85248526            <div>
    85258527              <div class="refsect1" lang="en" xml:lang="en">
    8526                 <a xmlns="http://www.w3.org/1999/xhtml" id="id591780"></a>
     8528                <a xmlns="http://www.w3.org/1999/xhtml" id="id633669"></a>
    85278529                <div class="header">Arguments and Values:</div>
    85288530                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
    85298531              </div>
    85308532              <div class="refsect1" lang="en" xml:lang="en">
    8531                 <a xmlns="http://www.w3.org/1999/xhtml" id="id591802"></a>
     8533                <a xmlns="http://www.w3.org/1999/xhtml" id="id633692"></a>
    85328534                <div class="header">Description:</div>
    85338535                <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the
     
    85408542              </div>
    85418543              <div class="refsect1" lang="en" xml:lang="en">
    8542                 <a xmlns="http://www.w3.org/1999/xhtml" id="id591836"></a>
     8544                <a xmlns="http://www.w3.org/1999/xhtml" id="id633725"></a>
    85438545                <div class="header">See Also:</div>
    85448546                <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>
     
    85588560            <div>
    85598561              <div class="refsect1" lang="en" xml:lang="en">
    8560                 <a xmlns="http://www.w3.org/1999/xhtml" id="id591935"></a>
     8562                <a xmlns="http://www.w3.org/1999/xhtml" id="id633824"></a>
    85618563                <div class="header">Arguments and Values:</div>
    85628564                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
    85638565              </div>
    85648566              <div class="refsect1" lang="en" xml:lang="en">
    8565                 <a xmlns="http://www.w3.org/1999/xhtml" id="id591957"></a>
     8567                <a xmlns="http://www.w3.org/1999/xhtml" id="id633847"></a>
    85668568                <div class="header">Description:</div>
    85678569                <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if
     
    85768578              </div>
    85778579              <div class="refsect1" lang="en" xml:lang="en">
    8578                 <a xmlns="http://www.w3.org/1999/xhtml" id="id591991"></a>
     8580                <a xmlns="http://www.w3.org/1999/xhtml" id="id633880"></a>
    85798581                <div class="header">See Also:</div>
    85808582                <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>
     
    85958597            <div>
    85968598              <div class="refsect1" lang="en" xml:lang="en">
    8597                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592091"></a>
     8599                <a xmlns="http://www.w3.org/1999/xhtml" id="id633981"></a>
    85988600                <div class="header">Arguments and Values:</div>
    85998601                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p>
     
    86028604              </div>
    86038605              <div class="refsect1" lang="en" xml:lang="en">
    8604                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592130"></a>
     8606                <a xmlns="http://www.w3.org/1999/xhtml" id="id634019"></a>
    86058607                <div class="header">Description:</div>
    86068608                <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em>
     
    86158617              </div>
    86168618              <div class="refsect1" lang="en" xml:lang="en">
    8617                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592153"></a>
     8619                <a xmlns="http://www.w3.org/1999/xhtml" id="id634042"></a>
    86188620                <div class="header">See Also:</div>
    86198621                <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>
     
    86358637            <div>
    86368638              <div class="refsect1" lang="en" xml:lang="en">
    8637                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592253"></a>
     8639                <a xmlns="http://www.w3.org/1999/xhtml" id="id634142"></a>
    86388640                <div class="header">Arguments and Values:</div>
    86398641                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type
     
    86418643              </div>
    86428644              <div class="refsect1" lang="en" xml:lang="en">
    8643                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592276"></a>
     8645                <a xmlns="http://www.w3.org/1999/xhtml" id="id634165"></a>
    86448646                <div class="header">Description:</div>
    86458647                <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK.
     
    86528654              </div>
    86538655              <div class="refsect1" lang="en" xml:lang="en">
    8654                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592292"></a>
     8656                <a xmlns="http://www.w3.org/1999/xhtml" id="id634181"></a>
    86558657                <div class="header">See Also:</div>
    86568658                <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>
    86578659              </div>
    86588660              <div class="refsect1" lang="en" xml:lang="en">
    8659                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592340"></a>
     8661                <a xmlns="http://www.w3.org/1999/xhtml" id="id634229"></a>
    86608662                <div class="header">Notes:</div>
    86618663                <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to
     
    86808682            <div>
    86818683              <div class="refsect1" lang="en" xml:lang="en">
    8682                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592396"></a>
     8684                <a xmlns="http://www.w3.org/1999/xhtml" id="id634286"></a>
    86838685                <div class="header">Arguments and Values:</div>
    86848686                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type
     
    86898691              </div>
    86908692              <div class="refsect1" lang="en" xml:lang="en">
    8691                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592448"></a>
     8693                <a xmlns="http://www.w3.org/1999/xhtml" id="id634337"></a>
    86928694                <div class="header">Description:</div>
    86938695                <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no
     
    87038705              </div>
    87048706              <div class="refsect1" lang="en" xml:lang="en">
    8705                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592487"></a>
     8707                <a xmlns="http://www.w3.org/1999/xhtml" id="id634377"></a>
    87068708                <div class="header">See Also:</div>
    87078709                <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>
     
    87238725            <div>
    87248726              <div class="refsect1" lang="en" xml:lang="en">
    8725                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592581"></a>
     8727                <a xmlns="http://www.w3.org/1999/xhtml" id="id634470"></a>
    87268728                <div class="header">Arguments and Values:</div>
    87278729                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type
     
    87328734              </div>
    87338735              <div class="refsect1" lang="en" xml:lang="en">
    8734                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592632"></a>
     8736                <a xmlns="http://www.w3.org/1999/xhtml" id="id634521"></a>
    87358737                <div class="header">Description:</div>
    87368738                <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no
     
    87478749              </div>
    87488750              <div class="refsect1" lang="en" xml:lang="en">
    8749                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592677"></a>
     8751                <a xmlns="http://www.w3.org/1999/xhtml" id="id634566"></a>
    87508752                <div class="header">See Also:</div>
    87518753                <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>
     
    87678769            <div>
    87688770              <div class="refsect1" lang="en" xml:lang="en">
    8769                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592766"></a>
     8771                <a xmlns="http://www.w3.org/1999/xhtml" id="id634656"></a>
    87708772                <div class="header">Arguments and Values:</div>
    87718773                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p>
    87728774              </div>
    87738775              <div class="refsect1" lang="en" xml:lang="en">
    8774                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592789"></a>
     8776                <a xmlns="http://www.w3.org/1999/xhtml" id="id634678"></a>
    87758777                <div class="header">Description:</div>
    87768778                <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE.
     
    87818783              </div>
    87828784              <div class="refsect1" lang="en" xml:lang="en">
    8783                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592804"></a>
     8785                <a xmlns="http://www.w3.org/1999/xhtml" id="id634693"></a>
    87848786                <div class="header">See Also:</div>
    87858787                <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>
     
    88018803            <div>
    88028804              <div class="refsect1" lang="en" xml:lang="en">
    8803                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592899"></a>
     8805                <a xmlns="http://www.w3.org/1999/xhtml" id="id634788"></a>
    88048806                <div class="header">Arguments and Values:</div>
    88058807                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p>
     
    88088810              </div>
    88098811              <div class="refsect1" lang="en" xml:lang="en">
    8810                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592935"></a>
     8812                <a xmlns="http://www.w3.org/1999/xhtml" id="id634824"></a>
    88118813                <div class="header">Description:</div>
    88128814                <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s
     
    88158817              </div>
    88168818              <div class="refsect1" lang="en" xml:lang="en">
    8817                 <a xmlns="http://www.w3.org/1999/xhtml" id="id592949"></a>
     8819                <a xmlns="http://www.w3.org/1999/xhtml" id="id634838"></a>
    88188820                <div class="header">See Also:</div>
    88198821                <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>
    88208822              </div>
    88218823              <div class="refsect1" lang="en" xml:lang="en">
    8822                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593002"></a>
     8824                <a xmlns="http://www.w3.org/1999/xhtml" id="id634891"></a>
    88238825                <div class="header">Notes:</div>
    88248826                <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted
     
    88438845            <div>
    88448846              <div class="refsect1" lang="en" xml:lang="en">
    8845                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593062"></a>
     8847                <a xmlns="http://www.w3.org/1999/xhtml" id="id634951"></a>
    88468848                <div class="header">Arguments and Values:</div>
    88478849                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p>
     
    88508852              </div>
    88518853              <div class="refsect1" lang="en" xml:lang="en">
    8852                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593098"></a>
     8854                <a xmlns="http://www.w3.org/1999/xhtml" id="id634987"></a>
    88538855                <div class="header">Description:</div>
    88548856                <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em>
     
    88588860              </div>
    88598861              <div class="refsect1" lang="en" xml:lang="en">
    8860                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593112"></a>
     8862                <a xmlns="http://www.w3.org/1999/xhtml" id="id635002"></a>
    88618863                <div class="header">See Also:</div>
    88628864                <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>
    88638865              </div>
    88648866              <div class="refsect1" lang="en" xml:lang="en">
    8865                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593165"></a>
     8867                <a xmlns="http://www.w3.org/1999/xhtml" id="id635055"></a>
    88668868                <div class="header">Notes:</div>
    88678869                <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted
     
    88878889            <div>
    88888890              <div class="refsect1" lang="en" xml:lang="en">
    8889                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593226"></a>
     8891                <a xmlns="http://www.w3.org/1999/xhtml" id="id635115"></a>
    88908892                <div class="header">Arguments and Values:</div>
    88918893                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p>
     
    89008902              </div>
    89018903              <div class="refsect1" lang="en" xml:lang="en">
    8902                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593292"></a>
     8904                <a xmlns="http://www.w3.org/1999/xhtml" id="id635181"></a>
    89038905                <div class="header">Description:</div>
    89048906                <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em>
     
    89098911              </div>
    89108912              <div class="refsect1" lang="en" xml:lang="en">
    8911                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593309"></a>
     8913                <a xmlns="http://www.w3.org/1999/xhtml" id="id635198"></a>
    89128914                <div class="header">See Also:</div>
    89138915                <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>
     
    89298931            <div>
    89308932              <div class="refsect1" lang="en" xml:lang="en">
    8931                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593402"></a>
     8933                <a xmlns="http://www.w3.org/1999/xhtml" id="id635291"></a>
    89328934                <div class="header">Arguments and Values:</div>
    89338935                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer
     
    89378939              </div>
    89388940              <div class="refsect1" lang="en" xml:lang="en">
    8939                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593444"></a>
     8941                <a xmlns="http://www.w3.org/1999/xhtml" id="id635333"></a>
    89408942                <div class="header">Description:</div>
    89418943                <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>.
     
    89538955              </div>
    89548956              <div class="refsect1" lang="en" xml:lang="en">
    8955                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593477"></a>
     8957                <a xmlns="http://www.w3.org/1999/xhtml" id="id635366"></a>
    89568958                <div class="header">See Also:</div>
    89578959                <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>
    89588960              </div>
    89598961              <div class="refsect1" lang="en" xml:lang="en">
    8960                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593514"></a>
     8962                <a xmlns="http://www.w3.org/1999/xhtml" id="id635404"></a>
    89618963                <div class="header">Notes:</div>
    89628964                <p xmlns="http://www.w3.org/1999/xhtml">
     
    89838985            <div>
    89848986              <div class="refsect1" lang="en" xml:lang="en">
    8985                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593579"></a>
     8987                <a xmlns="http://www.w3.org/1999/xhtml" id="id635468"></a>
    89868988                <div class="header">Arguments and Values:</div>
    89878989                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer
     
    89918993              </div>
    89928994              <div class="refsect1" lang="en" xml:lang="en">
    8993                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593620"></a>
     8995                <a xmlns="http://www.w3.org/1999/xhtml" id="id635510"></a>
    89948996                <div class="header">Description:</div>
    89958997                <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
     
    90049006              </div>
    90059007              <div class="refsect1" lang="en" xml:lang="en">
    9006                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593654"></a>
     9008                <a xmlns="http://www.w3.org/1999/xhtml" id="id635543"></a>
    90079009                <div class="header">See Also:</div>
    90089010                <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>
    90099011              </div>
    90109012              <div class="refsect1" lang="en" xml:lang="en">
    9011                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593691"></a>
     9013                <a xmlns="http://www.w3.org/1999/xhtml" id="id635580"></a>
    90129014                <div class="header">Notes:</div>
    90139015                <p xmlns="http://www.w3.org/1999/xhtml">
     
    90349036            <div>
    90359037              <div class="refsect1" lang="en" xml:lang="en">
    9036                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593756"></a>
     9038                <a xmlns="http://www.w3.org/1999/xhtml" id="id635645"></a>
    90379039                <div class="header">Arguments and Values:</div>
    90389040                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p>
     
    90419043              </div>
    90429044              <div class="refsect1" lang="en" xml:lang="en">
    9043                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593794"></a>
     9045                <a xmlns="http://www.w3.org/1999/xhtml" id="id635684"></a>
    90449046                <div class="header">Description:</div>
    90459047                <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal
     
    90499051              </div>
    90509052              <div class="refsect1" lang="en" xml:lang="en">
    9051                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593811"></a>
     9053                <a xmlns="http://www.w3.org/1999/xhtml" id="id635700"></a>
    90529054                <div class="header">See Also:</div>
    90539055                <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>
     
    90689070            <div>
    90699071              <div class="refsect1" lang="en" xml:lang="en">
    9070                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593888"></a>
     9072                <a xmlns="http://www.w3.org/1999/xhtml" id="id635777"></a>
    90719073                <div class="header">Value Type:</div>
    90729074                <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p>
    90739075              </div>
    90749076              <div class="refsect1" lang="en" xml:lang="en">
    9075                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593898"></a>
     9077                <a xmlns="http://www.w3.org/1999/xhtml" id="id635787"></a>
    90769078                <div class="header">Initial Value:</div>
    90779079                <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p>
    90789080              </div>
    90799081              <div class="refsect1" lang="en" xml:lang="en">
    9080                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593907"></a>
     9082                <a xmlns="http://www.w3.org/1999/xhtml" id="id635797"></a>
    90819083                <div class="header">Description:</div>
    90829084                <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input
     
    90909092              </div>
    90919093              <div class="refsect1" lang="en" xml:lang="en">
    9092                 <a xmlns="http://www.w3.org/1999/xhtml" id="id593921"></a>
     9094                <a xmlns="http://www.w3.org/1999/xhtml" id="id635810"></a>
    90939095                <div class="header">See Also:</div>
    90949096                <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>
     
    91099111            <div>
    91109112              <div class="refsect1" lang="en" xml:lang="en">
    9111                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594012"></a>
     9113                <a xmlns="http://www.w3.org/1999/xhtml" id="id635901"></a>
    91129114                <div class="header">Arguments and Values:</div>
    91139115                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by
     
    91189120              </div>
    91199121              <div class="refsect1" lang="en" xml:lang="en">
    9120                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594051"></a>
     9122                <a xmlns="http://www.w3.org/1999/xhtml" id="id635940"></a>
    91219123                <div class="header">Description:</div>
    91229124                <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function.  As such, it
     
    91299131              </div>
    91309132              <div class="refsect1" lang="en" xml:lang="en">
    9131                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594073"></a>
     9133                <a xmlns="http://www.w3.org/1999/xhtml" id="id635962"></a>
    91329134                <div class="header">See Also:</div>
    91339135                <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>
     
    91509152            <div>
    91519153              <div class="refsect1" lang="en" xml:lang="en">
    9152                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594166"></a>
     9154                <a xmlns="http://www.w3.org/1999/xhtml" id="id636055"></a>
    91539155                <div class="header">Arguments and Values:</div>
    91549156                <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>
     
    91609162              </div>
    91619163              <div class="refsect1" lang="en" xml:lang="en">
    9162                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594223"></a>
     9164                <a xmlns="http://www.w3.org/1999/xhtml" id="id636113"></a>
    91639165                <div class="header">Description:</div>
    91649166                <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate.  If the
     
    93019303            <div>
    93029304              <div class="refsect1" lang="en" xml:lang="en">
    9303                 <a xmlns="http://www.w3.org/1999/xhtml" id="id544298"></a>
     9305                <a xmlns="http://www.w3.org/1999/xhtml" id="id621536"></a>
    93049306                <div class="header">Arguments and Values:</div>
    93059307                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently
     
    94019403              </div>
    94029404              <div class="refsect1" lang="en" xml:lang="en">
    9403                 <a xmlns="http://www.w3.org/1999/xhtml" id="id568240"></a>
     9405                <a xmlns="http://www.w3.org/1999/xhtml" id="id610199"></a>
    94049406                <div class="header">Description:</div>
    94059407                <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p>
     
    94209422            <div>
    94219423              <div class="refsect1" lang="en" xml:lang="en">
    9422                 <a xmlns="http://www.w3.org/1999/xhtml" id="id568302"></a>
     9424                <a xmlns="http://www.w3.org/1999/xhtml" id="id617446"></a>
    94239425                <div class="header">Arguments and Values:</div>
    94249426                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p>
     
    94289430              </div>
    94299431              <div class="refsect1" lang="en" xml:lang="en">
    9430                 <a xmlns="http://www.w3.org/1999/xhtml" id="id568344"></a>
     9432                <a xmlns="http://www.w3.org/1999/xhtml" id="id617489"></a>
    94319433                <div class="header">Description:</div>
    94329434                <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending
     
    94549456            <div>
    94559457              <div class="refsect1" lang="en" xml:lang="en">
    9456                 <a xmlns="http://www.w3.org/1999/xhtml" id="id575597"></a>
     9458                <a xmlns="http://www.w3.org/1999/xhtml" id="id617554"></a>
    94579459                <div class="header">Arguments and Values:</div>
    94589460                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the
     
    94629464              </div>
    94639465              <div class="refsect1" lang="en" xml:lang="en">
    9464                 <a xmlns="http://www.w3.org/1999/xhtml" id="id575639"></a>
     9466                <a xmlns="http://www.w3.org/1999/xhtml" id="id617595"></a>
    94659467                <div class="header">Description:</div>
    94669468                <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to
     
    94829484            <div>
    94839485              <div class="refsect1" lang="en" xml:lang="en">
    9484                 <a xmlns="http://www.w3.org/1999/xhtml" id="id575701"></a>
     9486                <a xmlns="http://www.w3.org/1999/xhtml" id="id617657"></a>
    94859487                <div class="header">Arguments and Values:</div>
    94869488                <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>
     
    94919493              </div>
    94929494              <div class="refsect1" lang="en" xml:lang="en">
    9493                 <a xmlns="http://www.w3.org/1999/xhtml" id="id575743"></a>
     9495                <a xmlns="http://www.w3.org/1999/xhtml" id="id617699"></a>
    94949496                <div class="header">Description:</div>
    94959497                <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p>
     
    95109512            <div>
    95119513              <div class="refsect1" lang="en" xml:lang="en">
    9512                 <a xmlns="http://www.w3.org/1999/xhtml" id="id575804"></a>
     9514                <a xmlns="http://www.w3.org/1999/xhtml" id="id617760"></a>
    95139515                <div class="header">Arguments and Values:</div>
    95149516                <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>
     
    95179519              </div>
    95189520              <div class="refsect1" lang="en" xml:lang="en">
    9519                 <a xmlns="http://www.w3.org/1999/xhtml" id="id575844"></a>
     9521                <a xmlns="http://www.w3.org/1999/xhtml" id="id617801"></a>
    95209522                <div class="header">Description:</div>
    95219523                <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name
     
    95379539            <div>
    95389540              <div class="refsect1" lang="en" xml:lang="en">
    9539                 <a xmlns="http://www.w3.org/1999/xhtml" id="id575902"></a>
     9541                <a xmlns="http://www.w3.org/1999/xhtml" id="id617858"></a>
    95409542                <div class="header">Arguments and Values:</div>
    95419543                <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
     
    95459547              </div>
    95469548              <div class="refsect1" lang="en" xml:lang="en">
    9547                 <a xmlns="http://www.w3.org/1999/xhtml" id="id575929"></a>
     9549                <a xmlns="http://www.w3.org/1999/xhtml" id="id608188"></a>
    95489550                <div class="header">Description:</div>
    95499551                <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a
     
    95659567            <div>
    95669568              <div class="refsect1" lang="en" xml:lang="en">
    9567                 <a xmlns="http://www.w3.org/1999/xhtml" id="id566272"></a>
     9569                <a xmlns="http://www.w3.org/1999/xhtml" id="id608246"></a>
    95689570                <div class="header">Arguments and Values:</div>
    95699571                <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
     
    95749576              </div>
    95759577              <div class="refsect1" lang="en" xml:lang="en">
    9576                 <a xmlns="http://www.w3.org/1999/xhtml" id="id566314"></a>
     9578                <a xmlns="http://www.w3.org/1999/xhtml" id="id608289"></a>
    95779579                <div class="header">Description:</div>
    95789580                <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p>
     
    95949596            <div>
    95959597              <div class="refsect1" lang="en" xml:lang="en">
    9596                 <a xmlns="http://www.w3.org/1999/xhtml" id="id566375"></a>
     9598                <a xmlns="http://www.w3.org/1999/xhtml" id="id608350"></a>
    95979599                <div class="header">Arguments and Values:</div>
    95989600                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p>
     
    96119613              </div>
    96129614              <div class="refsect1" lang="en" xml:lang="en">
    9613                 <a xmlns="http://www.w3.org/1999/xhtml" id="id566466"></a>
     9615                <a xmlns="http://www.w3.org/1999/xhtml" id="id608440"></a>
    96149616                <div class="header">Description:</div>
    96159617                <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are
     
    96489650            <div>
    96499651              <div class="refsect1" lang="en" xml:lang="en">
    9650                 <a xmlns="http://www.w3.org/1999/xhtml" id="id566566"></a>
     9652                <a xmlns="http://www.w3.org/1999/xhtml" id="id608541"></a>
    96519653                <div class="header">Arguments and Values:</div>
    96529654                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p>
     
    96639665              </div>
    96649666              <div class="refsect1" lang="en" xml:lang="en">
    9665                 <a xmlns="http://www.w3.org/1999/xhtml" id="id566668"></a>
     9667                <a xmlns="http://www.w3.org/1999/xhtml" id="id616190"></a>
    96669668                <div class="header">Description:</div>
    96679669                <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p>
     
    96829684            <div>
    96839685              <div class="refsect1" lang="en" xml:lang="en">
    9684                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574300"></a>
     9686                <a xmlns="http://www.w3.org/1999/xhtml" id="id616251"></a>
    96859687                <div class="header">Arguments and Values:</div>
    96869688                <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>
     
    96899691              </div>
    96909692              <div class="refsect1" lang="en" xml:lang="en">
    9691                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574340"></a>
     9693                <a xmlns="http://www.w3.org/1999/xhtml" id="id616292"></a>
    96929694                <div class="header">Description:</div>
    96939695                <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is
     
    97109712            <div>
    97119713              <div class="refsect1" lang="en" xml:lang="en">
    9712                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574399"></a>
     9714                <a xmlns="http://www.w3.org/1999/xhtml" id="id616350"></a>
    97139715                <div class="header">Arguments and Values:</div>
    97149716                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    97159717              </div>
    97169718              <div class="refsect1" lang="en" xml:lang="en">
    9717                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574425"></a>
     9719                <a xmlns="http://www.w3.org/1999/xhtml" id="id616376"></a>
    97189720                <div class="header">Description:</div>
    97199721                <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or
     
    97409742            <div>
    97419743              <div class="refsect1" lang="en" xml:lang="en">
    9742                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574486"></a>
     9744                <a xmlns="http://www.w3.org/1999/xhtml" id="id616437"></a>
    97439745                <div class="header">Arguments and Values:</div>
    97449746                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    97459747              </div>
    97469748              <div class="refsect1" lang="en" xml:lang="en">
    9747                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574512"></a>
     9749                <a xmlns="http://www.w3.org/1999/xhtml" id="id616463"></a>
    97489750                <div class="header">Description:</div>
    97499751                <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host,
     
    97659767            <div>
    97669768              <div class="refsect1" lang="en" xml:lang="en">
    9767                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574570"></a>
     9769                <a xmlns="http://www.w3.org/1999/xhtml" id="id616522"></a>
    97689770                <div class="header">Arguments and Values:</div>
    97699771                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    97709772              </div>
    97719773              <div class="refsect1" lang="en" xml:lang="en">
    9772                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574596"></a>
     9774                <a xmlns="http://www.w3.org/1999/xhtml" id="id616548"></a>
    97739775                <div class="header">Description:</div>
    97749776                <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not
     
    97909792            <div>
    97919793              <div class="refsect1" lang="en" xml:lang="en">
    9792                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574654"></a>
     9794                <a xmlns="http://www.w3.org/1999/xhtml" id="id616605"></a>
    97939795                <div class="header">Arguments and Values:</div>
    97949796                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    97959797              </div>
    97969798              <div class="refsect1" lang="en" xml:lang="en">
    9797                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574680"></a>
     9799                <a xmlns="http://www.w3.org/1999/xhtml" id="id616631"></a>
    97989800                <div class="header">Description:</div>
    97999801                <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p>
     
    98149816            <div>
    98159817              <div class="refsect1" lang="en" xml:lang="en">
    9816                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574737"></a>
     9818                <a xmlns="http://www.w3.org/1999/xhtml" id="id616688"></a>
    98179819                <div class="header">Arguments and Values:</div>
    98189820                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    98199821              </div>
    98209822              <div class="refsect1" lang="en" xml:lang="en">
    9821                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574763"></a>
     9823                <a xmlns="http://www.w3.org/1999/xhtml" id="id616714"></a>
    98229824                <div class="header">Description:</div>
    98239825                <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p>
     
    98389840            <div>
    98399841              <div class="refsect1" lang="en" xml:lang="en">
    9840                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574820"></a>
     9842                <a xmlns="http://www.w3.org/1999/xhtml" id="id621618"></a>
    98419843                <div class="header">Arguments and Values:</div>
    98429844                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    98439845              </div>
    98449846              <div class="refsect1" lang="en" xml:lang="en">
    9845                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574846"></a>
     9847                <a xmlns="http://www.w3.org/1999/xhtml" id="id621644"></a>
    98469848                <div class="header">Description:</div>
    98479849                <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p>
     
    98629864            <div>
    98639865              <div class="refsect1" lang="en" xml:lang="en">
    9864                 <a xmlns="http://www.w3.org/1999/xhtml" id="id579738"></a>
     9866                <a xmlns="http://www.w3.org/1999/xhtml" id="id621701"></a>
    98659867                <div class="header">Arguments and Values:</div>
    98669868                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    98679869              </div>
    98689870              <div class="refsect1" lang="en" xml:lang="en">
    9869                 <a xmlns="http://www.w3.org/1999/xhtml" id="id579764"></a>
     9871                <a xmlns="http://www.w3.org/1999/xhtml" id="id621727"></a>
    98709872                <div class="header">Description:</div>
    98719873                <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for
     
    98879889            <div>
    98889890              <div class="refsect1" lang="en" xml:lang="en">
    9889                 <a xmlns="http://www.w3.org/1999/xhtml" id="id579821"></a>
     9891                <a xmlns="http://www.w3.org/1999/xhtml" id="id621784"></a>
    98909892                <div class="header">Arguments and Values:</div>
    98919893                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    98929894              </div>
    98939895              <div class="refsect1" lang="en" xml:lang="en">
    9894                 <a xmlns="http://www.w3.org/1999/xhtml" id="id579847"></a>
     9896                <a xmlns="http://www.w3.org/1999/xhtml" id="id621810"></a>
    98959897                <div class="header">Description:</div>
    98969898                <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format
     
    99129914            <div>
    99139915              <div class="refsect1" lang="en" xml:lang="en">
    9914                 <a xmlns="http://www.w3.org/1999/xhtml" id="id579904"></a>
     9916                <a xmlns="http://www.w3.org/1999/xhtml" id="id621868"></a>
    99159917                <div class="header">Arguments and Values:</div>
    99169918                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p>
    99179919              </div>
    99189920              <div class="refsect1" lang="en" xml:lang="en">
    9919                 <a xmlns="http://www.w3.org/1999/xhtml" id="id579930"></a>
     9921                <a xmlns="http://www.w3.org/1999/xhtml" id="id621894"></a>
    99209922                <div class="header">Description:</div>
    99219923                <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and
     
    99369938            <div>
    99379939              <div class="refsect1" lang="en" xml:lang="en">
    9938                 <a xmlns="http://www.w3.org/1999/xhtml" id="id579973"></a>
     9940                <a xmlns="http://www.w3.org/1999/xhtml" id="id621937"></a>
    99399941                <div class="header">Description:</div>
    99409942                <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p>
    99419943              </div>
    99429944              <div class="refsect1" lang="en" xml:lang="en">
    9943                 <a xmlns="http://www.w3.org/1999/xhtml" id="id579984"></a>
     9945                <a xmlns="http://www.w3.org/1999/xhtml" id="id621948"></a>
    99449946                <div class="header">Superclasses:</div>
    99459947                <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p>
     
    99609962            <div>
    99619963              <div class="refsect1" lang="en" xml:lang="en">
    9962                 <a xmlns="http://www.w3.org/1999/xhtml" id="id580042"></a>
     9964                <a xmlns="http://www.w3.org/1999/xhtml" id="id622005"></a>
    99639965                <div class="header">Arguments and Values:</div>
    99649966                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p>
    99659967              </div>
    99669968              <div class="refsect1" lang="en" xml:lang="en">
    9967                 <a xmlns="http://www.w3.org/1999/xhtml" id="id580068"></a>
     9969                <a xmlns="http://www.w3.org/1999/xhtml" id="id622031"></a>
    99689970                <div class="header">Description:</div>
    99699971                <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p>
     
    99849986            <div>
    99859987              <div class="refsect1" lang="en" xml:lang="en">
    9986                 <a xmlns="http://www.w3.org/1999/xhtml" id="id580125"></a>
     9988                <a xmlns="http://www.w3.org/1999/xhtml" id="id622089"></a>
    99879989                <div class="header">Arguments and Values:</div>
    99889990                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p>
    99899991              </div>
    99909992              <div class="refsect1" lang="en" xml:lang="en">
    9991                 <a xmlns="http://www.w3.org/1999/xhtml" id="id580152"></a>
     9993                <a xmlns="http://www.w3.org/1999/xhtml" id="id622115"></a>
    99929994                <div class="header">Description:</div>
    99939995                <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more
     
    1001310015            <div>
    1001410016              <div class="refsect1" lang="en" xml:lang="en">
    10015                 <a xmlns="http://www.w3.org/1999/xhtml" id="id580215"></a>
     10017                <a xmlns="http://www.w3.org/1999/xhtml" id="id622179"></a>
    1001610018                <div class="header">Arguments and Values:</div>
    1001710019                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p>
    1001810020              </div>
    1001910021              <div class="refsect1" lang="en" xml:lang="en">
    10020                 <a xmlns="http://www.w3.org/1999/xhtml" id="id580241"></a>
     10022                <a xmlns="http://www.w3.org/1999/xhtml" id="id616790"></a>
    1002110023                <div class="header">Description:</div>
    1002210024                <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On
     
    1003910041            <div>
    1004010042              <div class="refsect1" lang="en" xml:lang="en">
    10041                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574887"></a>
     10043                <a xmlns="http://www.w3.org/1999/xhtml" id="id616851"></a>
    1004210044                <div class="header">Arguments and Values:</div>
    1004310045                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p>
     
    1005010052              </div>
    1005110053              <div class="refsect1" lang="en" xml:lang="en">
    10052                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574930"></a>
     10054                <a xmlns="http://www.w3.org/1999/xhtml" id="id616894"></a>
    1005310055                <div class="header">Description:</div>
    1005410056                <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It
     
    1007110073            <div>
    1007210074              <div class="refsect1" lang="en" xml:lang="en">
    10073                 <a xmlns="http://www.w3.org/1999/xhtml" id="id574992"></a>
     10075                <a xmlns="http://www.w3.org/1999/xhtml" id="id616957"></a>
    1007410076                <div class="header">Arguments and Values:</div>
    1007510077                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p>
     
    1007810080              </div>
    1007910081              <div class="refsect1" lang="en" xml:lang="en">
    10080                 <a xmlns="http://www.w3.org/1999/xhtml" id="id575048"></a>
     10082                <a xmlns="http://www.w3.org/1999/xhtml" id="id617012"></a>
    1008110083                <div class="header">Description:</div>
    1008210084                <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying
     
    1021010212            <div>
    1021110213              <div class="refsect1" lang="en" xml:lang="en">
    10212                 <a xmlns="http://www.w3.org/1999/xhtml" id="id534439"></a>
     10214                <a xmlns="http://www.w3.org/1999/xhtml" id="id591865"></a>
    1021310215                <div class="header">Arguments and Values:</div>
    1021410216                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file.
     
    1026110263              </div>
    1026210264              <div class="refsect1" lang="en" xml:lang="en">
    10263                 <a xmlns="http://www.w3.org/1999/xhtml" id="id566074"></a>
     10265                <a xmlns="http://www.w3.org/1999/xhtml" id="id608017"></a>
    1026410266                <div class="header">Description:</div>
    1026510267                <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process,
     
    1028110283            <div>
    1028210284              <div class="refsect1" lang="en" xml:lang="en">
    10283                 <a xmlns="http://www.w3.org/1999/xhtml" id="id566133"></a>
     10285                <a xmlns="http://www.w3.org/1999/xhtml" id="id608076"></a>
    1028410286                <div class="header">Arguments and Values:</div>
    1028510287                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
     
    1028710289              </div>
    1028810290              <div class="refsect1" lang="en" xml:lang="en">
    10289                 <a xmlns="http://www.w3.org/1999/xhtml" id="id566174"></a>
     10291                <a xmlns="http://www.w3.org/1999/xhtml" id="id565814"></a>
    1029010292                <div class="header">Description:</div>
    1029110293                <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified
     
    1031010312            <div>
    1031110313              <div class="refsect1" lang="en" xml:lang="en">
    10312                 <a xmlns="http://www.w3.org/1999/xhtml" id="id540839"></a>
     10314                <a xmlns="http://www.w3.org/1999/xhtml" id="id565875"></a>
    1031310315                <div class="header">Arguments and Values:</div>
    1031410316                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
    1031510317              </div>
    1031610318              <div class="refsect1" lang="en" xml:lang="en">
    10317                 <a xmlns="http://www.w3.org/1999/xhtml" id="id540865"></a>
     10319                <a xmlns="http://www.w3.org/1999/xhtml" id="id565901"></a>
    1031810320                <div class="header">Description:</div>
    1031910321                <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to
     
    1033710339            <div>
    1033810340              <div class="refsect1" lang="en" xml:lang="en">
    10339                 <a xmlns="http://www.w3.org/1999/xhtml" id="id565973"></a>
     10341                <a xmlns="http://www.w3.org/1999/xhtml" id="id607918"></a>
    1034010342                <div class="header">Arguments and Values:</div>
    1034110343                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
    1034210344              </div>
    1034310345              <div class="refsect1" lang="en" xml:lang="en">
    10344                 <a xmlns="http://www.w3.org/1999/xhtml" id="id565998"></a>
     10346                <a xmlns="http://www.w3.org/1999/xhtml" id="id607943"></a>
    1034510347                <div class="header">Description:</div>
    1034610348                <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to
     
    1036310365            <div>
    1036410366              <div class="refsect1" lang="en" xml:lang="en">
    10365                 <a xmlns="http://www.w3.org/1999/xhtml" id="id566059"></a>
     10367                <a xmlns="http://www.w3.org/1999/xhtml" id="id618240"></a>
    1036610368                <div class="header">Arguments and Values:</div>
    1036710369                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
    1036810370              </div>
    1036910371              <div class="refsect1" lang="en" xml:lang="en">
    10370                 <a xmlns="http://www.w3.org/1999/xhtml" id="id567428"></a>
     10372                <a xmlns="http://www.w3.org/1999/xhtml" id="id618266"></a>
    1037110373                <div class="header">Description:</div>
    1037210374                <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to
     
    1039010392            <div>
    1039110393              <div class="refsect1" lang="en" xml:lang="en">
    10392                 <a xmlns="http://www.w3.org/1999/xhtml" id="id567488"></a>
     10394                <a xmlns="http://www.w3.org/1999/xhtml" id="id618327"></a>
    1039310395                <div class="header">Arguments and Values:</div>
    1039410396                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
    1039510397              </div>
    1039610398              <div class="refsect1" lang="en" xml:lang="en">
    10397                 <a xmlns="http://www.w3.org/1999/xhtml" id="id567514"></a>
     10399                <a xmlns="http://www.w3.org/1999/xhtml" id="id609008"></a>
    1039810400                <div class="header">Description:</div>
    1039910401                <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to
     
    1041710419            <div>
    1041810420              <div class="refsect1" lang="en" xml:lang="en">
    10419                 <a xmlns="http://www.w3.org/1999/xhtml" id="id519601"></a>
     10421                <a xmlns="http://www.w3.org/1999/xhtml" id="id609069"></a>
    1042010422                <div class="header">Arguments and Values:</div>
    1042110423                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p>
    1042210424              </div>
    1042310425              <div class="refsect1" lang="en" xml:lang="en">
    10424                 <a xmlns="http://www.w3.org/1999/xhtml" id="id519627"></a>
     10426                <a xmlns="http://www.w3.org/1999/xhtml" id="id609095"></a>
    1042510427                <div class="header">Description:</div>
    1042610428                <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status
     
    1045210454                <dt>
    1045310455                  <span class="sect2">
    10454                     <a href="#id540140">9.1.1. Stream External Format</a>
     10456                    <a href="#id569804">9.1.1. Stream External Format</a>
    1045510457                  </span>
    1045610458                </dt>
     
    1052010522              <div>
    1052110523                <div>
    10522                   <h3 class="title"><a id="id540140"></a>9.1.1. Stream External Format</h3>
     10524                  <h3 class="title"><a id="id569804"></a>9.1.1. Stream External Format</h3>
    1052310525                </div>
    1052410526              </div>
     
    1068310685              </div>
    1068410686            </div>
    10685             <a xmlns="http://www.w3.org/1999/xhtml" id="id576081" class="indexterm"></a>
    10686             <a xmlns="http://www.w3.org/1999/xhtml" id="id576091" class="indexterm"></a>
    10687             <a xmlns="http://www.w3.org/1999/xhtml" id="id576101" class="indexterm"></a>
    10688             <a xmlns="http://www.w3.org/1999/xhtml" id="id576110" class="indexterm"></a>
    10689             <a xmlns="http://www.w3.org/1999/xhtml" id="id579039" class="indexterm"></a>
    10690             <a xmlns="http://www.w3.org/1999/xhtml" id="id579049" class="indexterm"></a>
     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>
    1069110693            <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has
    1069210694        attributes and accessors:
     
    1074110743              <div>
    1074210744                <div class="refsect1" lang="en" xml:lang="en">
    10743                   <a xmlns="http://www.w3.org/1999/xhtml" id="id579214"></a>
     10745                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621161"></a>
    1074410746                  <div class="header">Values:</div>
    1074510747                  <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
     
    1074810750                </div>
    1074910751                <div class="refsect1" lang="en" xml:lang="en">
    10750                   <a xmlns="http://www.w3.org/1999/xhtml" id="id579241"></a>
     10752                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621189"></a>
    1075110753                  <div class="header">Description:</div>
    1075210754                  <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p>
    1075310755                </div>
    1075410756                <div class="refsect1" lang="en" xml:lang="en">
    10755                   <a xmlns="http://www.w3.org/1999/xhtml" id="id579252"></a>
     10757                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621200"></a>
    1075610758                  <div class="header">See Also:</div>
    1075710759                  <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>
     
    1077610778              <div>
    1077710779                <div class="refsect1" lang="en" xml:lang="en">
    10778                   <a xmlns="http://www.w3.org/1999/xhtml" id="id579333"></a>
     10780                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621281"></a>
    1077910781                  <div class="header">Arguments:</div>
    1078010782                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p>
    1078110783                </div>
    1078210784                <div class="refsect1" lang="en" xml:lang="en">
    10783                   <a xmlns="http://www.w3.org/1999/xhtml" id="id579359"></a>
     10785                  <a xmlns="http://www.w3.org/1999/xhtml" id="id621307"></a>
    1078410786                  <div class="header">Description:</div>
    1078510787                  <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open
     
    1079010792                </div>
    1079110793                <div class="refsect1" lang="en" xml:lang="en">
    10792                   <a xmlns="http://www.w3.org/1999/xhtml" id="id584949"></a>
     10794                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626841"></a>
    1079310795                  <div class="header">See Also:</div>
    1079410796                  <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>
     
    1081310815              <div>
    1081410816                <div class="refsect1" lang="en" xml:lang="en">
    10815                   <a xmlns="http://www.w3.org/1999/xhtml" id="id585030"></a>
     10817                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626922"></a>
    1081610818                  <div class="header">Arguments:</div>
    1081710819                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p>
    1081810820                </div>
    1081910821                <div class="refsect1" lang="en" xml:lang="en">
    10820                   <a xmlns="http://www.w3.org/1999/xhtml" id="id585056"></a>
     10822                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626949"></a>
    1082110823                  <div class="header">Description:</div>
    1082210824                  <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file
     
    1082710829                </div>
    1082810830                <div class="refsect1" lang="en" xml:lang="en">
    10829                   <a xmlns="http://www.w3.org/1999/xhtml" id="id585075"></a>
     10831                  <a xmlns="http://www.w3.org/1999/xhtml" id="id626968"></a>
    1083010832                  <div class="header">See Also:</div>
    1083110833                  <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>
     
    1126011262              <div>
    1126111263                <div class="refsect1" lang="en" xml:lang="en">
    11262                   <a xmlns="http://www.w3.org/1999/xhtml" id="id585662"></a>
     11264                  <a xmlns="http://www.w3.org/1999/xhtml" id="id627554"></a>
    1126311265                  <div class="header">Arguments and Values:</div>
    1126411266                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p>
     
    1127111273                </div>
    1127211274                <div class="refsect1" lang="en" xml:lang="en">
    11273                   <a xmlns="http://www.w3.org/1999/xhtml" id="id585720"></a>
     11275                  <a xmlns="http://www.w3.org/1999/xhtml" id="id627613"></a>
    1127411276                  <div class="header">Description:</div>
    1127511277                  <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the
     
    1129211294              <div>
    1129311295                <div class="refsect1" lang="en" xml:lang="en">
    11294                   <a xmlns="http://www.w3.org/1999/xhtml" id="id585779"></a>
     11296                  <a xmlns="http://www.w3.org/1999/xhtml" id="id627672"></a>
    1129511297                  <div class="header">Arguments and Values:</div>
    1129611298                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p>
     
    1130311305                </div>
    1130411306                <div class="refsect1" lang="en" xml:lang="en">
    11305                   <a xmlns="http://www.w3.org/1999/xhtml" id="id585838"></a>
     11307                  <a xmlns="http://www.w3.org/1999/xhtml" id="id627730"></a>
    1130611308                  <div class="header">Description:</div>
    1130711309                  <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to
     
    1132311325              <div>
    1132411326                <div class="refsect1" lang="en" xml:lang="en">
    11325                   <a xmlns="http://www.w3.org/1999/xhtml" id="id585896"></a>
     11327                  <a xmlns="http://www.w3.org/1999/xhtml" id="id627788"></a>
    1132611328                  <div class="header">Arguments and Values:</div>
    1132711329                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p>
     
    1133911341                </div>
    1134011342                <div class="refsect1" lang="en" xml:lang="en">
    11341                   <a xmlns="http://www.w3.org/1999/xhtml" id="id585971"></a>
     11343                  <a xmlns="http://www.w3.org/1999/xhtml" id="id627864"></a>
    1134211344                  <div class="header">Description:</div>
    1134311345                  <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into
     
    1136211364              <div>
    1136311365                <div class="refsect1" lang="en" xml:lang="en">
    11364                   <a xmlns="http://www.w3.org/1999/xhtml" id="id586031"></a>
     11366                  <a xmlns="http://www.w3.org/1999/xhtml" id="id627924"></a>
    1136511367                  <div class="header">Arguments and Values:</div>
    1136611368                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p>
     
    1137811380                </div>
    1137911381                <div class="refsect1" lang="en" xml:lang="en">
    11380                   <a xmlns="http://www.w3.org/1999/xhtml" id="id586107"></a>
     11382                  <a xmlns="http://www.w3.org/1999/xhtml" id="id627999"></a>
    1138111383                  <div class="header">Description:</div>
    1138211384                  <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream,
     
    1140011402              <div>
    1140111403                <div class="refsect1" lang="en" xml:lang="en">
    11402                   <a xmlns="http://www.w3.org/1999/xhtml" id="id586166"></a>
     11404                  <a xmlns="http://www.w3.org/1999/xhtml" id="id628059"></a>
    1140311405                  <div class="header">Method Signatures:</div>
    1140411406                  <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i>
     
    1140611408                </div>
    1140711409                <div class="refsect1" lang="en" xml:lang="en">
    11408                   <a xmlns="http://www.w3.org/1999/xhtml" id="id586185"></a>
     11410                  <a xmlns="http://www.w3.org/1999/xhtml" id="id628077"></a>
    1140911411                  <div class="header">Arguments and Values:</div>
    1141011412                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p>
     
    1141711419                </div>
    1141811420                <div class="refsect1" lang="en" xml:lang="en">
    11419                   <a xmlns="http://www.w3.org/1999/xhtml" id="id586250"></a>
     11421                  <a xmlns="http://www.w3.org/1999/xhtml" id="id628142"></a>
    1142011422                  <div class="header">Description:</div>
    1142111423                  <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with
     
    1144111443              <div>
    1144211444                <div class="refsect1" lang="en" xml:lang="en">
    11443                   <a xmlns="http://www.w3.org/1999/xhtml" id="id586320"></a>
     11445                  <a xmlns="http://www.w3.org/1999/xhtml" id="id628212"></a>
    1144411446                  <div class="header">Description:</div>
    1144511447                  <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector,
     
    1144811450                </div>
    1144911451                <div class="refsect1" lang="en" xml:lang="en">
    11450                   <a xmlns="http://www.w3.org/1999/xhtml" id="id586332"></a>
     11452                  <a xmlns="http://www.w3.org/1999/xhtml" id="id628224"></a>
    1145111453                  <div class="header">Arguments:</div>
    1145211454                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on
     
    1147311475              <div>
    1147411476                <div class="refsect1" lang="en" xml:lang="en">
    11475                   <a xmlns="http://www.w3.org/1999/xhtml" id="id586451"></a>
     11477                  <a xmlns="http://www.w3.org/1999/xhtml" id="id628344"></a>
    1147611478                  <div class="header">Description:</div>
    1147711479                  <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at
     
    1147911481                </div>
    1148011482                <div class="refsect1" lang="en" xml:lang="en">
    11481                   <a xmlns="http://www.w3.org/1999/xhtml" id="id586463"></a>
     11483                  <a xmlns="http://www.w3.org/1999/xhtml" id="id628355"></a>
    1148211484                  <div class="header">Arguments:</div>
    1148311485                  <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on
     
    1148911491                </div>
    1149011492                <div class="refsect1" lang="en" xml:lang="en">
    11491                   <a xmlns="http://www.w3.org/1999/xhtml" id="id586535"></a>
     11493                  <a xmlns="http://www.w3.org/1999/xhtml" id="id628428"></a>
    1149211494                  <div class="header">Examples:</div>
    1149311495                  <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
     
    1265512657            </div>
    1265612658            <p xmlns="http://www.w3.org/1999/xhtml">
    12657             <a id="id575424" class="indexterm"></a>
     12659            <a id="id620962" class="indexterm"></a>
    1265812660            <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> [Variable]</strong></span>
    1265912661          </p>
     
    1266112663          configuration file created by the "Config Editor" in Shark.app.</p>
    1266212664            <p xmlns="http://www.w3.org/1999/xhtml">
    12663             <a id="id575450" class="indexterm"></a>
     12665            <a id="id632649" class="indexterm"></a>
    1266412666            <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>
    1266512667          </p>
     
    1375113753                <div>
    1375213754                  <div>
    13753                     <h4 class="title"><a id="id588713"></a>12.3.2.4. %int-to-ptr [Function]</h4>
     13755                    <h4 class="title"><a id="id630629"></a>12.3.2.4. %int-to-ptr [Function]</h4>
    1375413756                  </div>
    1375513757                </div>
     
    1379213794                <div>
    1379313795                  <div>
    13794                     <h4 class="title"><a id="id588787"></a>12.3.2.5. %inc-ptr [Function]</h4>
     13796                    <h4 class="title"><a id="id630703"></a>12.3.2.5. %inc-ptr [Function]</h4>
    1379513797                  </div>
    1379613798                </div>
     
    1384213844                <div>
    1384313845                  <div>
    13844                     <h4 class="title"><a id="id588879"></a>12.3.2.6. %ptr-to-int [Function]</h4>
     13846                    <h4 class="title"><a id="id630795"></a>12.3.2.6. %ptr-to-int [Function]</h4>
    1384513847                  </div>
    1384613848                </div>
     
    1388413886                <div>
    1388513887                  <div>
    13886                     <h4 class="title"><a id="id588953"></a>12.3.2.7. %null-ptr [Macro]</h4>
     13888                    <h4 class="title"><a id="id630869"></a>12.3.2.7. %null-ptr [Macro]</h4>
    1388713889                  </div>
    1388813890                </div>
     
    1390913911                <div>
    1391013912                  <div>
    13911                     <h4 class="title"><a id="id588994"></a>12.3.2.8. %null-ptr-p [Function]</h4>
     13913                    <h4 class="title"><a id="id630910"></a>12.3.2.8. %null-ptr-p [Function]</h4>
    1391213914                  </div>
    1391313915                </div>
     
    1395113953                <div>
    1395213954                  <div>
    13953                     <h4 class="title"><a id="id589070"></a>12.3.2.9. %setf-macptr [Function]</h4>
     13955                    <h4 class="title"><a id="id630986"></a>12.3.2.9. %setf-macptr [Function]</h4>
    1395413956                  </div>
    1395513957                </div>
     
    1399914001                <div>
    1400014002                  <div>
    14001                     <h4 class="title"><a id="id589160"></a>12.3.2.10. %incf-ptr [Macro]</h4>
     14003                    <h4 class="title"><a id="id631076"></a>12.3.2.10. %incf-ptr [Macro]</h4>
    1400214004                  </div>
    1400314005                </div>
     
    1404714049                <div>
    1404814050                  <div>
    14049                     <h4 class="title"><a id="id589251"></a>12.3.2.11. with-macptrs [Macro]</h4>
     14051                    <h4 class="title"><a id="id631167"></a>12.3.2.11. with-macptrs [Macro]</h4>
    1405014052                  </div>
    1405114053                </div>
     
    1409714099                <div>
    1409814100                  <div>
    14099                     <h4 class="title"><a id="id589342"></a>12.3.2.12. %stack-block [Macro]</h4>
     14101                    <h4 class="title"><a id="id631258"></a>12.3.2.12. %stack-block [Macro]</h4>
    1410014102                  </div>
    1410114103                </div>
     
    1414814150                <div>
    1414914151                  <div>
    14150                     <h4 class="title"><a id="id589434"></a>12.3.2.13. make-cstring [Function]</h4>
     14152                    <h4 class="title"><a id="id631351"></a>12.3.2.13. make-cstring [Function]</h4>
    1415114153                  </div>
    1415214154                </div>
     
    1419114193                <div>
    1419214194                  <div>
    14193                     <h4 class="title"><a id="id589510"></a>12.3.2.14. with-cstrs [Macro]</h4>
     14195                    <h4 class="title"><a id="id631427"></a>12.3.2.14. with-cstrs [Macro]</h4>
    1419414196                  </div>
    1419514197                </div>
     
    1424114243                <div>
    1424214244                  <div>
    14243                     <h4 class="title"><a id="id589602"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4>
     14245                    <h4 class="title"><a id="id631519"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4>
    1424414246                  </div>
    1424514247                </div>
     
    1430414306                <div>
    1430514307                  <div>
    14306                     <h4 class="title"><a id="id589725"></a>12.3.2.16. %get-cstring [Function]</h4>
     14308                    <h4 class="title"><a id="id631642"></a>12.3.2.16. %get-cstring [Function]</h4>
    1430714309                  </div>
    1430814310                </div>
     
    1434614348                <div>
    1434714349                  <div>
    14348                     <h4 class="title"><a id="id605924"></a>12.3.2.17. %str-from-ptr [Function]</h4>
     14350                    <h4 class="title"><a id="id647826"></a>12.3.2.17. %str-from-ptr [Function]</h4>
    1434914351                  </div>
    1435014352                </div>
     
    1579215794            <div>
    1579315795              <div class="refsect1" lang="en" xml:lang="en">
    15794                 <a xmlns="http://www.w3.org/1999/xhtml" id="id607878"></a>
     15796                <a xmlns="http://www.w3.org/1999/xhtml" id="id649780"></a>
    1579515797                <div class="header">Description:</div>
    1579615798                <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE*
     
    1584415846            <div>
    1584515847              <div class="refsect1" lang="en" xml:lang="en">
    15846                 <a xmlns="http://www.w3.org/1999/xhtml" id="id607984"></a>
     15848                <a xmlns="http://www.w3.org/1999/xhtml" id="id649886"></a>
    1584715849                <div class="header">Description:</div>
    1584815850                <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
     
    1590315905            <div>
    1590415906              <div class="refsect1" lang="en" xml:lang="en">
    15905                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608102"></a>
     15907                <a xmlns="http://www.w3.org/1999/xhtml" id="id650004"></a>
    1590615908                <div class="header">Description:</div>
    1590715909                <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
     
    1595015952            <div>
    1595115953              <div class="refsect1" lang="en" xml:lang="en">
    15952                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608184"></a>
     15954                <a xmlns="http://www.w3.org/1999/xhtml" id="id650086"></a>
    1595315955                <div class="header">Description:</div>
    1595415956                <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
     
    1605316055            <div>
    1605416056              <div class="refsect1" lang="en" xml:lang="en">
    16055                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608323"></a>
     16057                <a xmlns="http://www.w3.org/1999/xhtml" id="id650225"></a>
    1605616058                <div class="header">Description:</div>
    1605716059                <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #&gt; reader macro reads
     
    1608216084            <div>
    1608316085              <div class="refsect1" lang="en" xml:lang="en">
    16084                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608398"></a>
     16086                <a xmlns="http://www.w3.org/1999/xhtml" id="id650300"></a>
    1608516087                <div class="header">Values:</div>
    1608616088                <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
     
    1608916091              </div>
    1609016092              <div class="refsect1" lang="en" xml:lang="en">
    16091                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608434"></a>
     16093                <a xmlns="http://www.w3.org/1999/xhtml" id="id650336"></a>
    1609216094                <div class="header">Description:</div>
    1609316095                <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the
     
    1611816120            <div>
    1611916121              <div class="refsect1" lang="en" xml:lang="en">
    16120                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608510"></a>
     16122                <a xmlns="http://www.w3.org/1999/xhtml" id="id650412"></a>
    1612116123                <div class="header">Values:</div>
    1612216124                <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>
     
    1613516137              </div>
    1613616138              <div class="refsect1" lang="en" xml:lang="en">
    16137                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608581"></a>
     16139                <a xmlns="http://www.w3.org/1999/xhtml" id="id650483"></a>
    1613816140                <div class="header">Description:</div>
    1613916141                <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em>
     
    1617116173            <div>
    1617216174              <div class="refsect1" lang="en" xml:lang="en">
    16173                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608660"></a>
     16175                <a xmlns="http://www.w3.org/1999/xhtml" id="id650562"></a>
    1617416176                <div class="header">Values:</div>
    1617516177                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain
     
    1617916181              </div>
    1618016182              <div class="refsect1" lang="en" xml:lang="en">
    16181                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608702"></a>
     16183                <a xmlns="http://www.w3.org/1999/xhtml" id="id650604"></a>
    1618216184                <div class="header">Description:</div>
    1618316185                <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the
     
    1621316215            <div>
    1621416216              <div class="refsect1" lang="en" xml:lang="en">
    16215                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608774"></a>
     16217                <a xmlns="http://www.w3.org/1999/xhtml" id="id650676"></a>
    1621616218                <div class="header">Values:</div>
    1621716219                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---
     
    1622616228              </div>
    1622716229              <div class="refsect1" lang="en" xml:lang="en">
    16228                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608815"></a>
     16230                <a xmlns="http://www.w3.org/1999/xhtml" id="id650717"></a>
    1622916231                <div class="header">Description:</div>
    1623016232                <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for
     
    1625416256            <div>
    1625516257              <div class="refsect1" lang="en" xml:lang="en">
    16256                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608884"></a>
     16258                <a xmlns="http://www.w3.org/1999/xhtml" id="id650786"></a>
    1625716259                <div class="header">Values:</div>
    1625816260                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p>
     
    1626716269              </div>
    1626816270              <div class="refsect1" lang="en" xml:lang="en">
    16269                 <a xmlns="http://www.w3.org/1999/xhtml" id="id608958"></a>
     16271                <a xmlns="http://www.w3.org/1999/xhtml" id="id650860"></a>
    1627016272                <div class="header">Description:</div>
    1627116273                <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by
     
    1629416296            <div>
    1629516297              <div class="refsect1" lang="en" xml:lang="en">
    16296                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609017"></a>
     16298                <a xmlns="http://www.w3.org/1999/xhtml" id="id650919"></a>
    1629716299                <div class="header">Values:</div>
    1629816300                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p>
     
    1630516307              </div>
    1630616308              <div class="refsect1" lang="en" xml:lang="en">
    16307                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609080"></a>
     16309                <a xmlns="http://www.w3.org/1999/xhtml" id="id650982"></a>
    1630816310                <div class="header">Description:</div>
    1630916311                <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the
     
    1633116333            <div>
    1633216334              <div class="refsect1" lang="en" xml:lang="en">
    16333                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609139"></a>
     16335                <a xmlns="http://www.w3.org/1999/xhtml" id="id651041"></a>
    1633416336                <div class="header">Values:</div>
    1633516337                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p>
     
    1634416346              </div>
    1634516347              <div class="refsect1" lang="en" xml:lang="en">
    16346                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609212"></a>
     16348                <a xmlns="http://www.w3.org/1999/xhtml" id="id651114"></a>
    1634716349                <div class="header">Description:</div>
    1634816350                <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the
     
    1636916371            <div>
    1637016372              <div class="refsect1" lang="en" xml:lang="en">
    16371                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609268"></a>
     16373                <a xmlns="http://www.w3.org/1999/xhtml" id="id651170"></a>
    1637216374                <div class="header">Values:</div>
    1637316375                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p>
    1637416376              </div>
    1637516377              <div class="refsect1" lang="en" xml:lang="en">
    16376                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609291"></a>
     16378                <a xmlns="http://www.w3.org/1999/xhtml" id="id651193"></a>
    1637716379                <div class="header">Description:</div>
    1637816380                <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol
     
    1639716399            <div>
    1639816400              <div class="refsect1" lang="en" xml:lang="en">
    16399                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609350"></a>
     16401                <a xmlns="http://www.w3.org/1999/xhtml" id="id651252"></a>
    1640016402                <div class="header">Values:</div>
    1640116403                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p>
    1640216404              </div>
    1640316405              <div class="refsect1" lang="en" xml:lang="en">
    16404                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609372"></a>
     16406                <a xmlns="http://www.w3.org/1999/xhtml" id="id651274"></a>
    1640516407                <div class="header">Description:</div>
    1640616408                <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If
     
    1642416426            <div>
    1642516427              <div class="refsect1" lang="en" xml:lang="en">
    16426                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609426"></a>
     16428                <a xmlns="http://www.w3.org/1999/xhtml" id="id651328"></a>
    1642716429                <div class="header">Values:</div>
    1642816430                <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
     
    1643016432              </div>
    1643116433              <div class="refsect1" lang="en" xml:lang="en">
    16432                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609452"></a>
     16434                <a xmlns="http://www.w3.org/1999/xhtml" id="id651354"></a>
    1643316435                <div class="header">Description:</div>
    1643416436                <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>
     
    1646216464            <div>
    1646316465              <div class="refsect1" lang="en" xml:lang="en">
    16464                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609545"></a>
     16466                <a xmlns="http://www.w3.org/1999/xhtml" id="id651447"></a>
    1646516467                <div class="header">Values:</div>
    1646616468                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p>
     
    1647716479              </div>
    1647816480              <div class="refsect1" lang="en" xml:lang="en">
    16479                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609620"></a>
     16481                <a xmlns="http://www.w3.org/1999/xhtml" id="id651522"></a>
    1648016482                <div class="header">Description:</div>
    1648116483                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1651216514            <div>
    1651316515              <div class="refsect1" lang="en" xml:lang="en">
    16514                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609692"></a>
     16516                <a xmlns="http://www.w3.org/1999/xhtml" id="id651594"></a>
    1651516517                <div class="header">Values:</div>
    1651616518                <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
     
    1652916531              </div>
    1653016532              <div class="refsect1" lang="en" xml:lang="en">
    16531                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609760"></a>
     16533                <a xmlns="http://www.w3.org/1999/xhtml" id="id651662"></a>
    1653216534                <div class="header">Description:</div>
    1653316535                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1657816580            <div>
    1657916581              <div class="refsect1" lang="en" xml:lang="en">
    16580                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609882"></a>
     16582                <a xmlns="http://www.w3.org/1999/xhtml" id="id651784"></a>
    1658116583                <div class="header">Values:</div>
    1658216584                <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
     
    1659216594              </div>
    1659316595              <div class="refsect1" lang="en" xml:lang="en">
    16594                 <a xmlns="http://www.w3.org/1999/xhtml" id="id609940"></a>
     16596                <a xmlns="http://www.w3.org/1999/xhtml" id="id651842"></a>
    1659516597                <div class="header">Description:</div>
    1659616598                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1663316635              </div>
    1663416636              <div class="refsect1" lang="en" xml:lang="en">
    16635                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610029"></a>
     16637                <a xmlns="http://www.w3.org/1999/xhtml" id="id651931"></a>
    1663616638                <div class="header">Notes:</div>
    1663716639                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1666616668            <div>
    1666716669              <div class="refsect1" lang="en" xml:lang="en">
    16668                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610113"></a>
     16670                <a xmlns="http://www.w3.org/1999/xhtml" id="id652015"></a>
    1666916671                <div class="header">Values:</div>
    1667016672                <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
     
    1667416676              </div>
    1667516677              <div class="refsect1" lang="en" xml:lang="en">
    16676                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610153"></a>
     16678                <a xmlns="http://www.w3.org/1999/xhtml" id="id652055"></a>
    1667716679                <div class="header">Description:</div>
    1667816680                <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can
     
    1668516687              </div>
    1668616688              <div class="refsect1" lang="en" xml:lang="en">
    16687                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610169"></a>
     16689                <a xmlns="http://www.w3.org/1999/xhtml" id="id652071"></a>
    1668816690                <div class="header">Examples:</div>
    1668916691                <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple.
     
    1672016722              </div>
    1672116723              <div class="refsect1" lang="en" xml:lang="en">
    16722                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610189"></a>
     16724                <a xmlns="http://www.w3.org/1999/xhtml" id="id652091"></a>
    1672316725                <div class="header">Notes:</div>
    1672416726                <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give
     
    1674316745            <div>
    1674416746              <div class="refsect1" lang="en" xml:lang="en">
    16745                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610247"></a>
     16747                <a xmlns="http://www.w3.org/1999/xhtml" id="id652149"></a>
    1674616748                <div class="header">Values:</div>
    1674716749                <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>
     
    1675116753              </div>
    1675216754              <div class="refsect1" lang="en" xml:lang="en">
    16753                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610291"></a>
     16755                <a xmlns="http://www.w3.org/1999/xhtml" id="id652193"></a>
    1675416756                <div class="header">Description:</div>
    1675516757                <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of
     
    1677716779            <div>
    1677816780              <div class="refsect1" lang="en" xml:lang="en">
    16779                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610356"></a>
     16781                <a xmlns="http://www.w3.org/1999/xhtml" id="id652258"></a>
    1678016782                <div class="header">Values:</div>
    1678116783                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL
     
    1678316785              </div>
    1678416786              <div class="refsect1" lang="en" xml:lang="en">
    16785                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610380"></a>
     16787                <a xmlns="http://www.w3.org/1999/xhtml" id="id652282"></a>
    1678616788                <div class="header">Description:</div>
    1678716789                <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT
     
    1680616808            <div>
    1680716809              <div class="refsect1" lang="en" xml:lang="en">
    16808                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610451"></a>
     16810                <a xmlns="http://www.w3.org/1999/xhtml" id="id652353"></a>
    1680916811                <div class="header">Values:</div>
    1681016812                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p>
     
    1681416816              </div>
    1681516817              <div class="refsect1" lang="en" xml:lang="en">
    16816                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610502"></a>
     16818                <a xmlns="http://www.w3.org/1999/xhtml" id="id652404"></a>
    1681716819                <div class="header">Description:</div>
    1681816820                <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em>
     
    1684416846            <div>
    1684516847              <div class="refsect1" lang="en" xml:lang="en">
    16846                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610583"></a>
     16848                <a xmlns="http://www.w3.org/1999/xhtml" id="id652485"></a>
    1684716849                <div class="header">Values:</div>
    1684816850                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p>
     
    1685116853              </div>
    1685216854              <div class="refsect1" lang="en" xml:lang="en">
    16853                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610631"></a>
     16855                <a xmlns="http://www.w3.org/1999/xhtml" id="id652533"></a>
    1685416856                <div class="header">Description:</div>
    1685516857                <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is
     
    1687816880            <div>
    1687916881              <div class="refsect1" lang="en" xml:lang="en">
    16880                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610698"></a>
     16882                <a xmlns="http://www.w3.org/1999/xhtml" id="id652600"></a>
    1688116883                <div class="header">Values:</div>
    1688216884                <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
     
    1688616888              </div>
    1688716889              <div class="refsect1" lang="en" xml:lang="en">
    16888                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610726"></a>
     16890                <a xmlns="http://www.w3.org/1999/xhtml" id="id652628"></a>
    1688916891                <div class="header">Description:</div>
    1689016892                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1692316925              </div>
    1692416926              <div class="refsect1" lang="en" xml:lang="en">
    16925                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610783"></a>
     16927                <a xmlns="http://www.w3.org/1999/xhtml" id="id652685"></a>
    1692616928                <div class="header">Example:</div>
    1692716929                <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">
     
    1693716939              </div>
    1693816940              <div class="refsect1" lang="en" xml:lang="en">
    16939                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610797"></a>
     16941                <a xmlns="http://www.w3.org/1999/xhtml" id="id652699"></a>
    1694016942                <div class="header">See Also:</div>
    1694116943                <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist">
     
    1695916961            <div>
    1696016962              <div class="refsect1" lang="en" xml:lang="en">
    16961                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610857"></a>
     16963                <a xmlns="http://www.w3.org/1999/xhtml" id="id652759"></a>
    1696216964                <div class="header">Values:</div>
    1696316965                <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
     
    1696616968              </div>
    1696716969              <div class="refsect1" lang="en" xml:lang="en">
    16968                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610881"></a>
     16970                <a xmlns="http://www.w3.org/1999/xhtml" id="id652783"></a>
    1696916971                <div class="header">Description:</div>
    1697016972                <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by
     
    1699016992            <div>
    1699116993              <div class="refsect1" lang="en" xml:lang="en">
    16992                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610941"></a>
     16994                <a xmlns="http://www.w3.org/1999/xhtml" id="id652843"></a>
    1699316995                <div class="header">Values:</div>
    1699416996                <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
     
    1699716999              </div>
    1699817000              <div class="refsect1" lang="en" xml:lang="en">
    16999                 <a xmlns="http://www.w3.org/1999/xhtml" id="id610965"></a>
     17001                <a xmlns="http://www.w3.org/1999/xhtml" id="id652867"></a>
    1700017002                <div class="header">Description:</div>
    1700117003                <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by
     
    1701917021              </div>
    1702017022              <div class="refsect1" lang="en" xml:lang="en">
    17021                 <a xmlns="http://www.w3.org/1999/xhtml" id="id611003"></a>
     17023                <a xmlns="http://www.w3.org/1999/xhtml" id="id652905"></a>
    1702217024                <div class="header">Examples:</div>
    1702317025                <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be
     
    1867218674            <div>
    1867318675              <div class="refsect1" lang="en" xml:lang="en">
    18674                 <a xmlns="http://www.w3.org/1999/xhtml" id="id603780"></a>
     18676                <a xmlns="http://www.w3.org/1999/xhtml" id="id645707"></a>
    1867518677                <div class="header">Arguments and Values:</div>
    1867618678                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing
     
    1868218684              </div>
    1868318685              <div class="refsect1" lang="en" xml:lang="en">
    18684                 <a xmlns="http://www.w3.org/1999/xhtml" id="id603825"></a>
     18686                <a xmlns="http://www.w3.org/1999/xhtml" id="id645752"></a>
    1868518687                <div class="header">Description:</div>
    1868618688                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1870318705            <div>
    1870418706              <div class="refsect1" lang="en" xml:lang="en">
    18705                 <a xmlns="http://www.w3.org/1999/xhtml" id="id603886"></a>
     18707                <a xmlns="http://www.w3.org/1999/xhtml" id="id645813"></a>
    1870618708                <div class="header">Arguments and Values:</div>
    1870718709                <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
     
    1871618718              </div>
    1871718719              <div class="refsect1" lang="en" xml:lang="en">
    18718                 <a xmlns="http://www.w3.org/1999/xhtml" id="id603946"></a>
     18720                <a xmlns="http://www.w3.org/1999/xhtml" id="id645873"></a>
    1871918721                <div class="header">Description:</div>
    1872018722                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1874018742            <div>
    1874118743              <div class="refsect1" lang="en" xml:lang="en">
    18742                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604008"></a>
     18744                <a xmlns="http://www.w3.org/1999/xhtml" id="id645935"></a>
    1874318745                <div class="header">Values:</div>
    1874418746                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with
     
    1874618748              </div>
    1874718749              <div class="refsect1" lang="en" xml:lang="en">
    18748                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604035"></a>
     18750                <a xmlns="http://www.w3.org/1999/xhtml" id="id645962"></a>
    1874918751                <div class="header">Description:</div>
    1875018752                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1876818770            <div>
    1876918771              <div class="refsect1" lang="en" xml:lang="en">
    18770                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604094"></a>
     18772                <a xmlns="http://www.w3.org/1999/xhtml" id="id646020"></a>
    1877118773                <div class="header">Values:</div>
    1877218774                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user
     
    1877418776              </div>
    1877518777              <div class="refsect1" lang="en" xml:lang="en">
    18776                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604121"></a>
     18778                <a xmlns="http://www.w3.org/1999/xhtml" id="id646047"></a>
    1877718779                <div class="header">Description:</div>
    1877818780                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1879418796            <div>
    1879518797              <div class="refsect1" lang="en" xml:lang="en">
    18796                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604178"></a>
     18798                <a xmlns="http://www.w3.org/1999/xhtml" id="id646105"></a>
    1879718799                <div class="header">Arguments and Values:</div>
    1879818800                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user
     
    1880318805              </div>
    1880418806              <div class="refsect1" lang="en" xml:lang="en">
    18805                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604221"></a>
     18807                <a xmlns="http://www.w3.org/1999/xhtml" id="id646148"></a>
    1880618808                <div class="header">Description:</div>
    1880718809                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1882618828            <div>
    1882718829              <div class="refsect1" lang="en" xml:lang="en">
    18828                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604280"></a>
     18830                <a xmlns="http://www.w3.org/1999/xhtml" id="id646207"></a>
    1882918831                <div class="header">Arguments and Values:</div>
    1883018832                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific
     
    1883518837              </div>
    1883618838              <div class="refsect1" lang="en" xml:lang="en">
    18837                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604323"></a>
     18839                <a xmlns="http://www.w3.org/1999/xhtml" id="id646249"></a>
    1883818840                <div class="header">Description:</div>
    1883918841                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1885818860            <div>
    1885918861              <div class="refsect1" lang="en" xml:lang="en">
    18860                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604382"></a>
     18862                <a xmlns="http://www.w3.org/1999/xhtml" id="id646309"></a>
    1886118863                <div class="header">Values:</div>
    1886218864                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p>
    1886318865              </div>
    1886418866              <div class="refsect1" lang="en" xml:lang="en">
    18865                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604408"></a>
     18867                <a xmlns="http://www.w3.org/1999/xhtml" id="id646335"></a>
    1886618868                <div class="header">Description:</div>
    1886718869                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1888418886            <div>
    1888518887              <div class="refsect1" lang="en" xml:lang="en">
    18886                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604465"></a>
     18888                <a xmlns="http://www.w3.org/1999/xhtml" id="id646392"></a>
    1888718889                <div class="header">Values:</div>
    1888818890                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user
     
    1889218894              </div>
    1889318895              <div class="refsect1" lang="en" xml:lang="en">
    18894                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604508"></a>
     18896                <a xmlns="http://www.w3.org/1999/xhtml" id="id646434"></a>
    1889518897                <div class="header">Description:</div>
    1889618898                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1891718919            <div>
    1891818920              <div class="refsect1" lang="en" xml:lang="en">
    18919                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604577"></a>
     18921                <a xmlns="http://www.w3.org/1999/xhtml" id="id646503"></a>
    1892018922                <div class="header">Values:</div>
    1892118923                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and
     
    1892618928              </div>
    1892718929              <div class="refsect1" lang="en" xml:lang="en">
    18928                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604619"></a>
     18930                <a xmlns="http://www.w3.org/1999/xhtml" id="id646546"></a>
    1892918931                <div class="header">Description:</div>
    1893018932                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1894218944              </div>
    1894318945              <div class="refsect1" lang="en" xml:lang="en">
    18944                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604653"></a>
     18946                <a xmlns="http://www.w3.org/1999/xhtml" id="id646580"></a>
    1894518947                <div class="header">Notes:</div>
    1894618948                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1896718969            <div>
    1896818970              <div class="refsect1" lang="en" xml:lang="en">
    18969                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604714"></a>
     18971                <a xmlns="http://www.w3.org/1999/xhtml" id="id646640"></a>
    1897018972                <div class="header">Arguments and Values:</div>
    1897118973                <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
     
    1897418976              </div>
    1897518977              <div class="refsect1" lang="en" xml:lang="en">
    18976                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604741"></a>
     18978                <a xmlns="http://www.w3.org/1999/xhtml" id="id646667"></a>
    1897718979                <div class="header">Description:</div>
    1897818980                <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use
     
    1899919001            <div>
    1900019002              <div class="refsect1" lang="en" xml:lang="en">
    19001                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604810"></a>
     19003                <a xmlns="http://www.w3.org/1999/xhtml" id="id646737"></a>
    1900219004                <div class="header">Arguments and Values:</div>
    1900319005                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an
     
    1900519007              </div>
    1900619008              <div class="refsect1" lang="en" xml:lang="en">
    19007                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604836"></a>
     19009                <a xmlns="http://www.w3.org/1999/xhtml" id="id646763"></a>
    1900819010                <div class="header">Description:</div>
    1900919011                <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses
     
    1902719029            <div>
    1902819030              <div class="refsect1" lang="en" xml:lang="en">
    19029                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604902"></a>
     19031                <a xmlns="http://www.w3.org/1999/xhtml" id="id646828"></a>
    1903019032                <div class="header">Arguments and Values:</div>
    1903119033                <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
     
    1904919051              </div>
    1905019052              <div class="refsect1" lang="en" xml:lang="en">
    19051                 <a xmlns="http://www.w3.org/1999/xhtml" id="id604983"></a>
     19053                <a xmlns="http://www.w3.org/1999/xhtml" id="id646909"></a>
    1905219054                <div class="header">Description:</div>
    1905319055                <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements
     
    1907419076            <div>
    1907519077              <div class="refsect1" lang="en" xml:lang="en">
    19076                 <a xmlns="http://www.w3.org/1999/xhtml" id="id605065"></a>
     19078                <a xmlns="http://www.w3.org/1999/xhtml" id="id646992"></a>
    1907719079                <div class="header">Arguments and Values:</div>
    1907819080                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the
     
    1908919091              </div>
    1909019092              <div class="refsect1" lang="en" xml:lang="en">
    19091                 <a xmlns="http://www.w3.org/1999/xhtml" id="id605112"></a>
     19093                <a xmlns="http://www.w3.org/1999/xhtml" id="id636142"></a>
    1909219094                <div class="header">Description:</div>
    1909319095                <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the
     
    1911019112            <div>
    1911119113              <div class="refsect1" lang="en" xml:lang="en">
    19112                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594286"></a>
     19114                <a xmlns="http://www.w3.org/1999/xhtml" id="id636206"></a>
    1911319115                <div class="header">Arguments and Values:</div>
    1911419116                <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p>
    1911519117              </div>
    1911619118              <div class="refsect1" lang="en" xml:lang="en">
    19117                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594297"></a>
     19119                <a xmlns="http://www.w3.org/1999/xhtml" id="id636217"></a>
    1911819120                <div class="header">Description:</div>
    1911919121                <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the
     
    1915719159            <div>
    1915819160              <div class="refsect1" lang="en" xml:lang="en">
    19159                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594374"></a>
     19161                <a xmlns="http://www.w3.org/1999/xhtml" id="id636293"></a>
    1916019162                <div class="header">Description:</div>
    1916119163                <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro
     
    1919219194            <div>
    1919319195              <div class="refsect1" lang="en" xml:lang="en">
    19194                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594431"></a>
     19196                <a xmlns="http://www.w3.org/1999/xhtml" id="id636351"></a>
    1919519197                <div class="header">Description:</div>
    1919619198                <p xmlns="http://www.w3.org/1999/xhtml">Per ANSI CL, Clozure CL supports the :EXTERNAL-FORMAT keyword
     
    1923619238            <div>
    1923719239              <div class="refsect1" lang="en" xml:lang="en">
    19238                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594511"></a>
     19240                <a xmlns="http://www.w3.org/1999/xhtml" id="id636431"></a>
    1923919241                <div class="header">Description:</div>
    1924019242                <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is
     
    1926019262            <div>
    1926119263              <div class="refsect1" lang="en" xml:lang="en">
    19262                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594562"></a>
     19264                <a xmlns="http://www.w3.org/1999/xhtml" id="id636481"></a>
    1926319265                <div class="header">Superclasses:</div>
    1926419266                <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p>
    1926519267              </div>
    1926619268              <div class="refsect1" lang="en" xml:lang="en">
    19267                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594573"></a>
     19269                <a xmlns="http://www.w3.org/1999/xhtml" id="id636492"></a>
    1926819270                <div class="header">Initargs:</div>
    1926919271                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>---
     
    1927319275              </div>
    1927419276              <div class="refsect1" lang="en" xml:lang="en">
    19275                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594600"></a>
     19277                <a xmlns="http://www.w3.org/1999/xhtml" id="id636519"></a>
    1927619278                <div class="header">Description:</div>
    1927719279                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1929119293              </div>
    1929219294              <div class="refsect1" lang="en" xml:lang="en">
    19293                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594619"></a>
     19295                <a xmlns="http://www.w3.org/1999/xhtml" id="id636539"></a>
    1929419296                <div class="header">Examples:</div>
    1929519297                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1932219324              </div>
    1932319325              <div class="refsect1" lang="en" xml:lang="en">
    19324                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594672"></a>
     19326                <a xmlns="http://www.w3.org/1999/xhtml" id="id636592"></a>
    1932519327                <div class="header">Notes:</div>
    1932619328                <p xmlns="http://www.w3.org/1999/xhtml">
     
    1966219664            <div>
    1966319665              <div class="refsect1" lang="en" xml:lang="en">
    19664                 <a xmlns="http://www.w3.org/1999/xhtml" id="id601826"></a>
     19666                <a xmlns="http://www.w3.org/1999/xhtml" id="id643777"></a>
    1966519667                <div class="header">Arguments and Values:</div>
    1966619668                <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>
     
    1967019672              </div>
    1967119673              <div class="refsect1" lang="en" xml:lang="en">
    19672                 <a xmlns="http://www.w3.org/1999/xhtml" id="id601885"></a>
     19674                <a xmlns="http://www.w3.org/1999/xhtml" id="id643837"></a>
    1967319675                <div class="header">Description:</div>
    1967419676                <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p>
     
    1968819690            <div>
    1968919691              <div class="refsect1" lang="en" xml:lang="en">
    19690                 <a xmlns="http://www.w3.org/1999/xhtml" id="id601942"></a>
     19692                <a xmlns="http://www.w3.org/1999/xhtml" id="id643894"></a>
    1969119693                <div class="header">Description:</div>
    1969219694                <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>
     
    1970619708            <div>
    1970719709              <div class="refsect1" lang="en" xml:lang="en">
    19708                 <a xmlns="http://www.w3.org/1999/xhtml" id="id602090"></a>
     19710                <a xmlns="http://www.w3.org/1999/xhtml" id="id643968"></a>
    1970919711                <div class="header">Description:</div>
    1971019712                <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>.
     
    1972919731            <div>
    1973019732              <div class="refsect1" lang="en" xml:lang="en">
    19731                 <a xmlns="http://www.w3.org/1999/xhtml" id="id602159"></a>
     19733                <a xmlns="http://www.w3.org/1999/xhtml" id="id644111"></a>
    1973219734                <div class="header">Description:</div>
    1973319735                <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to
     
    1976219764            <div>
    1976319765              <div class="refsect1" lang="en" xml:lang="en">
    19764                 <a xmlns="http://www.w3.org/1999/xhtml" id="id602244"></a>
     19766                <a xmlns="http://www.w3.org/1999/xhtml" id="id644196"></a>
    1976519767                <div class="header">Description:</div>
    1976619768                <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the
     
    1978319785            <div>
    1978419786              <div class="refsect1" lang="en" xml:lang="en">
    19785                 <a xmlns="http://www.w3.org/1999/xhtml" id="id602304"></a>
     19787                <a xmlns="http://www.w3.org/1999/xhtml" id="id644256"></a>
    1978619788                <div class="header">Arguments and Values:</div>
    1978719789                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p>
    1978819790              </div>
    1978919791              <div class="refsect1" lang="en" xml:lang="en">
    19790                 <a xmlns="http://www.w3.org/1999/xhtml" id="id602330"></a>
     19792                <a xmlns="http://www.w3.org/1999/xhtml" id="id644282"></a>
    1979119793                <div class="header">Description:</div>
    1979219794                <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the
     
    1981219814            <div>
    1981319815              <div class="refsect1" lang="en" xml:lang="en">
    19814                 <a xmlns="http://www.w3.org/1999/xhtml" id="id602392"></a>
     19816                <a xmlns="http://www.w3.org/1999/xhtml" id="id644344"></a>
    1981519817                <div class="header">Description:</div>
    1981619818                <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the
     
    1983219834            <div>
    1983319835              <div class="refsect1" lang="en" xml:lang="en">
    19834                 <a xmlns="http://www.w3.org/1999/xhtml" id="id573467"></a>
     19836                <a xmlns="http://www.w3.org/1999/xhtml" id="id615377"></a>
    1983519837                <div class="header">Arguments and Values:</div>
    1983619838                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p>
    1983719839              </div>
    1983819840              <div class="refsect1" lang="en" xml:lang="en">
    19839                 <a xmlns="http://www.w3.org/1999/xhtml" id="id573493"></a>
     19841                <a xmlns="http://www.w3.org/1999/xhtml" id="id615403"></a>
    1984019842                <div class="header">Description:</div>
    1984119843                <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC
     
    1986319865            <div>
    1986419866              <div class="refsect1" lang="en" xml:lang="en">
    19865                 <a xmlns="http://www.w3.org/1999/xhtml" id="id573551"></a>
     19867                <a xmlns="http://www.w3.org/1999/xhtml" id="id615461"></a>
    1986619868                <div class="header">Description:</div>
    1986719869                <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call,
     
    1988619888            <div>
    1988719889              <div class="refsect1" lang="en" xml:lang="en">
    19888                 <a xmlns="http://www.w3.org/1999/xhtml" id="id573607"></a>
     19890                <a xmlns="http://www.w3.org/1999/xhtml" id="id615517"></a>
    1988919891                <div class="header">Description:</div>
    1989019892                <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL
     
    1991119913            <div>
    1991219914              <div class="refsect1" lang="en" xml:lang="en">
    19913                 <a xmlns="http://www.w3.org/1999/xhtml" id="id573665"></a>
     19915                <a xmlns="http://www.w3.org/1999/xhtml" id="id615575"></a>
    1991419916                <div class="header">Description:</div>
    1991519917                <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the
     
    1993319935            <div>
    1993419936              <div class="refsect1" lang="en" xml:lang="en">
    19935                 <a xmlns="http://www.w3.org/1999/xhtml" id="id573724"></a>
     19937                <a xmlns="http://www.w3.org/1999/xhtml" id="id615634"></a>
    1993619938                <div class="header">Arguments and Values:</div>
    1993719939                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest
     
    1994319945              </div>
    1994419946              <div class="refsect1" lang="en" xml:lang="en">
    19945                 <a xmlns="http://www.w3.org/1999/xhtml" id="id573779"></a>
     19947                <a xmlns="http://www.w3.org/1999/xhtml" id="id615689"></a>
    1994619948                <div class="header">Description:</div>
    1994719949                <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect.
     
    1996719969            <div>
    1996819970              <div class="refsect1" lang="en" xml:lang="en">
    19969                 <a xmlns="http://www.w3.org/1999/xhtml" id="id573845"></a>
     19971                <a xmlns="http://www.w3.org/1999/xhtml" id="id615755"></a>
    1997019972                <div class="header">Arguments and Values:</div>
    1997119973                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p>
    1997219974              </div>
    1997319975              <div class="refsect1" lang="en" xml:lang="en">
    19974                 <a xmlns="http://www.w3.org/1999/xhtml" id="id573871"></a>
     19976                <a xmlns="http://www.w3.org/1999/xhtml" id="id615781"></a>
    1997519977                <div class="header">Description:</div>
    1997619978                <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages
     
    1999719999            <div>
    1999820000              <div class="refsect1" lang="en" xml:lang="en">
    19999                 <a xmlns="http://www.w3.org/1999/xhtml" id="id573928"></a>
     20001                <a xmlns="http://www.w3.org/1999/xhtml" id="id615839"></a>
    2000020002                <div class="header">Description:</div>
    2000120003                <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs
     
    2015220154                <dt>
    2015320155                  <span class="sect2">
    20154                     <a href="#id600446">16.7.2. Recommended Reading</a>
     20156                    <a href="#id642414">16.7.2. Recommended Reading</a>
    2015520157                  </span>
    2015620158                </dt>
     
    2142821430                <li class="listitem">
    2142921431                  <p>To support a feature called <span class="emphasis"><em>GCTWA
    21430                 <sup>[<a id="id600000" href="#ftn.id600000" class="footnote">1</a>]</sup>
     21432                <sup>[<a id="id641968" href="#ftn.id641968" class="footnote">1</a>]</sup>
    2143121433                    , </em></span>the vector that contains the internal
    2143221434                  symbols of the current package is marked on entry to the
     
    2156121563            <hr width="100" align="left" />
    2156221564            <div class="footnote">
    21563               <p><sup>[<a id="ftn.id600000" href="#id600000" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,
     21565              <p><sup>[<a id="ftn.id641968" href="#id641968" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,
    2156421566                            where it stood for "Garbage Collection of Truly
    2156521567                            Worthless Atoms".</p>
     
    2162121623        generations looking for such intergenerational references, the
    2162221624        runtime system must note all such intergenerational references
    21623         at the point where they're created (via Setf).<sup>[<a id="id600234" href="#ftn.id600234" class="footnote">2</a>]</sup> The
     21625        at the point where they're created (via Setf).<sup>[<a id="id642202" href="#ftn.id642202" class="footnote">2</a>]</sup> The
    2162421626        set of pointers that may contain intergenerational references is
    2162521627        sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p>
     
    2166821670        that might introduce an intergenerational reference must be
    2166921671        memoized.
    21670         <sup>[<a id="id600302" href="#ftn.id600302" class="footnote">3</a>]</sup> It's always safe to
     21672        <sup>[<a id="id642270" href="#ftn.id642270" class="footnote">3</a>]</sup> It's always safe to
    2167121673        push any cons cell or gvector locative onto the memo stack;
    2167221674        it's never safe to push anything else.
     
    2168921691            <hr width="100" align="left" />
    2169021692            <div class="footnote">
    21691               <p><sup>[<a id="ftn.id600234" href="#id600234" class="para">2</a>] </sup>This is
     21693              <p><sup>[<a id="ftn.id642202" href="#id642202" class="para">2</a>] </sup>This is
    2169221694            sometimes called "The Write Barrier": all assignments which
    2169321695            might result in intergenerational references must be noted, as
     
    2169521697            </div>
    2169621698            <div class="footnote">
    21697               <p><sup>[<a id="ftn.id600302" href="#id600302" class="para">3</a>] </sup>Note that the implicit setfs that occur when
     21699              <p><sup>[<a id="ftn.id642270" href="#id642270" class="para">3</a>] </sup>Note that the implicit setfs that occur when
    2169821700        initializing an object - as in the case of a call to cons or
    2169921701        vector - can't introduce intergenerational references, since
     
    2181121813              <div>
    2181221814                <div>
    21813                   <h3 class="title"><a id="id600446"></a>16.7.2. Recommended Reading</h3>
     21815                  <h3 class="title"><a id="id642414"></a>16.7.2. Recommended Reading</h3>
    2181421816                </div>
    2181521817              </div>
     
    2222422226            <div>
    2222522227              <div class="refsect1" lang="en" xml:lang="en">
    22226                 <a xmlns="http://www.w3.org/1999/xhtml" id="id538267"></a>
     22228                <a xmlns="http://www.w3.org/1999/xhtml" id="id632581"></a>
    2222722229                <div class="header">Description:</div>
    2222822230                <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD)
     
    2224922251            <div>
    2225022252              <div class="refsect1" lang="en" xml:lang="en">
    22251                 <a xmlns="http://www.w3.org/1999/xhtml" id="id544048"></a>
     22253                <a xmlns="http://www.w3.org/1999/xhtml" id="id632928"></a>
    2225222254                <div class="header">Description:</div>
    2225322255                <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE*
     
    2227322275            <div>
    2227422276              <div class="refsect1" lang="en" xml:lang="en">
    22275                 <a xmlns="http://www.w3.org/1999/xhtml" id="id595332"></a>
     22277                <a xmlns="http://www.w3.org/1999/xhtml" id="id645437"></a>
    2227622278                <div class="header">Description:</div>
    2227722279                <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE*
     
    2229622298            <div>
    2229722299              <div class="refsect1" lang="en" xml:lang="en">
    22298                 <a xmlns="http://www.w3.org/1999/xhtml" id="id595378"></a>
     22300                <a xmlns="http://www.w3.org/1999/xhtml" id="id643597"></a>
    2229922301                <div class="header">Description:</div>
    2230022302                <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session
     
    2232122323            <div>
    2232222324              <div class="refsect1" lang="en" xml:lang="en">
    22323                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594796"></a>
     22325                <a xmlns="http://www.w3.org/1999/xhtml" id="id643655"></a>
    2232422326                <div class="header">Description:</div>
    2232522327                <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p>
     
    2233922341            <div>
    2234022342              <div class="refsect1" lang="en" xml:lang="en">
    22341                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594839"></a>
     22343                <a xmlns="http://www.w3.org/1999/xhtml" id="id644681"></a>
    2234222344                <div class="header">Description:</div>
    2234322345                <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros.
     
    2236122363            <div>
    2236222364              <div class="refsect1" lang="en" xml:lang="en">
    22363                 <a xmlns="http://www.w3.org/1999/xhtml" id="id594992"></a>
     22365                <a xmlns="http://www.w3.org/1999/xhtml" id="id641014"></a>
    2236422366                <div class="header">Arguments and Values:</div>
    2236522367                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p>
     
    2236722369              </div>
    2236822370              <div class="refsect1" lang="en" xml:lang="en">
    22369                 <a xmlns="http://www.w3.org/1999/xhtml" id="id595033"></a>
     22371                <a xmlns="http://www.w3.org/1999/xhtml" id="id641055"></a>
    2237022372                <div class="header">Description:</div>
    2237122373                <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If
     
    2239322395            <div>
    2239422396              <div class="refsect1" lang="en" xml:lang="en">
    22395                 <a xmlns="http://www.w3.org/1999/xhtml" id="id595094"></a>
     22397                <a xmlns="http://www.w3.org/1999/xhtml" id="id636920"></a>
    2239622398                <div class="header">Arguments and Values:</div>
    2239722399                <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p>
     
    2240222404              </div>
    2240322405              <div class="refsect1" lang="en" xml:lang="en">
    22404                 <a xmlns="http://www.w3.org/1999/xhtml" id="id600528"></a>
     22406                <a xmlns="http://www.w3.org/1999/xhtml" id="id636977"></a>
    2240522407                <div class="header">Description:</div>
    2240622408                <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer
     
    2307823080      <a href="#Symbol-Index">Symbol Index</a>
    2307923081    </div>
    23080     <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 19:0 on December 9, 2010, in UTC.<br></br>It uses version 1.75.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 14474<br></br>Using libxml 20706, libxslt 10126 and libexslt 815.</p>
     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>
    2308123083  </body>
    2308223084</html>
Note: See TracChangeset for help on using the changeset viewer.