Lines Matching refs:d
414 while (my $d = <$fh>) {
415 my $indent = $d =~ m/^(\s+)/;
420 $new_desc .= $d;
426 if ($d =~ /()::$/ && !($d =~ /^\s*\.\./)) {
431 $d =~ s,Documentation/(?!devicetree)(\S+)\.rst,:doc:`/$1`,g;
433 my @matches = $d =~ m,Documentation/ABI/([\w\/\-]+),g;
440 $d =~ s,\bDocumentation/ABI/$f\b,:ref:`$xref`,g;
444 @matches = $d =~ m/$xref_match/g;
454 $d =~ s,$start$s$bondary,$1$xref$2,g;
457 $new_desc .= $d;
805 my $time = sprintf "%d:%02d", int($tm), 60 * ($tm - int($tm));
819 my $time = sprintf "%d:%02d", int($tm), 60 * ($tm - int($tm));
976 printf STDERR "Warning: $what is defined %d times: @files\n",