Searched refs:hyperlinks (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dhyperlinks.c1 /* $OpenBSD: hyperlinks.c,v 1.3 2023/06/30 13:19:32 nicm Exp $ */
29 * OSC 8 hyperlinks, described at:
40 * Anonymous hyperlinks are each unique and are not reused even if they have
50 struct hyperlinks *tree;
68 struct hyperlinks { struct
117 struct hyperlinks *hl = hlu->tree;
133 hyperlinks_put(struct hyperlinks *hl, const char *uri_in,
181 hyperlinks_get(struct hyperlinks *hl, u_int inner, const char **uri_out,
200 struct hyperlinks *
203 struct hyperlinks *h
[all...]
H A Dscreen.c94 s->hyperlinks = NULL;
127 /* Reset hyperlinks of a screen. */
131 if (s->hyperlinks == NULL)
132 s->hyperlinks = hyperlinks_init();
134 hyperlinks_reset(s->hyperlinks);
153 if (s->hyperlinks != NULL)
154 hyperlinks_free(s->hyperlinks);
H A Dtty.c71 struct colour_palette *, u_int, struct hyperlinks *);
1486 s->hyperlinks);
1515 s->hyperlinks);
1549 s->hyperlinks);
1567 s->hyperlinks);
1579 tty_attributes(tty, &last, defaults, palette, s->hyperlinks);
1596 s->hyperlinks);
1693 ctx->s->hyperlinks);
1716 ctx->s->hyperlinks);
1727 ctx->s->hyperlinks);
[all...]
H A DMakefile84 hyperlinks.c \
H A Dtmux.h54 struct hyperlinks;
883 struct hyperlinks *hyperlinks; member in struct:screen
2303 struct hyperlinks *);
2321 struct hyperlinks *);
3379 u_int hyperlinks_put(struct hyperlinks *, const char *,
3381 int hyperlinks_get(struct hyperlinks *, u_int,
3383 struct hyperlinks *hyperlinks_init(void);
3384 void hyperlinks_reset(struct hyperlinks *);
3385 void hyperlinks_free(struct hyperlinks *);
[all...]
H A Dgrid.c1025 if (sc != NULL && sc->hyperlinks != NULL && lastgc->link != gc->link) {
1026 if (hyperlinks_get(sc->hyperlinks, gc->link, &uri, &id, NULL)) {
H A Dinput.c2573 /* Handle the OSC 8 sequence for embedding hyperlinks. */
2577 struct hyperlinks *hl = ictx->ctx.s->hyperlinks;
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/
H A Dpodchklink.t175 my @links = $checker->hyperlinks;
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/
H A DChecker.pm90 Check for correct syntax of hyperlinks C<LE<lt>...E<gt>>. See L<perlpod>
236 the same text. Potential hyperlinks to such a text cannot be unique then.
308 There are some warnings with respect to malformed hyperlinks:
354 for hyperlinks (C<=headX>, C<=item>) and index entries (C<XE<lt>E<gt>>).
567 $new->{'_links'} = []; # stack for hyperlinks to external entities
739 =item C<$checker-E<gt>hyperlinks()>
741 Retrieve an array containing the hyperlinks to things outside
748 sub hyperlinks { subroutine
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dpodcheck.t2013 foreach my $link ($checker->hyperlinks()) {

Completed in 364 milliseconds