Lines Matching refs:INDENT_LEVEL
95 use constant INDENT_LEVEL => 4; constant
114 $max_length += INDENT_LEVEL;
359 …($alt_desc, $alt_indent) = ("leading '$1'", $ref_indent + INDENT_LEVEL) if $contents =~ m/^[\s@]*(…
463 $hanging_offset -= INDENT_LEVEL if $hanging_offset > 0 && $head =~ m/[^\s\@]/;
467 $block_indent += INDENT_LEVEL + $hanging_offset;
858 $local_offset = -INDENT_LEVEL;
896 $local_offset = $block_indent + $hanging_offset - INDENT_LEVEL;
909 $hanging_offset -= INDENT_LEVEL; # cancel newly hanging_offset
915 $local_offset = -INDENT_LEVEL;
918 $local_offset = -INDENT_LEVEL;
1032 …$hanging_offset += INDENT_LEVEL; # tentatively set hanging_offset, may be canceled by following '{'
1044 …$hanging_offset += INDENT_LEVEL; # tentatively set hanging_offset, may be canceled by following '{'
1057 $hanging_offset += INDENT_LEVEL;
1069 …$hanging_offset += INDENT_LEVEL if m/\*.*\(/; # '*' followed by '(' - seems consistent with Emacs …
1092 $hanging_offset -= INDENT_LEVEL;
1205 $preproc_offset = INDENT_LEVEL;