Symbol: format_tree
usr.bin/tmux/format.c
169
struct format_tree {
usr.bin/tmux/tmux.h
2629
struct format_tree;
usr.bin/tmux/tmux.h
2631
typedef void *(*format_cb)(struct format_tree *);
usr.bin/tmux/tmux.h
2637
void format_free(struct format_tree *);
usr.bin/tmux/tmux.h
2638
void format_merge(struct format_tree *, struct format_tree *);
usr.bin/tmux/tmux.h
2638
void format_merge(struct format_tree *, struct format_tree *);
usr.bin/tmux/tmux.h
2639
struct window_pane *format_get_pane(struct format_tree *);
usr.bin/tmux/tmux.h
2640
void printflike(3, 4) format_add(struct format_tree *, const char *,
usr.bin/tmux/tmux.h
2642
void format_add_tv(struct format_tree *, const char *,
usr.bin/tmux/tmux.h
2644
void format_add_cb(struct format_tree *, const char *, format_cb);
usr.bin/tmux/tmux.h
2645
void format_log_debug(struct format_tree *, const char *);
usr.bin/tmux/tmux.h
2646
void format_each(struct format_tree *, void (*)(const char *,
usr.bin/tmux/tmux.h
2649
char *format_expand_time(struct format_tree *, const char *);
usr.bin/tmux/tmux.h
2650
char *format_expand(struct format_tree *, const char *);
usr.bin/tmux/tmux.h
2662
void format_defaults(struct format_tree *, struct client *,
usr.bin/tmux/tmux.h
2664
void format_defaults_window(struct format_tree *, struct window *);
usr.bin/tmux/tmux.h
2665
void format_defaults_pane(struct format_tree *,
usr.bin/tmux/tmux.h
2667
void format_defaults_paste_buffer(struct format_tree *,
usr.bin/tmux/tmux.h
2703
struct format_tree *, const char *);
usr.bin/tmux/tmux.h
2812
struct format_tree *);
usr.bin/tmux/tmux.h
3140
void cmdq_add_formats(struct cmdq_state *, struct format_tree *);
usr.bin/tmux/tmux.h
3141
void cmdq_merge_formats(struct cmdq_item *, struct format_tree *);
usr.bin/tmux/tmux.h
4139
const char *, struct format_tree *);
usr.bin/tmux/tmux.h
4141
const char *, struct format_tree *);