/openbsd/usr.bin/tmux/ |
H A D | hyperlinks.c | 50 struct hyperlinks *tree; 68 struct hyperlinks { struct 118 struct hyperlinks *hl = hlu->tree; in hyperlinks_remove() 134 hyperlinks_put(struct hyperlinks *hl, const char *uri_in, in hyperlinks_put() 182 hyperlinks_get(struct hyperlinks *hl, u_int inner, const char **uri_out, in hyperlinks_get() 201 struct hyperlinks * 204 struct hyperlinks *hl; in hyperlinks_init() 215 struct hyperlinks * 216 hyperlinks_copy(struct hyperlinks *hl) in hyperlinks_copy() 224 hyperlinks_reset(struct hyperlinks *hl) in hyperlinks_reset() [all …]
|
H A D | tty.c | 1495 s->hyperlinks); in tty_draw_line() 1524 s->hyperlinks); in tty_draw_line() 1558 s->hyperlinks); in tty_draw_line() 1576 s->hyperlinks); in tty_draw_line() 1605 s->hyperlinks); in tty_draw_line() 1702 ctx->s->hyperlinks); in tty_cmd_insertcharacter() 1725 ctx->s->hyperlinks); in tty_cmd_deletecharacter() 1736 ctx->s->hyperlinks); in tty_cmd_clearcharacter() 1759 ctx->s->hyperlinks); in tty_cmd_insertline() 1787 ctx->s->hyperlinks); in tty_cmd_deleteline() [all …]
|
H A D | screen.c | 94 s->hyperlinks = NULL; in screen_init() 132 if (s->hyperlinks == NULL) in screen_reset_hyperlinks() 133 s->hyperlinks = hyperlinks_init(); in screen_reset_hyperlinks() 135 hyperlinks_reset(s->hyperlinks); in screen_reset_hyperlinks() 154 if (s->hyperlinks != NULL) in screen_free() 155 hyperlinks_free(s->hyperlinks); in screen_free()
|
H A D | tmux.h | 54 struct hyperlinks; 943 struct hyperlinks *hyperlinks; member 2415 struct hyperlinks *); 2433 struct hyperlinks *); 3517 u_int hyperlinks_put(struct hyperlinks *, const char *, 3519 int hyperlinks_get(struct hyperlinks *, u_int, 3521 struct hyperlinks *hyperlinks_init(void); 3522 struct hyperlinks *hyperlinks_copy(struct hyperlinks *); 3523 void hyperlinks_reset(struct hyperlinks *); 3524 void hyperlinks_free(struct hyperlinks *);
|
H A D | Makefile | 84 hyperlinks.c \
|
H A D | grid.c | 1048 if (sc != NULL && sc->hyperlinks != NULL && lastgc->link != gc->link) { in grid_string_cells_code() 1049 if (hyperlinks_get(sc->hyperlinks, gc->link, &uri, &id, NULL)) { in grid_string_cells_code()
|
H A D | input.c | 2626 struct hyperlinks *hl = ictx->ctx.s->hyperlinks; in input_osc_8()
|
H A D | window-copy.c | 461 if (base->hyperlinks != NULL) in window_copy_init() 462 data->screen.hyperlinks = hyperlinks_copy(base->hyperlinks); in window_copy_init()
|
H A D | format.c | 5339 if (s->hyperlinks == NULL || gc.link == 0) in format_grid_hyperlink() 5341 if (!hyperlinks_get(s->hyperlinks, gc.link, &uri, NULL, NULL)) in format_grid_hyperlink()
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/ |
H A D | podchklink.t | 175 my @links = $checker->hyperlinks;
|
/openbsd/regress/usr.bin/mandoc/mdoc/Lk/ |
H A D | link.out_markdown | 5 **Lk-link** - formatting of hyperlinks
|
H A D | link.out_ascii | 4 LLkk--lliinnkk - formatting of hyperlinks
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/ |
H A D | Checker.pm | 748 sub hyperlinks { subroutine
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perldocstyle.pod | 223 containing hyperlinks to relevant sections of Perl's manual, other Unix 392 =head3 Cross-references and hyperlinks 394 Make generous use of Pod's C<LE<lt>...E<gt>> syntax to create hyperlinks 839 precisely link to a particular topic. This creates hyperlinks directly
|
H A D | perlsecpolicy.pod | 478 do not include hyperlinks, domain names or marketing material with these
|
H A D | perlpod.pod | 36 I<italic>, C<code-style>, L<hyperlinks|perlfaq>, and more. Such
|
/openbsd/gnu/usr.bin/perl/t/porting/ |
H A D | podcheck.t | 2059 foreach my $link ($checker->hyperlinks()) {
|
/openbsd/gnu/gcc/libstdc++-v3/docs/doxygen/ |
H A D | user.cfg.in | 705 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
|
/openbsd/gnu/llvm/lldb/docs/ |
H A D | doxygen.cfg.in | 728 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | doxygen.cfg.in | 926 # to YES, then the hyperlinks from functions in REFERENCES_RELATION and
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | doxygen.cfg.in | 925 # to YES, then the hyperlinks from functions in REFERENCES_RELATION and
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | unbound.doxygen | 1173 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
|
/openbsd/gnu/usr.bin/texinfo/ |
H A D | ChangeLog | 1522 * makeinfo/float.c (cm_listoffloats): create HTML hyperlinks with
|
H A D | ChangeLog.46 | 5677 (reader_loop): Process menu items for HTML hyperlinks. Escape
|