Symbol: format_tree
usr.bin/tmux/format.c
143
struct format_tree {
usr.bin/tmux/tmux.h
2413
struct format_tree;
usr.bin/tmux/tmux.h
2415
typedef void *(*format_cb)(struct format_tree *);
usr.bin/tmux/tmux.h
2421
void format_free(struct format_tree *);
usr.bin/tmux/tmux.h
2422
void format_merge(struct format_tree *, struct format_tree *);
usr.bin/tmux/tmux.h
2422
void format_merge(struct format_tree *, struct format_tree *);
usr.bin/tmux/tmux.h
2423
struct window_pane *format_get_pane(struct format_tree *);
usr.bin/tmux/tmux.h
2424
void printflike(3, 4) format_add(struct format_tree *, const char *,
usr.bin/tmux/tmux.h
2426
void format_add_tv(struct format_tree *, const char *,
usr.bin/tmux/tmux.h
2428
void format_add_cb(struct format_tree *, const char *, format_cb);
usr.bin/tmux/tmux.h
2429
void format_log_debug(struct format_tree *, const char *);
usr.bin/tmux/tmux.h
2430
void format_each(struct format_tree *, void (*)(const char *,
usr.bin/tmux/tmux.h
2433
char *format_expand_time(struct format_tree *, const char *);
usr.bin/tmux/tmux.h
2434
char *format_expand(struct format_tree *, const char *);
usr.bin/tmux/tmux.h
2446
void format_defaults(struct format_tree *, struct client *,
usr.bin/tmux/tmux.h
2448
void format_defaults_window(struct format_tree *, struct window *);
usr.bin/tmux/tmux.h
2449
void format_defaults_pane(struct format_tree *,
usr.bin/tmux/tmux.h
2451
void format_defaults_paste_buffer(struct format_tree *,
usr.bin/tmux/tmux.h
2528
struct format_tree *);
usr.bin/tmux/tmux.h
2854
void cmdq_add_formats(struct cmdq_state *, struct format_tree *);
usr.bin/tmux/tmux.h
2855
void cmdq_merge_formats(struct cmdq_item *, struct format_tree *);
usr.bin/tmux/tmux.h
3718
const char *, struct format_tree *);
usr.bin/tmux/tmux.h
3720
const char *, struct format_tree *);