Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/util/
H A Dcheck-format.pl715 my $space_count = length($space); # maybe could also use indentation before '#'
716 …report("'#if' nesting indent = $space_count != $preproc_if_nesting") if $space_count != $preproc_i…
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp162 int space_count = 0; in GetIndentation() local
166 ++space_count; in GetIndentation()
168 return space_count; in GetIndentation()