Home
last modified time | relevance | path

Searched refs:update_nested_indents (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format.pl440 sub update_nested_indents { # may reset $in_paren_expr and in this case also resets $in_expr subroutine
849 update_nested_indents($head);
897 update_nested_indents($head);
1021 update_nested_indents($head, $nested_indents_position);
1070 my $terminator_position = update_nested_indents($_, $nested_indents_position);
1104 update_nested_indents($_, $terminator_position + 1);
1107 # set hanging expression indent according to nested indents - TODO maybe do better in update_nested_indents()
/third_party/openssl/util/
H A Dcheck-format.pl440 sub update_nested_indents { # may reset $in_paren_expr and in this case also resets $in_expr subroutine
849 update_nested_indents($head);
897 update_nested_indents($head);
1021 update_nested_indents($head, $nested_indents_position);
1070 my $terminator_position = update_nested_indents($_, $nested_indents_position);
1104 update_nested_indents($_, $terminator_position + 1);
1107 # set hanging expression indent according to nested indents - TODO maybe do better in update_nested_indents()

Completed in 4 milliseconds