Home | History | Annotate | Download | only in scripts

Lines Matching refs:BREAK

100 #  * Page break is converted to horizontal rule <HR>
121 # * Doesn't break short lines if they are the first line in a list
122 # item. It *should* break them anyway if the next line is a
249 $BREAK = 32;
515 BREAK | $LIST)))
518 $line_action |= $BREAK;
529 $line_action |= $BREAK | $MAILQUOTE;
536 $line_action |= $BREAK | $MAILHEADER;
542 $line_action |= $BREAK | $MAILHEADER;
913 !($mode & ($PRE | $HEADER | $MAILHEADER | $BREAK)));