Searched refs:comment (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/doc/misc/ |
H A D | format-options.pl | 25 my $comment = ""; 27 $comment = $&; 31 while (length($line) >= 79 - length($comment)) { 33 # this makes sure that the comment has something in front of it 34 $len = 75 - length($comment); 39 print $start.$line.$comment."\n";
|
H A D | docbook-options.pl | 93 comment styles are supported:
|
/bind-9.11.3/bin/tests/system/keymgr/ |
H A D | policy.sample | 9 # a comment which should be skipped 21 coverage 1y; # another comment 39 * and this is also a comment,
|
/bind-9.11.3/util/ |
H A D | check-sources.pl | 79 my ($config_h, $cpp_if, $prefix, $elided, $comment, $prefix_extend, $body); 118 $comment = $6; 147 next if $comment =~ /require|provide|extend|define|contract|explicit/i; 241 comment on the same line as the #include.
|
H A D | check-includes.pl | 145 my ($elided, $comment, $prefix_extend, $body); 152 $comment = $6; 170 next if $comment =~ /require|provide|extend|define|contract|ensure/i;
|
/bind-9.11.3/bin/tests/system/rpz/ |
H A D | tests.sh | 45 comment () { function 540 comment "before dry run $1" 542 comment "before real test $1" 546 comment "after test $1"
|
/bind-9.11.3/bin/tests/system/dlzexternal/ |
H A D | tests.sh | 36 newtest "I:testing update for $host $type $cmd${comment:+ }$comment"
|
Completed in 17 milliseconds