add glossary data for d:use-strings and d:use-hashes

FossilOrigin-Name: bb6bdcf39d61cc4da5e33dde44a5257633077a91f88445716790cb2c77c367cb
This commit is contained in:
crc 2023-03-20 17:00:52 +00:00
parent 4c0f1ac49c
commit 471dfd015a
5 changed files with 46 additions and 0 deletions

View file

@ -667,6 +667,12 @@ Update the hashes for all visible words in the dictionary.
d:source D: d-a A: - F: -
Given a dictionary header, return the source field.
d:use-hashes D: - A: - F: -
Change dictionary search to use hashed name comparions.
d:use-strings D: - A: - F: -
Change dictionary search to use full name comparions.
d:words D: - A: - F: -
Display a list of all named items in the `Dictionary`.

View file

@ -221,6 +221,8 @@ d:lookup-xt D: a-d A: - F: -
d:name D: d-s A: - F: -
d:rehash D: - A: - F: -
d:source D: d-a A: - F: -
d:use-hashes D: - A: - F: -
d:use-strings D: - A: - F: -
d:words D: - A: - F: -
d:words-beginning-with D: s- A: - F: -
d:words-with D: s- A: - F: -

View file

@ -1646,6 +1646,20 @@
</div>
<p>Given a dictionary header, return the source field.</p>
<table><tr><td><b>Class:</b> </td><td>class:word</td></tr><tr><td><b>Namespace:</b> </td><td>d</td></tr><tr><td><b>Interface Layer:</b> </td><td>all</td></tr></table><hr/>
<h2>d:use-hashes</h2>
<div style='margin-left: 1em;'><p><b>Data:</b> -<br>
<b>Addr:</b> -<br>
<b>Float:</b> -</p>
</div>
<p>Change dictionary search to use hashed name comparions.</p>
<table><tr><td><b>Class:</b> </td><td>class:word</td></tr><tr><td><b>Namespace:</b> </td><td>d</td></tr><tr><td><b>Interface Layer:</b> </td><td>all</td></tr></table><hr/>
<h2>d:use-strings</h2>
<div style='margin-left: 1em;'><p><b>Data:</b> -<br>
<b>Addr:</b> -<br>
<b>Float:</b> -</p>
</div>
<p>Change dictionary search to use full name comparions.</p>
<table><tr><td><b>Class:</b> </td><td>class:word</td></tr><tr><td><b>Namespace:</b> </td><td>d</td></tr><tr><td><b>Interface Layer:</b> </td><td>all</td></tr></table><hr/>
<h2>d:words</h2>
<div style='margin-left: 1em;'><p><b>Data:</b> -<br>
<b>Addr:</b> -<br>

View file

@ -2553,6 +2553,28 @@ Given a dictionary header, return the source field.
Class: class:word | Namespace: d | Interface Layer: all
------------------------------------------------------------------------
d:use-hashes
Data: -
Addr: -
Float: -
Change dictionary search to use hashed name comparions.
Class: class:word | Namespace: d | Interface Layer: all
------------------------------------------------------------------------
d:use-strings
Data: -
Addr: -
Float: -
Change dictionary search to use full name comparions.
Class: class:word | Namespace: d | Interface Layer: all
------------------------------------------------------------------------
d:words
Data: -

View file

@ -221,6 +221,8 @@ d:lookup-xt a-d - - Lookup the specified address in the dictionary and return a
d:name d-s - - Given a dictionary header, return the name field. class:word {n/a} {n/a} d all
d:rehash - - - Update the hashes for all visible words in the dictionary. class:word {n/a} {n/a} d all
d:source d-a - - Given a dictionary header, return the source field. class:word {n/a} {n/a} d all
d:use-hashes - - - Change dictionary search to use hashed name comparions. class:word {n/a} {n/a} d all
d:use-strings - - - Change dictionary search to use full name comparions. class:word {n/a} {n/a} d all
d:words - - - Display a list of all named items in the `Dictionary`. class:word {n/a} {n/a} d rre
d:words-beginning-with s- - - Display a list of all named items in the `Dictionary` that begin with the provided substring. class:word {n/a} {n/a} d rre
d:words-with s- - - Display a list of all named items in the `Dictionary` that contain the provided substring. class:word {n/a} {n/a} d rre

1 $ -c - - Return ASCII:NUL (0). class:macro {n/a} {n/a} global all
221 d:name d-s - - Given a dictionary header, return the name field. class:word {n/a} {n/a} d all
222 d:rehash - - - Update the hashes for all visible words in the dictionary. class:word {n/a} {n/a} d all
223 d:source d-a - - Given a dictionary header, return the source field. class:word {n/a} {n/a} d all
224 d:use-hashes - - - Change dictionary search to use hashed name comparions. class:word {n/a} {n/a} d all
225 d:use-strings - - - Change dictionary search to use full name comparions. class:word {n/a} {n/a} d all
226 d:words - - - Display a list of all named items in the `Dictionary`. class:word {n/a} {n/a} d rre
227 d:words-beginning-with s- - - Display a list of all named items in the `Dictionary` that begin with the provided substring. class:word {n/a} {n/a} d rre
228 d:words-with s- - - Display a list of all named items in the `Dictionary` that contain the provided substring. class:word {n/a} {n/a} d rre