Lines Matching refs:line
131 @buffer = (); # empty the logfile line buffer array.
136 push(@buffer, $_); # buffer the line
158 for (my $line = 0; $line <=$#buffer; $line++) {
159 # get next buffered line
160 ($ip, $rest) = split(/ /, $buffer[$line], 2);
188 # have one connection where we exchange 1 line of info with the
189 # parent.. 1 line in (IP address), 1 line out (IP + hostname).