Searched refs:xref (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/gnu/usr.bin/texinfo/makeinfo/
H A DMakefile6 node.c sectioning.c toc.c xml.c xref.c
/freebsd-9.3-release/contrib/openpam/misc/
H A Dgendoc.pl116 my %xref;
165 %xref = (
174 ++$xref{3}->{pam_strerror};
225 ++$xref{$sect}->{$page};
300 ++$xref{3}->{$1};
337 'xref' => \%xref,
413 my $xref = shift; # References
417 foreach my $sect (sort(keys(%{$xref}))) {
418 foreach my $page (sort(dictionary_order keys(%{$xref
[all...]
/freebsd-9.3-release/contrib/cvs/doc/
H A Dmkman.pl79 if $keyword =~ /^p?xref$/;
/freebsd-9.3-release/usr.bin/makewhatis/
H A Dmakewhatis.c603 int xref; local
616 xref = strncmp(line, ".Xr", 3) == 0;
649 if (xref) {
653 xref = 0;
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1203 % PDF uses PostScript string constants for the names of xref targets, to
4383 % xref code eventually uses it. On the other hand, it has to be called
5969 \newif\ifhavexrefs % True if xref values are known.
6003 % @anchor{NAME} -- define xref target at arbitrary point.
6041 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
6047 \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,]}
6068 % We know the real title if we have the xref values.
6103 % include an _ in the xref name, etc.
6159 % This macro is called from \xrefX for the `[nodename]' part of xref
6229 \expandafter\gdef\csname XR#1\endcsname{#2}% remember this xref valu
[all...]
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex4209 % xref code eventually uses it. On the other hand, it has to be called
5773 \newif\ifhavexrefs % True if xref values are known.
5807 % @anchor{NAME} -- define xref target at arbitrary point.
5846 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
5852 \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,]}
5873 % We know the real title if we have the xref values.
5904 % include an _ in the xref name, etc.
5961 % This macro is called from \xrefX for the `[nodename]' part of xref
6031 \expandafter\gdef\csname XR#1\endcsname{#2}% remember this xref value.
6033 % Was that xref contro
[all...]
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex4281 % xref code eventually uses it. On the other hand, it has to be called
5845 \newif\ifhavexrefs % True if xref values are known.
5879 % @anchor{NAME} -- define xref target at arbitrary point.
5918 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
5924 \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,]}
5945 % We know the real title if we have the xref values.
5976 % include an _ in the xref name, etc.
6033 % This macro is called from \xrefX for the `[nodename]' part of xref
6103 \expandafter\gdef\csname XR#1\endcsname{#2}% remember this xref value.
6105 % Was that xref contro
[all...]
/freebsd-9.3-release/contrib/texinfo/info/
H A Dsession.c1990 /* Return a pointer to the xref in XREF_LIST that is nearest to POS, or
2015 REFERENCE *xref = xref_list[this_xref];
2016 if (xref->start <= pos && pos <= xref->end)
2017 { /* POS is within this xref, we're done */
2022 /* See how far POS is from this xref. Take into account the
2023 `*Note' that begins the xref, since as far as the user is
2025 delta = MIN (labs (pos - (xref->start - strlen (INFO_XREF_LABEL))),
2026 labs (pos - xref->end));
2028 /* It's the <= instead of < that makes us choose the forward xref
2011 REFERENCE *xref = xref_list[this_xref]; local
[all...]

Completed in 304 milliseconds