Symbol: options_table_entry
usr.bin/tmux/cmd-display-menu.c
360
lines = options_find_choice(options_table_entry(oe), value,
usr.bin/tmux/cmd-display-menu.c
478
lines = options_find_choice(options_table_entry(oe), value,
usr.bin/tmux/cmd-set-option.c
195
error = options_from_string(oo, options_table_entry(parent),
usr.bin/tmux/cmd-set-option.c
196
options_table_entry(parent)->name, value,
usr.bin/tmux/cmd-set-option.c
209
o = options_empty(oo, options_table_entry(parent));
usr.bin/tmux/cmd-show-options.c
204
const struct options_table_entry *oe;
usr.bin/tmux/cmd-show-options.c
214
if (options_table_entry(o) == NULL)
usr.bin/tmux/options-table.c
276
const struct options_table_entry options_table[] = {
usr.bin/tmux/options.c
1011
options_from_string_check(const struct options_table_entry *oe,
usr.bin/tmux/options.c
1060
options_find_choice(const struct options_table_entry *oe, const char *value,
usr.bin/tmux/options.c
1079
options_from_string_choice(const struct options_table_entry *oe,
usr.bin/tmux/options.c
1098
options_from_string(struct options *oo, const struct options_table_entry *oe,
usr.bin/tmux/options.c
110
static const struct options_table_entry *
usr.bin/tmux/options.c
244
options_empty(struct options *oo, const struct options_table_entry *oe)
usr.bin/tmux/options.c
258
options_default(struct options *oo, const struct options_table_entry *oe)
usr.bin/tmux/options.c
301
options_default_to_string(const struct options_table_entry *oe)
usr.bin/tmux/options.c
374
const struct options_table_entry *
usr.bin/tmux/options.c
54
const struct options_table_entry *tableentry;
usr.bin/tmux/options.c
668
const struct options_table_entry *oe, *found;
usr.bin/tmux/options.c
859
const struct options_table_entry *oe;
usr.bin/tmux/status.c
1793
const struct options_table_entry *oe;
usr.bin/tmux/tmux.c
367
const struct options_table_entry *oe;
usr.bin/tmux/tmux.h
2213
struct options_table_entry {
usr.bin/tmux/tmux.h
2491
const struct options_table_entry *options_table_entry(struct options_entry *);
usr.bin/tmux/tmux.h
2539
extern const struct options_table_entry options_table[];
usr.bin/tmux/window-customize.c
1035
const struct options_table_entry *oe;
usr.bin/tmux/window-customize.c
1051
oe = options_table_entry(o);
usr.bin/tmux/window-customize.c
115
const struct options_table_entry *oe)
usr.bin/tmux/window-customize.c
235
const struct options_table_entry *oe = options_table_entry(o);
usr.bin/tmux/window-customize.c
276
const struct options_table_entry *oe = options_table_entry(o);
usr.bin/tmux/window-customize.c
658
const struct options_table_entry *oe;
usr.bin/tmux/window-customize.c
676
oe = options_table_entry(o);
usr.bin/tmux/window-customize.c
986
const struct options_table_entry *oe;
usr.bin/tmux/window-customize.c
999
oe = options_table_entry(o);