Home
last modified time | relevance | path

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

/openssl/util/
H A Dcheck-format.pl737 …sub split_line_head { # split line contents into header containing leading spaces and the first no… subroutine
745 my ($head , $intra_line ) = split_line_head($_);
746 my ($head1, $intra_line1) = split_line_head($contents_before_ ) if $line_before > 0;
747 my ($head2, $intra_line2) = split_line_head($contents_before_2) if $line_before2 > 0;

Completed in 8 milliseconds