about summary refs log tree commit diff stats
path: root/html/411string.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-08-15 23:44:43 -0700
committerKartik Agaram <vc@akkartik.com>2021-08-15 23:44:43 -0700
commit52e3ea8a4bec791e4c2d64fb8aca9e26cdf60f25 (patch)
tree331a98b558b8d638348b3e93ce4ef036ae70130c /html/411string.mu.html
parent8765064d6910c65ea5ed5526b27e9752df000c3d (diff)
downloadmu-52e3ea8a4bec791e4c2d64fb8aca9e26cdf60f25.tar.gz
.
Diffstat (limited to 'html/411string.mu.html')
-rw-r--r--html/411string.mu.html42
1 files changed, 21 insertions, 21 deletions
diff --git a/html/411string.mu.html b/html/411string.mu.html
index c552176e..03911fbb 100644
--- a/html/411string.mu.html
+++ b/html/411string.mu.html
@@ -1,35 +1,35 @@
-<!DOCTYPE html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-<meta charset="UTF-8">
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <title>Mu - 411string.mu</title>
-<meta name="Generator" content="Vim/8.2">
-<meta name="plugin-version" content="vim8.1_v2">
+<meta name="Generator" content="Vim/8.1">
+<meta name="plugin-version" content="vim8.1_v1">
 <meta name="syntax" content="none">
-<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback">
+<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
 <meta name="colorscheme" content="minimal-light">
-<style>
+<style type="text/css">
 <!--
 pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .PreProc { color: #c000c0; }
-.CommentedCode { color: #8a8a8a; }
 .muRegEcx { color: #870000; }
+.Special { color: #ff6060; }
 .LineNr { }
 .muRegEsi { color: #005faf; }
-.muRegEdi { color: #00af00; }
 .Constant { color: #008787; }
+.muRegEdi { color: #00af00; }
+.CommentedCode { color: #8a8a8a; }
+.Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
 .muTest { color: #5f8700; }
-.Delimiter { color: #c000c0; }
 .muComment { color: #005faf; }
-.Special { color: #ff6060; }
 -->
 </style>
 
-<script>
+<script type='text/javascript'>
 <!--
 
 /* function to open any folds containing a jumped-to line before jumping to it */
@@ -105,46 +105,46 @@ if ('onhashchange' in window) {
 <span id="L42" class="LineNr"> 42 </span>  <span class="PreProc">var</span> out-ah/<span class="muRegEdi">edi</span>: (addr handle array byte) <span class="Special">&lt;-</span> address out-h
 <span id="L43" class="LineNr"> 43 </span>  <span class="muComment"># prefix substrings</span>
 <span id="L44" class="LineNr"> 44 </span>  <a href='411string.mu.html#L2'>substring</a> <span class="Constant">0</span>, <span class="Constant">0</span>, <span class="Constant">3</span>, out-ah
-<span id="L45" class="LineNr"> 45 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *out-ah
+<span id="L45" class="LineNr"> 45 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L235'>lookup</a> *out-ah
 <span id="L46" class="LineNr"> 46 </span>  <a href='105string-equal.subx.html#L213'>check-strings-equal</a> out, <span class="Constant">&quot;&quot;</span>, <span class="Constant">&quot;F - <a href='411string.mu.html#L40'>test-substring</a>/null&quot;</span>
 <span id="L47" class="LineNr"> 47 </span>  <a href='411string.mu.html#L2'>substring</a> <span class="Constant">&quot;&quot;</span>, <span class="Constant">0</span>, <span class="Constant">3</span>, out-ah
-<span id="L48" class="LineNr"> 48 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *out-ah
+<span id="L48" class="LineNr"> 48 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L235'>lookup</a> *out-ah
 <span id="L49" class="LineNr"> 49 </span><span class="CommentedCode">#?   print-string-to-real-screen out</span>
 <span id="L50" class="LineNr"> 50 </span><span class="CommentedCode">#?   print-string-to-real-screen &quot;\n&quot;</span>
 <span id="L51" class="LineNr"> 51 </span>  <a href='105string-equal.subx.html#L213'>check-strings-equal</a> out, <span class="Constant">&quot;&quot;</span>, <span class="Constant">&quot;F - <a href='411string.mu.html#L40'>test-substring</a>/empty&quot;</span>
 <span id="L52" class="LineNr"> 52 </span>  <span class="muComment">#</span>
 <span id="L53" class="LineNr"> 53 </span>  <a href='411string.mu.html#L2'>substring</a> <span class="Constant">&quot;abcde&quot;</span>, <span class="Constant">0</span>, <span class="Constant">3</span>, out-ah
-<span id="L54" class="LineNr"> 54 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *out-ah
+<span id="L54" class="LineNr"> 54 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L235'>lookup</a> *out-ah
 <span id="L55" class="LineNr"> 55 </span><span class="CommentedCode">#?   print-string-to-real-screen out</span>
 <span id="L56" class="LineNr"> 56 </span><span class="CommentedCode">#?   print-string-to-real-screen &quot;\n&quot;</span>
 <span id="L57" class="LineNr"> 57 </span>  <a href='105string-equal.subx.html#L213'>check-strings-equal</a> out, <span class="Constant">&quot;abc&quot;</span>, <span class="Constant">&quot;F - <a href='411string.mu.html#L40'>test-substring</a>/truncate&quot;</span>
 <span id="L58" class="LineNr"> 58 </span>  <span class="muComment">#</span>
 <span id="L59" class="LineNr"> 59 </span>  <a href='411string.mu.html#L2'>substring</a> <span class="Constant">&quot;abcde&quot;</span>, <span class="Constant">0</span>, <span class="Constant">5</span>, out-ah
-<span id="L60" class="LineNr"> 60 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *out-ah
+<span id="L60" class="LineNr"> 60 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L235'>lookup</a> *out-ah
 <span id="L61" class="LineNr"> 61 </span>  <a href='105string-equal.subx.html#L213'>check-strings-equal</a> out, <span class="Constant">&quot;abcde&quot;</span>, <span class="Constant">&quot;F - <a href='411string.mu.html#L40'>test-substring</a>/all&quot;</span>
 <span id="L62" class="LineNr"> 62 </span>  <span class="muComment">#</span>
 <span id="L63" class="LineNr"> 63 </span>  <a href='411string.mu.html#L2'>substring</a> <span class="Constant">&quot;abcde&quot;</span>, <span class="Constant">0</span>, <span class="Constant">7</span>, out-ah
-<span id="L64" class="LineNr"> 64 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *out-ah
+<span id="L64" class="LineNr"> 64 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L235'>lookup</a> *out-ah
 <span id="L65" class="LineNr"> 65 </span>  <a href='105string-equal.subx.html#L213'>check-strings-equal</a> out, <span class="Constant">&quot;abcde&quot;</span>, <span class="Constant">&quot;F - <a href='411string.mu.html#L40'>test-substring</a>/too-small&quot;</span>
 <span id="L66" class="LineNr"> 66 </span>  <span class="muComment"># substrings outside string</span>
 <span id="L67" class="LineNr"> 67 </span>  <a href='411string.mu.html#L2'>substring</a> <span class="Constant">&quot;abcde&quot;</span>, <span class="Constant">6</span>, <span class="Constant">1</span>, out-ah
-<span id="L68" class="LineNr"> 68 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *out-ah
+<span id="L68" class="LineNr"> 68 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L235'>lookup</a> *out-ah
 <span id="L69" class="LineNr"> 69 </span>  <a href='105string-equal.subx.html#L213'>check-strings-equal</a> out, <span class="Constant">&quot;&quot;</span>, <span class="Constant">&quot;F - <a href='411string.mu.html#L40'>test-substring</a>/start-too-large&quot;</span>
 <span id="L70" class="LineNr"> 70 </span>  <span class="muComment"># trim prefix</span>
 <span id="L71" class="LineNr"> 71 </span>  <a href='411string.mu.html#L2'>substring</a> <span class="Constant">&quot;&quot;</span>, <span class="Constant">2</span>, <span class="Constant">3</span>, out-ah
-<span id="L72" class="LineNr"> 72 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *out-ah
+<span id="L72" class="LineNr"> 72 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L235'>lookup</a> *out-ah
 <span id="L73" class="LineNr"> 73 </span>  <a href='105string-equal.subx.html#L213'>check-strings-equal</a> out, <span class="Constant">&quot;&quot;</span>, <span class="Constant">&quot;F - <a href='411string.mu.html#L40'>test-substring</a>/middle-empty&quot;</span>
 <span id="L74" class="LineNr"> 74 </span>  <span class="muComment">#</span>
 <span id="L75" class="LineNr"> 75 </span>  <a href='411string.mu.html#L2'>substring</a> <span class="Constant">&quot;abcde&quot;</span>, <span class="Constant">1</span>, <span class="Constant">2</span>, out-ah
-<span id="L76" class="LineNr"> 76 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *out-ah
+<span id="L76" class="LineNr"> 76 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L235'>lookup</a> *out-ah
 <span id="L77" class="LineNr"> 77 </span>  <a href='105string-equal.subx.html#L213'>check-strings-equal</a> out, <span class="Constant">&quot;bc&quot;</span>, <span class="Constant">&quot;F - <a href='411string.mu.html#L40'>test-substring</a>/middle-truncate&quot;</span>
 <span id="L78" class="LineNr"> 78 </span>  <span class="muComment">#</span>
 <span id="L79" class="LineNr"> 79 </span>  <a href='411string.mu.html#L2'>substring</a> <span class="Constant">&quot;abcde&quot;</span>, <span class="Constant">1</span>, <span class="Constant">4</span>, out-ah
-<span id="L80" class="LineNr"> 80 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *out-ah
+<span id="L80" class="LineNr"> 80 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L235'>lookup</a> *out-ah
 <span id="L81" class="LineNr"> 81 </span>  <a href='105string-equal.subx.html#L213'>check-strings-equal</a> out, <span class="Constant">&quot;bcde&quot;</span>, <span class="Constant">&quot;F - <a href='411string.mu.html#L40'>test-substring</a>/middle-all&quot;</span>
 <span id="L82" class="LineNr"> 82 </span>  <span class="muComment">#</span>
 <span id="L83" class="LineNr"> 83 </span>  <a href='411string.mu.html#L2'>substring</a> <span class="Constant">&quot;abcde&quot;</span>, <span class="Constant">1</span>, <span class="Constant">5</span>, out-ah
-<span id="L84" class="LineNr"> 84 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L223'>lookup</a> *out-ah
+<span id="L84" class="LineNr"> 84 </span>  <span class="PreProc">var</span> out/eax: (addr array byte) <span class="Special">&lt;-</span> <a href='120allocate.subx.html#L235'>lookup</a> *out-ah
 <span id="L85" class="LineNr"> 85 </span>  <a href='105string-equal.subx.html#L213'>check-strings-equal</a> out, <span class="Constant">&quot;bcde&quot;</span>, <span class="Constant">&quot;F - <a href='411string.mu.html#L40'>test-substring</a>/middle-too-small&quot;</span>
 <span id="L86" class="LineNr"> 86 </span><span class="Delimiter">}</span>
 <span id="L87" class="LineNr"> 87 </span>