OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hyperlinks
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/tmux/dist/
hyperlinks.c
28
* OSC 8
hyperlinks
, described at:
39
* Anonymous
hyperlinks
are each unique and are not reused even if they have
49
struct
hyperlinks
*tree;
67
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
*hl;
214
struct
hyperlinks
*
[
all
...]
screen.c
98
s->
hyperlinks
= NULL;
137
/* Reset
hyperlinks
of a screen. */
141
if (s->
hyperlinks
== NULL)
142
s->
hyperlinks
= hyperlinks_init();
144
hyperlinks_reset(s->
hyperlinks
);
163
if (s->
hyperlinks
!= NULL)
164
hyperlinks_free(s->
hyperlinks
);
tty.c
72
struct colour_palette *, u_int, struct
hyperlinks
*);
1533
s->
hyperlinks
);
1562
s->
hyperlinks
);
1596
s->
hyperlinks
);
1614
s->
hyperlinks
);
1626
tty_attributes(tty, &last, defaults, palette, s->
hyperlinks
);
1643
s->
hyperlinks
);
1805
ctx->s->
hyperlinks
);
1828
ctx->s->
hyperlinks
);
1839
ctx->s->
hyperlinks
);
[
all
...]
tmux.h
55
struct
hyperlinks
;
995
struct
hyperlinks
*
hyperlinks
;
member in struct:screen
2509
struct
hyperlinks
*);
2527
struct
hyperlinks
*);
3671
u_int hyperlinks_put(struct
hyperlinks
*, const char *,
3673
int hyperlinks_get(struct
hyperlinks
*, u_int,
3675
struct
hyperlinks
*hyperlinks_init(void);
3676
struct
hyperlinks
*hyperlinks_copy(struct
hyperlinks
*);
[
all
...]
grid.c
1049
if (sc != NULL && sc->
hyperlinks
!= NULL && lastgc->link != gc->link) {
1050
if (hyperlinks_get(sc->
hyperlinks
, gc->link, &uri, &id, NULL)) {
input.c
2884
/* Handle the OSC 8 sequence for embedding
hyperlinks
. */
2888
struct
hyperlinks
*hl = ictx->ctx.s->
hyperlinks
;
window-copy.c
463
if (base->
hyperlinks
!= NULL)
464
data->screen.
hyperlinks
= hyperlinks_copy(base->
hyperlinks
);
format.c
5990
if (s->
hyperlinks
== NULL || gc.link == 0)
5992
if (!hyperlinks_get(s->
hyperlinks
, gc.link, &uri, NULL, NULL))
/src/external/bsd/tmux/usr.bin/tmux/
Makefile
96
hyperlinks
.c \
Completed in 45 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026