texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7762] only space, tab or newline for texinfo command


From: gavinsmith0123
Subject: [7762] only space, tab or newline for texinfo command
Date: Sat, 29 Apr 2017 09:09:49 -0400 (EDT)

Revision: 7762
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7762
Author:   gavin
Date:     2017-04-29 09:09:49 -0400 (Sat, 29 Apr 2017)
Log Message:
-----------
only space, tab or newline for texinfo command

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/MiscXS/misc.c
    trunk/tp/Texinfo/Parser.pm
    trunk/tp/t/results/indices/encoding_index_latin1.pl
    trunk/tp/t/results/indices/encoding_index_latin1_enable_encoding.pl
    trunk/tp/t/results/indices/encoding_index_utf8.pl
    trunk/tp/t/results/indices/encoding_index_utf8_enable_encoding.pl
    trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.2
    trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.html
    trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting-cr.2
    trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting.info

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-04-27 19:03:15 UTC (rev 7761)
+++ trunk/ChangeLog     2017-04-29 13:09:49 UTC (rev 7762)
@@ -1,3 +1,10 @@
+2017-04-29  Gavin Smith  <address@hidden>
+
+       * tp/Texinfo/Parser.pm (_parse_texi_regex),
+       * tp/Texinfo/MiscXS/misc.c (xs_parse_texi_regex): Do not
+       consider any whitespace other than space, tab or newline
+       to be a possible Texinfo command.
+
 2017-04-27  Gavin Smith  <address@hidden>
 
        * info/session.c (tree_search_check_node)

Modified: trunk/tp/Texinfo/MiscXS/misc.c
===================================================================
--- trunk/tp/Texinfo/MiscXS/misc.c      2017-04-27 19:03:15 UTC (rev 7761)
+++ trunk/tp/Texinfo/MiscXS/misc.c      2017-04-29 13:09:49 UTC (rev 7762)
@@ -598,7 +598,7 @@
 
       else if (*text == '@'
                  && text[1] && strchr ("([\"'address@hidden,.!?"
-                                       " \f\n\r\t"
+                                       " \t\n"
                                        "*-^`=:|/\\",
                                        text[1]))
         {

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2017-04-27 19:03:15 UTC (rev 7761)
+++ trunk/tp/Texinfo/Parser.pm  2017-04-29 13:09:49 UTC (rev 7762)
@@ -3626,7 +3626,7 @@
     = ($line =~ /^\@([[:alnum:]][[:alnum:]-]*)
                 |^(\{)
                 |^(\*)
-                |^\@(["'address@hidden,\.!\?\s\*\-\^`=:\|\/\\])
+                |^\@(["'address@hidden,\.!\? \t\n\*\-\^`=:\|\/\\])
                 |^([{}@,:\t.\f])
                 |^([^{}@,:\t.\n\f]+)
                 /x);

Modified: trunk/tp/t/results/indices/encoding_index_latin1.pl
===================================================================
--- trunk/tp/t/results/indices/encoding_index_latin1.pl 2017-04-27 19:03:15 UTC 
(rev 7761)
+++ trunk/tp/t/results/indices/encoding_index_latin1.pl 2017-04-29 13:09:49 UTC 
(rev 7762)
@@ -203,7 +203,7 @@
                 },
                 {
                   'parent' => {},
-                  'text' => 'é é'
+                  'text' => "\x{e9} \x{e9}"
                 },
                 {
                   'parent' => {},

Modified: trunk/tp/t/results/indices/encoding_index_latin1_enable_encoding.pl
===================================================================
--- trunk/tp/t/results/indices/encoding_index_latin1_enable_encoding.pl 
2017-04-27 19:03:15 UTC (rev 7761)
+++ trunk/tp/t/results/indices/encoding_index_latin1_enable_encoding.pl 
2017-04-29 13:09:49 UTC (rev 7762)
@@ -203,7 +203,7 @@
                 },
                 {
                   'parent' => {},
-                  'text' => 'é é'
+                  'text' => "\x{e9} \x{e9}"
                 },
                 {
                   'parent' => {},

Modified: trunk/tp/t/results/indices/encoding_index_utf8.pl
===================================================================
--- trunk/tp/t/results/indices/encoding_index_utf8.pl   2017-04-27 19:03:15 UTC 
(rev 7761)
+++ trunk/tp/t/results/indices/encoding_index_utf8.pl   2017-04-29 13:09:49 UTC 
(rev 7762)
@@ -203,7 +203,7 @@
                 },
                 {
                   'parent' => {},
-                  'text' => 'é é'
+                  'text' => "\x{e9} \x{e9}"
                 },
                 {
                   'parent' => {},

Modified: trunk/tp/t/results/indices/encoding_index_utf8_enable_encoding.pl
===================================================================
--- trunk/tp/t/results/indices/encoding_index_utf8_enable_encoding.pl   
2017-04-27 19:03:15 UTC (rev 7761)
+++ trunk/tp/t/results/indices/encoding_index_utf8_enable_encoding.pl   
2017-04-29 13:09:49 UTC (rev 7762)
@@ -203,7 +203,7 @@
                 },
                 {
                   'parent' => {},
-                  'text' => 'é é'
+                  'text' => "\x{e9} \x{e9}"
                 },
                 {
                   'parent' => {},

Modified: trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.2
===================================================================
--- trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.2    
2017-04-27 19:03:15 UTC (rev 7761)
+++ trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.2    
2017-04-29 13:09:49 UTC (rev 7762)
@@ -1,10 +1,7 @@
-formatting-cr.texi:25: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:25: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:25: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:25: unknown command `
-' (possibly involving @mymacro)
-formatting-cr.texi:25: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:25: unexpected @ (possibly involving @mymacro)
+formatting-cr.texi:25: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:25: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
@@ -48,13 +45,10 @@
 formatting-cr.texi:25: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
 formatting-cr.texi:25: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
 formatting-cr.texi:25: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting-cr.texi:35: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:35: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:35: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:35: unknown command `
-' (possibly involving @mymacro)
-formatting-cr.texi:35: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:35: unexpected @ (possibly involving @mymacro)
+formatting-cr.texi:35: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:35: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
@@ -98,13 +92,10 @@
 formatting-cr.texi:35: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
 formatting-cr.texi:35: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
 formatting-cr.texi:35: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting-cr.texi:45: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:45: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:45: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:45: unknown command `
-' (possibly involving @mymacro)
-formatting-cr.texi:45: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:45: unexpected @ (possibly involving @mymacro)
+formatting-cr.texi:45: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:45: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
@@ -148,13 +139,10 @@
 formatting-cr.texi:45: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
 formatting-cr.texi:45: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
 formatting-cr.texi:45: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting-cr.texi:49: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:49: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:49: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:49: unknown command `
-' (possibly involving @mymacro)
-formatting-cr.texi:49: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:49: unexpected @ (possibly involving @mymacro)
+formatting-cr.texi:49: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:49: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)

Modified: trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.html
===================================================================
--- trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.html 
2017-04-27 19:03:15 UTC (rev 7761)
+++ trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.html 
2017-04-29 13:09:49 UTC (rev 7762)
@@ -51,7 +51,7 @@
 @ followed by a tab
  
 @ followed by a new line
-
+
 @- 
 @| 
 @: 
@@ -232,7 +232,7 @@
 something e' TeX
 The something e' TeX is here.
 
-@ at the end of line 
+@ at the end of line 
 A @ at the end of the @quotation line.
 
 something, other thing
@@ -298,7 +298,7 @@
 c-ategory: d-effn_name a-rguments...
 d-effn
 
-cate-gory: de-ffn_name ar-guments 
+cate-gory: de-ffn_name ar-guments 
 more args 
  even more so
 def-fn
@@ -699,8 +699,8 @@
 @ followed by a tab
 &nbsp;
 @ followed by a new line
-
-<code>@-</code> 
+</p>
+<p><code>@-</code> 
 <code>@|</code> 
 <code>@:</code> 
 <code>@!</code> !
@@ -1011,7 +1011,8 @@
 </p></dd></dl>
 
 <dl>
-<dt><a name="index-titlepage-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments </em></dt>
+<dt><a name="index-titlepage-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments 
+</em></dt>
 <dd><p>more args <br> even more so
 def&ndash;fn
 </p></dd></dl>
@@ -1464,8 +1465,8 @@
 @ followed by a tab
 &nbsp;
 @ followed by a new line
-
-<code>@-</code> 
+</p>
+<p><code>@-</code> 
 <code>@|</code> 
 <code>@:</code> 
 <code>@!</code> !
@@ -1776,7 +1777,8 @@
 </p></dd></dl>
 
 <dl>
-<dt><a name="index-copying-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments </em></dt>
+<dt><a name="index-copying-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments 
+</em></dt>
 <dd><p>more args <br> even more so
 def&ndash;fn
 </p></dd></dl>
@@ -2255,8 +2257,8 @@
 @ followed by a tab
 &nbsp;
 @ followed by a new line
-
-<code>@-</code> 
+</p>
+<p><code>@-</code> 
 <code>@|</code> 
 <code>@:</code> 
 <code>@!</code> !
@@ -2567,7 +2569,8 @@
 </p></dd></dl>
 
 <dl>
-<dt><a name="index-copying-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments </em></dt>
+<dt><a name="index-copying-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments 
+</em></dt>
 <dd><p>more args <br> even more so
 def&ndash;fn
 </p></dd></dl>
@@ -3020,8 +3023,8 @@
 @ followed by a tab
 &nbsp;
 @ followed by a new line
-
-<code>@-</code> 
+</p>
+<p><code>@-</code> 
 <code>@|</code> 
 <code>@:</code> 
 <code>@!</code> !
@@ -3332,7 +3335,8 @@
 </p></dd></dl>
 
 <dl>
-<dt><a name="index-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments </em></dt>
+<dt><a name="index-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments 
+</em></dt>
 <dd><p>more args <br> even more so
 def&ndash;fn
 </p></dd></dl>
@@ -3789,7 +3793,7 @@
 @ followed by a tab
 &nbsp;
 @ followed by a new line
-
+
 <code>@-</code> 
 <code>@|</code> 
 <code>@:</code> 
@@ -4100,7 +4104,8 @@
 </pre></dd></dl>
 <pre class="example">
 </pre><dl>
-<dt><a name="index-de_002d_002dffn_005fname-1"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments </em></dt>
+<dt><a name="index-de_002d_002dffn_005fname-1"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments 
+</em></dt>
 <dd><pre class="example">   more args 
  even more so
 def--fn

Modified: trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting-cr.2
===================================================================
--- trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting-cr.2       
2017-04-27 19:03:15 UTC (rev 7761)
+++ trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting-cr.2       
2017-04-29 13:09:49 UTC (rev 7762)
@@ -1,10 +1,7 @@
-formatting-cr.texi:25: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:25: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:25: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:25: unknown command `
-' (possibly involving @mymacro)
-formatting-cr.texi:25: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:25: unexpected @ (possibly involving @mymacro)
+formatting-cr.texi:25: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:25: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
@@ -15,13 +12,10 @@
 formatting-cr.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:25: command @bullet not accepting argument in brace should 
not be on @table line (possibly involving @mymacro)
 formatting-cr.texi:25: command @minus not accepting argument in brace should 
not be on @ftable line (possibly involving @mymacro)
-formatting-cr.texi:35: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:35: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:35: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:35: unknown command `
-' (possibly involving @mymacro)
-formatting-cr.texi:35: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:35: unexpected @ (possibly involving @mymacro)
+formatting-cr.texi:35: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:35: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
@@ -32,13 +26,10 @@
 formatting-cr.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:35: command @bullet not accepting argument in brace should 
not be on @table line (possibly involving @mymacro)
 formatting-cr.texi:35: command @minus not accepting argument in brace should 
not be on @ftable line (possibly involving @mymacro)
-formatting-cr.texi:45: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:45: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:45: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:45: unknown command `
-' (possibly involving @mymacro)
-formatting-cr.texi:45: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:45: unexpected @ (possibly involving @mymacro)
+formatting-cr.texi:45: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:45: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
@@ -49,13 +40,10 @@
 formatting-cr.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:45: command @bullet not accepting argument in brace should 
not be on @table line (possibly involving @mymacro)
 formatting-cr.texi:45: command @minus not accepting argument in brace should 
not be on @ftable line (possibly involving @mymacro)
-formatting-cr.texi:49: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:49: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:49: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:49: unknown command `
-' (possibly involving @mymacro)
-formatting-cr.texi:49: unknown command `
-' (possibly involving @mymacro)
+formatting-cr.texi:49: unexpected @ (possibly involving @mymacro)
+formatting-cr.texi:49: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:49: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)

Modified: trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting.info
===================================================================
--- trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting.info       
2017-04-27 19:03:15 UTC (rev 7761)
+++ trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting.info       
2017-04-29 13:09:49 UTC (rev 7762)
@@ -21,8 +21,9 @@
 
    @*
 @ followed by a space   @ followed by a tab   @ followed by a new line
-'@-' '@|' '@:' '@!' !  '@?' ?  '@.' .  '@@' @ '@}' } '@{' { '@/'
 
+   '@-' '@|' '@:' '@!' !  '@?' ?  '@.' .  '@@' @ '@}' } '@{' { '@/'
+
    foo vs. bar.  colon :And something else.  semi colon ;.  And ?  ?.
 Now !  !@ but , ,
 
@@ -391,8 +392,9 @@
 
    @*
 @ followed by a space   @ followed by a tab   @ followed by a new line
-'@-' '@|' '@:' '@!' !  '@?' ?  '@.' .  '@@' @ '@}' } '@{' { '@/'
 
+   '@-' '@|' '@:' '@!' !  '@?' ?  '@.' .  '@@' @ '@}' } '@{' { '@/'
+
    foo vs. bar.  colon :And something else.  semi colon ;.  And ?  ?.
 Now !  !@ but , ,
 
@@ -733,8 +735,9 @@
 
    @*
 @ followed by a space   @ followed by a tab   @ followed by a new line
-'@-' '@|' '@:' '@!' !  '@?' ?  '@.' .  '@@' @ '@}' } '@{' { '@/'
 
+   '@-' '@|' '@:' '@!' !  '@?' ?  '@.' .  '@@' @ '@}' } '@{' { '@/'
+
    foo vs. bar.  colon :And something else.  semi colon ;.  And ?  ?.
 Now !  !@ but , ,
 
@@ -1557,28 +1560,28 @@
 * Menu:
 
 * ":                                     Top.                (line   27)
-* " <1>:                                 Top.                (line  370)
-* " <2>:                                 Top.                (line  724)
+* " <1>:                                 Top.                (line  371)
+* " <2>:                                 Top.                (line  726)
 * -option:                               Top.                (line   27)
-* -option <1>:                           Top.                (line  370)
-* -option <2>:                           Top.                (line  724)
-* .:                                     Top.                (line 1197)
-* ?:                                     Top.                (line 1197)
-* a:                                     Top.                (line 1197)
-* index entry between item and itemx:    Top.                (line  318)
-* index entry between item and itemx <1>: Top.               (line  661)
-* index entry between item and itemx <2>: Top.               (line 1144)
-* index entry within deffn:              Top.                (line  164)
-* index entry within deffn <1>:          Top.                (line  507)
-* index entry within deffn <2>:          Top.                (line  990)
-* index entry within itemize:            Top.                (line  126)
-* index entry within itemize <1>:        Top.                (line  469)
-* index entry within itemize <2>:        Top.                (line  951)
-* index entry within multitable:         Top.                (line  134)
-* index entry within multitable <1>:     Top.                (line  477)
-* index entry within multitable <2>:     Top.                (line  960)
-* t-ruc:                                 Top.                (line 1197)
-* T-ruc:                                 Top.                (line 1197)
+* -option <1>:                           Top.                (line  371)
+* -option <2>:                           Top.                (line  726)
+* .:                                     Top.                (line 1199)
+* ?:                                     Top.                (line 1199)
+* a:                                     Top.                (line 1199)
+* index entry between item and itemx:    Top.                (line  319)
+* index entry between item and itemx <1>: Top.               (line  663)
+* index entry between item and itemx <2>: Top.               (line 1146)
+* index entry within deffn:              Top.                (line  165)
+* index entry within deffn <1>:          Top.                (line  509)
+* index entry within deffn <2>:          Top.                (line  992)
+* index entry within itemize:            Top.                (line  127)
+* index entry within itemize <1>:        Top.                (line  471)
+* index entry within itemize <2>:        Top.                (line  953)
+* index entry within multitable:         Top.                (line  135)
+* index entry within multitable <1>:     Top.                (line  479)
+* index entry within multitable <2>:     Top.                (line  962)
+* t-ruc:                                 Top.                (line 1199)
+* T-ruc:                                 Top.                (line 1199)
 
    fn
 
@@ -1586,109 +1589,109 @@
 * Menu:
 
 * --foption:                             Top.                (line   27)
-* --foption <1>:                         Top.                (line  370)
-* --foption <2>:                         Top.                (line  724)
-* .:                                     Top.                (line 1197)
-* ?:                                     Top.                (line 1197)
+* --foption <1>:                         Top.                (line  371)
+* --foption <2>:                         Top.                (line  726)
+* .:                                     Top.                (line 1199)
+* ?:                                     Top.                (line 1199)
 * ``:                                    Top.                (line   27)
-* `` <1>:                                Top.                (line  370)
-* `` <2>:                                Top.                (line  724)
-* a:                                     Top.                (line  181)
-* a <1>:                                 Top.                (line  317)
-* a <2>:                                 Top.                (line  524)
-* a <3>:                                 Top.                (line  660)
-* a <4>:                                 Top.                (line 1007)
-* a <5>:                                 Top.                (line 1143)
-* a <6>:                                 Top.                (line 1197)
-* b:                                     Top.                (line  318)
-* b <1>:                                 Top.                (line  661)
-* b <2>:                                 Top.                (line 1144)
-* bidule machin:                         Top.                (line  175)
-* bidule machin <1>:                     Top.                (line  518)
-* bidule machin <2>:                     Top.                (line 1001)
-* d--effn_name:                          Top.                (line  156)
-* d--effn_name <1>:                      Top.                (line  499)
-* d--effn_name <2>:                      Top.                (line  981)
-* d--efmac_name:                         Top.                (line  217)
-* d--efmac_name <1>:                     Top.                (line  560)
-* d--efmac_name <2>:                     Top.                (line 1043)
-* d--efmethod_name on c--lass:           Top.                (line  241)
-* d--efmethod_name on c--lass <1>:       Top.                (line  584)
-* d--efmethod_name on c--lass <2>:       Top.                (line 1067)
-* d--efop_name on c--lass:               Top.                (line  208)
-* d--efop_name on c--lass <1>:           Top.                (line  551)
-* d--efop_name on c--lass <2>:           Top.                (line 1034)
-* d--efspec_name:                        Top.                (line  220)
-* d--efspec_name <1>:                    Top.                (line  563)
-* d--efspec_name <2>:                    Top.                (line 1046)
-* d--eftypefn_name:                      Top.                (line  196)
-* d--eftypefn_name <1>:                  Top.                (line  539)
-* d--eftypefn_name <2>:                  Top.                (line 1022)
-* d--eftypefun_name:                     Top.                (line  229)
-* d--eftypefun_name <1>:                 Top.                (line  572)
-* d--eftypefun_name <2>:                 Top.                (line 1055)
-* d--eftypemethod_name on c--lass:       Top.                (line  244)
-* d--eftypemethod_name on c--lass <1>:   Top.                (line  587)
-* d--eftypemethod_name on c--lass <2>:   Top.                (line 1070)
-* d--eftypeop_name on c--lass:           Top.                (line  199)
-* d--eftypeop_name on c--lass <1>:       Top.                (line  542)
-* d--eftypeop_name on c--lass <2>:       Top.                (line 1025)
-* d--efun_name:                          Top.                (line  214)
-* d--efun_name <1>:                      Top.                (line  557)
-* d--efun_name <2>:                      Top.                (line 1040)
-* de--ffn_name:                          Top.                (line  159)
-* de--ffn_name <1>:                      Top.                (line  502)
-* de--ffn_name <2>:                      Top.                (line  984)
-* deffn:                                 Top.                (line  184)
-* deffn <1>:                             Top.                (line  186)
-* deffn <2>:                             Top.                (line  527)
-* deffn <3>:                             Top.                (line  529)
-* deffn <4>:                             Top.                (line 1010)
-* deffn <5>:                             Top.                (line 1012)
-* deffnx:                                Top.                (line  182)
-* deffnx <1>:                            Top.                (line  187)
-* deffnx <2>:                            Top.                (line  525)
-* deffnx <3>:                            Top.                (line  530)
-* deffnx <4>:                            Top.                (line 1008)
-* deffnx <5>:                            Top.                (line 1013)
-* followed:                              Top.                (line  178)
-* followed <1>:                          Top.                (line  521)
-* followed <2>:                          Top.                (line 1004)
-* I:                                     Top.                (line  163)
-* I <1>:                                 Top.                (line  189)
-* I <2>:                                 Top.                (line  506)
-* I <3>:                                 Top.                (line  532)
-* I <4>:                                 Top.                (line  989)
-* I <5>:                                 Top.                (line 1015)
-* id i ule:                              Top.                (line  169)
-* id i ule <1>:                          Top.                (line  512)
-* id i ule <2>:                          Top.                (line  995)
-* id ule:                                Top.                (line  168)
-* id ule <1>:                            Top.                (line  511)
-* id ule <2>:                            Top.                (line  994)
-* log trap:                              Top.                (line  165)
-* log trap <1>:                          Top.                (line  508)
-* log trap <2>:                          Top.                (line  991)
-* log trap1:                             Top.                (line  166)
-* log trap1 <1>:                         Top.                (line  509)
-* log trap1 <2>:                         Top.                (line  992)
-* log trap2:                             Top.                (line  167)
-* log trap2 <1>:                         Top.                (line  510)
-* log trap2 <2>:                         Top.                (line  993)
-* machin:                                Top.                (line  174)
-* machin <1>:                            Top.                (line  176)
-* machin <2>:                            Top.                (line  517)
-* machin <3>:                            Top.                (line  519)
-* machin <4>:                            Top.                (line 1000)
-* machin <5>:                            Top.                (line 1002)
-* t--ruc:                                Top.                (line 1197)
-* T--ruc:                                Top.                (line 1197)
-* truc:                                  Top.                (line  164)
-* truc <1>:                              Top.                (line  190)
-* truc <2>:                              Top.                (line  507)
-* truc <3>:                              Top.                (line  533)
-* truc <4>:                              Top.                (line  990)
-* truc <5>:                              Top.                (line 1016)
+* `` <1>:                                Top.                (line  371)
+* `` <2>:                                Top.                (line  726)
+* a:                                     Top.                (line  182)
+* a <1>:                                 Top.                (line  318)
+* a <2>:                                 Top.                (line  526)
+* a <3>:                                 Top.                (line  662)
+* a <4>:                                 Top.                (line 1009)
+* a <5>:                                 Top.                (line 1145)
+* a <6>:                                 Top.                (line 1199)
+* b:                                     Top.                (line  319)
+* b <1>:                                 Top.                (line  663)
+* b <2>:                                 Top.                (line 1146)
+* bidule machin:                         Top.                (line  176)
+* bidule machin <1>:                     Top.                (line  520)
+* bidule machin <2>:                     Top.                (line 1003)
+* d--effn_name:                          Top.                (line  157)
+* d--effn_name <1>:                      Top.                (line  501)
+* d--effn_name <2>:                      Top.                (line  983)
+* d--efmac_name:                         Top.                (line  218)
+* d--efmac_name <1>:                     Top.                (line  562)
+* d--efmac_name <2>:                     Top.                (line 1045)
+* d--efmethod_name on c--lass:           Top.                (line  242)
+* d--efmethod_name on c--lass <1>:       Top.                (line  586)
+* d--efmethod_name on c--lass <2>:       Top.                (line 1069)
+* d--efop_name on c--lass:               Top.                (line  209)
+* d--efop_name on c--lass <1>:           Top.                (line  553)
+* d--efop_name on c--lass <2>:           Top.                (line 1036)
+* d--efspec_name:                        Top.                (line  221)
+* d--efspec_name <1>:                    Top.                (line  565)
+* d--efspec_name <2>:                    Top.                (line 1048)
+* d--eftypefn_name:                      Top.                (line  197)
+* d--eftypefn_name <1>:                  Top.                (line  541)
+* d--eftypefn_name <2>:                  Top.                (line 1024)
+* d--eftypefun_name:                     Top.                (line  230)
+* d--eftypefun_name <1>:                 Top.                (line  574)
+* d--eftypefun_name <2>:                 Top.                (line 1057)
+* d--eftypemethod_name on c--lass:       Top.                (line  245)
+* d--eftypemethod_name on c--lass <1>:   Top.                (line  589)
+* d--eftypemethod_name on c--lass <2>:   Top.                (line 1072)
+* d--eftypeop_name on c--lass:           Top.                (line  200)
+* d--eftypeop_name on c--lass <1>:       Top.                (line  544)
+* d--eftypeop_name on c--lass <2>:       Top.                (line 1027)
+* d--efun_name:                          Top.                (line  215)
+* d--efun_name <1>:                      Top.                (line  559)
+* d--efun_name <2>:                      Top.                (line 1042)
+* de--ffn_name:                          Top.                (line  160)
+* de--ffn_name <1>:                      Top.                (line  504)
+* de--ffn_name <2>:                      Top.                (line  986)
+* deffn:                                 Top.                (line  185)
+* deffn <1>:                             Top.                (line  187)
+* deffn <2>:                             Top.                (line  529)
+* deffn <3>:                             Top.                (line  531)
+* deffn <4>:                             Top.                (line 1012)
+* deffn <5>:                             Top.                (line 1014)
+* deffnx:                                Top.                (line  183)
+* deffnx <1>:                            Top.                (line  188)
+* deffnx <2>:                            Top.                (line  527)
+* deffnx <3>:                            Top.                (line  532)
+* deffnx <4>:                            Top.                (line 1010)
+* deffnx <5>:                            Top.                (line 1015)
+* followed:                              Top.                (line  179)
+* followed <1>:                          Top.                (line  523)
+* followed <2>:                          Top.                (line 1006)
+* I:                                     Top.                (line  164)
+* I <1>:                                 Top.                (line  190)
+* I <2>:                                 Top.                (line  508)
+* I <3>:                                 Top.                (line  534)
+* I <4>:                                 Top.                (line  991)
+* I <5>:                                 Top.                (line 1017)
+* id i ule:                              Top.                (line  170)
+* id i ule <1>:                          Top.                (line  514)
+* id i ule <2>:                          Top.                (line  997)
+* id ule:                                Top.                (line  169)
+* id ule <1>:                            Top.                (line  513)
+* id ule <2>:                            Top.                (line  996)
+* log trap:                              Top.                (line  166)
+* log trap <1>:                          Top.                (line  510)
+* log trap <2>:                          Top.                (line  993)
+* log trap1:                             Top.                (line  167)
+* log trap1 <1>:                         Top.                (line  511)
+* log trap1 <2>:                         Top.                (line  994)
+* log trap2:                             Top.                (line  168)
+* log trap2 <1>:                         Top.                (line  512)
+* log trap2 <2>:                         Top.                (line  995)
+* machin:                                Top.                (line  175)
+* machin <1>:                            Top.                (line  177)
+* machin <2>:                            Top.                (line  519)
+* machin <3>:                            Top.                (line  521)
+* machin <4>:                            Top.                (line 1002)
+* machin <5>:                            Top.                (line 1004)
+* t--ruc:                                Top.                (line 1199)
+* T--ruc:                                Top.                (line 1199)
+* truc:                                  Top.                (line  165)
+* truc <1>:                              Top.                (line  191)
+* truc <2>:                              Top.                (line  509)
+* truc <3>:                              Top.                (line  535)
+* truc <4>:                              Top.                (line  992)
+* truc <5>:                              Top.                (line 1018)
 
    vr
 
@@ -1695,36 +1698,36 @@
 [index]
 * Menu:
 
-* a:                                     Top.                (line  313)
-* a <1>:                                 Top.                (line  656)
-* a <2>:                                 Top.                (line 1139)
-* b:                                     Top.                (line  314)
-* b <1>:                                 Top.                (line  657)
-* b <2>:                                 Top.                (line 1140)
-* d--efcv_name:                          Top.                (line  205)
-* d--efcv_name <1>:                      Top.                (line  548)
-* d--efcv_name <2>:                      Top.                (line 1031)
-* d--efivar_name of c--lass:             Top.                (line  235)
-* d--efivar_name of c--lass <1>:         Top.                (line  578)
-* d--efivar_name of c--lass <2>:         Top.                (line 1061)
-* d--efopt_name:                         Top.                (line  226)
-* d--efopt_name <1>:                     Top.                (line  569)
-* d--efopt_name <2>:                     Top.                (line 1052)
-* d--eftypeivar_name of c--lass:         Top.                (line  238)
-* d--eftypeivar_name of c--lass <1>:     Top.                (line  581)
-* d--eftypeivar_name of c--lass <2>:     Top.                (line 1064)
-* d--eftypevar_name:                     Top.                (line  232)
-* d--eftypevar_name <1>:                 Top.                (line  575)
-* d--eftypevar_name <2>:                 Top.                (line 1058)
-* d--eftypevr_name:                      Top.                (line  202)
-* d--eftypevr_name <1>:                  Top.                (line  545)
-* d--eftypevr_name <2>:                  Top.                (line 1028)
-* d--efvar_name:                         Top.                (line  223)
-* d--efvar_name <1>:                     Top.                (line  566)
-* d--efvar_name <2>:                     Top.                (line 1049)
-* d--efvr_name:                          Top.                (line  193)
-* d--efvr_name <1>:                      Top.                (line  536)
-* d--efvr_name <2>:                      Top.                (line 1019)
+* a:                                     Top.                (line  314)
+* a <1>:                                 Top.                (line  658)
+* a <2>:                                 Top.                (line 1141)
+* b:                                     Top.                (line  315)
+* b <1>:                                 Top.                (line  659)
+* b <2>:                                 Top.                (line 1142)
+* d--efcv_name:                          Top.                (line  206)
+* d--efcv_name <1>:                      Top.                (line  550)
+* d--efcv_name <2>:                      Top.                (line 1033)
+* d--efivar_name of c--lass:             Top.                (line  236)
+* d--efivar_name of c--lass <1>:         Top.                (line  580)
+* d--efivar_name of c--lass <2>:         Top.                (line 1063)
+* d--efopt_name:                         Top.                (line  227)
+* d--efopt_name <1>:                     Top.                (line  571)
+* d--efopt_name <2>:                     Top.                (line 1054)
+* d--eftypeivar_name of c--lass:         Top.                (line  239)
+* d--eftypeivar_name of c--lass <1>:     Top.                (line  583)
+* d--eftypeivar_name of c--lass <2>:     Top.                (line 1066)
+* d--eftypevar_name:                     Top.                (line  233)
+* d--eftypevar_name <1>:                 Top.                (line  577)
+* d--eftypevar_name <2>:                 Top.                (line 1060)
+* d--eftypevr_name:                      Top.                (line  203)
+* d--eftypevr_name <1>:                  Top.                (line  547)
+* d--eftypevr_name <2>:                  Top.                (line 1030)
+* d--efvar_name:                         Top.                (line  224)
+* d--efvar_name <1>:                     Top.                (line  568)
+* d--efvar_name <2>:                     Top.                (line 1051)
+* d--efvr_name:                          Top.                (line  194)
+* d--efvr_name <1>:                      Top.                (line  538)
+* d--efvr_name <2>:                      Top.                (line 1021)
 
    ky
 
@@ -1735,9 +1738,9 @@
 [index]
 * Menu:
 
-* d--eftp_name:                          Top.                (line  211)
-* d--eftp_name <1>:                      Top.                (line  554)
-* d--eftp_name <2>:                      Top.                (line 1037)
+* d--eftp_name:                          Top.                (line  212)
+* d--eftp_name <1>:                      Top.                (line  556)
+* d--eftp_name <2>:                      Top.                (line 1039)
 
    ---------- Footnotes ----------
 
@@ -1822,154 +1825,154 @@
 * Menu:
 
 * ":                                     Top.                (line   27)
-* " <1>:                                 Top.                (line  370)
-* " <2>:                                 Top.                (line  724)
+* " <1>:                                 Top.                (line  371)
+* " <2>:                                 Top.                (line  726)
 * -option:                               Top.                (line   27)
-* -option <1>:                           Top.                (line  370)
-* -option <2>:                           Top.                (line  724)
-* .:                                     Top.                (line 1197)
-* ?:                                     Top.                (line 1197)
-* a:                                     Top.                (line 1197)
-* index entry between item and itemx:    Top.                (line  318)
-* index entry between item and itemx <1>: Top.               (line  661)
-* index entry between item and itemx <2>: Top.               (line 1144)
-* index entry within deffn:              Top.                (line  164)
-* index entry within deffn <1>:          Top.                (line  507)
-* index entry within deffn <2>:          Top.                (line  990)
-* index entry within itemize:            Top.                (line  126)
-* index entry within itemize <1>:        Top.                (line  469)
-* index entry within itemize <2>:        Top.                (line  951)
-* index entry within multitable:         Top.                (line  134)
-* index entry within multitable <1>:     Top.                (line  477)
-* index entry within multitable <2>:     Top.                (line  960)
-* t-ruc:                                 Top.                (line 1197)
-* T-ruc:                                 Top.                (line 1197)
+* -option <1>:                           Top.                (line  371)
+* -option <2>:                           Top.                (line  726)
+* .:                                     Top.                (line 1199)
+* ?:                                     Top.                (line 1199)
+* a:                                     Top.                (line 1199)
+* index entry between item and itemx:    Top.                (line  319)
+* index entry between item and itemx <1>: Top.               (line  663)
+* index entry between item and itemx <2>: Top.               (line 1146)
+* index entry within deffn:              Top.                (line  165)
+* index entry within deffn <1>:          Top.                (line  509)
+* index entry within deffn <2>:          Top.                (line  992)
+* index entry within itemize:            Top.                (line  127)
+* index entry within itemize <1>:        Top.                (line  471)
+* index entry within itemize <2>:        Top.                (line  953)
+* index entry within multitable:         Top.                (line  135)
+* index entry within multitable <1>:     Top.                (line  479)
+* index entry within multitable <2>:     Top.                (line  962)
+* t-ruc:                                 Top.                (line 1199)
+* T-ruc:                                 Top.                (line 1199)
 
 [index]
 * Menu:
 
 * --foption:                             Top.                (line   27)
-* --foption <1>:                         Top.                (line  370)
-* --foption <2>:                         Top.                (line  724)
-* .:                                     Top.                (line 1197)
-* ?:                                     Top.                (line 1197)
+* --foption <1>:                         Top.                (line  371)
+* --foption <2>:                         Top.                (line  726)
+* .:                                     Top.                (line 1199)
+* ?:                                     Top.                (line 1199)
 * ``:                                    Top.                (line   27)
-* `` <1>:                                Top.                (line  370)
-* `` <2>:                                Top.                (line  724)
-* a:                                     Top.                (line  181)
-* a <1>:                                 Top.                (line  317)
-* a <2>:                                 Top.                (line  524)
-* a <3>:                                 Top.                (line  660)
-* a <4>:                                 Top.                (line 1007)
-* a <5>:                                 Top.                (line 1143)
-* a <6>:                                 Top.                (line 1197)
-* b:                                     Top.                (line  318)
-* b <1>:                                 Top.                (line  661)
-* b <2>:                                 Top.                (line 1144)
-* bidule machin:                         Top.                (line  175)
-* bidule machin <1>:                     Top.                (line  518)
-* bidule machin <2>:                     Top.                (line 1001)
-* d--effn_name:                          Top.                (line  156)
-* d--effn_name <1>:                      Top.                (line  499)
-* d--effn_name <2>:                      Top.                (line  981)
-* d--efmac_name:                         Top.                (line  217)
-* d--efmac_name <1>:                     Top.                (line  560)
-* d--efmac_name <2>:                     Top.                (line 1043)
-* d--efmethod_name on c--lass:           Top.                (line  241)
-* d--efmethod_name on c--lass <1>:       Top.                (line  584)
-* d--efmethod_name on c--lass <2>:       Top.                (line 1067)
-* d--efop_name on c--lass:               Top.                (line  208)
-* d--efop_name on c--lass <1>:           Top.                (line  551)
-* d--efop_name on c--lass <2>:           Top.                (line 1034)
-* d--efspec_name:                        Top.                (line  220)
-* d--efspec_name <1>:                    Top.                (line  563)
-* d--efspec_name <2>:                    Top.                (line 1046)
-* d--eftypefn_name:                      Top.                (line  196)
-* d--eftypefn_name <1>:                  Top.                (line  539)
-* d--eftypefn_name <2>:                  Top.                (line 1022)
-* d--eftypefun_name:                     Top.                (line  229)
-* d--eftypefun_name <1>:                 Top.                (line  572)
-* d--eftypefun_name <2>:                 Top.                (line 1055)
-* d--eftypemethod_name on c--lass:       Top.                (line  244)
-* d--eftypemethod_name on c--lass <1>:   Top.                (line  587)
-* d--eftypemethod_name on c--lass <2>:   Top.                (line 1070)
-* d--eftypeop_name on c--lass:           Top.                (line  199)
-* d--eftypeop_name on c--lass <1>:       Top.                (line  542)
-* d--eftypeop_name on c--lass <2>:       Top.                (line 1025)
-* d--efun_name:                          Top.                (line  214)
-* d--efun_name <1>:                      Top.                (line  557)
-* d--efun_name <2>:                      Top.                (line 1040)
-* de--ffn_name:                          Top.                (line  159)
-* de--ffn_name <1>:                      Top.                (line  502)
-* de--ffn_name <2>:                      Top.                (line  984)
-* deffn:                                 Top.                (line  184)
-* deffn <1>:                             Top.                (line  186)
-* deffn <2>:                             Top.                (line  527)
-* deffn <3>:                             Top.                (line  529)
-* deffn <4>:                             Top.                (line 1010)
-* deffn <5>:                             Top.                (line 1012)
-* deffnx:                                Top.                (line  182)
-* deffnx <1>:                            Top.                (line  187)
-* deffnx <2>:                            Top.                (line  525)
-* deffnx <3>:                            Top.                (line  530)
-* deffnx <4>:                            Top.                (line 1008)
-* deffnx <5>:                            Top.                (line 1013)
-* followed:                              Top.                (line  178)
-* followed <1>:                          Top.                (line  521)
-* followed <2>:                          Top.                (line 1004)
-* I:                                     Top.                (line  163)
-* I <1>:                                 Top.                (line  189)
-* I <2>:                                 Top.                (line  506)
-* I <3>:                                 Top.                (line  532)
-* I <4>:                                 Top.                (line  989)
-* I <5>:                                 Top.                (line 1015)
-* id i ule:                              Top.                (line  169)
-* id i ule <1>:                          Top.                (line  512)
-* id i ule <2>:                          Top.                (line  995)
-* id ule:                                Top.                (line  168)
-* id ule <1>:                            Top.                (line  511)
-* id ule <2>:                            Top.                (line  994)
-* log trap:                              Top.                (line  165)
-* log trap <1>:                          Top.                (line  508)
-* log trap <2>:                          Top.                (line  991)
-* log trap1:                             Top.                (line  166)
-* log trap1 <1>:                         Top.                (line  509)
-* log trap1 <2>:                         Top.                (line  992)
-* log trap2:                             Top.                (line  167)
-* log trap2 <1>:                         Top.                (line  510)
-* log trap2 <2>:                         Top.                (line  993)
-* machin:                                Top.                (line  174)
-* machin <1>:                            Top.                (line  176)
-* machin <2>:                            Top.                (line  517)
-* machin <3>:                            Top.                (line  519)
-* machin <4>:                            Top.                (line 1000)
-* machin <5>:                            Top.                (line 1002)
-* t--ruc:                                Top.                (line 1197)
-* T--ruc:                                Top.                (line 1197)
-* truc:                                  Top.                (line  164)
-* truc <1>:                              Top.                (line  190)
-* truc <2>:                              Top.                (line  507)
-* truc <3>:                              Top.                (line  533)
-* truc <4>:                              Top.                (line  990)
-* truc <5>:                              Top.                (line 1016)
+* `` <1>:                                Top.                (line  371)
+* `` <2>:                                Top.                (line  726)
+* a:                                     Top.                (line  182)
+* a <1>:                                 Top.                (line  318)
+* a <2>:                                 Top.                (line  526)
+* a <3>:                                 Top.                (line  662)
+* a <4>:                                 Top.                (line 1009)
+* a <5>:                                 Top.                (line 1145)
+* a <6>:                                 Top.                (line 1199)
+* b:                                     Top.                (line  319)
+* b <1>:                                 Top.                (line  663)
+* b <2>:                                 Top.                (line 1146)
+* bidule machin:                         Top.                (line  176)
+* bidule machin <1>:                     Top.                (line  520)
+* bidule machin <2>:                     Top.                (line 1003)
+* d--effn_name:                          Top.                (line  157)
+* d--effn_name <1>:                      Top.                (line  501)
+* d--effn_name <2>:                      Top.                (line  983)
+* d--efmac_name:                         Top.                (line  218)
+* d--efmac_name <1>:                     Top.                (line  562)
+* d--efmac_name <2>:                     Top.                (line 1045)
+* d--efmethod_name on c--lass:           Top.                (line  242)
+* d--efmethod_name on c--lass <1>:       Top.                (line  586)
+* d--efmethod_name on c--lass <2>:       Top.                (line 1069)
+* d--efop_name on c--lass:               Top.                (line  209)
+* d--efop_name on c--lass <1>:           Top.                (line  553)
+* d--efop_name on c--lass <2>:           Top.                (line 1036)
+* d--efspec_name:                        Top.                (line  221)
+* d--efspec_name <1>:                    Top.                (line  565)
+* d--efspec_name <2>:                    Top.                (line 1048)
+* d--eftypefn_name:                      Top.                (line  197)
+* d--eftypefn_name <1>:                  Top.                (line  541)
+* d--eftypefn_name <2>:                  Top.                (line 1024)
+* d--eftypefun_name:                     Top.                (line  230)
+* d--eftypefun_name <1>:                 Top.                (line  574)
+* d--eftypefun_name <2>:                 Top.                (line 1057)
+* d--eftypemethod_name on c--lass:       Top.                (line  245)
+* d--eftypemethod_name on c--lass <1>:   Top.                (line  589)
+* d--eftypemethod_name on c--lass <2>:   Top.                (line 1072)
+* d--eftypeop_name on c--lass:           Top.                (line  200)
+* d--eftypeop_name on c--lass <1>:       Top.                (line  544)
+* d--eftypeop_name on c--lass <2>:       Top.                (line 1027)
+* d--efun_name:                          Top.                (line  215)
+* d--efun_name <1>:                      Top.                (line  559)
+* d--efun_name <2>:                      Top.                (line 1042)
+* de--ffn_name:                          Top.                (line  160)
+* de--ffn_name <1>:                      Top.                (line  504)
+* de--ffn_name <2>:                      Top.                (line  986)
+* deffn:                                 Top.                (line  185)
+* deffn <1>:                             Top.                (line  187)
+* deffn <2>:                             Top.                (line  529)
+* deffn <3>:                             Top.                (line  531)
+* deffn <4>:                             Top.                (line 1012)
+* deffn <5>:                             Top.                (line 1014)
+* deffnx:                                Top.                (line  183)
+* deffnx <1>:                            Top.                (line  188)
+* deffnx <2>:                            Top.                (line  527)
+* deffnx <3>:                            Top.                (line  532)
+* deffnx <4>:                            Top.                (line 1010)
+* deffnx <5>:                            Top.                (line 1015)
+* followed:                              Top.                (line  179)
+* followed <1>:                          Top.                (line  523)
+* followed <2>:                          Top.                (line 1006)
+* I:                                     Top.                (line  164)
+* I <1>:                                 Top.                (line  190)
+* I <2>:                                 Top.                (line  508)
+* I <3>:                                 Top.                (line  534)
+* I <4>:                                 Top.                (line  991)
+* I <5>:                                 Top.                (line 1017)
+* id i ule:                              Top.                (line  170)
+* id i ule <1>:                          Top.                (line  514)
+* id i ule <2>:                          Top.                (line  997)
+* id ule:                                Top.                (line  169)
+* id ule <1>:                            Top.                (line  513)
+* id ule <2>:                            Top.                (line  996)
+* log trap:                              Top.                (line  166)
+* log trap <1>:                          Top.                (line  510)
+* log trap <2>:                          Top.                (line  993)
+* log trap1:                             Top.                (line  167)
+* log trap1 <1>:                         Top.                (line  511)
+* log trap1 <2>:                         Top.                (line  994)
+* log trap2:                             Top.                (line  168)
+* log trap2 <1>:                         Top.                (line  512)
+* log trap2 <2>:                         Top.                (line  995)
+* machin:                                Top.                (line  175)
+* machin <1>:                            Top.                (line  177)
+* machin <2>:                            Top.                (line  519)
+* machin <3>:                            Top.                (line  521)
+* machin <4>:                            Top.                (line 1002)
+* machin <5>:                            Top.                (line 1004)
+* t--ruc:                                Top.                (line 1199)
+* T--ruc:                                Top.                (line 1199)
+* truc:                                  Top.                (line  165)
+* truc <1>:                              Top.                (line  191)
+* truc <2>:                              Top.                (line  509)
+* truc <3>:                              Top.                (line  535)
+* truc <4>:                              Top.                (line  992)
+* truc <5>:                              Top.                (line 1018)
 
 
 
 Tag Table:
-Node: Top10517
-Ref: Top-Footnote-154626
-Ref: Top-Footnote-254646
-Ref: Top-Footnote-354667
-Ref: Top-Footnote-454687
-Ref: Top-Footnote-554708
-Ref: Top-Footnote-654728
-Node: chapter54749
-Ref: chapter-Footnote-154973
-Node: s--ect,ion54993
-Node: subsection55194
-Ref: anchor55373
-Node: subsubsection ``simple-double--55373
-Node: subsubsection three---four----''55573
-Node: chapter255745
+Node: Top10521
+Ref: Top-Footnote-154638
+Ref: Top-Footnote-254658
+Ref: Top-Footnote-354679
+Ref: Top-Footnote-454699
+Ref: Top-Footnote-554720
+Ref: Top-Footnote-654740
+Node: chapter54761
+Ref: chapter-Footnote-154985
+Node: s--ect,ion55005
+Node: subsection55206
+Ref: anchor55385
+Node: subsubsection ``simple-double--55385
+Node: subsubsection three---four----''55585
+Node: chapter255757
 
 End Tag Table




reply via email to

[Prev in Thread] Current Thread [Next in Thread]