Lines Matching refs:table
402 $docu_toc = "${docu_name}_toc.html"; # document's table of contents
473 @toc_lines = (); # table of contents
477 $in_table = 0; # am I inside a table
478 $table_type = ''; # type of table ('', 'f', 'v', 'multi')
479 @tables = (); # nested table support
597 if ($tag =~ /^(|f|v|multi)table$/) {
599 $tag = 'table';
668 } elsif ($tag eq 'table') {
669 if (/^\s*\@(|f|v|multi)table\s+\@(\w+)/) {
681 warn "$ERROR Bad table line: $_";
815 } elsif ($end_tag =~ /^(|f|v|multi)table$/) {
817 warn "$ERROR \@end $end_tag without \@*table\n";
1026 # special case to allow @table @bullet for instance
1494 $navigation .= " section, " . &anchor('', $docu_toc, "table of contents") . ".\n";
2042 Output only one file, including the table of contents and footnotes.
2068 The table of contents.