Symbol: options
bin/pax/options.c
268
options(int argc, char **argv)
games/worms/worms.c
56
static const struct options {
regress/lib/libc/regex/main.c
319
options(type, s)
usr.bin/tftp/tftp.c
108
struct options {
usr.bin/tmux/options.c
118
struct options {
usr.bin/tmux/tmux.h
2742
void hooks_monitor_add(struct cmdq_item *, struct options *,
usr.bin/tmux/tmux.h
2745
void hooks_monitor_remove(struct options *, const char *);
usr.bin/tmux/tmux.h
2754
struct options *options_create(struct options *);
usr.bin/tmux/tmux.h
2755
void options_free(struct options *);
usr.bin/tmux/tmux.h
2756
struct options *options_get_parent(struct options *);
usr.bin/tmux/tmux.h
2757
void options_set_parent(struct options *, struct options *);
usr.bin/tmux/tmux.h
2757
void options_set_parent(struct options *, struct options *);
usr.bin/tmux/tmux.h
2758
struct options_entry *options_first(struct options *);
usr.bin/tmux/tmux.h
2760
struct options_entry *options_empty(struct options *,
usr.bin/tmux/tmux.h
2762
struct options_entry *options_default(struct options *,
usr.bin/tmux/tmux.h
2773
struct options_entry *options_get_only(struct options *, const char *);
usr.bin/tmux/tmux.h
2774
struct options_entry *options_get(struct options *, const char *);
usr.bin/tmux/tmux.h
2791
struct options_entry *options_parse_get(struct options *, const char *,
usr.bin/tmux/tmux.h
2795
struct options_entry *options_match_get(struct options *, const char *,
usr.bin/tmux/tmux.h
2797
const char *options_get_string(struct options *, const char *);
usr.bin/tmux/tmux.h
2798
long long options_get_number(struct options *, const char *);
usr.bin/tmux/tmux.h
2799
struct cmd_list *options_get_command(struct options *, const char *);
usr.bin/tmux/tmux.h
2800
struct options_entry * printflike(4, 5) options_set_string(struct options *,
usr.bin/tmux/tmux.h
2802
struct options_entry *options_set_number(struct options *, const char *,
usr.bin/tmux/tmux.h
2804
struct options_entry *options_set_command(struct options *, const char *,
usr.bin/tmux/tmux.h
2807
const char *, struct cmd_find_state *, struct options **,
usr.bin/tmux/tmux.h
2810
struct cmd_find_state *, struct options **, char **);
usr.bin/tmux/tmux.h
2811
struct style *options_string_to_style(struct options *, const char *,
usr.bin/tmux/tmux.h
2813
int options_from_string(struct options *,
usr.bin/tmux/tmux.h
2861
void environ_update(struct options *, struct environ *, struct environ *);
usr.bin/tmux/tmux.h
3418
void colour_palette_from_option(struct colour_palette *, struct options *);
usr.bin/tmux/tmux.h
3605
void screen_set_default_cursor(struct screen *, struct options *);
usr.bin/tmux/tmux.h
4010
struct environ *, struct options *, struct termios *);
usr.bin/tmux/tmux.h
4138
struct style *style_add(struct grid_cell *, struct options *,
usr.bin/tmux/tmux.h
4140
void style_apply(struct grid_cell *, struct options *,
usr.bin/tmux/tmux.h
4145
struct options *);