Home
last modified time | relevance | path

Searched refs:INDENT_LEVEL (Results 1 – 1 of 1) sorted by relevance

/openssl/util/
H A Dcheck-format.pl95 use constant INDENT_LEVEL => 4; constant
464 $hanging_offset -= INDENT_LEVEL if $hanging_offset > 0 && $head =~ m/[^\s\@]/;
468 $block_indent += INDENT_LEVEL + $hanging_offset;
859 $local_offset = -INDENT_LEVEL;
897 $local_offset = $block_indent + $hanging_offset - INDENT_LEVEL;
910 $hanging_offset -= INDENT_LEVEL; # cancel newly hanging_offset
916 $local_offset = -INDENT_LEVEL;
919 $local_offset = -INDENT_LEVEL;
1058 $hanging_offset += INDENT_LEVEL;
1093 $hanging_offset -= INDENT_LEVEL;
[all …]

Completed in 22 milliseconds