Searched refs:linenr (Results 1 – 3 of 3) sorted by relevance
/freebsd/tools/build/ |
H A D | checkstyle9.pl | 564 my ($linenr, $remain, $off) = @_; 565 my $line = $linenr - 1; 730 my ($linenr, $remain, $off) = @_; 736 ($statement, $condition, $linenr, $remain, $off, $level) = 737 ctx_statement_block($linenr, $remain, $off); 741 return ($level, $linenr, @chunks); 747 ($statement, $condition, $linenr, $remain, $off, $level) = 748 ctx_statement_block($linenr, $remain, $off); 755 return ($level, $linenr, @chunks); 759 my ($linenr, $remain, $outer, $open, $close, $off) = @_; [all …]
|
/freebsd/crypto/openssl/util/ |
H A D | mkerr.pl | 264 my $linenr = 0; 270 $linenr++;
|
/freebsd/contrib/unbound/validator/ |
H A D | autotrust.c | 928 read_multiline(char* buf, size_t len, FILE* in, int* linenr) in read_multiline() argument 936 (*linenr)++; in read_multiline()
|