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
63
struct options {
usr.bin/tmux/tmux.h
2479
struct options *options_create(struct options *);
usr.bin/tmux/tmux.h
2480
void options_free(struct options *);
usr.bin/tmux/tmux.h
2481
struct options *options_get_parent(struct options *);
usr.bin/tmux/tmux.h
2482
void options_set_parent(struct options *, struct options *);
usr.bin/tmux/tmux.h
2482
void options_set_parent(struct options *, struct options *);
usr.bin/tmux/tmux.h
2483
struct options_entry *options_first(struct options *);
usr.bin/tmux/tmux.h
2485
struct options_entry *options_empty(struct options *,
usr.bin/tmux/tmux.h
2487
struct options_entry *options_default(struct options *,
usr.bin/tmux/tmux.h
2493
struct options_entry *options_get_only(struct options *, const char *);
usr.bin/tmux/tmux.h
2494
struct options_entry *options_get(struct options *, const char *);
usr.bin/tmux/tmux.h
2509
struct options_entry *options_parse_get(struct options *, const char *, int *,
usr.bin/tmux/tmux.h
2512
struct options_entry *options_match_get(struct options *, const char *, int *,
usr.bin/tmux/tmux.h
2514
const char *options_get_string(struct options *, const char *);
usr.bin/tmux/tmux.h
2515
long long options_get_number(struct options *, const char *);
usr.bin/tmux/tmux.h
2516
struct cmd_list *options_get_command(struct options *, const char *);
usr.bin/tmux/tmux.h
2517
struct options_entry * printflike(4, 5) options_set_string(struct options *,
usr.bin/tmux/tmux.h
2519
struct options_entry *options_set_number(struct options *, const char *,
usr.bin/tmux/tmux.h
2521
struct options_entry *options_set_command(struct options *, const char *,
usr.bin/tmux/tmux.h
2524
const char *, struct cmd_find_state *, struct options **,
usr.bin/tmux/tmux.h
2527
struct cmd_find_state *, struct options **, char **);
usr.bin/tmux/tmux.h
2528
struct style *options_string_to_style(struct options *, const char *,
usr.bin/tmux/tmux.h
2530
int options_from_string(struct options *,
usr.bin/tmux/tmux.h
2578
void environ_update(struct options *, struct environ *, struct environ *);
usr.bin/tmux/tmux.h
3109
void colour_palette_from_option(struct colour_palette *, struct options *);
usr.bin/tmux/tmux.h
3280
void screen_set_default_cursor(struct screen *, struct options *);
usr.bin/tmux/tmux.h
3586
struct environ *, struct options *, struct termios *);
usr.bin/tmux/tmux.h
3718
void style_add(struct grid_cell *, struct options *,
usr.bin/tmux/tmux.h
3720
void style_apply(struct grid_cell *, struct options *,
usr.bin/tmux/tmux.h
3725
struct options *);