usr.bin/tmux/tmux.h
2590
const struct grid_cell *, struct colour_palette *,
usr.bin/tmux/tmux.h
2610
const struct grid_cell *, struct colour_palette *,
usr.bin/tmux/tmux.h
2623
struct colour_palette *, u_int, struct hyperlinks *);
usr.bin/tmux/tmux.h
2632
u_int, u_int, const struct grid_cell *, struct colour_palette *);
usr.bin/tmux/tmux.h
3070
struct colour_palette *, struct client *);
usr.bin/tmux/tmux.h
3103
void colour_palette_init(struct colour_palette *);
usr.bin/tmux/tmux.h
3104
void colour_palette_clear(struct colour_palette *);
usr.bin/tmux/tmux.h
3105
void colour_palette_free(struct colour_palette *);
usr.bin/tmux/tmux.h
3106
int colour_palette_get(struct colour_palette *, int);
usr.bin/tmux/tmux.h
3107
int colour_palette_set(struct colour_palette *, int, int);
usr.bin/tmux/tmux.h
3108
void colour_palette_from_option(struct colour_palette *, struct options *);
usr.bin/tmux/tmux.h
724
struct colour_palette {