Searched defs:debug (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/texinfo/ |
H A D | texi2html.pl | 307 $debug = 0; 343 if (/^-d(ebug)?(\d+)?$/) { $debug = $2 || shift(@ARGV); next; } 666 push(@lines, &debug("<$format_map{$tag}>\n", __LINE__)); 673 push(@lines, &debug("<TABLE BORDER>\n", __LINE__)); 676 push(@lines, &debug("<DL COMPACT>\n", __LINE__)); 692 push(@lines, &debug("<P>\n", __LINE__)); 735 print "# user $tag = $sub, arg: $_" if $debug & $DEBUG_USER; 770 if $debug & $DEBUG_DEF; 775 $_ = &debug("<DT>", __LINE__); 777 $_ = &debug("<D 1719 sub debug { subroutine [all...] |
Completed in 159 milliseconds