Home | History | Annotate | Download | only in scripts

Lines Matching refs:CAPS

89 #  * swapped order of caps & heading in main loop
114 # * Fixed minor bug in CAPS handling (paragraph breaks broke)
189 # [-c <n> ] | [--caps <n> ]
190 $min_caps_length = 3; # min sequential CAPS for an all-caps line
193 $caps_tag = "STRONG"; # Tag to put around all-caps lines
253 $CAPS = 512;
275 $s [-c <n> ] | [--caps <n> ]
352 if (($ARGV[0] eq "-c" || $ARGV[0] eq "--caps") &&
790 sub caps
795 $line_action |= $CAPS;
887 &caps if !($mode & $PRE);
905 ($line_action & ($CAPS | $END | $MAILQUOTE))));