Searched refs:space_count (Results 1 – 2 of 2) sorted by relevance
715 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…
162 int space_count = 0; in GetIndentation() local166 ++space_count; in GetIndentation()168 return space_count; in GetIndentation()