Symbol: format_tree
usr.bin/tmux/format.c
169
struct format_tree {
usr.bin/tmux/tmux.h
2631
struct format_tree;
usr.bin/tmux/tmux.h
2633
typedef void *(*format_cb)(struct format_tree *);
usr.bin/tmux/tmux.h
2639
void format_free(struct format_tree *);
usr.bin/tmux/tmux.h
2640
void format_merge(struct format_tree *, struct format_tree *);
usr.bin/tmux/tmux.h
2640
void format_merge(struct format_tree *, struct format_tree *);
usr.bin/tmux/tmux.h
2641
struct window_pane *format_get_pane(struct format_tree *);
usr.bin/tmux/tmux.h
2642
void printflike(3, 4) format_add(struct format_tree *, const char *,
usr.bin/tmux/tmux.h
2644
void format_add_tv(struct format_tree *, const char *,
usr.bin/tmux/tmux.h
2646
void format_add_cb(struct format_tree *, const char *, format_cb);
usr.bin/tmux/tmux.h
2647
void format_log_debug(struct format_tree *, const char *);
usr.bin/tmux/tmux.h
2648
void format_each(struct format_tree *, void (*)(const char *,
usr.bin/tmux/tmux.h
2651
char *format_expand_time(struct format_tree *, const char *);
usr.bin/tmux/tmux.h
2652
char *format_expand(struct format_tree *, const char *);
usr.bin/tmux/tmux.h
2664
void format_defaults(struct format_tree *, struct client *,
usr.bin/tmux/tmux.h
2666
void format_defaults_window(struct format_tree *, struct window *);
usr.bin/tmux/tmux.h
2667
void format_defaults_pane(struct format_tree *,
usr.bin/tmux/tmux.h
2669
void format_defaults_paste_buffer(struct format_tree *,
usr.bin/tmux/tmux.h
2705
struct format_tree *, const char *);
usr.bin/tmux/tmux.h
2814
struct format_tree *);
usr.bin/tmux/tmux.h
3142
void cmdq_add_formats(struct cmdq_state *, struct format_tree *);
usr.bin/tmux/tmux.h
3143
void cmdq_merge_formats(struct cmdq_item *, struct format_tree *);
usr.bin/tmux/tmux.h
4144
const char *, struct format_tree *);
usr.bin/tmux/tmux.h
4146
const char *, struct format_tree *);