Changeset 13791
- Timestamp:
- Jun 8, 2010, 8:00:14 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/ccl-documentation.html (modified) (418 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/ccl-documentation.html
r13775 r13791 6 6 <title>Clozure CL Documentation</title> 7 7 <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> 8 <link rel="start" href="#id 400321" title="Clozure CL Documentation" />8 <link rel="start" href="#id360931" title="Clozure CL Documentation" /> 9 9 <link rel="next" href="#about-ccl" title="Chapter 1. About Clozure CL" /> 10 10 </head> … … 14 14 <div> 15 15 <div> 16 <h1 class="title"><a id="id 400321"></a>Clozure CL Documentation</h1>16 <h1 class="title"><a id="id360931"></a>Clozure CL Documentation</h1> 17 17 </div> 18 18 </div> … … 132 132 <dt> 133 133 <span class="sect1"> 134 <a href="# Unicode">4.3. Unicode</a>134 <a href="#Directory">4.3. Directory</a> 135 135 </span> 136 136 </dt> 137 137 <dt> 138 138 <span class="sect1"> 139 <a href="# Pathanmes">4.4. Pathnames</a>139 <a href="#Unicode">4.4. Unicode</a> 140 140 </span> 141 141 </dt> 142 142 <dt> 143 143 <span class="sect1"> 144 <a href="# Memory-Mapped-Files">4.5. Memory-mapped Files</a>144 <a href="#Pathanmes">4.5. Pathnames</a> 145 145 </span> 146 146 </dt> 147 147 <dt> 148 148 <span class="sect1"> 149 <a href="# Static_Variables">4.6. Static Variables</a>149 <a href="#Memory-Mapped-Files">4.6. Memory-mapped Files</a> 150 150 </span> 151 151 </dt> 152 152 <dt> 153 153 <span class="sect1"> 154 <a href="#S aving-Applications">4.7. Saving Applications</a>154 <a href="#Static_Variables">4.7. Static Variables</a> 155 155 </span> 156 156 </dt> 157 157 <dt> 158 158 <span class="sect1"> 159 <a href="# concatenating-fasl-files">4.8. Concatenating FASL Files</a>159 <a href="#Saving-Applications">4.8. Saving Applications</a> 160 160 </span> 161 161 </dt> 162 162 <dt> 163 163 <span class="sect1"> 164 <a href="# floating-point">4.9. Floating Point Numbers</a>164 <a href="#concatenating-fasl-files">4.9. Concatenating FASL Files</a> 165 165 </span> 166 166 </dt> 167 167 <dt> 168 168 <span class="sect1"> 169 <a href="# watched-objects">4.10. Watched Objects</a>169 <a href="#floating-point">4.10. Floating Point Numbers</a> 170 170 </span> 171 171 </dt> 172 172 <dt> 173 173 <span class="sect1"> 174 <a href="#code-coverage">4.11. Code Coverage</a> 174 <a href="#watched-objects">4.11. Watched Objects</a> 175 </span> 176 </dt> 177 <dt> 178 <span class="sect1"> 179 <a href="#code-coverage">4.12. Code Coverage</a> 175 180 </span> 176 181 </dt> … … 1071 1076 <p xmlns="http://www.w3.org/1999/xhtml">So that Clozure CL can locate its source code, and for other 1072 1077 reasons explained in 1073 <a class="xref" href="#Predefined-Logical-Hosts" title="4. 4.2. Predefined Logical Hosts">Section 4.4.2, âPredefined Logical Hostsâ</a>, you keep the1078 <a class="xref" href="#Predefined-Logical-Hosts" title="4.5.2. Predefined Logical Hosts">Section 4.5.2, âPredefined Logical Hostsâ</a>, you keep the 1074 1079 Clozure CL application 1075 1080 in the <code class="literal">ccl</code> directory. If you use a shell, … … 1473 1478 <em class="parameter"><code>character-encoding-name</code></em>). 1474 1479 Specifies the character encoding to use for 1475 <em class="varname">*TERMINAL-IO*</em> (see <a class="xref" href="#Character-Encodings" title="4. 3.4. Character Encodings">Section 4.3.4, âCharacter Encodingsâ</a>). Specifically, the1480 <em class="varname">*TERMINAL-IO*</em> (see <a class="xref" href="#Character-Encodings" title="4.4.4. Character Encodings">Section 4.4.4, âCharacter Encodingsâ</a>). Specifically, the 1476 1481 <em class="parameter"><code>character-encoding-name</code></em> string 1477 1482 is uppercased and interned in the KEYWORD package. If an … … 1730 1735 <p xmlns="http://www.w3.org/1999/xhtml">The following terms are used in subsequent sections; it 1731 1736 may be helpful to refer to these definitions.</p> 1732 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id5 40287" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl1737 <p xmlns="http://www.w3.org/1999/xhtml"><a id="id500897" class="indexterm"></a><a class="glossterm" href="#fasl-file"><em class="glossterm">fasl 1733 1738 files</em></a> are the object files produced 1734 1739 by <code class="literal">compile-file</code>. fasl files store the … … 1741 1746 see 1742 1747 <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> 1743 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id 511193" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp1748 <p xmlns="http://www.w3.org/1999/xhtml">The <a id="id471803" class="indexterm"></a> <a class="glossterm" href="#lisp_kernel"><em class="glossterm">Lisp 1744 1749 kernel</em></a> is a C program with a fair amount of 1745 1750 platform-specific assembly language code. Its basic job is to … … 1751 1756 files on different platforms; see 1752 1757 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1753 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id5 41017" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap1758 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id501627" class="indexterm"></a> <a class="glossterm" href="#lisp_image"><em class="glossterm">heap 1754 1759 image</em></a> is a file that can be quickly mapped into a 1755 1760 process's address space. Conceptually, it's not too different … … 1762 1767 standard full heap image files on different platforms; see 1763 1768 <a class="xref" href="#Platform-specific-filename-conventions" title="Table 3.1. Platform-specific filename conventions">Table 3.1, âPlatform-specific filename conventionsâ</a>.</p> 1764 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id 534538" class="indexterm"></a> bootstrapping image is a minimal1769 <p xmlns="http://www.w3.org/1999/xhtml">A <a id="id495148" class="indexterm"></a> bootstrapping image is a minimal 1765 1770 heap image used in the process of building Clozure CL itself. The 1766 1771 bootstrapping image contains just enough code to load the rest … … 1774 1779 as-yet-unsupported ones) has a uniquely named subdirectory of 1775 1780 <code class="literal">ccl/lisp-kernel/</code>; each such 1776 <a id="id 534563" class="indexterm"></a>1781 <a id="id495173" class="indexterm"></a> 1777 1782 contains a Makefile and may contain some auxiliary files (linker 1778 1783 scripts, etc.) that are used to build the lisp kernel on a … … 2398 2403 <dt> 2399 2404 <span class="sect1"> 2400 <a href="#Unicode">4.3. Unicode</a> 2405 <a href="#Directory">4.3. Directory</a> 2406 </span> 2407 </dt> 2408 <dt> 2409 <span class="sect1"> 2410 <a href="#Unicode">4.4. Unicode</a> 2401 2411 </span> 2402 2412 </dt> … … 2405 2415 <dt> 2406 2416 <span class="sect2"> 2407 <a href="#unicode-characters">4. 3.1. Characters</a>2417 <a href="#unicode-characters">4.4.1. Characters</a> 2408 2418 </span> 2409 2419 </dt> 2410 2420 <dt> 2411 2421 <span class="sect2"> 2412 <a href="#External-Formats">4. 3.2. External Formats</a>2422 <a href="#External-Formats">4.4.2. External Formats</a> 2413 2423 </span> 2414 2424 </dt> 2415 2425 <dt> 2416 2426 <span class="sect2"> 2417 <a href="#Line-Termination-Keywords">4. 3.3. Line Termination Keywords</a>2427 <a href="#Line-Termination-Keywords">4.4.3. Line Termination Keywords</a> 2418 2428 </span> 2419 2429 </dt> 2420 2430 <dt> 2421 2431 <span class="sect2"> 2422 <a href="#Character-Encodings">4. 3.4. Character Encodings</a>2432 <a href="#Character-Encodings">4.4.4. Character Encodings</a> 2423 2433 </span> 2424 2434 </dt> … … 2427 2437 <dt> 2428 2438 <span class="sect1"> 2429 <a href="#Pathanmes">4. 4. Pathnames</a>2439 <a href="#Pathanmes">4.5. Pathnames</a> 2430 2440 </span> 2431 2441 </dt> … … 2434 2444 <dt> 2435 2445 <span class="sect2"> 2436 <a href="#pathname-tilde-expansion">4. 4.1. Pathname Expansion</a>2446 <a href="#pathname-tilde-expansion">4.5.1. Pathname Expansion</a> 2437 2447 </span> 2438 2448 </dt> 2439 2449 <dt> 2440 2450 <span class="sect2"> 2441 <a href="#Predefined-Logical-Hosts">4. 4.2. Predefined Logical Hosts</a>2451 <a href="#Predefined-Logical-Hosts">4.5.2. Predefined Logical Hosts</a> 2442 2452 </span> 2443 2453 </dt> 2444 2454 <dt> 2445 2455 <span class="sect2"> 2446 <a href="#pathnames-on-darwin">4. 4.3. OS X (Darwin)</a>2456 <a href="#pathnames-on-darwin">4.5.3. OS X (Darwin)</a> 2447 2457 </span> 2448 2458 </dt> 2449 2459 <dt> 2450 2460 <span class="sect2"> 2451 <a href="#pathnames-on-linux">4. 4.4. Linux</a>2461 <a href="#pathnames-on-linux">4.5.4. Linux</a> 2452 2462 </span> 2453 2463 </dt> 2454 2464 <dt> 2455 2465 <span class="sect2"> 2456 <a href="#pathnames-on-freebsd">4. 4.5. FreeBSD</a>2466 <a href="#pathnames-on-freebsd">4.5.5. FreeBSD</a> 2457 2467 </span> 2458 2468 </dt> … … 2461 2471 <dt> 2462 2472 <span class="sect1"> 2463 <a href="#Memory-Mapped-Files">4. 5. Memory-mapped Files</a>2473 <a href="#Memory-Mapped-Files">4.6. Memory-mapped Files</a> 2464 2474 </span> 2465 2475 </dt> 2466 2476 <dt> 2467 2477 <span class="sect1"> 2468 <a href="#Static_Variables">4. 6. Static Variables</a>2478 <a href="#Static_Variables">4.7. Static Variables</a> 2469 2479 </span> 2470 2480 </dt> 2471 2481 <dt> 2472 2482 <span class="sect1"> 2473 <a href="#Saving-Applications">4. 7. Saving Applications</a>2483 <a href="#Saving-Applications">4.8. Saving Applications</a> 2474 2484 </span> 2475 2485 </dt> 2476 2486 <dt> 2477 2487 <span class="sect1"> 2478 <a href="#concatenating-fasl-files">4. 8. Concatenating FASL Files</a>2488 <a href="#concatenating-fasl-files">4.9. Concatenating FASL Files</a> 2479 2489 </span> 2480 2490 </dt> 2481 2491 <dt> 2482 2492 <span class="sect1"> 2483 <a href="#floating-point">4. 9. Floating Point Numbers</a>2493 <a href="#floating-point">4.10. Floating Point Numbers</a> 2484 2494 </span> 2485 2495 </dt> 2486 2496 <dt> 2487 2497 <span class="sect1"> 2488 <a href="#watched-objects">4.1 0. Watched Objects</a>2498 <a href="#watched-objects">4.11. Watched Objects</a> 2489 2499 </span> 2490 2500 </dt> … … 2493 2503 <dt> 2494 2504 <span class="sect2"> 2495 <a href="#watched-watch">4.1 0.1. WATCH</a>2505 <a href="#watched-watch">4.11.1. WATCH</a> 2496 2506 </span> 2497 2507 </dt> 2498 2508 <dt> 2499 2509 <span class="sect2"> 2500 <a href="#watched-unwatch">4.1 0.2. UNWATCH</a>2510 <a href="#watched-unwatch">4.11.2. UNWATCH</a> 2501 2511 </span> 2502 2512 </dt> 2503 2513 <dt> 2504 2514 <span class="sect2"> 2505 <a href="#watched-write-to-watched-object">4.1 0.3. WRITE-TO-WATCHED-OBJECT</a>2515 <a href="#watched-write-to-watched-object">4.11.3. WRITE-TO-WATCHED-OBJECT</a> 2506 2516 </span> 2507 2517 </dt> 2508 2518 <dt> 2509 2519 <span class="sect2"> 2510 <a href="#watch-notes">4.1 0.4. Notes</a>2520 <a href="#watch-notes">4.11.4. Notes</a> 2511 2521 </span> 2512 2522 </dt> 2513 2523 <dt> 2514 2524 <span class="sect2"> 2515 <a href="#watch-examples">4.1 0.5. Examples</a>2525 <a href="#watch-examples">4.11.5. Examples</a> 2516 2526 </span> 2517 2527 </dt> … … 2520 2530 <dt> 2521 2531 <span class="sect1"> 2522 <a href="#code-coverage">4.1 1. Code Coverage</a>2532 <a href="#code-coverage">4.12. Code Coverage</a> 2523 2533 </span> 2524 2534 </dt> … … 2527 2537 <dt> 2528 2538 <span class="sect2"> 2529 <a href="#code-coverage-overview">4.1 1.1. Overview</a>2539 <a href="#code-coverage-overview">4.12.1. Overview</a> 2530 2540 </span> 2531 2541 </dt> 2532 2542 <dt> 2533 2543 <span class="sect2"> 2534 <a href="#code-coverage-limitations">4.1 1.2. Limitations</a>2544 <a href="#code-coverage-limitations">4.12.2. Limitations</a> 2535 2545 </span> 2536 2546 </dt> 2537 2547 <dt> 2538 2548 <span class="sect2"> 2539 <a href="#code-coverage-usage">4.1 1.3. Usage</a>2549 <a href="#code-coverage-usage">4.12.3. Usage</a> 2540 2550 </span> 2541 2551 </dt> … … 2576 2586 </p> 2577 2587 <p xmlns="http://www.w3.org/1999/xhtml"> 2578 <a id="id 536058" class="indexterm"></a>2588 <a id="id496668" class="indexterm"></a> 2579 2589 <span class="command"><strong><em class="varname"><a id="trace"></a>TRACE</em> {<em class="replaceable"><code>keyword</code></em> 2580 2590 <em class="replaceable"><code>global-value</code></em>}* {<em class="replaceable"><code>spec</code></em> | … … 3020 3030 </div> 3021 3031 <p xmlns="http://www.w3.org/1999/xhtml"> 3022 <a id="id5 55732" class="indexterm"></a>3032 <a id="id516410" class="indexterm"></a> 3023 3033 <span class="command"><strong><em class="varname"><a id="trace-level"></a>CCL:*TRACE-LEVEL*</em> [Variable]</strong></span> 3024 3034 </p> 3025 3035 <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> 3026 3036 <p xmlns="http://www.w3.org/1999/xhtml"> 3027 <a id="id5 55758" class="indexterm"></a>3037 <a id="id516435" class="indexterm"></a> 3028 3038 <span class="command"><strong><em class="varname"><a id="trace-max-indent"></a>CCL:*TRACE-MAX-INDENT*</em> [Variable]</strong></span> 3029 3039 </p> 3030 3040 <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> 3031 3041 <p xmlns="http://www.w3.org/1999/xhtml"> 3032 <a id="id5 55787" class="indexterm"></a>3042 <a id="id516465" class="indexterm"></a> 3033 3043 <span class="command"><strong><em class="varname"><a id="trace-function"></a>CCL:TRACE-FUNCTION</em> <em class="replaceable"><code>spec</code></em> <em class="varname">&key</em> {<em class="replaceable"><code>keyword</code></em> <em class="replaceable"><code>value</code></em>}* [Function]</strong></span> 3034 3044 </p> … … 3038 3048 </p> 3039 3049 <p xmlns="http://www.w3.org/1999/xhtml"> 3040 <a id="id5 55836" class="indexterm"></a>3050 <a id="id516514" class="indexterm"></a> 3041 3051 <span class="command"><strong><em class="varname"><a id="trace-print-level"></a>CCL:*TRACE-PRINT-LEVEL*</em> [Variable]</strong></span> 3042 3052 </p> … … 3046 3056 explicit printing done by user code.</p> 3047 3057 <p xmlns="http://www.w3.org/1999/xhtml"> 3048 <a id="id5 55870" class="indexterm"></a>3058 <a id="id516548" class="indexterm"></a> 3049 3059 <span class="command"><strong><em class="varname"><a id="trace-print-length"></a>CCL:*TRACE-PRINT-LENGTH*</em> [Variable]</strong></span> 3050 3060 </p> … … 3054 3064 explicit printing done by user code.</p> 3055 3065 <p xmlns="http://www.w3.org/1999/xhtml"> 3056 <a id="id5 55905" class="indexterm"></a>3066 <a id="id516583" class="indexterm"></a> 3057 3067 <span class="command"><strong><em class="varname"><a id="trace-bar-frequency"></a>CCL:*TRACE-BAR-FREQUENCY*</em> [Variable]</strong></span> 3058 3068 </p> … … 3065 3075 <div> 3066 3076 <div> 3067 <h2 class="title" style="clear: both"><a id="Unicode"></a>4.3. Unicode</h2> 3077 <h2 class="title" style="clear: both"><a id="Directory"></a>4.3. Directory</h2> 3078 </div> 3079 </div> 3080 </div> 3081 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL's <em class="varname">DIRECTORY</em> function accepts the following 3082 implementation-dependent keyword arguments:</p> 3083 <div xmlns="http://www.w3.org/1999/xhtml" class="variablelist"> 3084 <dl> 3085 <dt> 3086 <span class="term"><em class="varname">:files</em> <em class="replaceable"><code>boolean</code></em></span> 3087 </dt> 3088 <dd> 3089 <p> If true, includes regular (non-directory) files in DIRECTORY's output. Defaults to T.</p> 3090 </dd> 3091 <dt> 3092 <span class="term"><em class="varname">:directories</em> <em class="replaceable"><code>boolean</code></em></span> 3093 </dt> 3094 <dd> 3095 <p> If true, includes directories in DIRECTORY's output. Defaults to NIL.</p> 3096 </dd> 3097 <dt> 3098 <span class="term"><em class="varname">:all</em> <em class="replaceable"><code>boolean</code></em></span> 3099 </dt> 3100 <dd> 3101 <p> If true, includes files and directories whose names start with a dot character in DIRECTORY's output. (Entries whose name is "." or ".." are never included.) Defaults to T.</p> 3102 </dd> 3103 <dt> 3104 <span class="term"><em class="varname">:follow-links</em> <em class="replaceable"><code>boolean</code></em></span> 3105 </dt> 3106 <dd> 3107 <p> If true, includes the TRUENAMEs of symbolic or hard links in DIRECTORY's output; if false, includes the link filenames without attempting to resolve them. Defaults to T.</p> 3108 <p>Note that legacy HFS alias files are treated as plain files.</p> 3109 </dd> 3110 </dl> 3111 </div> 3112 </div> 3113 <div class="sect1" lang="en" xml:lang="en"> 3114 <div xmlns="http://www.w3.org/1999/xhtml" class="titlepage"> 3115 <div> 3116 <div> 3117 <h2 class="title" style="clear: both"><a id="Unicode"></a>4.4. Unicode</h2> 3068 3118 </div> 3069 3119 </div> … … 3080 3130 <div> 3081 3131 <div> 3082 <h3 class="title"><a id="unicode-characters"></a>4. 3.1. Characters</h3>3132 <h3 class="title"><a id="unicode-characters"></a>4.4.1. Characters</h3> 3083 3133 </div> 3084 3134 </div> … … 3120 3170 <div> 3121 3171 <div> 3122 <h3 class="title"><a id="External-Formats"></a>4. 3.2. External Formats</h3>3172 <h3 class="title"><a id="External-Formats"></a>4.4.2. External Formats</h3> 3123 3173 </div> 3124 3174 </div> … … 3129 3179 of <code class="literal">:EXTERNAL-FORMAT</code> can be 3130 3180 <code class="literal">:DEFAULT</code> (the default value), a line 3131 termination keyword (see <a class="xref" href="#Line-Termination-Keywords" title="4. 3.3. Line Termination Keywords">Section 4.3.3, âLine Termination Keywordsâ</a>), a character encoding3132 keyword (see <a class="xref" href="#Character-Encodings" title="4. 3.4. Character Encodings">Section 4.3.4, âCharacter Encodingsâ</a>), an3181 termination keyword (see <a class="xref" href="#Line-Termination-Keywords" title="4.4.3. Line Termination Keywords">Section 4.4.3, âLine Termination Keywordsâ</a>), a character encoding 3182 keyword (see <a class="xref" href="#Character-Encodings" title="4.4.4. Character Encodings">Section 4.4.4, âCharacter Encodingsâ</a>), an 3133 3183 external-format object created using 3134 3184 <span class="function"><strong>CCL::MAKE-EXTERNAL-FORMAT</strong></span> (see <a class="xref" href="#f_make-external-format" title="Function MAKE-EXTERNAL-FORMAT"><b xmlns="http://www.w3.org/TR/xhtml1/transitional">make-external-format</b></a>), or a plist with keys: … … 3178 3228 <div> 3179 3229 <div class="refsect1" lang="en" xml:lang="en"> 3180 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 56367"></a>3230 <a xmlns="http://www.w3.org/1999/xhtml" id="id517152"></a> 3181 3231 <div class="header">Arguments and Values:</div> 3182 3232 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">domain</span></i>---This is used to indicate where the external … … 3192 3242 <em xmlns="http://www.w3.org/1999/xhtml" class="parameter"><code>line-termination</code></em>.</p> 3193 3243 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">character-encoding</span></i>---A keyword that specifies the character encoding 3194 for the external format. <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#Character-Encodings" title="4. 3.4. Character Encodings">Section 4.3.4, âCharacter Encodingsâ</a>. Defaults to3244 for the external format. <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#Character-Encodings" title="4.4.4. Character Encodings">Section 4.4.4, âCharacter Encodingsâ</a>. Defaults to 3195 3245 <code xmlns="http://www.w3.org/1999/xhtml" class="literal">:DEFAULT</code> which means if 3196 3246 <em xmlns="http://www.w3.org/1999/xhtml" class="parameter"><code>domain</code></em> is … … 3205 3255 <code xmlns="http://www.w3.org/1999/xhtml" class="literal">:ISO-8859-1</code> encoding.</p> 3206 3256 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">line-termination</span></i>---A keyword that indicates a line termination 3207 keyword <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#Line-Termination-Keywords" title="4. 3.3. Line Termination Keywords">Section 4.3.3, âLine Termination Keywordsâ</a>.3257 keyword <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#Line-Termination-Keywords" title="4.4.3. Line Termination Keywords">Section 4.4.3, âLine Termination Keywordsâ</a>. 3208 3258 Defaults to <code xmlns="http://www.w3.org/1999/xhtml" class="literal">:DEFAULT</code> which means 3209 3259 use the value of the variable … … 3212 3262 </div> 3213 3263 <div class="refsect1" lang="en" xml:lang="en"> 3214 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 56546"></a>3264 <a xmlns="http://www.w3.org/1999/xhtml" id="id517331"></a> 3215 3265 <div class="header">Description:</div> 3216 3266 <p xmlns="http://www.w3.org/1999/xhtml">Despite the function's name, it doesn't necessarily create a … … 3227 3277 <div> 3228 3278 <div> 3229 <h3 class="title"><a id="Line-Termination-Keywords"></a>4. 3.3. Line Termination Keywords</h3>3279 <h3 class="title"><a id="Line-Termination-Keywords"></a>4.4.3. Line Termination Keywords</h3> 3230 3280 </div> 3231 3281 </div> … … 3351 3401 <div> 3352 3402 <div> 3353 <h3 class="title"><a id="Character-Encodings"></a>4. 3.4. Character Encodings</h3>3403 <h3 class="title"><a id="Character-Encodings"></a>4.4.4. Character Encodings</h3> 3354 3404 </div> 3355 3405 </div> … … 3361 3411 character encodings. Clozure CL implements some of these encodings as 3362 3412 detailed below. These encodings are part of the specification of 3363 external formats <a class="xref" href="#External-Formats" title="4. 3.2. External Formats">Section 4.3.2, âExternal Formatsâ</a>. When reading3413 external formats <a class="xref" href="#External-Formats" title="4.4.2. External Formats">Section 4.4.2, âExternal Formatsâ</a>. When reading 3364 3414 from a stream, characters are converted from the specified 3365 3415 external character encoding to UTF-32. When writing to a stream, … … 3380 3430 <div> 3381 3431 <div> 3382 <h4 class="title"><a id="id5 56890"></a>4.3.4.1. Encoding Problems</h4>3432 <h4 class="title"><a id="id517675"></a>4.4.4.1. Encoding Problems</h4> 3383 3433 </div> 3384 3434 </div> … … 3396 3446 <div> 3397 3447 <div> 3398 <h4 class="title"><a id="id5 56903"></a>4.3.4.2. Byte Order Marks</h4>3448 <h4 class="title"><a id="id517688"></a>4.4.4.2. Byte Order Marks</h4> 3399 3449 </div> 3400 3450 </div> … … 3424 3474 <div> 3425 3475 <div> 3426 <h4 class="title"><a id="id5 56941"></a>4.3.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4>3476 <h4 class="title"><a id="id517726"></a>4.4.4.3. <span class="function"><strong>DESCRIBE-CHARACTER-ENCODINGS</strong></span></h4> 3427 3477 </div> 3428 3478 </div> … … 3446 3496 <div> 3447 3497 <div class="refsect1" lang="en" xml:lang="en"> 3448 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57012"></a>3498 <a xmlns="http://www.w3.org/1999/xhtml" id="id529985"></a> 3449 3499 <div class="header">Description:</div> 3450 3500 <p xmlns="http://www.w3.org/1999/xhtml">Writes descriptions of all defined character encodings … … 3455 3505 </div> 3456 3506 <div class="refsect1" lang="en" xml:lang="en"> 3457 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 57029"></a>3507 <a xmlns="http://www.w3.org/1999/xhtml" id="id530000"></a> 3458 3508 <div class="header">See Also:</div> 3459 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#Character-Encodings" title="4. 3.4. Character Encodings">Section 4.3.4, âCharacter Encodingsâ</a>, <a class="xref" href="#External-Formats" title="4.3.2. External Formats">Section 4.3.2, âExternal Formatsâ</a>, <a class="xref" href="#Supported-Character-Encodings" title="4.3.4.4. Supported Character Encodings">Section 4.3.4.4, âSupported Character Encodingsâ</a></span>3509 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"><a class="xref" href="#Character-Encodings" title="4.4.4. Character Encodings">Section 4.4.4, âCharacter Encodingsâ</a>, <a class="xref" href="#External-Formats" title="4.4.2. External Formats">Section 4.4.2, âExternal Formatsâ</a>, <a class="xref" href="#Supported-Character-Encodings" title="4.4.4.4. Supported Character Encodings">Section 4.4.4.4, âSupported Character Encodingsâ</a></span> 3460 3510 </div> 3461 3511 </div> … … 3466 3516 <div> 3467 3517 <div> 3468 <h4 class="title"><a id="Supported-Character-Encodings"></a>4. 3.4.4. Supported Character Encodings</h4>3518 <h4 class="title"><a id="Supported-Character-Encodings"></a>4.4.4.4. Supported Character Encodings</h4> 3469 3519 </div> 3470 3520 </div> … … 3886 3936 <div> 3887 3937 <div> 3888 <h4 class="title"><a id="id5 69884"></a>4.3.4.5. Encoding and Decoding Strings</h4>3938 <h4 class="title"><a id="id530679"></a>4.4.4.5. Encoding and Decoding Strings</h4> 3889 3939 </div> 3890 3940 </div> … … 3911 3961 <div> 3912 3962 <div class="refsect1" lang="en" xml:lang="en"> 3913 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69960"></a>3963 <a xmlns="http://www.w3.org/1999/xhtml" id="id530754"></a> 3914 3964 <div class="header">Description:</div> 3915 3965 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3942 3992 <div> 3943 3993 <div class="refsect1" lang="en" xml:lang="en"> 3944 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70055"></a>3994 <a xmlns="http://www.w3.org/1999/xhtml" id="id530850"></a> 3945 3995 <div class="header">Description:</div> 3946 3996 <p xmlns="http://www.w3.org/1999/xhtml"> … … 3985 4035 <div> 3986 4036 <div class="refsect1" lang="en" xml:lang="en"> 3987 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70178"></a>4037 <a xmlns="http://www.w3.org/1999/xhtml" id="id530973"></a> 3988 4038 <div class="header">Description:</div> 3989 4039 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4031 4081 <div> 4032 4082 <div class="refsect1" lang="en" xml:lang="en"> 4033 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70298"></a>4083 <a xmlns="http://www.w3.org/1999/xhtml" id="id531092"></a> 4034 4084 <div class="header">Description:</div> 4035 4085 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4053 4103 <div> 4054 4104 <div> 4055 <h2 class="title" style="clear: both"><a id="Pathanmes"></a>4. 4. Pathnames</h2>4105 <h2 class="title" style="clear: both"><a id="Pathanmes"></a>4.5. Pathnames</h2> 4056 4106 </div> 4057 4107 </div> … … 4061 4111 <div> 4062 4112 <div> 4063 <h3 class="title"><a id="pathname-tilde-expansion"></a>4. 4.1. Pathname Expansion</h3>4113 <h3 class="title"><a id="pathname-tilde-expansion"></a>4.5.1. Pathname Expansion</h3> 4064 4114 </div> 4065 4115 </div> … … 4076 4126 <div> 4077 4127 <div> 4078 <h3 class="title"><a id="Predefined-Logical-Hosts"></a>4. 4.2. Predefined Logical Hosts</h3>4128 <h3 class="title"><a id="Predefined-Logical-Hosts"></a>4.5.2. Predefined Logical Hosts</h3> 4079 4129 </div> 4080 4130 </div> 4081 4131 </div> 4082 4132 <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> 4083 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70386" class="indexterm"></a>4133 <a xmlns="http://www.w3.org/1999/xhtml" id="id531181" class="indexterm"></a> 4084 4134 <p xmlns="http://www.w3.org/1999/xhtml">The <code class="literal">CCL</code> logical host should point to the 4085 4135 <code class="literal">ccl</code> directory. It is used for a variety of … … 4097 4147 <div> 4098 4148 <div> 4099 <h3 class="title"><a id="pathnames-on-darwin"></a>4. 4.3. OS X (Darwin)</h3>4149 <h3 class="title"><a id="pathnames-on-darwin"></a>4.5.3. OS X (Darwin)</h3> 4100 4150 </div> 4101 4151 </div> … … 4107 4157 <div> 4108 4158 <div> 4109 <h3 class="title"><a id="pathnames-on-linux"></a>4. 4.4. Linux</h3>4159 <h3 class="title"><a id="pathnames-on-linux"></a>4.5.4. Linux</h3> 4110 4160 </div> 4111 4161 </div> … … 4120 4170 <div> 4121 4171 <div> 4122 <h3 class="title"><a id="pathnames-on-freebsd"></a>4. 4.5. FreeBSD</h3>4172 <h3 class="title"><a id="pathnames-on-freebsd"></a>4.5.5. FreeBSD</h3> 4123 4173 </div> 4124 4174 </div> … … 4133 4183 <div> 4134 4184 <div> 4135 <h2 class="title" style="clear: both"><a id="Memory-Mapped-Files"></a>4. 5. Memory-mapped Files</h2>4185 <h2 class="title" style="clear: both"><a id="Memory-Mapped-Files"></a>4.6. Memory-mapped Files</h2> 4136 4186 </div> 4137 4187 </div> … … 4185 4235 platforms.</p> 4186 4236 <p xmlns="http://www.w3.org/1999/xhtml"> 4187 <a id="id5 70569" class="indexterm"></a>4237 <a id="id531364" class="indexterm"></a> 4188 4238 <span class="command"><strong><em class="varname"><a id="map-file-to-ivector"></a>CCL:MAP-FILE-TO-IVECTOR</em> 4189 4239 <em class="parameter"><code>pathname</code></em> … … 4245 4295 a memory error.</p> 4246 4296 <p xmlns="http://www.w3.org/1999/xhtml"> 4247 <a id="id5 70702" class="indexterm"></a>4297 <a id="id531497" class="indexterm"></a> 4248 4298 <span class="command"><strong><em class="varname"><a id="unmap-ivector"></a>CCL:UNMAP-IVECTOR</em> 4249 4299 <em class="parameter"><code>displaced-array</code></em> … … 4257 4307 target is an empty vector (of length zero).</p> 4258 4308 <p xmlns="http://www.w3.org/1999/xhtml"> 4259 <a id="id5 70738" class="indexterm"></a>4309 <a id="id531533" class="indexterm"></a> 4260 4310 <span class="command"><strong><em class="varname"><a id="map-file-to-octet-vector"></a>CCL:MAP-FILE-TO-OCTET-VECTOR</em> 4261 4311 <em class="parameter"><code>pathname</code></em> … … 4267 4317 bytes.</p> 4268 4318 <p xmlns="http://www.w3.org/1999/xhtml"> 4269 <a id="id5 70770" class="indexterm"></a>4319 <a id="id531565" class="indexterm"></a> 4270 4320 <span class="command"><strong><em class="varname"><a id="unmap-octet-vector"></a>CCL:UNMAP-OCTET-VECTOR</em> 4271 4321 <em class="parameter"><code>displaced-array</code></em> … … 4279 4329 <div> 4280 4330 <div> 4281 <h2 class="title" style="clear: both"><a id="Static_Variables"></a>4. 6. Static Variables</h2>4331 <h2 class="title" style="clear: both"><a id="Static_Variables"></a>4.7. Static Variables</h2> 4282 4332 </div> 4283 4333 </div> … … 4306 4356 static.</p> 4307 4357 <p xmlns="http://www.w3.org/1999/xhtml"> 4308 <a id="id5 70844" class="indexterm"></a>4358 <a id="id531639" class="indexterm"></a> 4309 4359 <span class="command"><strong><em class="varname"><a id="defstatic"></a>DEFSTATIC</em> 4310 4360 <em class="parameter"><code>var</code></em> … … 4356 4406 <div> 4357 4407 <div> 4358 <h2 class="title" style="clear: both"><a id="Saving-Applications"></a>4. 7. Saving Applications</h2>4359 </div> 4360 </div> 4361 </div> 4362 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 70956" class="indexterm"></a>4408 <h2 class="title" style="clear: both"><a id="Saving-Applications"></a>4.8. Saving Applications</h2> 4409 </div> 4410 </div> 4411 </div> 4412 <a xmlns="http://www.w3.org/1999/xhtml" id="id531751" class="indexterm"></a> 4363 4413 <p xmlns="http://www.w3.org/1999/xhtml">Clozure CL provides the 4364 4414 function <code class="literal">CCL:SAVE-APPLICATION</code>, which creates a file … … 4440 4490 converted, because address 0 can always be relied upon to refer to 4441 4491 the same thing.</p> 4442 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 71178" class="indexterm"></a>4492 <a xmlns="http://www.w3.org/1999/xhtml" id="id531973" class="indexterm"></a> 4443 4493 <p xmlns="http://www.w3.org/1999/xhtml">As of Clozure CL 1.2, the constant <code class="literal">CCL:+NULL-PTR+</code> 4444 4494 refers to a <code class="literal">MACPTR</code> object that points to address 0.</p> … … 4451 4501 or <code class="literal">opencml64</code> script.</p> 4452 4502 <p xmlns="http://www.w3.org/1999/xhtml"> 4453 <a id="id5 71225" class="indexterm"></a>4503 <a id="id532020" class="indexterm"></a> 4454 4504 <span class="command"><strong><em class="varname"><a id="save-application"></a>SAVE-APPLICATION</em> 4455 4505 <em class="parameter"><code>filename</code></em> … … 4554 4604 <div> 4555 4605 <div> 4556 <h2 class="title" style="clear: both"><a id="concatenating-fasl-files"></a>4. 8. Concatenating FASL Files</h2>4606 <h2 class="title" style="clear: both"><a id="concatenating-fasl-files"></a>4.9. Concatenating FASL Files</h2> 4557 4607 </div> 4558 4608 </div> … … 4575 4625 <div> 4576 4626 <div class="refsect1" lang="en" xml:lang="en"> 4577 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 71496"></a>4627 <a xmlns="http://www.w3.org/1999/xhtml" id="id532291"></a> 4578 4628 <div class="header">Arguments and Values:</div> 4579 4629 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">out-file</span></i>--- … … 4589 4639 </div> 4590 4640 <div class="refsect1" lang="en" xml:lang="en"> 4591 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 71556"></a>4641 <a xmlns="http://www.w3.org/1999/xhtml" id="id532351"></a> 4592 4642 <div class="header">Description:</div> 4593 4643 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4615 4665 <div> 4616 4666 <div> 4617 <h2 class="title" style="clear: both"><a id="floating-point"></a>4. 9. Floating Point Numbers</h2>4667 <h2 class="title" style="clear: both"><a id="floating-point"></a>4.10. Floating Point Numbers</h2> 4618 4668 </div> 4619 4669 </div> … … 4649 4699 <div> 4650 4700 <div class="refsect1" lang="en" xml:lang="en"> 4651 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 71647"></a>4701 <a xmlns="http://www.w3.org/1999/xhtml" id="id532442"></a> 4652 4702 <div class="header">Arguments and Values:</div> 4653 4703 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">mode</span></i>--- … … 4657 4707 </div> 4658 4708 <div class="refsect1" lang="en" xml:lang="en"> 4659 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 71670"></a>4709 <a xmlns="http://www.w3.org/1999/xhtml" id="id532465"></a> 4660 4710 <div class="header">Description:</div> 4661 4711 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4696 4746 <div> 4697 4747 <div class="refsect1" lang="en" xml:lang="en"> 4698 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 71766"></a>4748 <a xmlns="http://www.w3.org/1999/xhtml" id="id532560"></a> 4699 4749 <div class="header">Arguments and Values:</div> 4700 4750 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">rounding-mode</span></i>--- … … 4705 4755 </div> 4706 4756 <div class="refsect1" lang="en" xml:lang="en"> 4707 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 71802"></a>4757 <a xmlns="http://www.w3.org/1999/xhtml" id="id532597"></a> 4708 4758 <div class="header">Description:</div> 4709 4759 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4721 4771 <div> 4722 4772 <div> 4723 <h2 class="title" style="clear: both"><a id="watched-objects"></a>4.1 0. Watched Objects</h2>4773 <h2 class="title" style="clear: both"><a id="watched-objects"></a>4.11. Watched Objects</h2> 4724 4774 </div> 4725 4775 </div> … … 4736 4786 <div> 4737 4787 <div> 4738 <h3 class="title"><a id="watched-watch"></a>4.1 0.1. WATCH</h3>4788 <h3 class="title"><a id="watched-watch"></a>4.11.1. WATCH</h3> 4739 4789 </div> 4740 4790 </div> … … 4754 4804 <div> 4755 4805 <div class="refsect1" lang="en" xml:lang="en"> 4756 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 71877"></a>4806 <a xmlns="http://www.w3.org/1999/xhtml" id="id532672"></a> 4757 4807 <div class="header">Arguments and Values:</div> 4758 4808 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">object</span></i>--- … … 4761 4811 </div> 4762 4812 <div class="refsect1" lang="en" xml:lang="en"> 4763 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 71899"></a>4813 <a xmlns="http://www.w3.org/1999/xhtml" id="id532694"></a> 4764 4814 <div class="header">Description:</div> 4765 4815 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4910 4960 <div> 4911 4961 <div> 4912 <h3 class="title"><a id="watched-unwatch"></a>4.1 0.2. UNWATCH</h3>4962 <h3 class="title"><a id="watched-unwatch"></a>4.11.2. UNWATCH</h3> 4913 4963 </div> 4914 4964 </div> … … 4928 4978 <div> 4929 4979 <div class="refsect1" lang="en" xml:lang="en"> 4930 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72074"></a>4980 <a xmlns="http://www.w3.org/1999/xhtml" id="id532868"></a> 4931 4981 <div class="header">Description:</div> 4932 4982 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4944 4994 <div> 4945 4995 <div> 4946 <h3 class="title"><a id="watched-write-to-watched-object"></a>4.1 0.3. WRITE-TO-WATCHED-OBJECT</h3>4996 <h3 class="title"><a id="watched-write-to-watched-object"></a>4.11.3. WRITE-TO-WATCHED-OBJECT</h3> 4947 4997 </div> 4948 4998 </div> … … 4962 5012 <div> 4963 5013 <div class="refsect1" lang="en" xml:lang="en"> 4964 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72122"></a>5014 <a xmlns="http://www.w3.org/1999/xhtml" id="id532917"></a> 4965 5015 <div class="header">Discussion:</div> 4966 5016 <p xmlns="http://www.w3.org/1999/xhtml"> … … 4980 5030 </div> 4981 5031 <div class="refsect1" lang="en" xml:lang="en"> 4982 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72175"></a>5032 <a xmlns="http://www.w3.org/1999/xhtml" id="id532970"></a> 4983 5033 <div class="header">Restarts:</div> 4984 5034 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5003 5053 <div> 5004 5054 <div> 5005 <h3 class="title"><a id="watch-notes"></a>4.1 0.4. Notes</h3>5055 <h3 class="title"><a id="watch-notes"></a>4.11.4. Notes</h3> 5006 5056 </div> 5007 5057 </div> … … 5036 5086 <div> 5037 5087 <div> 5038 <h3 class="title"><a id="watch-examples"></a>4.1 0.5. Examples</h3>5088 <h3 class="title"><a id="watch-examples"></a>4.11.5. Examples</h3> 5039 5089 </div> 5040 5090 </div> … … 5048 5098 <div> 5049 5099 <div> 5050 <h4 class="title"><a id="id5 72233"></a>4.10.5.1. Fancy arrays</h4>5100 <h4 class="title"><a id="id533028"></a>4.11.5.1. Fancy arrays</h4> 5051 5101 </div> 5052 5102 </div> … … 5075 5125 <div> 5076 5126 <div> 5077 <h4 class="title"><a id="id5 72252"></a>4.10.5.2. Hash tables</h4>5127 <h4 class="title"><a id="id533047"></a>4.11.5.2. Hash tables</h4> 5078 5128 </div> 5079 5129 </div> … … 5123 5173 <div> 5124 5174 <div> 5125 <h4 class="title"><a id="id5 72282"></a>4.10.5.3. Lists</h4>5175 <h4 class="title"><a id="id533077"></a>4.11.5.3. Lists</h4> 5126 5176 </div> 5127 5177 </div> … … 5152 5202 <div> 5153 5203 <div> 5154 <h2 class="title" style="clear: both"><a id="code-coverage"></a>4.1 1. Code Coverage</h2>5204 <h2 class="title" style="clear: both"><a id="code-coverage"></a>4.12. Code Coverage</h2> 5155 5205 </div> 5156 5206 </div> … … 5160 5210 <div> 5161 5211 <div> 5162 <h3 class="title"><a id="code-coverage-overview"></a>4.1 1.1. Overview</h3>5212 <h3 class="title"><a id="code-coverage-overview"></a>4.12.1. Overview</h3> 5163 5213 </div> 5164 5214 </div> … … 5196 5246 <div> 5197 5247 <div> 5198 <h3 class="title"><a id="code-coverage-limitations"></a>4.1 1.2. Limitations</h3>5248 <h3 class="title"><a id="code-coverage-limitations"></a>4.12.2. Limitations</h3> 5199 5249 </div> 5200 5250 </div> … … 5249 5299 <div> 5250 5300 <div> 5251 <h3 class="title"><a id="code-coverage-usage"></a>4.1 1.3. Usage</h3>5301 <h3 class="title"><a id="code-coverage-usage"></a>4.12.3. Usage</h3> 5252 5302 </div> 5253 5303 </div> … … 5292 5342 <div> 5293 5343 <div class="refsect1" lang="en" xml:lang="en"> 5294 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72464"></a>5344 <a xmlns="http://www.w3.org/1999/xhtml" id="id533259"></a> 5295 5345 <div class="header">Arguments and Values:</div> 5296 5346 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">html</span></i>--- … … 5314 5364 </div> 5315 5365 <div class="refsect1" lang="en" xml:lang="en"> 5316 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72517"></a>5366 <a xmlns="http://www.w3.org/1999/xhtml" id="id533312"></a> 5317 5367 <div class="header">Example:</div> 5318 5368 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5348 5398 <div> 5349 5399 <div class="refsect1" lang="en" xml:lang="en"> 5350 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72597"></a>5400 <a xmlns="http://www.w3.org/1999/xhtml" id="id533392"></a> 5351 5401 <div class="header">Summary:</div> 5352 5402 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5370 5420 <div> 5371 5421 <div class="refsect1" lang="en" xml:lang="en"> 5372 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72635"></a>5422 <a xmlns="http://www.w3.org/1999/xhtml" id="id533430"></a> 5373 5423 <div class="header">Summary:</div> 5374 5424 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5396 5446 <div> 5397 5447 <div class="refsect1" lang="en" xml:lang="en"> 5398 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72688"></a>5448 <a xmlns="http://www.w3.org/1999/xhtml" id="id533482"></a> 5399 5449 <div class="header">Summary:</div> 5400 5450 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5422 5472 <div> 5423 5473 <div class="refsect1" lang="en" xml:lang="en"> 5424 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72739"></a>5474 <a xmlns="http://www.w3.org/1999/xhtml" id="id533534"></a> 5425 5475 <div class="header">Summary:</div> 5426 5476 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5453 5503 <div> 5454 5504 <div class="refsect1" lang="en" xml:lang="en"> 5455 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72782"></a>5505 <a xmlns="http://www.w3.org/1999/xhtml" id="id533577"></a> 5456 5506 <div class="header">Summary:</div> 5457 5507 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5480 5530 <div> 5481 5531 <div class="refsect1" lang="en" xml:lang="en"> 5482 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72835"></a>5532 <a xmlns="http://www.w3.org/1999/xhtml" id="id533630"></a> 5483 5533 <div class="header">Summary:</div> 5484 5534 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5503 5553 <div> 5504 5554 <div class="refsect1" lang="en" xml:lang="en"> 5505 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72886"></a>5555 <a xmlns="http://www.w3.org/1999/xhtml" id="id533680"></a> 5506 5556 <div class="header">Summary:</div> 5507 5557 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5530 5580 <div> 5531 5581 <div class="refsect1" lang="en" xml:lang="en"> 5532 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72938"></a>5582 <a xmlns="http://www.w3.org/1999/xhtml" id="id533733"></a> 5533 5583 <div class="header">Summary:</div> 5534 5584 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5557 5607 <div> 5558 5608 <div class="refsect1" lang="en" xml:lang="en"> 5559 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 72991"></a>5609 <a xmlns="http://www.w3.org/1999/xhtml" id="id533786"></a> 5560 5610 <div class="header">Summary:</div> 5561 5611 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5724 5774 <div> 5725 5775 <div class="refsect1" lang="en" xml:lang="en"> 5726 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73226"></a>5776 <a xmlns="http://www.w3.org/1999/xhtml" id="id534021"></a> 5727 5777 <div class="header">Summary:</div> 5728 5778 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5749 5799 <div> 5750 5800 <div class="refsect1" lang="en" xml:lang="en"> 5751 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73278"></a>5801 <a xmlns="http://www.w3.org/1999/xhtml" id="id534073"></a> 5752 5802 <div class="header">Summary:</div> 5753 5803 <p xmlns="http://www.w3.org/1999/xhtml"> … … 5980 6030 <div> 5981 6031 <div> 5982 <h4 class="title"><a id="id 546650"></a>5.4.2.1. Checking for Updates</h4>6032 <h4 class="title"><a id="id475070"></a>5.4.2.1. Checking for Updates</h4> 5983 6033 </div> 5984 6034 </div> … … 6112 6162 the required subsystems, if necessary.</p> 6113 6163 <p xmlns="http://www.w3.org/1999/xhtml"> 6114 <a id="id5 26741" class="indexterm"></a>6164 <a id="id512053" class="indexterm"></a> 6115 6165 <span class="command"><strong><em class="varname"><a id="build-application"></a>BUILD-APPLICATION</em> <em class="varname">&key</em> 6116 6166 (<em class="parameter"><code>name</code></em> <em class="replaceable"><code>"MyApplication"</code></em>) … … 6412 6462 <dt> 6413 6463 <span class="sect2"> 6414 <a href="#id 523572">6.3.2. As of August 2003:</a>6464 <a href="#id470007">6.3.2. As of August 2003:</a> 6415 6465 </span> 6416 6466 </dt> … … 6663 6713 <div> 6664 6714 <div> 6665 <h3 class="title"><a id="id 523572"></a>6.3.2. As of August 2003:</h3>6715 <h3 class="title"><a id="id470007"></a>6.3.2. As of August 2003:</h3> 6666 6716 </div> 6667 6717 </div> … … 7115 7165 <div> 7116 7166 <div class="refsect1" lang="en" xml:lang="en"> 7117 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68008"></a>7167 <a xmlns="http://www.w3.org/1999/xhtml" id="id528574"></a> 7118 7168 <div class="header">Values:</div> 7119 7169 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">result</span></i>---a list of all lisp processes (threads) … … 7121 7171 </div> 7122 7172 <div class="refsect1" lang="en" xml:lang="en"> 7123 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68034"></a>7173 <a xmlns="http://www.w3.org/1999/xhtml" id="id528600"></a> 7124 7174 <div class="header">Description:</div> 7125 7175 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of all lisp processes (threads) known … … 7133 7183 </div> 7134 7184 <div class="refsect1" lang="en" xml:lang="en"> 7135 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68049"></a>7185 <a xmlns="http://www.w3.org/1999/xhtml" id="id528614"></a> 7136 7186 <div class="header">See Also:</div> 7137 7187 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7161 7211 <div> 7162 7212 <div class="refsect1" lang="en" xml:lang="en"> 7163 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68119"></a>7213 <a xmlns="http://www.w3.org/1999/xhtml" id="id528684"></a> 7164 7214 <div class="header">Arguments and Values:</div> 7165 7215 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process.</p> … … 7200 7250 </div> 7201 7251 <div class="refsect1" lang="en" xml:lang="en"> 7202 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68306"></a>7252 <a xmlns="http://www.w3.org/1999/xhtml" id="id528871"></a> 7203 7253 <div class="header">Description:</div> 7204 7254 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new lisp process (thread) with the … … 7221 7271 </div> 7222 7272 <div class="refsect1" lang="en" xml:lang="en"> 7223 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68358"></a>7273 <a xmlns="http://www.w3.org/1999/xhtml" id="id528924"></a> 7224 7274 <div class="header">See Also:</div> 7225 7275 <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> … … 7240 7290 <div> 7241 7291 <div class="refsect1" lang="en" xml:lang="en"> 7242 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68437"></a>7292 <a xmlns="http://www.w3.org/1999/xhtml" id="id529003"></a> 7243 7293 <div class="header">Arguments and Values:</div> 7244 7294 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7250 7300 </div> 7251 7301 <div class="refsect1" lang="en" xml:lang="en"> 7252 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68491"></a>7302 <a xmlns="http://www.w3.org/1999/xhtml" id="id529057"></a> 7253 7303 <div class="header">Description:</div> 7254 7304 <p xmlns="http://www.w3.org/1999/xhtml">Suspends <em class="varname">process</em>, preventing it from … … 7272 7322 </div> 7273 7323 <div class="refsect1" lang="en" xml:lang="en"> 7274 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68546"></a>7324 <a xmlns="http://www.w3.org/1999/xhtml" id="id529112"></a> 7275 7325 <div class="header">See Also:</div> 7276 7326 <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> 7277 7327 </div> 7278 7328 <div class="refsect1" lang="en" xml:lang="en"> 7279 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68571"></a>7329 <a xmlns="http://www.w3.org/1999/xhtml" id="id529137"></a> 7280 7330 <div class="header">Notes:</div> 7281 7331 <p xmlns="http://www.w3.org/1999/xhtml"><span class="function"><strong>process-suspend</strong></span> was previously called … … 7303 7353 <div> 7304 7354 <div class="refsect1" lang="en" xml:lang="en"> 7305 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68653"></a>7355 <a xmlns="http://www.w3.org/1999/xhtml" id="id529219"></a> 7306 7356 <div class="header">Arguments and Values:</div> 7307 7357 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7314 7364 </div> 7315 7365 <div class="refsect1" lang="en" xml:lang="en"> 7316 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68706"></a>7366 <a xmlns="http://www.w3.org/1999/xhtml" id="id529272"></a> 7317 7367 <div class="header">Description:</div> 7318 7368 <p xmlns="http://www.w3.org/1999/xhtml">Undoes the effect of a previous call to … … 7325 7375 </div> 7326 7376 <div class="refsect1" lang="en" xml:lang="en"> 7327 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68737"></a>7377 <a xmlns="http://www.w3.org/1999/xhtml" id="id529303"></a> 7328 7378 <div class="header">See Also:</div> 7329 7379 <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> 7330 7380 </div> 7331 7381 <div class="refsect1" lang="en" xml:lang="en"> 7332 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68762"></a>7382 <a xmlns="http://www.w3.org/1999/xhtml" id="id529328"></a> 7333 7383 <div class="header">Notes:</div> 7334 7384 <p xmlns="http://www.w3.org/1999/xhtml"> … … 7356 7406 <div> 7357 7407 <div class="refsect1" lang="en" xml:lang="en"> 7358 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68827"></a>7408 <a xmlns="http://www.w3.org/1999/xhtml" id="id529393"></a> 7359 7409 <div class="header">Arguments and Values:</div> 7360 7410 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7366 7416 </div> 7367 7417 <div class="refsect1" lang="en" xml:lang="en"> 7368 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68881"></a>7418 <a xmlns="http://www.w3.org/1999/xhtml" id="id529447"></a> 7369 7419 <div class="header">Description:</div> 7370 7420 <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 … … 7381 7431 </div> 7382 7432 <div class="refsect1" lang="en" xml:lang="en"> 7383 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 68931"></a>7433 <a xmlns="http://www.w3.org/1999/xhtml" id="id529497"></a> 7384 7434 <div class="header">See Also:</div> 7385 7435 <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> … … 7402 7452 <div> 7403 7453 <div class="refsect1" lang="en" xml:lang="en"> 7404 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69008"></a>7454 <a xmlns="http://www.w3.org/1999/xhtml" id="id529574"></a> 7405 7455 <div class="header">Arguments and Values:</div> 7406 7456 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7413 7463 </div> 7414 7464 <div class="refsect1" lang="en" xml:lang="en"> 7415 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69083"></a>7465 <a xmlns="http://www.w3.org/1999/xhtml" id="id529649"></a> 7416 7466 <div class="header">Description:</div> 7417 7467 <p xmlns="http://www.w3.org/1999/xhtml">Typically used to initialize a newly-created or newly-reset … … 7427 7477 </div> 7428 7478 <div class="refsect1" lang="en" xml:lang="en"> 7429 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69127"></a>7479 <a xmlns="http://www.w3.org/1999/xhtml" id="id529693"></a> 7430 7480 <div class="header">See Also:</div> 7431 7481 <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> … … 7448 7498 <div> 7449 7499 <div class="refsect1" lang="en" xml:lang="en"> 7450 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69208"></a>7500 <a xmlns="http://www.w3.org/1999/xhtml" id="id529774"></a> 7451 7501 <div class="header">Arguments and Values:</div> 7452 7502 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7457 7507 </div> 7458 7508 <div class="refsect1" lang="en" xml:lang="en"> 7459 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69271"></a>7509 <a xmlns="http://www.w3.org/1999/xhtml" id="id529837"></a> 7460 7510 <div class="header">Description:</div> 7461 7511 <p xmlns="http://www.w3.org/1999/xhtml">Tries to begin the execution of <em class="varname">process</em>. … … 7474 7524 </div> 7475 7525 <div class="refsect1" lang="en" xml:lang="en"> 7476 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 69320"></a>7526 <a xmlns="http://www.w3.org/1999/xhtml" id="id529886"></a> 7477 7527 <div class="header">See Also:</div> 7478 7528 <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> 7479 7529 </div> 7480 7530 <div class="refsect1" lang="en" xml:lang="en"> 7481 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 60964"></a>7531 <a xmlns="http://www.w3.org/1999/xhtml" id="id529916"></a> 7482 7532 <div class="header">Notes:</div> 7483 7533 <p xmlns="http://www.w3.org/1999/xhtml">It would be nice to have more discussion of what it means … … 7500 7550 <div> 7501 7551 <div class="refsect1" lang="en" xml:lang="en"> 7502 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61079"></a>7552 <a xmlns="http://www.w3.org/1999/xhtml" id="id521616"></a> 7503 7553 <div class="header">Arguments and Values:</div> 7504 7554 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string, used to identify the process. … … 7522 7572 </div> 7523 7573 <div class="refsect1" lang="en" xml:lang="en"> 7524 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61267"></a>7574 <a xmlns="http://www.w3.org/1999/xhtml" id="id521805"></a> 7525 7575 <div class="header">Description:</div> 7526 7576 <p xmlns="http://www.w3.org/1999/xhtml">Creates a lisp process (thread) via … … 7535 7585 </div> 7536 7586 <div class="refsect1" lang="en" xml:lang="en"> 7537 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61302"></a>7587 <a xmlns="http://www.w3.org/1999/xhtml" id="id521840"></a> 7538 7588 <div class="header">See Also:</div> 7539 7589 <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> … … 7556 7606 <div> 7557 7607 <div class="refsect1" lang="en" xml:lang="en"> 7558 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61385"></a>7608 <a xmlns="http://www.w3.org/1999/xhtml" id="id521923"></a> 7559 7609 <div class="header">Arguments and Values:</div> 7560 7610 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7569 7619 </div> 7570 7620 <div class="refsect1" lang="en" xml:lang="en"> 7571 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61478"></a>7621 <a xmlns="http://www.w3.org/1999/xhtml" id="id522016"></a> 7572 7622 <div class="header">Description:</div> 7573 7623 <p xmlns="http://www.w3.org/1999/xhtml">Arranges for <em class="varname">process</em> … … 7600 7650 </div> 7601 7651 <div class="refsect1" lang="en" xml:lang="en"> 7602 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61552"></a>7652 <a xmlns="http://www.w3.org/1999/xhtml" id="id522090"></a> 7603 7653 <div class="header">See Also:</div> 7604 7654 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7609 7659 </div> 7610 7660 <div class="refsect1" lang="en" xml:lang="en"> 7611 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61572"></a>7661 <a xmlns="http://www.w3.org/1999/xhtml" id="id522109"></a> 7612 7662 <div class="header">Notes:</div> 7613 7663 <p xmlns="http://www.w3.org/1999/xhtml">It would probably be better for <em class="varname">result</em> … … 7639 7689 <div> 7640 7690 <div class="refsect1" lang="en" xml:lang="en"> 7641 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61638"></a>7691 <a xmlns="http://www.w3.org/1999/xhtml" id="id522176"></a> 7642 7692 <div class="header">Value Type:</div> 7643 7693 <p xmlns="http://www.w3.org/1999/xhtml">A lisp process (thread).</p> 7644 7694 </div> 7645 7695 <div class="refsect1" lang="en" xml:lang="en"> 7646 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61649"></a>7696 <a xmlns="http://www.w3.org/1999/xhtml" id="id522187"></a> 7647 7697 <div class="header">Initial Value:</div> 7648 7698 <p xmlns="http://www.w3.org/1999/xhtml">Bound separately in each process, to that process itself. … … 7650 7700 </div> 7651 7701 <div class="refsect1" lang="en" xml:lang="en"> 7652 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61661"></a>7702 <a xmlns="http://www.w3.org/1999/xhtml" id="id522199"></a> 7653 7703 <div class="header">Description:</div> 7654 7704 <p xmlns="http://www.w3.org/1999/xhtml">Used when lisp code needs to find out what process it is … … 7656 7706 </div> 7657 7707 <div class="refsect1" lang="en" xml:lang="en"> 7658 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61673"></a>7708 <a xmlns="http://www.w3.org/1999/xhtml" id="id522211"></a> 7659 7709 <div class="header">See Also:</div> 7660 7710 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7680 7730 <div> 7681 7731 <div class="refsect1" lang="en" xml:lang="en"> 7682 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61744"></a>7732 <a xmlns="http://www.w3.org/1999/xhtml" id="id522282"></a> 7683 7733 <div class="header">Arguments and Values:</div> 7684 7734 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7687 7737 </div> 7688 7738 <div class="refsect1" lang="en" xml:lang="en"> 7689 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61800"></a>7739 <a xmlns="http://www.w3.org/1999/xhtml" id="id522338"></a> 7690 7740 <div class="header">Description:</div> 7691 7741 <p xmlns="http://www.w3.org/1999/xhtml">Causes <em class="varname">process</em> to cleanly exit … … 7714 7764 </div> 7715 7765 <div class="refsect1" lang="en" xml:lang="en"> 7716 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61868"></a>7766 <a xmlns="http://www.w3.org/1999/xhtml" id="id522406"></a> 7717 7767 <div class="header">See Also:</div> 7718 7768 <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> … … 7734 7784 <div> 7735 7785 <div class="refsect1" lang="en" xml:lang="en"> 7736 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61942"></a>7786 <a xmlns="http://www.w3.org/1999/xhtml" id="id522480"></a> 7737 7787 <div class="header">Arguments and Values:</div> 7738 7788 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7740 7790 </div> 7741 7791 <div class="refsect1" lang="en" xml:lang="en"> 7742 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61983"></a>7792 <a xmlns="http://www.w3.org/1999/xhtml" id="id522521"></a> 7743 7793 <div class="header">Description:</div> 7744 7794 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 7747 7797 </div> 7748 7798 <div class="refsect1" lang="en" xml:lang="en"> 7749 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 61999"></a>7799 <a xmlns="http://www.w3.org/1999/xhtml" id="id522537"></a> 7750 7800 <div class="header">See Also:</div> 7751 7801 <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> … … 7769 7819 <div> 7770 7820 <div class="refsect1" lang="en" xml:lang="en"> 7771 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62082"></a>7821 <a xmlns="http://www.w3.org/1999/xhtml" id="id522620"></a> 7772 7822 <div class="header">Arguments and Values:</div> 7773 7823 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">process</span></i>---a lisp process (thread).</p> … … 7775 7825 </div> 7776 7826 <div class="refsect1" lang="en" xml:lang="en"> 7777 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62123"></a>7827 <a xmlns="http://www.w3.org/1999/xhtml" id="id522661"></a> 7778 7828 <div class="header">Description:</div> 7779 7829 <p xmlns="http://www.w3.org/1999/xhtml">Entirely equivalent to calling … … 7789 7839 </div> 7790 7840 <div class="refsect1" lang="en" xml:lang="en"> 7791 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62187"></a>7841 <a xmlns="http://www.w3.org/1999/xhtml" id="id522725"></a> 7792 7842 <div class="header">See Also:</div> 7793 7843 <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> … … 7808 7858 <div> 7809 7859 <div class="refsect1" lang="en" xml:lang="en"> 7810 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62245"></a>7860 <a xmlns="http://www.w3.org/1999/xhtml" id="id522783"></a> 7811 7861 <div class="header">Value Type:</div> 7812 7862 <p xmlns="http://www.w3.org/1999/xhtml">A positive integer.</p> 7813 7863 </div> 7814 7864 <div class="refsect1" lang="en" xml:lang="en"> 7815 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62256"></a>7865 <a xmlns="http://www.w3.org/1999/xhtml" id="id522794"></a> 7816 7866 <div class="header">Initial Value:</div> 7817 7867 <p xmlns="http://www.w3.org/1999/xhtml">The clock resolution of the OS scheduler. Currently, … … 7820 7870 </div> 7821 7871 <div class="refsect1" lang="en" xml:lang="en"> 7822 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62269"></a>7872 <a xmlns="http://www.w3.org/1999/xhtml" id="id522806"></a> 7823 7873 <div class="header">Description:</div> 7824 7874 <p xmlns="http://www.w3.org/1999/xhtml">This value is ordinarily of marginal interest at best, … … 7828 7878 </div> 7829 7879 <div class="refsect1" lang="en" xml:lang="en"> 7830 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62282"></a>7880 <a xmlns="http://www.w3.org/1999/xhtml" id="id522819"></a> 7831 7881 <div class="header">See Also:</div> 7832 7882 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 7852 7902 <div> 7853 7903 <div class="refsect1" lang="en" xml:lang="en"> 7854 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62386"></a>7904 <a xmlns="http://www.w3.org/1999/xhtml" id="id522924"></a> 7855 7905 <div class="header">Description:</div> 7856 7906 <p xmlns="http://www.w3.org/1999/xhtml">This information is primarily for the benefit of … … 7866 7916 </div> 7867 7917 <div class="refsect1" lang="en" xml:lang="en"> 7868 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62429"></a>7918 <a xmlns="http://www.w3.org/1999/xhtml" id="id522967"></a> 7869 7919 <div class="header">See Also:</div> 7870 7920 <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> 7871 7921 </div> 7872 7922 <div class="refsect1" lang="en" xml:lang="en"> 7873 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62460"></a>7923 <a xmlns="http://www.w3.org/1999/xhtml" id="id522998"></a> 7874 7924 <div class="header">Notes:</div> 7875 7925 <p xmlns="http://www.w3.org/1999/xhtml">This should arguably be SETFable, but doesn't seem to … … 7895 7945 <div> 7896 7946 <div class="refsect1" lang="en" xml:lang="en"> 7897 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62519"></a>7947 <a xmlns="http://www.w3.org/1999/xhtml" id="id523057"></a> 7898 7948 <div class="header">Description:</div> 7899 7949 <p xmlns="http://www.w3.org/1999/xhtml">Advises the OS scheduler that the current thread has nothing … … 7904 7954 </div> 7905 7955 <div class="refsect1" lang="en" xml:lang="en"> 7906 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62532"></a>7956 <a xmlns="http://www.w3.org/1999/xhtml" id="id523070"></a> 7907 7957 <div class="header">See Also:</div> 7908 7958 <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> 7909 7959 </div> 7910 7960 <div class="refsect1" lang="en" xml:lang="en"> 7911 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62580"></a>7961 <a xmlns="http://www.w3.org/1999/xhtml" id="id523118"></a> 7912 7962 <div class="header">Notes:</div> 7913 7963 <p xmlns="http://www.w3.org/1999/xhtml">This is a holdover from the days of cooperative … … 7932 7982 <div> 7933 7983 <div class="refsect1" lang="en" xml:lang="en"> 7934 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62645"></a>7984 <a xmlns="http://www.w3.org/1999/xhtml" id="id523183"></a> 7935 7985 <div class="header">Arguments and Values:</div> 7936 7986 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 7945 7995 </div> 7946 7996 <div class="refsect1" lang="en" xml:lang="en"> 7947 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62724"></a>7997 <a xmlns="http://www.w3.org/1999/xhtml" id="id523262"></a> 7948 7998 <div class="header">Description:</div> 7949 7999 <p xmlns="http://www.w3.org/1999/xhtml">Causes the current lisp process (thread) to repeatedly … … 7962 8012 </div> 7963 8013 <div class="refsect1" lang="en" xml:lang="en"> 7964 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62760"></a>8014 <a xmlns="http://www.w3.org/1999/xhtml" id="id523298"></a> 7965 8015 <div class="header">See Also:</div> 7966 8016 <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> … … 7982 8032 <div> 7983 8033 <div class="refsect1" lang="en" xml:lang="en"> 7984 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62868"></a>8034 <a xmlns="http://www.w3.org/1999/xhtml" id="id523406"></a> 7985 8035 <div class="header">Arguments and Values:</div> 7986 8036 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">whostate</span></i>---a string, which will be the value of … … 8000 8050 </div> 8001 8051 <div class="refsect1" lang="en" xml:lang="en"> 8002 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 62983"></a>8052 <a xmlns="http://www.w3.org/1999/xhtml" id="id523520"></a> 8003 8053 <div class="header">Description:</div> 8004 8054 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">ticks</em> is NIL, behaves exactly like … … 8017 8067 </div> 8018 8068 <div class="refsect1" lang="en" xml:lang="en"> 8019 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 79881"></a>8069 <a xmlns="http://www.w3.org/1999/xhtml" id="id523570"></a> 8020 8070 <div class="header">See Also:</div> 8021 8071 <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> … … 8037 8087 <div> 8038 8088 <div class="refsect1" lang="en" xml:lang="en"> 8039 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 79984"></a>8089 <a xmlns="http://www.w3.org/1999/xhtml" id="id540715"></a> 8040 8090 <div class="header">Arguments and Values:</div> 8041 8091 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8044 8094 </div> 8045 8095 <div class="refsect1" lang="en" xml:lang="en"> 8046 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80022"></a>8096 <a xmlns="http://www.w3.org/1999/xhtml" id="id540753"></a> 8047 8097 <div class="header">Description:</div> 8048 8098 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 8059 8109 </div> 8060 8110 <div class="refsect1" lang="en" xml:lang="en"> 8061 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80051"></a>8111 <a xmlns="http://www.w3.org/1999/xhtml" id="id540782"></a> 8062 8112 <div class="header">See Also:</div> 8063 8113 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 8083 8133 <div> 8084 8134 <div class="refsect1" lang="en" xml:lang="en"> 8085 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80113"></a>8135 <a xmlns="http://www.w3.org/1999/xhtml" id="id540844"></a> 8086 8136 <div class="header">Arguments and Values:</div> 8087 8137 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---any lisp object; saved as part of … … 8093 8143 </div> 8094 8144 <div class="refsect1" lang="en" xml:lang="en"> 8095 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80159"></a>8145 <a xmlns="http://www.w3.org/1999/xhtml" id="id540890"></a> 8096 8146 <div class="header">Description:</div> 8097 8147 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a lock object, which can … … 8103 8153 </div> 8104 8154 <div class="refsect1" lang="en" xml:lang="en"> 8105 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80174"></a>8155 <a xmlns="http://www.w3.org/1999/xhtml" id="id540905"></a> 8106 8156 <div class="header">See Also:</div> 8107 8157 <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> … … 8123 8173 <div> 8124 8174 <div class="refsect1" lang="en" xml:lang="en"> 8125 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80278"></a>8175 <a xmlns="http://www.w3.org/1999/xhtml" id="id541008"></a> 8126 8176 <div class="header">Arguments and Values:</div> 8127 8177 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8131 8181 </div> 8132 8182 <div class="refsect1" lang="en" xml:lang="en"> 8133 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80329"></a>8183 <a xmlns="http://www.w3.org/1999/xhtml" id="id541060"></a> 8134 8184 <div class="header">Description:</div> 8135 8185 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">lock</em> is either free or … … 8142 8192 </div> 8143 8193 <div class="refsect1" lang="en" xml:lang="en"> 8144 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80358"></a>8194 <a xmlns="http://www.w3.org/1999/xhtml" id="id541089"></a> 8145 8195 <div class="header">See Also:</div> 8146 8196 <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> … … 8161 8211 <div> 8162 8212 <div class="refsect1" lang="en" xml:lang="en"> 8163 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80458"></a>8213 <a xmlns="http://www.w3.org/1999/xhtml" id="id541189"></a> 8164 8214 <div class="header">Arguments and Values:</div> 8165 8215 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8166 8216 </div> 8167 8217 <div class="refsect1" lang="en" xml:lang="en"> 8168 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80480"></a>8218 <a xmlns="http://www.w3.org/1999/xhtml" id="id541211"></a> 8169 8219 <div class="header">Description:</div> 8170 8220 <p xmlns="http://www.w3.org/1999/xhtml">Blocks until <em class="varname">lock</em> is owned by the … … 8177 8227 </div> 8178 8228 <div class="refsect1" lang="en" xml:lang="en"> 8179 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80514"></a>8229 <a xmlns="http://www.w3.org/1999/xhtml" id="id541244"></a> 8180 8230 <div class="header">See Also:</div> 8181 8231 <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> … … 8195 8245 <div> 8196 8246 <div class="refsect1" lang="en" xml:lang="en"> 8197 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80613"></a>8247 <a xmlns="http://www.w3.org/1999/xhtml" id="id541344"></a> 8198 8248 <div class="header">Arguments and Values:</div> 8199 8249 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> 8200 8250 </div> 8201 8251 <div class="refsect1" lang="en" xml:lang="en"> 8202 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80635"></a>8252 <a xmlns="http://www.w3.org/1999/xhtml" id="id541366"></a> 8203 8253 <div class="header">Description:</div> 8204 8254 <p xmlns="http://www.w3.org/1999/xhtml">Signals an error of type CCL:LOCK-NOT-OWNER if … … 8213 8263 </div> 8214 8264 <div class="refsect1" lang="en" xml:lang="en"> 8215 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80669"></a>8265 <a xmlns="http://www.w3.org/1999/xhtml" id="id541400"></a> 8216 8266 <div class="header">See Also:</div> 8217 8267 <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> … … 8232 8282 <div> 8233 8283 <div class="refsect1" lang="en" xml:lang="en"> 8234 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80769"></a>8284 <a xmlns="http://www.w3.org/1999/xhtml" id="id541500"></a> 8235 8285 <div class="header">Arguments and Values:</div> 8236 8286 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">lock</span></i>---an object of type CCL:LOCK.</p> … … 8239 8289 </div> 8240 8290 <div class="refsect1" lang="en" xml:lang="en"> 8241 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80808"></a>8291 <a xmlns="http://www.w3.org/1999/xhtml" id="id541538"></a> 8242 8292 <div class="header">Description:</div> 8243 8293 <p xmlns="http://www.w3.org/1999/xhtml">Tests whether <em class="varname">lock</em> … … 8252 8302 </div> 8253 8303 <div class="refsect1" lang="en" xml:lang="en"> 8254 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80831"></a>8304 <a xmlns="http://www.w3.org/1999/xhtml" id="id541562"></a> 8255 8305 <div class="header">See Also:</div> 8256 8306 <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> … … 8272 8322 <div> 8273 8323 <div class="refsect1" lang="en" xml:lang="en"> 8274 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80931"></a>8324 <a xmlns="http://www.w3.org/1999/xhtml" id="id541662"></a> 8275 8325 <div class="header">Arguments and Values:</div> 8276 8326 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---a newly-allocated object of type … … 8278 8328 </div> 8279 8329 <div class="refsect1" lang="en" xml:lang="en"> 8280 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80954"></a>8330 <a xmlns="http://www.w3.org/1999/xhtml" id="id541685"></a> 8281 8331 <div class="header">Description:</div> 8282 8332 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL::READ-WRITE-LOCK. … … 8289 8339 </div> 8290 8340 <div class="refsect1" lang="en" xml:lang="en"> 8291 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 80970"></a>8341 <a xmlns="http://www.w3.org/1999/xhtml" id="id541701"></a> 8292 8342 <div class="header">See Also:</div> 8293 8343 <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> 8294 8344 </div> 8295 8345 <div class="refsect1" lang="en" xml:lang="en"> 8296 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81018"></a>8346 <a xmlns="http://www.w3.org/1999/xhtml" id="id541749"></a> 8297 8347 <div class="header">Notes:</div> 8298 8348 <p xmlns="http://www.w3.org/1999/xhtml">There probably should be some way to … … 8317 8367 <div> 8318 8368 <div class="refsect1" lang="en" xml:lang="en"> 8319 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81074"></a>8369 <a xmlns="http://www.w3.org/1999/xhtml" id="id541805"></a> 8320 8370 <div class="header">Arguments and Values:</div> 8321 8371 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8326 8376 </div> 8327 8377 <div class="refsect1" lang="en" xml:lang="en"> 8328 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81126"></a>8378 <a xmlns="http://www.w3.org/1999/xhtml" id="id541856"></a> 8329 8379 <div class="header">Description:</div> 8330 8380 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8340 8390 </div> 8341 8391 <div class="refsect1" lang="en" xml:lang="en"> 8342 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81165"></a>8392 <a xmlns="http://www.w3.org/1999/xhtml" id="id541896"></a> 8343 8393 <div class="header">See Also:</div> 8344 8394 <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> … … 8360 8410 <div> 8361 8411 <div class="refsect1" lang="en" xml:lang="en"> 8362 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81259"></a>8412 <a xmlns="http://www.w3.org/1999/xhtml" id="id541989"></a> 8363 8413 <div class="header">Arguments and Values:</div> 8364 8414 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">read-write-lock</span></i>---an object of type … … 8369 8419 </div> 8370 8420 <div class="refsect1" lang="en" xml:lang="en"> 8371 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81310"></a>8421 <a xmlns="http://www.w3.org/1999/xhtml" id="id542041"></a> 8372 8422 <div class="header">Description:</div> 8373 8423 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">read-write-lock</em> has no … … 8384 8434 </div> 8385 8435 <div class="refsect1" lang="en" xml:lang="en"> 8386 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81355"></a>8436 <a xmlns="http://www.w3.org/1999/xhtml" id="id542085"></a> 8387 8437 <div class="header">See Also:</div> 8388 8438 <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> … … 8404 8454 <div> 8405 8455 <div class="refsect1" lang="en" xml:lang="en"> 8406 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81444"></a>8456 <a xmlns="http://www.w3.org/1999/xhtml" id="id542175"></a> 8407 8457 <div class="header">Arguments and Values:</div> 8408 8458 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---a newly-allocated object of type CCL:SEMAPHORE.</p> 8409 8459 </div> 8410 8460 <div class="refsect1" lang="en" xml:lang="en"> 8411 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81467"></a>8461 <a xmlns="http://www.w3.org/1999/xhtml" id="id542198"></a> 8412 8462 <div class="header">Description:</div> 8413 8463 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns an object of type CCL:SEMAPHORE. … … 8418 8468 </div> 8419 8469 <div class="refsect1" lang="en" xml:lang="en"> 8420 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81482"></a>8470 <a xmlns="http://www.w3.org/1999/xhtml" id="id542213"></a> 8421 8471 <div class="header">See Also:</div> 8422 8472 <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> … … 8438 8488 <div> 8439 8489 <div class="refsect1" lang="en" xml:lang="en"> 8440 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81577"></a>8490 <a xmlns="http://www.w3.org/1999/xhtml" id="id542308"></a> 8441 8491 <div class="header">Arguments and Values:</div> 8442 8492 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 8445 8495 </div> 8446 8496 <div class="refsect1" lang="en" xml:lang="en"> 8447 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81613"></a>8497 <a xmlns="http://www.w3.org/1999/xhtml" id="id542344"></a> 8448 8498 <div class="header">Description:</div> 8449 8499 <p xmlns="http://www.w3.org/1999/xhtml">Atomically increments <em class="varname">semaphore</em>'s … … 8452 8502 </div> 8453 8503 <div class="refsect1" lang="en" xml:lang="en"> 8454 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81627"></a>8504 <a xmlns="http://www.w3.org/1999/xhtml" id="id542357"></a> 8455 8505 <div class="header">See Also:</div> 8456 8506 <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> 8457 8507 </div> 8458 8508 <div class="refsect1" lang="en" xml:lang="en"> 8459 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81680"></a>8509 <a xmlns="http://www.w3.org/1999/xhtml" id="id542411"></a> 8460 8510 <div class="header">Notes:</div> 8461 8511 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 8480 8530 <div> 8481 8531 <div class="refsect1" lang="en" xml:lang="en"> 8482 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81740"></a>8532 <a xmlns="http://www.w3.org/1999/xhtml" id="id542471"></a> 8483 8533 <div class="header">Arguments and Values:</div> 8484 8534 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---an object of type CCL:SEMAPHORE.</p> … … 8487 8537 </div> 8488 8538 <div class="refsect1" lang="en" xml:lang="en"> 8489 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81776"></a>8539 <a xmlns="http://www.w3.org/1999/xhtml" id="id542507"></a> 8490 8540 <div class="header">Description:</div> 8491 8541 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 8495 8545 </div> 8496 8546 <div class="refsect1" lang="en" xml:lang="en"> 8497 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81790"></a>8547 <a xmlns="http://www.w3.org/1999/xhtml" id="id542521"></a> 8498 8548 <div class="header">See Also:</div> 8499 8549 <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> 8500 8550 </div> 8501 8551 <div class="refsect1" lang="en" xml:lang="en"> 8502 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81843"></a>8552 <a xmlns="http://www.w3.org/1999/xhtml" id="id542574"></a> 8503 8553 <div class="header">Notes:</div> 8504 8554 <p xmlns="http://www.w3.org/1999/xhtml"><em class="varname">result</em> should probably be interpreted … … 8524 8574 <div> 8525 8575 <div class="refsect1" lang="en" xml:lang="en"> 8526 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81904"></a>8576 <a xmlns="http://www.w3.org/1999/xhtml" id="id542634"></a> 8527 8577 <div class="header">Arguments and Values:</div> 8528 8578 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">semaphore</span></i>---An object of type CCL:SEMAPHORE.</p> … … 8537 8587 </div> 8538 8588 <div class="refsect1" lang="en" xml:lang="en"> 8539 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81970"></a>8589 <a xmlns="http://www.w3.org/1999/xhtml" id="id542701"></a> 8540 8590 <div class="header">Description:</div> 8541 8591 <p xmlns="http://www.w3.org/1999/xhtml">Waits until <em class="varname">semaphore</em> … … 8546 8596 </div> 8547 8597 <div class="refsect1" lang="en" xml:lang="en"> 8548 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 81987"></a>8598 <a xmlns="http://www.w3.org/1999/xhtml" id="id542718"></a> 8549 8599 <div class="header">See Also:</div> 8550 8600 <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> … … 8566 8616 <div> 8567 8617 <div class="refsect1" lang="en" xml:lang="en"> 8568 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82080"></a>8618 <a xmlns="http://www.w3.org/1999/xhtml" id="id542811"></a> 8569 8619 <div class="header">Arguments and Values:</div> 8570 8620 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 8574 8624 </div> 8575 8625 <div class="refsect1" lang="en" xml:lang="en"> 8576 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82122"></a>8626 <a xmlns="http://www.w3.org/1999/xhtml" id="id542852"></a> 8577 8627 <div class="header">Description:</div> 8578 8628 <p xmlns="http://www.w3.org/1999/xhtml">Wait until input is available on <em class="varname">fd</em>. … … 8590 8640 </div> 8591 8641 <div class="refsect1" lang="en" xml:lang="en"> 8592 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82155"></a>8642 <a xmlns="http://www.w3.org/1999/xhtml" id="id542885"></a> 8593 8643 <div class="header">See Also:</div> 8594 8644 <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> 8595 8645 </div> 8596 8646 <div class="refsect1" lang="en" xml:lang="en"> 8597 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82192"></a>8647 <a xmlns="http://www.w3.org/1999/xhtml" id="id542923"></a> 8598 8648 <div class="header">Notes:</div> 8599 8649 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8620 8670 <div> 8621 8671 <div class="refsect1" lang="en" xml:lang="en"> 8622 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82257"></a>8672 <a xmlns="http://www.w3.org/1999/xhtml" id="id542988"></a> 8623 8673 <div class="header">Arguments and Values:</div> 8624 8674 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">fd</span></i>---a file descriptor, which is a non-negative integer … … 8628 8678 </div> 8629 8679 <div class="refsect1" lang="en" xml:lang="en"> 8630 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82298"></a>8680 <a xmlns="http://www.w3.org/1999/xhtml" id="id543029"></a> 8631 8681 <div class="header">Description:</div> 8632 8682 <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 … … 8641 8691 </div> 8642 8692 <div class="refsect1" lang="en" xml:lang="en"> 8643 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82332"></a>8693 <a xmlns="http://www.w3.org/1999/xhtml" id="id543062"></a> 8644 8694 <div class="header">See Also:</div> 8645 8695 <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> 8646 8696 </div> 8647 8697 <div class="refsect1" lang="en" xml:lang="en"> 8648 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82369"></a>8698 <a xmlns="http://www.w3.org/1999/xhtml" id="id543100"></a> 8649 8699 <div class="header">Notes:</div> 8650 8700 <p xmlns="http://www.w3.org/1999/xhtml"> … … 8671 8721 <div> 8672 8722 <div class="refsect1" lang="en" xml:lang="en"> 8673 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82434"></a>8723 <a xmlns="http://www.w3.org/1999/xhtml" id="id543165"></a> 8674 8724 <div class="header">Arguments and Values:</div> 8675 8725 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">body</span></i>---an implicit progn.</p> … … 8678 8728 </div> 8679 8729 <div class="refsect1" lang="en" xml:lang="en"> 8680 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82472"></a>8730 <a xmlns="http://www.w3.org/1999/xhtml" id="id543203"></a> 8681 8731 <div class="header">Description:</div> 8682 8732 <p xmlns="http://www.w3.org/1999/xhtml">Requests exclusive read access to the standard terminal … … 8686 8736 </div> 8687 8737 <div class="refsect1" lang="en" xml:lang="en"> 8688 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82489"></a>8738 <a xmlns="http://www.w3.org/1999/xhtml" id="id543220"></a> 8689 8739 <div class="header">See Also:</div> 8690 8740 <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> … … 8705 8755 <div> 8706 8756 <div class="refsect1" lang="en" xml:lang="en"> 8707 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82566"></a>8757 <a xmlns="http://www.w3.org/1999/xhtml" id="id543297"></a> 8708 8758 <div class="header">Value Type:</div> 8709 8759 <p xmlns="http://www.w3.org/1999/xhtml">A boolean.</p> 8710 8760 </div> 8711 8761 <div class="refsect1" lang="en" xml:lang="en"> 8712 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82576"></a>8762 <a xmlns="http://www.w3.org/1999/xhtml" id="id543306"></a> 8713 8763 <div class="header">Initial Value:</div> 8714 8764 <p xmlns="http://www.w3.org/1999/xhtml">NIL.</p> 8715 8765 </div> 8716 8766 <div class="refsect1" lang="en" xml:lang="en"> 8717 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82585"></a>8767 <a xmlns="http://www.w3.org/1999/xhtml" id="id543316"></a> 8718 8768 <div class="header">Description:</div> 8719 8769 <p xmlns="http://www.w3.org/1999/xhtml">Controls how attempts to obtain ownership of terminal input … … 8727 8777 </div> 8728 8778 <div class="refsect1" lang="en" xml:lang="en"> 8729 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82599"></a>8779 <a xmlns="http://www.w3.org/1999/xhtml" id="id543330"></a> 8730 8780 <div class="header">See Also:</div> 8731 8781 <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> … … 8746 8796 <div> 8747 8797 <div class="refsect1" lang="en" xml:lang="en"> 8748 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82690"></a>8798 <a xmlns="http://www.w3.org/1999/xhtml" id="id543421"></a> 8749 8799 <div class="header">Arguments and Values:</div> 8750 8800 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">p</span></i>---a lisp process (thread), designated either by … … 8755 8805 </div> 8756 8806 <div class="refsect1" lang="en" xml:lang="en"> 8757 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82729"></a>8807 <a xmlns="http://www.w3.org/1999/xhtml" id="id543460"></a> 8758 8808 <div class="header">Description:</div> 8759 8809 <p xmlns="http://www.w3.org/1999/xhtml">:Y is a toplevel command, not a function. As such, it … … 8766 8816 </div> 8767 8817 <div class="refsect1" lang="en" xml:lang="en"> 8768 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82751"></a>8818 <a xmlns="http://www.w3.org/1999/xhtml" id="id543482"></a> 8769 8819 <div class="header">See Also:</div> 8770 8820 <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> … … 8787 8837 <div> 8788 8838 <div class="refsect1" lang="en" xml:lang="en"> 8789 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82844"></a>8839 <a xmlns="http://www.w3.org/1999/xhtml" id="id543575"></a> 8790 8840 <div class="header">Arguments and Values:</div> 8791 8841 <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> … … 8797 8847 </div> 8798 8848 <div class="refsect1" lang="en" xml:lang="en"> 8799 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82901"></a>8849 <a xmlns="http://www.w3.org/1999/xhtml" id="id543632"></a> 8800 8850 <div class="header">Description:</div> 8801 8851 <p xmlns="http://www.w3.org/1999/xhtml">Waits for the specified process to terminate. If the … … 8938 8988 <div> 8939 8989 <div class="refsect1" lang="en" xml:lang="en"> 8940 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 33587"></a>8990 <a xmlns="http://www.w3.org/1999/xhtml" id="id515374"></a> 8941 8991 <div class="header">Arguments and Values:</div> 8942 8992 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">address-family</span></i>---The address/protocol family of this socket. Currently … … 9038 9088 </div> 9039 9089 <div class="refsect1" lang="en" xml:lang="en"> 9040 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58141"></a>9090 <a xmlns="http://www.w3.org/1999/xhtml" id="id527628"></a> 9041 9091 <div class="header">Description:</div> 9042 9092 <p xmlns="http://www.w3.org/1999/xhtml">Creates and returns a new socket</p> … … 9057 9107 <div> 9058 9108 <div class="refsect1" lang="en" xml:lang="en"> 9059 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58203"></a>9109 <a xmlns="http://www.w3.org/1999/xhtml" id="id527690"></a> 9060 9110 <div class="header">Arguments and Values:</div> 9061 9111 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The listener-socket to listen on.</p> … … 9065 9115 </div> 9066 9116 <div class="refsect1" lang="en" xml:lang="en"> 9067 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58245"></a>9117 <a xmlns="http://www.w3.org/1999/xhtml" id="id527732"></a> 9068 9118 <div class="header">Description:</div> 9069 9119 <p xmlns="http://www.w3.org/1999/xhtml">Extracts the first connection on the queue of pending … … 9091 9141 <div> 9092 9142 <div class="refsect1" lang="en" xml:lang="en"> 9093 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58310"></a>9143 <a xmlns="http://www.w3.org/1999/xhtml" id="id518288"></a> 9094 9144 <div class="header">Arguments and Values:</div> 9095 9145 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">dotted</span></i>---A string representing an IP address in the … … 9099 9149 </div> 9100 9150 <div class="refsect1" lang="en" xml:lang="en"> 9101 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 58352"></a>9151 <a xmlns="http://www.w3.org/1999/xhtml" id="id518329"></a> 9102 9152 <div class="header">Description:</div> 9103 9153 <p xmlns="http://www.w3.org/1999/xhtml">Converts a dotted-string representation of a host address to … … 9119 9169 <div> 9120 9170 <div class="refsect1" lang="en" xml:lang="en"> 9121 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66837"></a>9171 <a xmlns="http://www.w3.org/1999/xhtml" id="id518391"></a> 9122 9172 <div class="header">Arguments and Values:</div> 9123 9173 <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> … … 9128 9178 </div> 9129 9179 <div class="refsect1" lang="en" xml:lang="en"> 9130 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66879"></a>9180 <a xmlns="http://www.w3.org/1999/xhtml" id="id518433"></a> 9131 9181 <div class="header">Description:</div> 9132 9182 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into octets.</p> … … 9147 9197 <div> 9148 9198 <div class="refsect1" lang="en" xml:lang="en"> 9149 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66940"></a>9199 <a xmlns="http://www.w3.org/1999/xhtml" id="id518494"></a> 9150 9200 <div class="header">Arguments and Values:</div> 9151 9201 <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> … … 9154 9204 </div> 9155 9205 <div class="refsect1" lang="en" xml:lang="en"> 9156 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66980"></a>9206 <a xmlns="http://www.w3.org/1999/xhtml" id="id518534"></a> 9157 9207 <div class="header">Description:</div> 9158 9208 <p xmlns="http://www.w3.org/1999/xhtml">Converts a 32-bit unsigned IP address into a host name … … 9174 9224 <div> 9175 9225 <div class="refsect1" lang="en" xml:lang="en"> 9176 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67037"></a>9226 <a xmlns="http://www.w3.org/1999/xhtml" id="id518592"></a> 9177 9227 <div class="header">Arguments and Values:</div> 9178 9228 <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 … … 9182 9232 </div> 9183 9233 <div class="refsect1" lang="en" xml:lang="en"> 9184 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67065"></a>9234 <a xmlns="http://www.w3.org/1999/xhtml" id="id518619"></a> 9185 9235 <div class="header">Description:</div> 9186 9236 <p xmlns="http://www.w3.org/1999/xhtml">Converts a host spec in any of the acceptable formats into a … … 9202 9252 <div> 9203 9253 <div class="refsect1" lang="en" xml:lang="en"> 9204 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67123"></a>9254 <a xmlns="http://www.w3.org/1999/xhtml" id="id518677"></a> 9205 9255 <div class="header">Arguments and Values:</div> 9206 9256 <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 … … 9211 9261 </div> 9212 9262 <div class="refsect1" lang="en" xml:lang="en"> 9213 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67166"></a>9263 <a xmlns="http://www.w3.org/1999/xhtml" id="id518720"></a> 9214 9264 <div class="header">Description:</div> 9215 9265 <p xmlns="http://www.w3.org/1999/xhtml">Finds the port number for the specified port and protocol</p> … … 9231 9281 <div> 9232 9282 <div class="refsect1" lang="en" xml:lang="en"> 9233 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 67227"></a>9283 <a xmlns="http://www.w3.org/1999/xhtml" id="id526140"></a> 9234 9284 <div class="header">Arguments and Values:</div> 9235 9285 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to read from</p> … … 9248 9298 </div> 9249 9299 <div class="refsect1" lang="en" xml:lang="en"> 9250 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 65632"></a>9300 <a xmlns="http://www.w3.org/1999/xhtml" id="id526230"></a> 9251 9301 <div class="header">Description:</div> 9252 9302 <p xmlns="http://www.w3.org/1999/xhtml">Reads a UDP packet from a socket. If no packets are … … 9285 9335 <div> 9286 9336 <div class="refsect1" lang="en" xml:lang="en"> 9287 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 65733"></a>9337 <a xmlns="http://www.w3.org/1999/xhtml" id="id526330"></a> 9288 9338 <div class="header">Arguments and Values:</div> 9289 9339 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to write to</p> … … 9300 9350 </div> 9301 9351 <div class="refsect1" lang="en" xml:lang="en"> 9302 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 65835"></a>9352 <a xmlns="http://www.w3.org/1999/xhtml" id="id526433"></a> 9303 9353 <div class="header">Description:</div> 9304 9354 <p xmlns="http://www.w3.org/1999/xhtml">Send a UDP packet over a socket.</p> … … 9319 9369 <div> 9320 9370 <div class="refsect1" lang="en" xml:lang="en"> 9321 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 65896"></a>9371 <a xmlns="http://www.w3.org/1999/xhtml" id="id526494"></a> 9322 9372 <div class="header">Arguments and Values:</div> 9323 9373 <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> … … 9326 9376 </div> 9327 9377 <div class="refsect1" lang="en" xml:lang="en"> 9328 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 65937"></a>9378 <a xmlns="http://www.w3.org/1999/xhtml" id="id526534"></a> 9329 9379 <div class="header">Description:</div> 9330 9380 <p xmlns="http://www.w3.org/1999/xhtml">Shuts down part of a bidirectional connection. This is … … 9347 9397 <div> 9348 9398 <div class="refsect1" lang="en" xml:lang="en"> 9349 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 65996"></a>9399 <a xmlns="http://www.w3.org/1999/xhtml" id="id526593"></a> 9350 9400 <div class="header">Arguments and Values:</div> 9351 9401 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9352 9402 </div> 9353 9403 <div class="refsect1" lang="en" xml:lang="en"> 9354 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66022"></a>9404 <a xmlns="http://www.w3.org/1999/xhtml" id="id526619"></a> 9355 9405 <div class="header">Description:</div> 9356 9406 <p xmlns="http://www.w3.org/1999/xhtml">Returns the native OS's representation of the socket, or … … 9377 9427 <div> 9378 9428 <div class="refsect1" lang="en" xml:lang="en"> 9379 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66083"></a>9429 <a xmlns="http://www.w3.org/1999/xhtml" id="id526695"></a> 9380 9430 <div class="header">Arguments and Values:</div> 9381 9431 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9382 9432 </div> 9383 9433 <div class="refsect1" lang="en" xml:lang="en"> 9384 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66109"></a>9434 <a xmlns="http://www.w3.org/1999/xhtml" id="id526721"></a> 9385 9435 <div class="header">Description:</div> 9386 9436 <p xmlns="http://www.w3.org/1999/xhtml">Returns the 32-bit unsigned IP address of the remote host, … … 9402 9452 <div> 9403 9453 <div class="refsect1" lang="en" xml:lang="en"> 9404 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66182"></a>9454 <a xmlns="http://www.w3.org/1999/xhtml" id="id526779"></a> 9405 9455 <div class="header">Arguments and Values:</div> 9406 9456 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9407 9457 </div> 9408 9458 <div class="refsect1" lang="en" xml:lang="en"> 9409 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66208"></a>9459 <a xmlns="http://www.w3.org/1999/xhtml" id="id526806"></a> 9410 9460 <div class="header">Description:</div> 9411 9461 <p xmlns="http://www.w3.org/1999/xhtml">Returns the remote port number, or NIL if the socket is not … … 9427 9477 <div> 9428 9478 <div class="refsect1" lang="en" xml:lang="en"> 9429 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66266"></a>9479 <a xmlns="http://www.w3.org/1999/xhtml" id="id526863"></a> 9430 9480 <div class="header">Arguments and Values:</div> 9431 9481 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9432 9482 </div> 9433 9483 <div class="refsect1" lang="en" xml:lang="en"> 9434 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66292"></a>9484 <a xmlns="http://www.w3.org/1999/xhtml" id="id526889"></a> 9435 9485 <div class="header">Description:</div> 9436 9486 <p xmlns="http://www.w3.org/1999/xhtml">Returns 32-bit unsigned IP address of the local host.</p> … … 9451 9501 <div> 9452 9502 <div class="refsect1" lang="en" xml:lang="en"> 9453 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66349"></a>9503 <a xmlns="http://www.w3.org/1999/xhtml" id="id526946"></a> 9454 9504 <div class="header">Arguments and Values:</div> 9455 9505 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9456 9506 </div> 9457 9507 <div class="refsect1" lang="en" xml:lang="en"> 9458 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66375"></a>9508 <a xmlns="http://www.w3.org/1999/xhtml" id="id526972"></a> 9459 9509 <div class="header">Description:</div> 9460 9510 <p xmlns="http://www.w3.org/1999/xhtml">Returns the local port number</p> … … 9475 9525 <div> 9476 9526 <div class="refsect1" lang="en" xml:lang="en"> 9477 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66432"></a>9527 <a xmlns="http://www.w3.org/1999/xhtml" id="id527030"></a> 9478 9528 <div class="header">Arguments and Values:</div> 9479 9529 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9480 9530 </div> 9481 9531 <div class="refsect1" lang="en" xml:lang="en"> 9482 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66458"></a>9532 <a xmlns="http://www.w3.org/1999/xhtml" id="id527056"></a> 9483 9533 <div class="header">Description:</div> 9484 9534 <p xmlns="http://www.w3.org/1999/xhtml">Returns :internet or :file, as appropriate.</p> … … 9499 9549 <div> 9500 9550 <div class="refsect1" lang="en" xml:lang="en"> 9501 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66516"></a>9551 <a xmlns="http://www.w3.org/1999/xhtml" id="id527113"></a> 9502 9552 <div class="header">Arguments and Values:</div> 9503 9553 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9504 9554 </div> 9505 9555 <div class="refsect1" lang="en" xml:lang="en"> 9506 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66542"></a>9556 <a xmlns="http://www.w3.org/1999/xhtml" id="id527139"></a> 9507 9557 <div class="header">Description:</div> 9508 9558 <p xmlns="http://www.w3.org/1999/xhtml">Returns :active for tcp-stream, :passive for … … 9524 9574 <div> 9525 9575 <div class="refsect1" lang="en" xml:lang="en"> 9526 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66600"></a>9576 <a xmlns="http://www.w3.org/1999/xhtml" id="id527196"></a> 9527 9577 <div class="header">Arguments and Values:</div> 9528 9578 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9529 9579 </div> 9530 9580 <div class="refsect1" lang="en" xml:lang="en"> 9531 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66626"></a>9581 <a xmlns="http://www.w3.org/1999/xhtml" id="id527223"></a> 9532 9582 <div class="header">Description:</div> 9533 9583 <p xmlns="http://www.w3.org/1999/xhtml">Returns the socket format as specified by the :format … … 9549 9599 <div> 9550 9600 <div class="refsect1" lang="en" xml:lang="en"> 9551 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66684"></a>9601 <a xmlns="http://www.w3.org/1999/xhtml" id="id527280"></a> 9552 9602 <div class="header">Arguments and Values:</div> 9553 9603 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket</p> 9554 9604 </div> 9555 9605 <div class="refsect1" lang="en" xml:lang="en"> 9556 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66710"></a>9606 <a xmlns="http://www.w3.org/1999/xhtml" id="id527306"></a> 9557 9607 <div class="header">Description:</div> 9558 9608 <p xmlns="http://www.w3.org/1999/xhtml">returns :stream for tcp-stream and listener-socket, and … … 9573 9623 <div> 9574 9624 <div class="refsect1" lang="en" xml:lang="en"> 9575 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66754"></a>9625 <a xmlns="http://www.w3.org/1999/xhtml" id="id527349"></a> 9576 9626 <div class="header">Description:</div> 9577 9627 <p xmlns="http://www.w3.org/1999/xhtml">The class of OS errors signaled by socket functions</p> 9578 9628 </div> 9579 9629 <div class="refsect1" lang="en" xml:lang="en"> 9580 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 66765"></a>9630 <a xmlns="http://www.w3.org/1999/xhtml" id="id524428"></a> 9581 9631 <div class="header">Superclasses:</div> 9582 9632 <p xmlns="http://www.w3.org/1999/xhtml">simple-error</p> … … 9597 9647 <div> 9598 9648 <div class="refsect1" lang="en" xml:lang="en"> 9599 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63882"></a>9649 <a xmlns="http://www.w3.org/1999/xhtml" id="id524485"></a> 9600 9650 <div class="header">Arguments and Values:</div> 9601 9651 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 9602 9652 </div> 9603 9653 <div class="refsect1" lang="en" xml:lang="en"> 9604 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63908"></a>9654 <a xmlns="http://www.w3.org/1999/xhtml" id="id524511"></a> 9605 9655 <div class="header">Description:</div> 9606 9656 <p xmlns="http://www.w3.org/1999/xhtml">The OS error code of the error</p> … … 9621 9671 <div> 9622 9672 <div class="refsect1" lang="en" xml:lang="en"> 9623 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63966"></a>9673 <a xmlns="http://www.w3.org/1999/xhtml" id="id524569"></a> 9624 9674 <div class="header">Arguments and Values:</div> 9625 9675 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 9626 9676 </div> 9627 9677 <div class="refsect1" lang="en" xml:lang="en"> 9628 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 63992"></a>9678 <a xmlns="http://www.w3.org/1999/xhtml" id="id524596"></a> 9629 9679 <div class="header">Description:</div> 9630 9680 <p xmlns="http://www.w3.org/1999/xhtml">A symbol representing the error code in a more … … 9650 9700 <div> 9651 9701 <div class="refsect1" lang="en" xml:lang="en"> 9652 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64056"></a>9702 <a xmlns="http://www.w3.org/1999/xhtml" id="id524659"></a> 9653 9703 <div class="header">Arguments and Values:</div> 9654 9704 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket-error</span></i>---the condition</p> 9655 9705 </div> 9656 9706 <div class="refsect1" lang="en" xml:lang="en"> 9657 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64082"></a>9707 <a xmlns="http://www.w3.org/1999/xhtml" id="id524685"></a> 9658 9708 <div class="header">Description:</div> 9659 9709 <p xmlns="http://www.w3.org/1999/xhtml">A string describing the context where the error happened. On … … 9676 9726 <div> 9677 9727 <div class="refsect1" lang="en" xml:lang="en"> 9678 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64144"></a>9728 <a xmlns="http://www.w3.org/1999/xhtml" id="id524747"></a> 9679 9729 <div class="header">Arguments and Values:</div> 9680 9730 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">socket</span></i>---The socket to close</p> … … 9687 9737 </div> 9688 9738 <div class="refsect1" lang="en" xml:lang="en"> 9689 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64187"></a>9739 <a xmlns="http://www.w3.org/1999/xhtml" id="id524791"></a> 9690 9740 <div class="header">Description:</div> 9691 9741 <p xmlns="http://www.w3.org/1999/xhtml">The close generic function can be applied to sockets. It … … 9708 9758 <div> 9709 9759 <div class="refsect1" lang="en" xml:lang="en"> 9710 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64250"></a>9760 <a xmlns="http://www.w3.org/1999/xhtml" id="id524853"></a> 9711 9761 <div class="header">Arguments and Values:</div> 9712 9762 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---variable to bind</p> … … 9715 9765 </div> 9716 9766 <div class="refsect1" lang="en" xml:lang="en"> 9717 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 64305"></a>9767 <a xmlns="http://www.w3.org/1999/xhtml" id="id524909"></a> 9718 9768 <div class="header">Description:</div> 9719 9769 <p xmlns="http://www.w3.org/1999/xhtml">executes body with var bound to the result of applying … … 9847 9897 <div> 9848 9898 <div class="refsect1" lang="en" xml:lang="en"> 9849 <a xmlns="http://www.w3.org/1999/xhtml" id="id 543321"></a>9899 <a xmlns="http://www.w3.org/1999/xhtml" id="id473493"></a> 9850 9900 <div class="header">Arguments and Values:</div> 9851 9901 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">program</span></i>---A string or pathname which denotes an executable file. … … 9892 9942 EXTERNAL-PROCESS.</p> 9893 9943 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">external-format</span></i>--- 9894 The external format (see <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#External-Formats" title="4. 3.2. External Formats">Section 4.3.2, âExternal Formatsâ</a>) for all of the9944 The external format (see <a xmlns="http://www.w3.org/1999/xhtml" class="xref" href="#External-Formats" title="4.4.2. External Formats">Section 4.4.2, âExternal Formatsâ</a>) for all of the 9895 9945 streams (input, output, and error) used to 9896 9946 communicate with the external process. … … 9898 9948 </div> 9899 9949 <div class="refsect1" lang="en" xml:lang="en"> 9900 <a xmlns="http://www.w3.org/1999/xhtml" id="id 512854"></a>9950 <a xmlns="http://www.w3.org/1999/xhtml" id="id496648"></a> 9901 9951 <div class="header">Description:</div> 9902 9952 <p xmlns="http://www.w3.org/1999/xhtml">Runs the specified program in an external (Unix) process, … … 9918 9968 <div> 9919 9969 <div class="refsect1" lang="en" xml:lang="en"> 9920 <a xmlns="http://www.w3.org/1999/xhtml" id="id 513575"></a>9970 <a xmlns="http://www.w3.org/1999/xhtml" id="id477368"></a> 9921 9971 <div class="header">Arguments and Values:</div> 9922 9972 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> … … 9924 9974 </div> 9925 9975 <div class="refsect1" lang="en" xml:lang="en"> 9926 <a xmlns="http://www.w3.org/1999/xhtml" id="id 513616"></a>9976 <a xmlns="http://www.w3.org/1999/xhtml" id="id477409"></a> 9927 9977 <div class="header">Description:</div> 9928 9978 <p xmlns="http://www.w3.org/1999/xhtml">Sends the specified "signal" to the specified … … 9947 9997 <div> 9948 9998 <div class="refsect1" lang="en" xml:lang="en"> 9949 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559801"></a>9999 <a xmlns="http://www.w3.org/1999/xhtml" id="id497172"></a> 9950 10000 <div class="header">Arguments and Values:</div> 9951 10001 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 9952 10002 </div> 9953 10003 <div class="refsect1" lang="en" xml:lang="en"> 9954 <a xmlns="http://www.w3.org/1999/xhtml" id="id 559827"></a>10004 <a xmlns="http://www.w3.org/1999/xhtml" id="id497197"></a> 9955 10005 <div class="header">Description:</div> 9956 10006 <p xmlns="http://www.w3.org/1999/xhtml">Returns the <span class="emphasis"><em>process id</em></span> assigned to … … 9974 10024 <div> 9975 10025 <div class="refsect1" lang="en" xml:lang="en"> 9976 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13301"></a>10026 <a xmlns="http://www.w3.org/1999/xhtml" id="id520239"></a> 9977 10027 <div class="header">Arguments and Values:</div> 9978 10028 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 9979 10029 </div> 9980 10030 <div class="refsect1" lang="en" xml:lang="en"> 9981 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 13327"></a>10031 <a xmlns="http://www.w3.org/1999/xhtml" id="id520265"></a> 9982 10032 <div class="header">Description:</div> 9983 10033 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the input argument to … … 10000 10050 <div> 10001 10051 <div class="refsect1" lang="en" xml:lang="en"> 10002 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12110"></a>10052 <a xmlns="http://www.w3.org/1999/xhtml" id="id504689"></a> 10003 10053 <div class="header">Arguments and Values:</div> 10004 10054 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10005 10055 </div> 10006 10056 <div class="refsect1" lang="en" xml:lang="en"> 10007 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12136"></a>10057 <a xmlns="http://www.w3.org/1999/xhtml" id="id504715"></a> 10008 10058 <div class="header">Description:</div> 10009 10059 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the output argument to … … 10027 10077 <div> 10028 10078 <div class="refsect1" lang="en" xml:lang="en"> 10029 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 12197"></a>10079 <a xmlns="http://www.w3.org/1999/xhtml" id="id504776"></a> 10030 10080 <div class="header">Arguments and Values:</div> 10031 10081 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10032 10082 </div> 10033 10083 <div class="refsect1" lang="en" xml:lang="en"> 10034 <a xmlns="http://www.w3.org/1999/xhtml" id="id 520836"></a>10084 <a xmlns="http://www.w3.org/1999/xhtml" id="id473524"></a> 10035 10085 <div class="header">Description:</div> 10036 10086 <p xmlns="http://www.w3.org/1999/xhtml">Returns the stream created when the error argument to … … 10054 10104 <div> 10055 10105 <div class="refsect1" lang="en" xml:lang="en"> 10056 <a xmlns="http://www.w3.org/1999/xhtml" id="id 520897"></a>10106 <a xmlns="http://www.w3.org/1999/xhtml" id="id473585"></a> 10057 10107 <div class="header">Arguments and Values:</div> 10058 10108 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">proc</span></i>---An EXTERNAL-PROCESS, as returned by RUN-PROGRAM.</p> 10059 10109 </div> 10060 10110 <div class="refsect1" lang="en" xml:lang="en"> 10061 <a xmlns="http://www.w3.org/1999/xhtml" id="id 554021"></a>10111 <a xmlns="http://www.w3.org/1999/xhtml" id="id473611"></a> 10062 10112 <div class="header">Description:</div> 10063 10113 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, a keyword denoting the status … … 10089 10139 <dt> 10090 10140 <span class="sect2"> 10091 <a href="#id5 17444">9.1.1. Stream External Encoding</a>10141 <a href="#id504047">9.1.1. Stream External Encoding</a> 10092 10142 </span> 10093 10143 </dt> … … 10157 10207 <div> 10158 10208 <div> 10159 <h3 class="title"><a id="id5 17444"></a>9.1.1. Stream External Encoding</h3>10209 <h3 class="title"><a id="id504047"></a>9.1.1. Stream External Encoding</h3> 10160 10210 </div> 10161 10211 </div> … … 10318 10368 </div> 10319 10369 </div> 10320 <a xmlns="http://www.w3.org/1999/xhtml" id="id51 5256" class="indexterm"></a>10321 <a xmlns="http://www.w3.org/1999/xhtml" id="id51 5265" class="indexterm"></a>10322 <a xmlns="http://www.w3.org/1999/xhtml" id="id51 5275" class="indexterm"></a>10323 <a xmlns="http://www.w3.org/1999/xhtml" id="id51 5285" class="indexterm"></a>10324 <a xmlns="http://www.w3.org/1999/xhtml" id="id51 5294" class="indexterm"></a>10325 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 15304" class="indexterm"></a>10370 <a xmlns="http://www.w3.org/1999/xhtml" id="id514863" class="indexterm"></a> 10371 <a xmlns="http://www.w3.org/1999/xhtml" id="id514873" class="indexterm"></a> 10372 <a xmlns="http://www.w3.org/1999/xhtml" id="id514882" class="indexterm"></a> 10373 <a xmlns="http://www.w3.org/1999/xhtml" id="id514892" class="indexterm"></a> 10374 <a xmlns="http://www.w3.org/1999/xhtml" id="id514902" class="indexterm"></a> 10375 <a xmlns="http://www.w3.org/1999/xhtml" id="id525911" class="indexterm"></a> 10326 10376 <p xmlns="http://www.w3.org/1999/xhtml">A stream that is associated with a file descriptor has 10327 10377 attributes and accessors: … … 10376 10426 <div> 10377 10427 <div class="refsect1" lang="en" xml:lang="en"> 10378 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 65518"></a>10428 <a xmlns="http://www.w3.org/1999/xhtml" id="id526076"></a> 10379 10429 <div class="header">Values:</div> 10380 10430 <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 … … 10383 10433 </div> 10384 10434 <div class="refsect1" lang="en" xml:lang="en"> 10385 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73293"></a>10435 <a xmlns="http://www.w3.org/1999/xhtml" id="id526104"></a> 10386 10436 <div class="header">Description:</div> 10387 10437 <p xmlns="http://www.w3.org/1999/xhtml">Returns a list of open file streams.</p> 10388 10438 </div> 10389 10439 <div class="refsect1" lang="en" xml:lang="en"> 10390 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73305"></a>10440 <a xmlns="http://www.w3.org/1999/xhtml" id="id534091"></a> 10391 10441 <div class="header">See Also:</div> 10392 10442 <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> … … 10411 10461 <div> 10412 10462 <div class="refsect1" lang="en" xml:lang="en"> 10413 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73386"></a>10463 <a xmlns="http://www.w3.org/1999/xhtml" id="id534172"></a> 10414 10464 <div class="header">Arguments:</div> 10415 10465 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10416 10466 </div> 10417 10467 <div class="refsect1" lang="en" xml:lang="en"> 10418 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73412"></a>10468 <a xmlns="http://www.w3.org/1999/xhtml" id="id534198"></a> 10419 10469 <div class="header">Description:</div> 10420 10470 <p xmlns="http://www.w3.org/1999/xhtml">Adds a file stream to the internal list of open … … 10425 10475 </div> 10426 10476 <div class="refsect1" lang="en" xml:lang="en"> 10427 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73431"></a>10477 <a xmlns="http://www.w3.org/1999/xhtml" id="id534217"></a> 10428 10478 <div class="header">See Also:</div> 10429 10479 <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> … … 10448 10498 <div> 10449 10499 <div class="refsect1" lang="en" xml:lang="en"> 10450 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73512"></a>10500 <a xmlns="http://www.w3.org/1999/xhtml" id="id534298"></a> 10451 10501 <div class="header">Arguments:</div> 10452 10502 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">file-stream</span></i>---A file stream.</p> 10453 10503 </div> 10454 10504 <div class="refsect1" lang="en" xml:lang="en"> 10455 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73538"></a>10505 <a xmlns="http://www.w3.org/1999/xhtml" id="id534324"></a> 10456 10506 <div class="header">Description:</div> 10457 10507 <p xmlns="http://www.w3.org/1999/xhtml">Remove file stream from the internal list of open file … … 10462 10512 </div> 10463 10513 <div class="refsect1" lang="en" xml:lang="en"> 10464 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 73557"></a>10514 <a xmlns="http://www.w3.org/1999/xhtml" id="id534343"></a> 10465 10515 <div class="header">See Also:</div> 10466 10516 <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> … … 10895 10945 <div> 10896 10946 <div class="refsect1" lang="en" xml:lang="en"> 10897 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74144"></a>10947 <a xmlns="http://www.w3.org/1999/xhtml" id="id534930"></a> 10898 10948 <div class="header">Arguments and Values:</div> 10899 10949 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream.</p> … … 10906 10956 </div> 10907 10957 <div class="refsect1" lang="en" xml:lang="en"> 10908 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74202"></a>10958 <a xmlns="http://www.w3.org/1999/xhtml" id="id534988"></a> 10909 10959 <div class="header">Description:</div> 10910 10960 <p xmlns="http://www.w3.org/1999/xhtml">Should try to read up to count elements from stream into the … … 10927 10977 <div> 10928 10978 <div class="refsect1" lang="en" xml:lang="en"> 10929 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74261"></a>10979 <a xmlns="http://www.w3.org/1999/xhtml" id="id535047"></a> 10930 10980 <div class="header">Arguments and Values:</div> 10931 10981 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream.</p> … … 10938 10988 </div> 10939 10989 <div class="refsect1" lang="en" xml:lang="en"> 10940 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74319"></a>10990 <a xmlns="http://www.w3.org/1999/xhtml" id="id535106"></a> 10941 10991 <div class="header">Description:</div> 10942 10992 <p xmlns="http://www.w3.org/1999/xhtml">should try to write the first count elements of list to … … 10958 11008 <div> 10959 11009 <div class="refsect1" lang="en" xml:lang="en"> 10960 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74378"></a>11010 <a xmlns="http://www.w3.org/1999/xhtml" id="id535164"></a> 10961 11011 <div class="header">Arguments and Values:</div> 10962 11012 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-input-stream</p> … … 10974 11024 </div> 10975 11025 <div class="refsect1" lang="en" xml:lang="en"> 10976 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74453"></a>11026 <a xmlns="http://www.w3.org/1999/xhtml" id="id535239"></a> 10977 11027 <div class="header">Description:</div> 10978 11028 <p xmlns="http://www.w3.org/1999/xhtml">should try to read successive elements from stream into … … 10997 11047 <div> 10998 11048 <div class="refsect1" lang="en" xml:lang="en"> 10999 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74513"></a>11049 <a xmlns="http://www.w3.org/1999/xhtml" id="id535299"></a> 11000 11050 <div class="header">Arguments and Values:</div> 11001 11051 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---a stream, presumably a fundamental-output-stream</p> … … 11013 11063 </div> 11014 11064 <div class="refsect1" lang="en" xml:lang="en"> 11015 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74588"></a>11065 <a xmlns="http://www.w3.org/1999/xhtml" id="id535375"></a> 11016 11066 <div class="header">Description:</div> 11017 11067 <p xmlns="http://www.w3.org/1999/xhtml">should try to write successive elements of vector to stream, … … 11035 11085 <div> 11036 11086 <div class="refsect1" lang="en" xml:lang="en"> 11037 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74648"></a>11087 <a xmlns="http://www.w3.org/1999/xhtml" id="id535434"></a> 11038 11088 <div class="header">Method Signatures:</div> 11039 11089 <div class="synopsis"><span xmlns="http://www.w3.org/1999/xhtml" class="function"><strong>ccl::stream-device</strong></span> <i> … … 11041 11091 </div> 11042 11092 <div class="refsect1" lang="en" xml:lang="en"> 11043 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74666"></a>11093 <a xmlns="http://www.w3.org/1999/xhtml" id="id535453"></a> 11044 11094 <div class="header">Arguments and Values:</div> 11045 11095 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">s</span></i>---a stream.</p> … … 11052 11102 </div> 11053 11103 <div class="refsect1" lang="en" xml:lang="en"> 11054 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74732"></a>11104 <a xmlns="http://www.w3.org/1999/xhtml" id="id535518"></a> 11055 11105 <div class="header">Description:</div> 11056 11106 <p xmlns="http://www.w3.org/1999/xhtml">Returns the file descriptor associated with … … 11076 11126 <div> 11077 11127 <div class="refsect1" lang="en" xml:lang="en"> 11078 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74801"></a>11128 <a xmlns="http://www.w3.org/1999/xhtml" id="id535588"></a> 11079 11129 <div class="header">Description:</div> 11080 11130 <p xmlns="http://www.w3.org/1999/xhtml">Reads up to max-octets octets from stream into ivector, … … 11083 11133 </div> 11084 11134 <div class="refsect1" lang="en" xml:lang="en"> 11085 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74814"></a>11135 <a xmlns="http://www.w3.org/1999/xhtml" id="id535600"></a> 11086 11136 <div class="header">Arguments:</div> 11087 11137 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11108 11158 <div> 11109 11159 <div class="refsect1" lang="en" xml:lang="en"> 11110 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74933"></a>11160 <a xmlns="http://www.w3.org/1999/xhtml" id="id535719"></a> 11111 11161 <div class="header">Description:</div> 11112 11162 <p xmlns="http://www.w3.org/1999/xhtml">Writes max-octets octets to stream from ivector, starting at … … 11114 11164 </div> 11115 11165 <div class="refsect1" lang="en" xml:lang="en"> 11116 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 74945"></a>11166 <a xmlns="http://www.w3.org/1999/xhtml" id="id535731"></a> 11117 11167 <div class="header">Arguments:</div> 11118 11168 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">stream</span></i>---An input stream. The method defined on … … 11124 11174 </div> 11125 11175 <div class="refsect1" lang="en" xml:lang="en"> 11126 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 75017"></a>11176 <a xmlns="http://www.w3.org/1999/xhtml" id="id535803"></a> 11127 11177 <div class="header">Examples:</div> 11128 11178 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 12290 12340 </div> 12291 12341 <p xmlns="http://www.w3.org/1999/xhtml"> 12292 <a id="id 557282" class="indexterm"></a>12342 <a id="id493258" class="indexterm"></a> 12293 12343 <span class="command"><strong><em class="varname"><a id="chud_shark-config-file"></a>CHUD:*SHARK-CONFIG-FILE*</em> [Variable]</strong></span> 12294 12344 </p> … … 12296 12346 configuration file created by the "Config Editor" in Shark.app.</p> 12297 12347 <p xmlns="http://www.w3.org/1999/xhtml"> 12298 <a id="id 557307" class="indexterm"></a>12348 <a id="id481413" class="indexterm"></a> 12299 12349 <span class="command"><strong><em class="varname"><a id="chud_meter"></a>CHUD:METER</em> form <em class="varname">&key</em> (reset nil) (debug-output nil) [Macro]</strong></span> 12300 12350 </p> … … 13386 13436 <div> 13387 13437 <div> 13388 <h4 class="title"><a id="id5 77396"></a>12.3.2.4. %int-to-ptr [Function]</h4>13438 <h4 class="title"><a id="id538194"></a>12.3.2.4. %int-to-ptr [Function]</h4> 13389 13439 </div> 13390 13440 </div> … … 13427 13477 <div> 13428 13478 <div> 13429 <h4 class="title"><a id="id5 77470"></a>12.3.2.5. %inc-ptr [Function]</h4>13479 <h4 class="title"><a id="id538268"></a>12.3.2.5. %inc-ptr [Function]</h4> 13430 13480 </div> 13431 13481 </div> … … 13477 13527 <div> 13478 13528 <div> 13479 <h4 class="title"><a id="id5 77562"></a>12.3.2.6. %ptr-to-int [Function]</h4>13529 <h4 class="title"><a id="id538360"></a>12.3.2.6. %ptr-to-int [Function]</h4> 13480 13530 </div> 13481 13531 </div> … … 13519 13569 <div> 13520 13570 <div> 13521 <h4 class="title"><a id="id5 77637"></a>12.3.2.7. %null-ptr [Macro]</h4>13571 <h4 class="title"><a id="id538435"></a>12.3.2.7. %null-ptr [Macro]</h4> 13522 13572 </div> 13523 13573 </div> … … 13544 13594 <div> 13545 13595 <div> 13546 <h4 class="title"><a id="id5 77678"></a>12.3.2.8. %null-ptr-p [Function]</h4>13596 <h4 class="title"><a id="id538476"></a>12.3.2.8. %null-ptr-p [Function]</h4> 13547 13597 </div> 13548 13598 </div> … … 13586 13636 <div> 13587 13637 <div> 13588 <h4 class="title"><a id="id5 77753"></a>12.3.2.9. %setf-macptr [Function]</h4>13638 <h4 class="title"><a id="id538551"></a>12.3.2.9. %setf-macptr [Function]</h4> 13589 13639 </div> 13590 13640 </div> … … 13634 13684 <div> 13635 13685 <div> 13636 <h4 class="title"><a id="id5 77844"></a>12.3.2.10. %incf-ptr [Macro]</h4>13686 <h4 class="title"><a id="id538642"></a>12.3.2.10. %incf-ptr [Macro]</h4> 13637 13687 </div> 13638 13688 </div> … … 13682 13732 <div> 13683 13733 <div> 13684 <h4 class="title"><a id="id5 77934"></a>12.3.2.11. with-macptrs [Macro]</h4>13734 <h4 class="title"><a id="id538732"></a>12.3.2.11. with-macptrs [Macro]</h4> 13685 13735 </div> 13686 13736 </div> … … 13732 13782 <div> 13733 13783 <div> 13734 <h4 class="title"><a id="id5 78026"></a>12.3.2.12. %stack-block [Macro]</h4>13784 <h4 class="title"><a id="id538824"></a>12.3.2.12. %stack-block [Macro]</h4> 13735 13785 </div> 13736 13786 </div> … … 13783 13833 <div> 13784 13834 <div> 13785 <h4 class="title"><a id="id5 78118"></a>12.3.2.13. make-cstring [Function]</h4>13835 <h4 class="title"><a id="id538916"></a>12.3.2.13. make-cstring [Function]</h4> 13786 13836 </div> 13787 13837 </div> … … 13826 13876 <div> 13827 13877 <div> 13828 <h4 class="title"><a id="id5 78194"></a>12.3.2.14. with-cstrs [Macro]</h4>13878 <h4 class="title"><a id="id538992"></a>12.3.2.14. with-cstrs [Macro]</h4> 13829 13879 </div> 13830 13880 </div> … … 13876 13926 <div> 13877 13927 <div> 13878 <h4 class="title"><a id="id5 78286"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4>13928 <h4 class="title"><a id="id539084"></a>12.3.2.15. with-encoded-cstrs [Macro]</h4> 13879 13929 </div> 13880 13930 </div> … … 13939 13989 <div> 13940 13990 <div> 13941 <h4 class="title"><a id="id5 78410"></a>12.3.2.16. %get-cstring [Function]</h4>13991 <h4 class="title"><a id="id539208"></a>12.3.2.16. %get-cstring [Function]</h4> 13942 13992 </div> 13943 13993 </div> … … 13981 14031 <div> 13982 14032 <div> 13983 <h4 class="title"><a id="id5 94721"></a>12.3.2.17. %str-from-ptr [Function]</h4>14033 <h4 class="title"><a id="id555453"></a>12.3.2.17. %str-from-ptr [Function]</h4> 13984 14034 </div> 13985 14035 </div> … … 15427 15477 <div> 15428 15478 <div class="refsect1" lang="en" xml:lang="en"> 15429 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96675"></a>15479 <a xmlns="http://www.w3.org/1999/xhtml" id="id557407"></a> 15430 15480 <div class="header">Description:</div> 15431 15481 <p xmlns="http://www.w3.org/1999/xhtml">Reads a symbol from the current input stream, with *PACKAGE* … … 15479 15529 <div> 15480 15530 <div class="refsect1" lang="en" xml:lang="en"> 15481 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96781"></a>15531 <a xmlns="http://www.w3.org/1999/xhtml" id="id557513"></a> 15482 15532 <div class="header">Description:</div> 15483 15533 <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 … … 15538 15588 <div> 15539 15589 <div class="refsect1" lang="en" xml:lang="en"> 15540 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96899"></a>15590 <a xmlns="http://www.w3.org/1999/xhtml" id="id557631"></a> 15541 15591 <div class="header">Description:</div> 15542 15592 <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 … … 15585 15635 <div> 15586 15636 <div class="refsect1" lang="en" xml:lang="en"> 15587 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 96981"></a>15637 <a xmlns="http://www.w3.org/1999/xhtml" id="id557713"></a> 15588 15638 <div class="header">Description:</div> 15589 15639 <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 … … 15688 15738 <div> 15689 15739 <div class="refsect1" lang="en" xml:lang="en"> 15690 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97120"></a>15740 <a xmlns="http://www.w3.org/1999/xhtml" id="id557852"></a> 15691 15741 <div class="header">Description:</div> 15692 15742 <p xmlns="http://www.w3.org/1999/xhtml">In <code class="literal">CCL</code> 1.2 and later, the #> reader macro reads … … 15717 15767 <div> 15718 15768 <div class="refsect1" lang="en" xml:lang="en"> 15719 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97195"></a>15769 <a xmlns="http://www.w3.org/1999/xhtml" id="id557927"></a> 15720 15770 <div class="header">Values:</div> 15721 15771 <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 … … 15724 15774 </div> 15725 15775 <div class="refsect1" lang="en" xml:lang="en"> 15726 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97231"></a>15776 <a xmlns="http://www.w3.org/1999/xhtml" id="id557963"></a> 15727 15777 <div class="header">Description:</div> 15728 15778 <p xmlns="http://www.w3.org/1999/xhtml">If <em class="varname">completely</em> is T, sets the … … 15753 15803 <div> 15754 15804 <div class="refsect1" lang="en" xml:lang="en"> 15755 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97307"></a>15805 <a xmlns="http://www.w3.org/1999/xhtml" id="id558039"></a> 15756 15806 <div class="header">Values:</div> 15757 15807 <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> … … 15770 15820 </div> 15771 15821 <div class="refsect1" lang="en" xml:lang="en"> 15772 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97378"></a>15822 <a xmlns="http://www.w3.org/1999/xhtml" id="id558110"></a> 15773 15823 <div class="header">Description:</div> 15774 15824 <p xmlns="http://www.w3.org/1999/xhtml">Proclaims <em class="varname">name</em> … … 15806 15856 <div> 15807 15857 <div class="refsect1" lang="en" xml:lang="en"> 15808 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97458"></a>15858 <a xmlns="http://www.w3.org/1999/xhtml" id="id558190"></a> 15809 15859 <div class="header">Values:</div> 15810 15860 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---NIL or a keyword; the keyword may contain … … 15814 15864 </div> 15815 15865 <div class="refsect1" lang="en" xml:lang="en"> 15816 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97499"></a>15866 <a xmlns="http://www.w3.org/1999/xhtml" id="id558231"></a> 15817 15867 <div class="header">Description:</div> 15818 15868 <p xmlns="http://www.w3.org/1999/xhtml">If name is non-NIL, defines name to be an alias for the … … 15848 15898 <div> 15849 15899 <div class="refsect1" lang="en" xml:lang="en"> 15850 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97572"></a>15900 <a xmlns="http://www.w3.org/1999/xhtml" id="id558304"></a> 15851 15901 <div class="header">Values:</div> 15852 15902 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>--- … … 15861 15911 </div> 15862 15912 <div class="refsect1" lang="en" xml:lang="en"> 15863 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97612"></a>15913 <a xmlns="http://www.w3.org/1999/xhtml" id="id558344"></a> 15864 15914 <div class="header">Description:</div> 15865 15915 <p xmlns="http://www.w3.org/1999/xhtml">If there is already an EXTERNAL-ENTRY-POINT for … … 15889 15939 <div> 15890 15940 <div class="refsect1" lang="en" xml:lang="en"> 15891 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97681"></a>15941 <a xmlns="http://www.w3.org/1999/xhtml" id="id558413"></a> 15892 15942 <div class="header">Values:</div> 15893 15943 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string. See external, above.</p> … … 15902 15952 </div> 15903 15953 <div class="refsect1" lang="en" xml:lang="en"> 15904 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97755"></a>15954 <a xmlns="http://www.w3.org/1999/xhtml" id="id558487"></a> 15905 15955 <div class="header">Description:</div> 15906 15956 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at the address obtained by … … 15929 15979 <div> 15930 15980 <div class="refsect1" lang="en" xml:lang="en"> 15931 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97814"></a>15981 <a xmlns="http://www.w3.org/1999/xhtml" id="id558546"></a> 15932 15982 <div class="header">Values:</div> 15933 15983 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 15940 15990 </div> 15941 15991 <div class="refsect1" lang="en" xml:lang="en"> 15942 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97877"></a>15992 <a xmlns="http://www.w3.org/1999/xhtml" id="id558609"></a> 15943 15993 <div class="header">Description:</div> 15944 15994 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 15966 16016 <div> 15967 16017 <div class="refsect1" lang="en" xml:lang="en"> 15968 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 97936"></a>16018 <a xmlns="http://www.w3.org/1999/xhtml" id="id558668"></a> 15969 16019 <div class="header">Values:</div> 15970 16020 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">entrypoint</span></i>---A fixnum or MACPTR</p> … … 15979 16029 </div> 15980 16030 <div class="refsect1" lang="en" xml:lang="en"> 15981 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98010"></a>16031 <a xmlns="http://www.w3.org/1999/xhtml" id="id558742"></a> 15982 16032 <div class="header">Description:</div> 15983 16033 <p xmlns="http://www.w3.org/1999/xhtml">Calls the foreign function at address entrypoint passing the … … 16004 16054 <div> 16005 16055 <div class="refsect1" lang="en" xml:lang="en"> 16006 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98066"></a>16056 <a xmlns="http://www.w3.org/1999/xhtml" id="id558798"></a> 16007 16057 <div class="header">Values:</div> 16008 16058 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16009 16059 </div> 16010 16060 <div class="refsect1" lang="en" xml:lang="en"> 16011 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98088"></a>16061 <a xmlns="http://www.w3.org/1999/xhtml" id="id558820"></a> 16012 16062 <div class="header">Description:</div> 16013 16063 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol … … 16032 16082 <div> 16033 16083 <div class="refsect1" lang="en" xml:lang="en"> 16034 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98147"></a>16084 <a xmlns="http://www.w3.org/1999/xhtml" id="id558879"></a> 16035 16085 <div class="header">Values:</div> 16036 16086 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---A lisp string.</p> 16037 16087 </div> 16038 16088 <div class="refsect1" lang="en" xml:lang="en"> 16039 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98170"></a>16089 <a xmlns="http://www.w3.org/1999/xhtml" id="id558901"></a> 16040 16090 <div class="header">Description:</div> 16041 16091 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the foreign symbol name. If … … 16059 16109 <div> 16060 16110 <div class="refsect1" lang="en" xml:lang="en"> 16061 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98224"></a>16111 <a xmlns="http://www.w3.org/1999/xhtml" id="id558956"></a> 16062 16112 <div class="header">Values:</div> 16063 16113 <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 … … 16065 16115 </div> 16066 16116 <div class="refsect1" lang="en" xml:lang="en"> 16067 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98250"></a>16117 <a xmlns="http://www.w3.org/1999/xhtml" id="id558982"></a> 16068 16118 <div class="header">Description:</div> 16069 16119 <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> … … 16097 16147 <div> 16098 16148 <div class="refsect1" lang="en" xml:lang="en"> 16099 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98343"></a>16149 <a xmlns="http://www.w3.org/1999/xhtml" id="id559075"></a> 16100 16150 <div class="header">Values:</div> 16101 16151 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">element-count</span></i>---A positive integer.</p> … … 16112 16162 </div> 16113 16163 <div class="refsect1" lang="en" xml:lang="en"> 16114 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98418"></a>16164 <a xmlns="http://www.w3.org/1999/xhtml" id="id559150"></a> 16115 16165 <div class="header">Description:</div> 16116 16166 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16147 16197 <div> 16148 16198 <div class="refsect1" lang="en" xml:lang="en"> 16149 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98490"></a>16199 <a xmlns="http://www.w3.org/1999/xhtml" id="id559221"></a> 16150 16200 <div class="header">Values:</div> 16151 16201 <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 … … 16164 16214 </div> 16165 16215 <div class="refsect1" lang="en" xml:lang="en"> 16166 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98557"></a>16216 <a xmlns="http://www.w3.org/1999/xhtml" id="id559289"></a> 16167 16217 <div class="header">Description:</div> 16168 16218 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16213 16263 <div> 16214 16264 <div class="refsect1" lang="en" xml:lang="en"> 16215 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98679"></a>16265 <a xmlns="http://www.w3.org/1999/xhtml" id="id559411"></a> 16216 16266 <div class="header">Values:</div> 16217 16267 <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 … … 16227 16277 </div> 16228 16278 <div class="refsect1" lang="en" xml:lang="en"> 16229 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98737"></a>16279 <a xmlns="http://www.w3.org/1999/xhtml" id="id559469"></a> 16230 16280 <div class="header">Description:</div> 16231 16281 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16268 16318 </div> 16269 16319 <div class="refsect1" lang="en" xml:lang="en"> 16270 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98827"></a>16320 <a xmlns="http://www.w3.org/1999/xhtml" id="id559559"></a> 16271 16321 <div class="header">Notes:</div> 16272 16322 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16301 16351 <div> 16302 16352 <div class="refsect1" lang="en" xml:lang="en"> 16303 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98910"></a>16353 <a xmlns="http://www.w3.org/1999/xhtml" id="id559642"></a> 16304 16354 <div class="header">Values:</div> 16305 16355 <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 … … 16309 16359 </div> 16310 16360 <div class="refsect1" lang="en" xml:lang="en"> 16311 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98950"></a>16361 <a xmlns="http://www.w3.org/1999/xhtml" id="id559682"></a> 16312 16362 <div class="header">Description:</div> 16313 16363 <p xmlns="http://www.w3.org/1999/xhtml">If the library denoted by <em class="varname">name</em> can … … 16320 16370 </div> 16321 16371 <div class="refsect1" lang="en" xml:lang="en"> 16322 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98966"></a>16372 <a xmlns="http://www.w3.org/1999/xhtml" id="id559698"></a> 16323 16373 <div class="header">Examples:</div> 16324 16374 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting">;;; Try to do something simple. … … 16355 16405 </div> 16356 16406 <div class="refsect1" lang="en" xml:lang="en"> 16357 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 98987"></a>16407 <a xmlns="http://www.w3.org/1999/xhtml" id="id559719"></a> 16358 16408 <div class="header">Notes:</div> 16359 16409 <p xmlns="http://www.w3.org/1999/xhtml">It would be helpful to describe what an soname is and give … … 16378 16428 <div> 16379 16429 <div class="refsect1" lang="en" xml:lang="en"> 16380 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99044"></a>16430 <a xmlns="http://www.w3.org/1999/xhtml" id="id559776"></a> 16381 16431 <div class="header">Values:</div> 16382 16432 <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> … … 16386 16436 </div> 16387 16437 <div class="refsect1" lang="en" xml:lang="en"> 16388 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99088"></a>16438 <a xmlns="http://www.w3.org/1999/xhtml" id="id559820"></a> 16389 16439 <div class="header">Description:</div> 16390 16440 <p xmlns="http://www.w3.org/1999/xhtml">References an instance of a foreign type (or a component of … … 16412 16462 <div> 16413 16463 <div class="refsect1" lang="en" xml:lang="en"> 16414 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99154"></a>16464 <a xmlns="http://www.w3.org/1999/xhtml" id="id559886"></a> 16415 16465 <div class="header">Values:</div> 16416 16466 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">eep</span></i>---An EXTERNAL-ENTRY-POINT, as obtained by the EXTERNAL … … 16418 16468 </div> 16419 16469 <div class="refsect1" lang="en" xml:lang="en"> 16420 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99177"></a>16470 <a xmlns="http://www.w3.org/1999/xhtml" id="id559909"></a> 16421 16471 <div class="header">Description:</div> 16422 16472 <p xmlns="http://www.w3.org/1999/xhtml">Tries to resolve the address of the EXTERNAL-ENTRY-POINT … … 16441 16491 <div> 16442 16492 <div class="refsect1" lang="en" xml:lang="en"> 16443 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99248"></a>16493 <a xmlns="http://www.w3.org/1999/xhtml" id="id559980"></a> 16444 16494 <div class="header">Values:</div> 16445 16495 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 16449 16499 </div> 16450 16500 <div class="refsect1" lang="en" xml:lang="en"> 16451 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99299"></a>16501 <a xmlns="http://www.w3.org/1999/xhtml" id="id560031"></a> 16452 16502 <div class="header">Description:</div> 16453 16503 <p xmlns="http://www.w3.org/1999/xhtml">Executes <em class="varname">body</em> … … 16479 16529 <div> 16480 16530 <div class="refsect1" lang="en" xml:lang="en"> 16481 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99380"></a>16531 <a xmlns="http://www.w3.org/1999/xhtml" id="id560112"></a> 16482 16532 <div class="header">Values:</div> 16483 16533 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">var</span></i>---A symbol (a lisp variable)</p> … … 16486 16536 </div> 16487 16537 <div class="refsect1" lang="en" xml:lang="en"> 16488 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99428"></a>16538 <a xmlns="http://www.w3.org/1999/xhtml" id="id560160"></a> 16489 16539 <div class="header">Description:</div> 16490 16540 <p xmlns="http://www.w3.org/1999/xhtml">Executes body in an environment in which each var is … … 16513 16563 <div> 16514 16564 <div class="refsect1" lang="en" xml:lang="en"> 16515 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99495"></a>16565 <a xmlns="http://www.w3.org/1999/xhtml" id="id560227"></a> 16516 16566 <div class="header">Values:</div> 16517 16567 <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 … … 16521 16571 </div> 16522 16572 <div class="refsect1" lang="en" xml:lang="en"> 16523 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99524"></a>16573 <a xmlns="http://www.w3.org/1999/xhtml" id="id560256"></a> 16524 16574 <div class="header">Description:</div> 16525 16575 <p xmlns="http://www.w3.org/1999/xhtml"> … … 16558 16608 </div> 16559 16609 <div class="refsect1" lang="en" xml:lang="en"> 16560 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99580"></a>16610 <a xmlns="http://www.w3.org/1999/xhtml" id="id560312"></a> 16561 16611 <div class="header">Example:</div> 16562 16612 <pre xmlns="http://www.w3.org/1999/xhtml" class="programlisting"> … … 16572 16622 </div> 16573 16623 <div class="refsect1" lang="en" xml:lang="en"> 16574 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99595"></a>16624 <a xmlns="http://www.w3.org/1999/xhtml" id="id560327"></a> 16575 16625 <div class="header">See Also:</div> 16576 16626 <span xmlns="http://www.w3.org/1999/xhtml" class="simplelist"> … … 16594 16644 <div> 16595 16645 <div class="refsect1" lang="en" xml:lang="en"> 16596 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99655"></a>16646 <a xmlns="http://www.w3.org/1999/xhtml" id="id560387"></a> 16597 16647 <div class="header">Values:</div> 16598 16648 <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 … … 16601 16651 </div> 16602 16652 <div class="refsect1" lang="en" xml:lang="en"> 16603 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99678"></a>16653 <a xmlns="http://www.w3.org/1999/xhtml" id="id560410"></a> 16604 16654 <div class="header">Description:</div> 16605 16655 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to remove the interface directory denoted by … … 16625 16675 <div> 16626 16676 <div class="refsect1" lang="en" xml:lang="en"> 16627 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99738"></a>16677 <a xmlns="http://www.w3.org/1999/xhtml" id="id560470"></a> 16628 16678 <div class="header">Values:</div> 16629 16679 <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 … … 16632 16682 </div> 16633 16683 <div class="refsect1" lang="en" xml:lang="en"> 16634 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99762"></a>16684 <a xmlns="http://www.w3.org/1999/xhtml" id="id560494"></a> 16635 16685 <div class="header">Description:</div> 16636 16686 <p xmlns="http://www.w3.org/1999/xhtml">Tells <code class="literal">CCL</code> to add the interface directory denoted by … … 16654 16704 </div> 16655 16705 <div class="refsect1" lang="en" xml:lang="en"> 16656 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 99800"></a>16706 <a xmlns="http://www.w3.org/1999/xhtml" id="id560532"></a> 16657 16707 <div class="header">Examples:</div> 16658 16708 <p xmlns="http://www.w3.org/1999/xhtml">One typically wants interface information to be … … 16840 16890 The class's Lisp name is now proclaimed to be a "static" 16841 16891 variable (as if by <code class="literal">DEFSTATIC</code>, as described in the 16842 <a class="link" href="#Static_Variables" title="4. 6. Static Variables">"Static Variables"16892 <a class="link" href="#Static_Variables" title="4.7. Static Variables">"Static Variables" 16843 16893 section</a>) and given the class object as its value. In 16844 16894 other words:</p> … … 18307 18357 <div> 18308 18358 <div class="refsect1" lang="en" xml:lang="en"> 18309 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90459"></a>18359 <a xmlns="http://www.w3.org/1999/xhtml" id="id551191"></a> 18310 18360 <div class="header">Arguments and Values:</div> 18311 18361 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">name</span></i>---a string which is the name of an existing … … 18317 18367 </div> 18318 18368 <div class="refsect1" lang="en" xml:lang="en"> 18319 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90504"></a>18369 <a xmlns="http://www.w3.org/1999/xhtml" id="id551236"></a> 18320 18370 <div class="header">Description:</div> 18321 18371 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18338 18388 <div> 18339 18389 <div class="refsect1" lang="en" xml:lang="en"> 18340 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90565"></a>18390 <a xmlns="http://www.w3.org/1999/xhtml" id="id551297"></a> 18341 18391 <div class="header">Arguments and Values:</div> 18342 18392 <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 … … 18351 18401 </div> 18352 18402 <div class="refsect1" lang="en" xml:lang="en"> 18353 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90625"></a>18403 <a xmlns="http://www.w3.org/1999/xhtml" id="id551357"></a> 18354 18404 <div class="header">Description:</div> 18355 18405 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18375 18425 <div> 18376 18426 <div class="refsect1" lang="en" xml:lang="en"> 18377 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90687"></a>18427 <a xmlns="http://www.w3.org/1999/xhtml" id="id551419"></a> 18378 18428 <div class="header">Values:</div> 18379 18429 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">path</span></i>---a string, an absolute pathname in Posix format - with … … 18381 18431 </div> 18382 18432 <div class="refsect1" lang="en" xml:lang="en"> 18383 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90714"></a>18433 <a xmlns="http://www.w3.org/1999/xhtml" id="id551446"></a> 18384 18434 <div class="header">Description:</div> 18385 18435 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18403 18453 <div> 18404 18454 <div class="refsect1" lang="en" xml:lang="en"> 18405 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90773"></a>18455 <a xmlns="http://www.w3.org/1999/xhtml" id="id551504"></a> 18406 18456 <div class="header">Values:</div> 18407 18457 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18409 18459 </div> 18410 18460 <div class="refsect1" lang="en" xml:lang="en"> 18411 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90800"></a>18461 <a xmlns="http://www.w3.org/1999/xhtml" id="id551531"></a> 18412 18462 <div class="header">Description:</div> 18413 18463 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18429 18479 <div> 18430 18480 <div class="refsect1" lang="en" xml:lang="en"> 18431 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90857"></a>18481 <a xmlns="http://www.w3.org/1999/xhtml" id="id551589"></a> 18432 18482 <div class="header">Arguments and Values:</div> 18433 18483 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18438 18488 </div> 18439 18489 <div class="refsect1" lang="en" xml:lang="en"> 18440 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90900"></a>18490 <a xmlns="http://www.w3.org/1999/xhtml" id="id551632"></a> 18441 18491 <div class="header">Description:</div> 18442 18492 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18461 18511 <div> 18462 18512 <div class="refsect1" lang="en" xml:lang="en"> 18463 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 90959"></a>18513 <a xmlns="http://www.w3.org/1999/xhtml" id="id551691"></a> 18464 18514 <div class="header">Arguments and Values:</div> 18465 18515 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">gid</span></i>---a non-negative integer, identifying a specific … … 18470 18520 </div> 18471 18521 <div class="refsect1" lang="en" xml:lang="en"> 18472 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91002"></a>18522 <a xmlns="http://www.w3.org/1999/xhtml" id="id551733"></a> 18473 18523 <div class="header">Description:</div> 18474 18524 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18493 18543 <div> 18494 18544 <div class="refsect1" lang="en" xml:lang="en"> 18495 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91061"></a>18545 <a xmlns="http://www.w3.org/1999/xhtml" id="id551793"></a> 18496 18546 <div class="header">Values:</div> 18497 18547 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">pid</span></i>---a non-negative integer, identifying an OS process</p> 18498 18548 </div> 18499 18549 <div class="refsect1" lang="en" xml:lang="en"> 18500 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91087"></a>18550 <a xmlns="http://www.w3.org/1999/xhtml" id="id551819"></a> 18501 18551 <div class="header">Description:</div> 18502 18552 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18519 18569 <div> 18520 18570 <div class="refsect1" lang="en" xml:lang="en"> 18521 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91144"></a>18571 <a xmlns="http://www.w3.org/1999/xhtml" id="id551876"></a> 18522 18572 <div class="header">Values:</div> 18523 18573 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">uid</span></i>---a non-negative integer, identifying a specific user … … 18527 18577 </div> 18528 18578 <div class="refsect1" lang="en" xml:lang="en"> 18529 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91187"></a>18579 <a xmlns="http://www.w3.org/1999/xhtml" id="id551918"></a> 18530 18580 <div class="header">Description:</div> 18531 18581 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18552 18602 <div> 18553 18603 <div class="refsect1" lang="en" xml:lang="en"> 18554 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91256"></a>18604 <a xmlns="http://www.w3.org/1999/xhtml" id="id551987"></a> 18555 18605 <div class="header">Values:</div> 18556 18606 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">command-line</span></i>---a string, obeying all the whitespace and … … 18561 18611 </div> 18562 18612 <div class="refsect1" lang="en" xml:lang="en"> 18563 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91298"></a>18613 <a xmlns="http://www.w3.org/1999/xhtml" id="id552030"></a> 18564 18614 <div class="header">Description:</div> 18565 18615 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18577 18627 </div> 18578 18628 <div class="refsect1" lang="en" xml:lang="en"> 18579 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91332"></a>18629 <a xmlns="http://www.w3.org/1999/xhtml" id="id552064"></a> 18580 18630 <div class="header">Notes:</div> 18581 18631 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18602 18652 <div> 18603 18653 <div class="refsect1" lang="en" xml:lang="en"> 18604 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91393"></a>18654 <a xmlns="http://www.w3.org/1999/xhtml" id="id552124"></a> 18605 18655 <div class="header">Arguments and Values:</div> 18606 18656 <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 … … 18609 18659 </div> 18610 18660 <div class="refsect1" lang="en" xml:lang="en"> 18611 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91420"></a>18661 <a xmlns="http://www.w3.org/1999/xhtml" id="id552151"></a> 18612 18662 <div class="header">Description:</div> 18613 18663 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to a known ObjC class by name. (Via the use … … 18634 18684 <div> 18635 18685 <div class="refsect1" lang="en" xml:lang="en"> 18636 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91490"></a>18686 <a xmlns="http://www.w3.org/1999/xhtml" id="id552221"></a> 18637 18687 <div class="header">Arguments and Values:</div> 18638 18688 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">string</span></i>---a string constant, used to canonically refer to an … … 18640 18690 </div> 18641 18691 <div class="refsect1" lang="en" xml:lang="en"> 18642 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91515"></a>18692 <a xmlns="http://www.w3.org/1999/xhtml" id="id552247"></a> 18643 18693 <div class="header">Description:</div> 18644 18694 <p xmlns="http://www.w3.org/1999/xhtml">Used to refer to an ObjC method selector (method name). Uses … … 18662 18712 <div> 18663 18713 <div class="refsect1" lang="en" xml:lang="en"> 18664 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91581"></a>18714 <a xmlns="http://www.w3.org/1999/xhtml" id="id552312"></a> 18665 18715 <div class="header">Arguments and Values:</div> 18666 18716 <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 … … 18684 18734 </div> 18685 18735 <div class="refsect1" lang="en" xml:lang="en"> 18686 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91662"></a>18736 <a xmlns="http://www.w3.org/1999/xhtml" id="id552393"></a> 18687 18737 <div class="header">Description:</div> 18688 18738 <p xmlns="http://www.w3.org/1999/xhtml">Defines an Objective-C-callable method which implements … … 18709 18759 <div> 18710 18760 <div class="refsect1" lang="en" xml:lang="en"> 18711 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91744"></a>18761 <a xmlns="http://www.w3.org/1999/xhtml" id="id552476"></a> 18712 18762 <div class="header">Arguments and Values:</div> 18713 18763 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">selector</span></i>---either a string which represents the name of the … … 18724 18774 </div> 18725 18775 <div class="refsect1" lang="en" xml:lang="en"> 18726 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91791"></a>18776 <a xmlns="http://www.w3.org/1999/xhtml" id="id552522"></a> 18727 18777 <div class="header">Description:</div> 18728 18778 <p xmlns="http://www.w3.org/1999/xhtml">Defines an ObjC-callable method which implements the … … 18745 18795 <div> 18746 18796 <div class="refsect1" lang="en" xml:lang="en"> 18747 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91854"></a>18797 <a xmlns="http://www.w3.org/1999/xhtml" id="id552585"></a> 18748 18798 <div class="header">Arguments and Values:</div> 18749 18799 <p xmlns="http://www.w3.org/1999/xhtml">As per DEFINE-OBJC-METHOD</p> 18750 18800 </div> 18751 18801 <div class="refsect1" lang="en" xml:lang="en"> 18752 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91865"></a>18802 <a xmlns="http://www.w3.org/1999/xhtml" id="id552597"></a> 18753 18803 <div class="header">Description:</div> 18754 18804 <p xmlns="http://www.w3.org/1999/xhtml">Like DEFINE-OBJC-METHOD, only used to define methods on the … … 18792 18842 <div> 18793 18843 <div class="refsect1" lang="en" xml:lang="en"> 18794 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91942"></a>18844 <a xmlns="http://www.w3.org/1999/xhtml" id="id552673"></a> 18795 18845 <div class="header">Description:</div> 18796 18846 <p xmlns="http://www.w3.org/1999/xhtml">This variable is currently only used by the standard reader macro … … 18827 18877 <div> 18828 18878 <div class="refsect1" lang="en" xml:lang="en"> 18829 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 91999"></a>18879 <a xmlns="http://www.w3.org/1999/xhtml" id="id552730"></a> 18830 18880 <div class="header">Description:</div> 18831 18881 <p xmlns="http://www.w3.org/1999/xhtml">Per ANSI CL, Clozure CL supports the :EXTERNAL-FORMAT keyword … … 18871 18921 <div> 18872 18922 <div class="refsect1" lang="en" xml:lang="en"> 18873 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92079"></a>18923 <a xmlns="http://www.w3.org/1999/xhtml" id="id552811"></a> 18874 18924 <div class="header">Description:</div> 18875 18925 <p xmlns="http://www.w3.org/1999/xhtml">The value of this variable is used when :EXTERNAL-FORMAT is … … 18895 18945 <div> 18896 18946 <div class="refsect1" lang="en" xml:lang="en"> 18897 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92130"></a>18947 <a xmlns="http://www.w3.org/1999/xhtml" id="id552861"></a> 18898 18948 <div class="header">Superclasses:</div> 18899 18949 <p xmlns="http://www.w3.org/1999/xhtml">NS:NS-STRING</p> 18900 18950 </div> 18901 18951 <div class="refsect1" lang="en" xml:lang="en"> 18902 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92141"></a>18952 <a xmlns="http://www.w3.org/1999/xhtml" id="id552872"></a> 18903 18953 <div class="header">Initargs:</div> 18904 18954 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">:string</span></i>--- … … 18908 18958 </div> 18909 18959 <div class="refsect1" lang="en" xml:lang="en"> 18910 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92168"></a>18960 <a xmlns="http://www.w3.org/1999/xhtml" id="id552899"></a> 18911 18961 <div class="header">Description:</div> 18912 18962 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18926 18976 </div> 18927 18977 <div class="refsect1" lang="en" xml:lang="en"> 18928 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92187"></a>18978 <a xmlns="http://www.w3.org/1999/xhtml" id="id552918"></a> 18929 18979 <div class="header">Examples:</div> 18930 18980 <p xmlns="http://www.w3.org/1999/xhtml"> … … 18957 19007 </div> 18958 19008 <div class="refsect1" lang="en" xml:lang="en"> 18959 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92240"></a>19009 <a xmlns="http://www.w3.org/1999/xhtml" id="id552971"></a> 18960 19010 <div class="header">Notes:</div> 18961 19011 <p xmlns="http://www.w3.org/1999/xhtml"> … … 19297 19347 <div> 19298 19348 <div class="refsect1" lang="en" xml:lang="en"> 19299 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76177"></a>19349 <a xmlns="http://www.w3.org/1999/xhtml" id="id536395"></a> 19300 19350 <div class="header">Arguments and Values:</div> 19301 19351 <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> … … 19305 19355 </div> 19306 19356 <div class="refsect1" lang="en" xml:lang="en"> 19307 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 76236"></a>19357 <a xmlns="http://www.w3.org/1999/xhtml" id="id536454"></a> 19308 19358 <div class="header">Description:</div> 19309 19359 <p xmlns="http://www.w3.org/1999/xhtml">Creates a new population of the specified type.</p> … … 19323 19373 <div> 19324 19374 <div class="refsect1" lang="en" xml:lang="en"> 19325 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93948"></a>19375 <a xmlns="http://www.w3.org/1999/xhtml" id="id554712"></a> 19326 19376 <div class="header">Description:</div> 19327 19377 <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> … … 19341 19391 <div> 19342 19392 <div class="refsect1" lang="en" xml:lang="en"> 19343 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94022"></a>19393 <a xmlns="http://www.w3.org/1999/xhtml" id="id554786"></a> 19344 19394 <div class="header">Description:</div> 19345 19395 <p xmlns="http://www.w3.org/1999/xhtml">returns the list encapsulated in <code class="literal">population</code>. … … 19364 19414 <div> 19365 19415 <div class="refsect1" lang="en" xml:lang="en"> 19366 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94090"></a>19416 <a xmlns="http://www.w3.org/1999/xhtml" id="id554853"></a> 19367 19417 <div class="header">Description:</div> 19368 19418 <p xmlns="http://www.w3.org/1999/xhtml">Sets the list encapsulated in <code class="literal">population</code> to … … 19397 19447 <div> 19398 19448 <div class="refsect1" lang="en" xml:lang="en"> 19399 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94175"></a>19449 <a xmlns="http://www.w3.org/1999/xhtml" id="id554938"></a> 19400 19450 <div class="header">Description:</div> 19401 19451 <p xmlns="http://www.w3.org/1999/xhtml">Returns the value of the kernel variable that specifies the … … 19418 19468 <div> 19419 19469 <div class="refsect1" lang="en" xml:lang="en"> 19420 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94235"></a>19470 <a xmlns="http://www.w3.org/1999/xhtml" id="id554998"></a> 19421 19471 <div class="header">Arguments and Values:</div> 19422 19472 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">new-threshold</span></i>---The requested new lisp-heap-gc-threshold.</p> 19423 19473 </div> 19424 19474 <div class="refsect1" lang="en" xml:lang="en"> 19425 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 94261"></a>19475 <a xmlns="http://www.w3.org/1999/xhtml" id="id543667"></a> 19426 19476 <div class="header">Description:</div> 19427 19477 <p xmlns="http://www.w3.org/1999/xhtml">Sets the value of the kernel variable that specifies the … … 19447 19497 <div> 19448 19498 <div class="refsect1" lang="en" xml:lang="en"> 19449 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 82967"></a>19499 <a xmlns="http://www.w3.org/1999/xhtml" id="id543728"></a> 19450 19500 <div class="header">Description:</div> 19451 19501 <p xmlns="http://www.w3.org/1999/xhtml">Tries to grow or shrink lisp's heap space, so that the … … 19467 19517 <div> 19468 19518 <div class="refsect1" lang="en" xml:lang="en"> 19469 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83026"></a>19519 <a xmlns="http://www.w3.org/1999/xhtml" id="id543787"></a> 19470 19520 <div class="header">Arguments and Values:</div> 19471 19521 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 19472 19522 </div> 19473 19523 <div class="refsect1" lang="en" xml:lang="en"> 19474 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83052"></a>19524 <a xmlns="http://www.w3.org/1999/xhtml" id="id543813"></a> 19475 19525 <div class="header">Description:</div> 19476 19526 <p xmlns="http://www.w3.org/1999/xhtml">Enables the EGC if arg is non-nil, disables the EGC … … 19498 19548 <div> 19499 19549 <div class="refsect1" lang="en" xml:lang="en"> 19500 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83110"></a>19550 <a xmlns="http://www.w3.org/1999/xhtml" id="id543871"></a> 19501 19551 <div class="header">Description:</div> 19502 19552 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was enabled at the time of the call, … … 19521 19571 <div> 19522 19572 <div class="refsect1" lang="en" xml:lang="en"> 19523 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83167"></a>19573 <a xmlns="http://www.w3.org/1999/xhtml" id="id543927"></a> 19524 19574 <div class="header">Description:</div> 19525 19575 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the EGC was active at the time of the call, NIL … … 19546 19596 <div> 19547 19597 <div class="refsect1" lang="en" xml:lang="en"> 19548 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83225"></a>19598 <a xmlns="http://www.w3.org/1999/xhtml" id="id543985"></a> 19549 19599 <div class="header">Description:</div> 19550 19600 <p xmlns="http://www.w3.org/1999/xhtml">Returns, as multiple values, the sizes in kilobytes of the … … 19568 19618 <div> 19569 19619 <div class="refsect1" lang="en" xml:lang="en"> 19570 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83284"></a>19620 <a xmlns="http://www.w3.org/1999/xhtml" id="id544044"></a> 19571 19621 <div class="header">Arguments and Values:</div> 19572 19622 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">generation-0-size</span></i>---the requested threshold size of the youngest … … 19578 19628 </div> 19579 19629 <div class="refsect1" lang="en" xml:lang="en"> 19580 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83339"></a>19630 <a xmlns="http://www.w3.org/1999/xhtml" id="id544099"></a> 19581 19631 <div class="header">Description:</div> 19582 19632 <p xmlns="http://www.w3.org/1999/xhtml">Puts the indicated threshold sizes in effect. … … 19602 19652 <div> 19603 19653 <div class="refsect1" lang="en" xml:lang="en"> 19604 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83404"></a>19654 <a xmlns="http://www.w3.org/1999/xhtml" id="id544165"></a> 19605 19655 <div class="header">Arguments and Values:</div> 19606 19656 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">arg</span></i>---a generalized boolean</p> 19607 19657 </div> 19608 19658 <div class="refsect1" lang="en" xml:lang="en"> 19609 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83431"></a>19659 <a xmlns="http://www.w3.org/1999/xhtml" id="id544191"></a> 19610 19660 <div class="header">Description:</div> 19611 19661 <p xmlns="http://www.w3.org/1999/xhtml">Tries to influence the GC to retain/recycle the pages … … 19632 19682 <div> 19633 19683 <div class="refsect1" lang="en" xml:lang="en"> 19634 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 83488"></a>19684 <a xmlns="http://www.w3.org/1999/xhtml" id="id544249"></a> 19635 19685 <div class="header">Description:</div> 19636 19686 <p xmlns="http://www.w3.org/1999/xhtml">Returns T if the GC tries to retain pages between full GCs … … 19787 19837 <dt> 19788 19838 <span class="sect2"> 19789 <a href="#id5 88661">16.7.2. Recommended Reading</a>19839 <a href="#id549429">16.7.2. Recommended Reading</a> 19790 19840 </span> 19791 19841 </dt> … … 21063 21113 <li> 21064 21114 <p>To support a feature called <span class="emphasis"><em>GCTWA 21065 <sup>[<a id="id5 88212" href="#ftn.id588212" class="footnote">1</a>]</sup>21115 <sup>[<a id="id548981" href="#ftn.id548981" class="footnote">1</a>]</sup> 21066 21116 , </em></span>the vector that contains the internal 21067 21117 symbols of the current package is marked on entry to the … … 21196 21246 <hr width="100" align="left" /> 21197 21247 <div class="footnote"> 21198 <p><sup>[<a id="ftn.id5 88212" href="#id588212" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP,21248 <p><sup>[<a id="ftn.id548981" href="#id548981" class="para">1</a>] </sup>I believe that the acronym comes from MACLISP, 21199 21249 where it stood for "Garbage Collection of Truly 21200 21250 Worthless Atoms".</p> … … 21256 21306 generations looking for such intergenerational references, the 21257 21307 runtime system must note all such intergenerational references 21258 at the point where they're created (via Setf).<sup>[<a id="id5 88448" href="#ftn.id588448" class="footnote">2</a>]</sup> The21308 at the point where they're created (via Setf).<sup>[<a id="id549217" href="#ftn.id549217" class="footnote">2</a>]</sup> The 21259 21309 set of pointers that may contain intergenerational references is 21260 21310 sometimes called <span class="emphasis"><em>the remembered set</em></span>.</p> … … 21303 21353 that might introduce an intergenerational reference must be 21304 21354 memoized. 21305 <sup>[<a id="id5 88517" href="#ftn.id588517" class="footnote">3</a>]</sup> It's always safe to21355 <sup>[<a id="id549286" href="#ftn.id549286" class="footnote">3</a>]</sup> It's always safe to 21306 21356 push any cons cell or gvector locative onto the memo stack; 21307 21357 it's never safe to push anything else. … … 21324 21374 <hr width="100" align="left" /> 21325 21375 <div class="footnote"> 21326 <p><sup>[<a id="ftn.id5 88448" href="#id588448" class="para">2</a>] </sup>This is21376 <p><sup>[<a id="ftn.id549217" href="#id549217" class="para">2</a>] </sup>This is 21327 21377 sometimes called "The Write Barrier": all assignments which 21328 21378 might result in intergenerational references must be noted, as … … 21330 21380 </div> 21331 21381 <div class="footnote"> 21332 <p><sup>[<a id="ftn.id5 88517" href="#id588517" class="para">3</a>] </sup>Note that the implicit setfs that occur when21382 <p><sup>[<a id="ftn.id549286" href="#id549286" class="para">3</a>] </sup>Note that the implicit setfs that occur when 21333 21383 initializing an object - as in the case of a call to cons or 21334 21384 vector - can't introduce intergenerational references, since … … 21446 21496 <div> 21447 21497 <div> 21448 <h3 class="title"><a id="id5 88661"></a>16.7.2. Recommended Reading</h3>21498 <h3 class="title"><a id="id549429"></a>16.7.2. Recommended Reading</h3> 21449 21499 </div> 21450 21500 </div> … … 21859 21909 <div> 21860 21910 <div class="refsect1" lang="en" xml:lang="en"> 21861 <a xmlns="http://www.w3.org/1999/xhtml" id="id 594365"></a>21911 <a xmlns="http://www.w3.org/1999/xhtml" id="id475986"></a> 21862 21912 <div class="header">Description:</div> 21863 21913 <p xmlns="http://www.w3.org/1999/xhtml">When true, attempts to redefine (via DEFUN or DEFMETHOD) … … 21884 21934 <div> 21885 21935 <div class="refsect1" lang="en" xml:lang="en"> 21886 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 11271"></a>21936 <a xmlns="http://www.w3.org/1999/xhtml" id="id554242"></a> 21887 21937 <div class="header">Description:</div> 21888 21938 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 21908 21958 <div> 21909 21959 <div class="refsect1" lang="en" xml:lang="en"> 21910 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92640"></a>21960 <a xmlns="http://www.w3.org/1999/xhtml" id="id536504"></a> 21911 21961 <div class="header">Description:</div> 21912 21962 <p xmlns="http://www.w3.org/1999/xhtml">Arranges that the outermost special bindings of *PACKAGE* … … 21931 21981 <div> 21932 21982 <div class="refsect1" lang="en" xml:lang="en"> 21933 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92686"></a>21983 <a xmlns="http://www.w3.org/1999/xhtml" id="id536550"></a> 21934 21984 <div class="header">Description:</div> 21935 21985 <p xmlns="http://www.w3.org/1999/xhtml">This variable is initialized each time an Clozure CL session … … 21956 22006 <div> 21957 22007 <div class="refsect1" lang="en" xml:lang="en"> 21958 <a xmlns="http://www.w3.org/1999/xhtml" id="id 592744"></a>22008 <a xmlns="http://www.w3.org/1999/xhtml" id="id473957"></a> 21959 22009 <div class="header">Description:</div> 21960 22010 <p xmlns="http://www.w3.org/1999/xhtml">Returns non-NIL if AltiVec is available.</p> … … 21974 22024 <div> 21975 22025 <div class="refsect1" lang="en" xml:lang="en"> 21976 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92788"></a>22026 <a xmlns="http://www.w3.org/1999/xhtml" id="id553537"></a> 21977 22027 <div class="header">Description:</div> 21978 22028 <p xmlns="http://www.w3.org/1999/xhtml">Intended to control the expansion of certain lap macros. … … 21996 22046 <div> 21997 22047 <div class="refsect1" lang="en" xml:lang="en"> 21998 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92851"></a>22048 <a xmlns="http://www.w3.org/1999/xhtml" id="id553599"></a> 21999 22049 <div class="header">Arguments and Values:</div> 22000 22050 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">reglist</span></i>---A list of vector register names (vr0 .. vr31).</p> … … 22002 22052 </div> 22003 22053 <div class="refsect1" lang="en" xml:lang="en"> 22004 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 92954"></a>22054 <a xmlns="http://www.w3.org/1999/xhtml" id="id553640"></a> 22005 22055 <div class="header">Description:</div> 22006 22056 <p xmlns="http://www.w3.org/1999/xhtml">Specifies the set of AltiVec registers used in body. If … … 22028 22078 <div> 22029 22079 <div class="refsect1" lang="en" xml:lang="en"> 22030 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93015"></a>22080 <a xmlns="http://www.w3.org/1999/xhtml" id="id553767"></a> 22031 22081 <div class="header">Arguments and Values:</div> 22032 22082 <p><i><span xmlns="http://www.w3.org/1999/xhtml" class="term">base</span></i>---Any available general-purpose register.</p> … … 22037 22087 </div> 22038 22088 <div class="refsect1" lang="en" xml:lang="en"> 22039 <a xmlns="http://www.w3.org/1999/xhtml" id="id5 93073"></a>22089 <a xmlns="http://www.w3.org/1999/xhtml" id="id553824"></a> 22040 22090 <div class="header">Description:</div> 22041 22091 <p xmlns="http://www.w3.org/1999/xhtml">Generates code which allocates a 16-byte aligned buffer … … 22702 22752 <a href="#Symbol-Index">Symbol Index</a> 22703 22753 </div> 22704 <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 0:0 on June 2, 2010, in UTC.<br></br>It uses version 1.73.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 13774<br></br>Using libxml 20631, libxslt 10122 and libexslt 813.</p>22754 <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 3:0 on June 9, 2010, in UTC.<br></br>It uses version 1.73.2 of the Norman Walsh Docbook stylesheets.<br></br>Built from subversion rev 13790<br></br>Using libxml 20631, libxslt 10122 and libexslt 813.</p> 22705 22755 </body> 22706 22756 </html>
Note:
See TracChangeset
for help on using the changeset viewer.
