Lines Matching refs:chaps
35 our ($cmd, $chapfile, $htmlfile, $dtrace_url, %chaps);
60 if (exists $chaps{$hash{'name'}}) {
66 $chaps{$hash{'name'}} = { %hash };
93 $chaps{$a}{index} <=> $chaps{$b}{index};
111 * wiki in the \"$chaps{$chap}{title}\" Chapter.
115 * $chaps{$chap}{url}
135 foreach $chap (keys %chaps) {
163 print HTML "<a href=\"$chaps{book}{url}\">$chaps{book}{title}</a>. ";
175 foreach $chap (sort chaps_ascending (keys %chaps)) {
192 print HTML "<a href=\"$chaps{$chap}{url}\">";
193 print HTML "$chaps{$chap}{title}</a></td>\n";