Lines Matching refs:PRE
247 $PRE = 8;
511 if (!($mode & $PRE) &&
674 $mode ^= ($PRE & $mode);
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);