about summary refs log tree commit diff stats
path: root/html/subx/064write-buffered.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/064write-buffered.subx.html')
-rw-r--r--html/subx/064write-buffered.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/subx/064write-buffered.subx.html b/html/subx/064write-buffered.subx.html
index a4a39421..5327f9c6 100644
--- a/html/subx/064write-buffered.subx.html
+++ b/html/subx/064write-buffered.subx.html
@@ -76,7 +76,7 @@ if ('onhashchange' in window) {
 <span id="L14" class="LineNr"> 14 </span>    b8/copy-to-EAX  1/imm32/exit
 <span id="L15" class="LineNr"> 15 </span>    cd/syscall  0x80/imm8
 <span id="L16" class="LineNr"> 16 </span>
-<span id="L17" class="LineNr"> 17 </span><span class="subxFunction"><a href='064write-buffered.subx.html#L17'>write-buffered</a></span>:  <span class="subxComment"># f : (address buffered-file), msg : (address array byte) -&gt; &lt;void&gt;</span>
+<span id="L17" class="LineNr"> 17 </span><span class="subxFunction">write-buffered</span>:  <span class="subxComment"># f : (address buffered-file), msg : (address array byte) -&gt; &lt;void&gt;</span>
 <span id="L18" class="LineNr"> 18 </span>    <span class="subxComment"># pseudocode:</span>
 <span id="L19" class="LineNr"> 19 </span>    <span class="subxComment">#   in = msg-&gt;data</span>
 <span id="L20" class="LineNr"> 20 </span>    <span class="subxComment">#   inend = &amp;msg-&gt;data[msg-&gt;length]</span>
@@ -174,7 +174,7 @@ if ('onhashchange' in window) {
 <span id="L112" class="LineNr">112 </span>    5d/pop-to-EBP
 <span id="L113" class="LineNr">113 </span>    c3/return
 <span id="L114" class="LineNr">114 </span>
-<span id="L115" class="LineNr">115 </span><span class="subxTest"><a href='064write-buffered.subx.html#L115'>test-write-buffered</a></span>:
+<span id="L115" class="LineNr">115 </span><span class="subxTest">test-write-buffered</span>:
 <span id="L116" class="LineNr">116 </span>    <span class="subxH1Comment"># - check that write-buffered writes to the file</span>
 <span id="L117" class="LineNr">117 </span>    <span class="subxComment"># setup</span>
 <span id="L118" class="LineNr">118 </span>    <span class="subxS1Comment"># . clear-stream(_test-stream)</span>
@@ -222,7 +222,7 @@ if ('onhashchange' in window) {
 <span id="L160" class="LineNr">160 </span>    <span class="subxS1Comment"># . end</span>
 <span id="L161" class="LineNr">161 </span>    c3/return
 <span id="L162" class="LineNr">162 </span>
-<span id="L163" class="LineNr">163 </span><span class="subxTest"><a href='064write-buffered.subx.html#L163'>test-write-buffered-with-intermediate-flush</a></span>:
+<span id="L163" class="LineNr">163 </span><span class="subxTest">test-write-buffered-with-intermediate-flush</span>:
 <span id="L164" class="LineNr">164 </span>    <span class="subxH1Comment"># - check that write-buffered flushes in the middle if its buffer fills up</span>
 <span id="L165" class="LineNr">165 </span>    <span class="subxComment"># setup</span>
 <span id="L166" class="LineNr">166 </span>    <span class="subxS1Comment"># . clear-stream(_test-stream)</span>