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
2478
struct options *options_create(struct options *);
usr.bin/tmux/tmux.h
2479
void options_free(struct options *);
usr.bin/tmux/tmux.h
2480
struct options *options_get_parent(struct options *);
usr.bin/tmux/tmux.h
2481
void options_set_parent(struct options *, struct options *);
usr.bin/tmux/tmux.h
2481
void options_set_parent(struct options *, struct options *);
usr.bin/tmux/tmux.h
2482
struct options_entry *options_first(struct options *);
usr.bin/tmux/tmux.h
2484
struct options_entry *options_empty(struct options *,
usr.bin/tmux/tmux.h
2486
struct options_entry *options_default(struct options *,
usr.bin/tmux/tmux.h
2492
struct options_entry *options_get_only(struct options *, const char *);
usr.bin/tmux/tmux.h
2493
struct options_entry *options_get(struct options *, const char *);
usr.bin/tmux/tmux.h
2508
struct options_entry *options_parse_get(struct options *, const char *, int *,
usr.bin/tmux/tmux.h
2511
struct options_entry *options_match_get(struct options *, const char *, int *,
usr.bin/tmux/tmux.h
2513
const char *options_get_string(struct options *, const char *);
usr.bin/tmux/tmux.h
2514
long long options_get_number(struct options *, const char *);
usr.bin/tmux/tmux.h
2515
struct cmd_list *options_get_command(struct options *, const char *);
usr.bin/tmux/tmux.h
2516
struct options_entry * printflike(4, 5) options_set_string(struct options *,
usr.bin/tmux/tmux.h
2518
struct options_entry *options_set_number(struct options *, const char *,
usr.bin/tmux/tmux.h
2520
struct options_entry *options_set_command(struct options *, const char *,
usr.bin/tmux/tmux.h
2523
const char *, struct cmd_find_state *, struct options **,
usr.bin/tmux/tmux.h
2526
struct cmd_find_state *, struct options **, char **);
usr.bin/tmux/tmux.h
2527
struct style *options_string_to_style(struct options *, const char *,
usr.bin/tmux/tmux.h
2529
int options_from_string(struct options *,
usr.bin/tmux/tmux.h
2577
void environ_update(struct options *, struct environ *, struct environ *);
usr.bin/tmux/tmux.h
3108
void colour_palette_from_option(struct colour_palette *, struct options *);
usr.bin/tmux/tmux.h
3279
void screen_set_default_cursor(struct screen *, struct options *);
usr.bin/tmux/tmux.h
3585
struct environ *, struct options *, struct termios *);
usr.bin/tmux/tmux.h
3717
void style_add(struct grid_cell *, struct options *,
usr.bin/tmux/tmux.h
3719
void style_apply(struct grid_cell *, struct options *,
usr.bin/tmux/tmux.h
3724
struct options *);