Searched refs:anchor (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | ParseLink.pm | 124 text of an LE<lt>E<gt> formatting code and parses it. It returns the anchor 125 text for the link (if any was given), the anchor text possibly inferred from 132 entirety of the link (except for the anchor text if given) is enclosed in 135 The inferred anchor text is implemented per L<perlpodspec>: 142 and the section, anchor text, and inferred anchor text may contain any 159 anchor text of C<vertical>. Note that not only the anchor text will need to
|
H A D | Html.pm | 1980 my ($anchor) = @_; 1981 $anchor = htmlify($anchor); 1982 $anchor =~ s/\W/_/g; 1983 return $anchor;
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | regexp.c | 94 _re_exec(regexp_t* re, const char* subject, const char* handle, int anchor) argument 100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so)
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | mon.c | 66 * An anchor points forward, backward and 'down' (to a block). 72 * "anchor" 74 * prior<--| |-->next anchor 75 * anchor | | 97 * by allocating an anchor and initializing countbase and countlimit 110 * links in a new associated anchor, adding a new anchor&block pair 163 typedef struct anchor ANCHOR; 165 struct anchor { struct 175 static ANCHOR *curAnchor = NULL; /* addr of anchor fo [all...] |
/osnet-11/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 5879 % @anchor{NAME} -- define xref target at arbitrary point. 5885 \def\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces} 5888 % anchor), which consists of three parts: 5890 % or the anchor name. 5895 % This is called from \donoderef, \anchor, and \dofloat. In the case of 5998 % node/anchor (non-float) references. 6016 % @unnumbered and @anchor, it won't be. 6497 % node and anchor labels. And \xrdef uses it to construct the
|
/osnet-11/usr/src/grub/grub2/docs/ |
H A D | texinfo.tex | 6877 % @anchor{NAME} -- define xref target at arbitrary point. 6883 \def\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces} 6886 % anchor), which consists of three parts: 6888 % or the anchor name. 6893 % This is called from \donoderef, \anchor, and \dofloat. In the case of 6998 % node/anchor (non-float) references. 7016 % @unnumbered and @anchor, it won't be. 7510 % node and anchor labels. And \xrdef uses it to construct the
|
Completed in 83 milliseconds