HomeSort by: relevance | last modified time | path
    Searched defs:hyperlinks (Results 1 - 2 of 2) 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...]
tmux.h 55 struct hyperlinks;
993 struct hyperlinks *hyperlinks; member in struct:screen
2507 struct hyperlinks *);
2525 struct hyperlinks *);
3669 u_int hyperlinks_put(struct hyperlinks *, const char *,
3671 int hyperlinks_get(struct hyperlinks *, u_int,
3673 struct hyperlinks *hyperlinks_init(void);
3674 struct hyperlinks *hyperlinks_copy(struct hyperlinks *);
    [all...]

Completed in 28 milliseconds