Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format.pl736 sub split_line_head { # split line contents into header containing leading spaces and the first non-space char, and the rest of the line subroutine
744 my ($head , $intra_line ) = split_line_head($_);
745 my ($head1, $intra_line1) = split_line_head($contents_before_ ) if $line_before > 0;
746 my ($head2, $intra_line2) = split_line_head($contents_before_2) if $line_before2 > 0;
/third_party/openssl/util/
H A Dcheck-format.pl736 sub split_line_head { # split line contents into header containing leading spaces and the first non-space char, and the rest of the line subroutine
744 my ($head , $intra_line ) = split_line_head($_);
745 my ($head1, $intra_line1) = split_line_head($contents_before_ ) if $line_before > 0;
746 my ($head2, $intra_line2) = split_line_head($contents_before_2) if $line_before2 > 0;

Completed in 5 milliseconds