Lines Matching refs:xref
138 $symbols{$w}->{xref} = $what;
243 $symbols{$w}->{xref} = $what;
384 my $xref = $f;
388 $xref .= " <abi_file_" . $path . ">";
389 $desc =~ s,\bDocumentation/ABI/$f\b,:ref:`$xref`,g;
396 my $xref = $s;
398 $xref =~ s/([\x00-\x1f\x21-\x2f\x3a-\x40\x7b-\xff])/\\$1/g;
399 $xref = ":ref:`$xref <" . $data{$s}->{label} . ">`";
401 $desc =~ s,$bondary$s$bondary,$xref,g;
432 my $label = $data{$symbols{$content}->{xref}}->{label};