about summary refs log tree commit diff stats
path: root/html/shell/infix.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/shell/infix.mu.html')
-rw-r--r--html/shell/infix.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/shell/infix.mu.html b/html/shell/infix.mu.html
index 2f4207c2..0054d59a 100644
--- a/html/shell/infix.mu.html
+++ b/html/shell/infix.mu.html
@@ -80,7 +80,7 @@ if ('onhashchange' in window) {
 <span id="L14" class="LineNr"> 14 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='infix.mu.html#L14'>transform-infix-2</a></span> _x-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>), trace: (addr trace), at-head-of-list?: boolean <span class="Delimiter">{</span>
 <span id="L15" class="LineNr"> 15 </span>  <span class="PreProc">var</span> x-ah/<span class="muRegEdi">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _x-ah
 <span id="L16" class="LineNr"> 16 </span>  <span class="PreProc">var</span> x/eax: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L235'>lookup</a> *x-ah
-<span id="L17" class="Folded"> 17 </span><span class="Folded">+-- 14 lines: # trace x-ah --------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
+<span id="L17" class="Folded"> 17 </span><span class="Folded">+-- 14 lines: # trace x-ah ------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
 <span id="L31" class="LineNr"> 31 </span>  <a href='trace.mu.html#L239'>trace-lower</a> trace
 <span id="L32" class="LineNr"> 32 </span><span class="CommentedCode">#?   {</span>
 <span id="L33" class="LineNr"> 33 </span><span class="CommentedCode">#?     var foo/eax: int &lt;- copy x</span>
@@ -118,7 +118,7 @@ if ('onhashchange' in window) {
 <span id="L65" class="LineNr"> 65 </span>    compare *x-type, <span class="Constant">0</span>/pair
 <span id="L66" class="LineNr"> 66 </span>    <span class="PreProc">break-if-=</span>
 <span id="L67" class="LineNr"> 67 </span>    <a href='trace.mu.html#L250'>trace-higher</a> trace
-<span id="L68" class="Folded"> 68 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; x-ah --------------------------------------------------------------------------------------------------------------------------------------------------------</span>
+<span id="L68" class="Folded"> 68 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; x-ah ------------------------------------------------------------------------------------------------------------------------------------------------------</span>
 <span id="L83" class="LineNr"> 83 </span><span class="CommentedCode">#?     draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, &quot;^&quot;, 4/fg 0/bg</span>
 <span id="L84" class="LineNr"> 84 </span>    <span class="PreProc">return</span>
 <span id="L85" class="LineNr"> 85 </span>  <span class="Delimiter">}</span>
@@ -139,7 +139,7 @@ if ('onhashchange' in window) {
 <span id="L100" class="LineNr">100 </span>    <span class="PreProc">break-if-=</span>
 <span id="L101" class="LineNr">101 </span>    copy-object first-ah, x-ah
 <span id="L102" class="LineNr">102 </span>    <a href='trace.mu.html#L250'>trace-higher</a> trace
-<span id="L103" class="Folded">103 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; x-ah --------------------------------------------------------------------------------------------------------------------------------------------------------</span>
+<span id="L103" class="Folded">103 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; x-ah ------------------------------------------------------------------------------------------------------------------------------------------------------</span>
 <span id="L118" class="LineNr">118 </span>    <span class="PreProc">return</span>
 <span id="L119" class="LineNr">119 </span>  <span class="Delimiter">}</span>
 <span id="L120" class="LineNr">120 </span><span class="CommentedCode">#?   draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, &quot;c&quot;, 4/fg 0/bg</span>
@@ -278,7 +278,7 @@ if ('onhashchange' in window) {
 <span id="L253" class="LineNr">253 </span>  <a href='infix.mu.html#L14'>transform-infix-2</a> right-ah, trace, right-at-head-of-list?
 <span id="L254" class="LineNr">254 </span><span class="CommentedCode">#?   draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, &quot;z&quot;, 1/fg 0/bg</span>
 <span id="L255" class="LineNr">255 </span>  <a href='trace.mu.html#L250'>trace-higher</a> trace
-<span id="L256" class="Folded">256 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; x-ah --------------------------------------------------------------------------------------------------------------------------------------------------------</span>
+<span id="L256" class="Folded">256 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; x-ah ------------------------------------------------------------------------------------------------------------------------------------------------------</span>
 <span id="L271" class="LineNr">271 </span><span class="Delimiter">}</span>
 <span id="L272" class="LineNr">272 </span>
 <span id="L273" class="LineNr">273 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='infix.mu.html#L273'>not-null-not-nil-pair?</a></span> _x: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/eax: boolean <span class="Delimiter">{</span>