Symbol: options_table_entry
usr.bin/tmux/cmd-display-menu.c
542
lines = options_find_choice(options_table_entry(oe), value,
usr.bin/tmux/cmd-display-menu.c
661
lines = options_find_choice(options_table_entry(oe), value,
usr.bin/tmux/cmd-set-option.c
351
error = options_from_string(oo, options_table_entry(parent),
usr.bin/tmux/cmd-set-option.c
352
options_table_entry(parent)->name, value,
usr.bin/tmux/cmd-set-option.c
365
o = options_empty(oo, options_table_entry(parent));
usr.bin/tmux/cmd-show-options.c
199
const struct options_table_entry *oe = options_table_entry(o);
usr.bin/tmux/cmd-show-options.c
345
const struct options_table_entry *oe;
usr.bin/tmux/cmd-show-options.c
352
if (options_table_entry(o) == NULL) {
usr.bin/tmux/cmd-split-window.c
95
const struct options_table_entry *oe;
usr.bin/tmux/format.c
5344
const struct options_table_entry *oe = options_table_entry(o);
usr.bin/tmux/format.c
5394
const struct options_table_entry *oe = options_table_entry(o);
usr.bin/tmux/hooks.c
285
const struct options_table_entry *oe;
usr.bin/tmux/hooks.c
297
const struct options_table_entry *oe;
usr.bin/tmux/options-table.c
290
const struct options_table_entry options_table[] = {
usr.bin/tmux/options.c
1022
const struct options_table_entry *oe;
usr.bin/tmux/options.c
105
const struct options_table_entry *tableentry;
usr.bin/tmux/options.c
1144
const struct options_table_entry *oe;
usr.bin/tmux/options.c
1184
options_from_string_check(const struct options_table_entry *oe,
usr.bin/tmux/options.c
1239
options_find_choice(const struct options_table_entry *oe, const char *value,
usr.bin/tmux/options.c
1258
options_from_string_choice(const struct options_table_entry *oe,
usr.bin/tmux/options.c
1277
options_from_string(struct options *oo, const struct options_table_entry *oe,
usr.bin/tmux/options.c
165
static const struct options_table_entry *
usr.bin/tmux/options.c
299
options_empty(struct options *oo, const struct options_table_entry *oe)
usr.bin/tmux/options.c
313
options_default(struct options *oo, const struct options_table_entry *oe)
usr.bin/tmux/options.c
359
options_default_to_string(const struct options_table_entry *oe)
usr.bin/tmux/options.c
465
const struct options_table_entry *
usr.bin/tmux/options.c
808
const struct options_table_entry *
usr.bin/tmux/options.c
811
const struct options_table_entry *oe;
usr.bin/tmux/options.c
823
const struct options_table_entry *oe, *found;
usr.bin/tmux/style.c
518
const struct options_table_entry *oe;
usr.bin/tmux/style.c
527
oe = options_table_entry(o);
usr.bin/tmux/tmux.c
393
const struct options_table_entry *oe;
usr.bin/tmux/tmux.h
2421
struct options_table_entry {
usr.bin/tmux/tmux.h
2772
const struct options_table_entry *options_table_entry(struct options_entry *);
usr.bin/tmux/tmux.h
2793
const struct options_table_entry *options_search(const char *);
usr.bin/tmux/tmux.h
2823
extern const struct options_table_entry options_table[];
usr.bin/tmux/window-customize.c
1210
const struct options_table_entry *oe;
usr.bin/tmux/window-customize.c
1232
oe = options_table_entry(o);
usr.bin/tmux/window-customize.c
159
const struct options_table_entry *oe)
usr.bin/tmux/window-customize.c
1700
const struct options_table_entry *oe;
usr.bin/tmux/window-customize.c
1715
oe = options_table_entry(o);
usr.bin/tmux/window-customize.c
2124
const struct options_table_entry *oe;
usr.bin/tmux/window-customize.c
2141
oe = options_table_entry(o);
usr.bin/tmux/window-customize.c
442
const struct options_table_entry *oe;
usr.bin/tmux/window-customize.c
452
oe = options_table_entry(o);
usr.bin/tmux/window-customize.c
481
const struct options_table_entry *oe;
usr.bin/tmux/window-customize.c
490
oe = options_table_entry(o);
usr.bin/tmux/window-customize.c
556
const struct options_table_entry *oe = options_table_entry(o);
usr.bin/tmux/window-customize.c
627
const struct options_table_entry *oe = options_table_entry(o);
usr.bin/tmux/window-customize.c
680
const struct options_table_entry *oe = options_table_entry(o);