Home | History | Annotate | Download | only in scripts

Lines Matching full:hrule

71 #  * Swapped hrule & header back to handle double lines.  Why should
95 # * swapped order of hrule & header to properly handle long underlines
186 # [-r <n> ] | [--hrule <n> ]
187 $hrule_min = 4; # Min number of ---s for an HRule.
245 $HRULE = 2;
274 $s [-r <n> ] | [--hrule <n> ]
298 if (($ARGV[0] eq "-r" || $ARGV[0] eq "--hrule") &&
499 sub hrule
505 $line_action |= $HRULE;
515 HRULE | $BREAK | $LIST)))
882 &hrule if !($mode & $PRE);