Home | History | Annotate | Download | only in scripts

Lines Matching refs:PRE

170                                 # text are needed to switch to <PRE>
177 # text are needed to switch from <PRE>
247 $PRE = 8;
511 if (!($mode & $PRE) &&
673 $prev =~ s#$#\n</PRE></font>#;
674 $mode ^= ($PRE & $mode);
686 $line =~ s/^/<font size=-1><PRE>\n/;
688 $mode |= $PRE;
689 $line_action |= $PRE;
880 &endpreformat if (($mode & $PRE) && ($preformat_trigger_lines != 0));
882 &hrule if !($mode & $PRE);
884 &heading if (!($mode & $PRE) &&
887 &caps if !($mode & $PRE);
889 &liststuff if (!($mode & $PRE) &&
893 !($mode & $PRE) &&
897 !($mode & ($LIST | $PRE)) &&
902 !($mode & ($LIST | $PRE)) && # paragraphs in lists
913 !($mode & ($PRE | $HEADER | $MAILHEADER | $BREAK)));
937 print "</PRE></font>\n" if ($mode & $PRE);