Home
last modified time | relevance | path

Searched refs:options_table_entry (Results 1 – 24 of 24) sorted by relevance

/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dcmd-set-option.c37 const struct options_table_entry *, struct options *,
40 const struct options_table_entry *, struct options *,
44 const struct options_table_entry *, struct options *,
47 const struct options_table_entry *, struct options *,
50 const struct options_table_entry *, struct options *,
53 const struct options_table_entry *, struct options *,
56 const struct options_table_entry *, struct options *,
59 const struct options_table_entry *, struct options *,
62 const struct options_table_entry *, struct options *,
65 const struct options_table_entry *, struct options *,
[all …]
H A Doptions-table.c55 const struct options_table_entry options_table[] = {
897 const struct options_table_entry *oe; in options_table_populate_tree()
920 options_table_print_entry(const struct options_table_entry *oe, in options_table_print_entry()
969 options_table_find(const char *optstr, const struct options_table_entry **oe) in options_table_find()
971 const struct options_table_entry *oe_loop; in options_table_find()
H A Dcmd-show-options.c119 const struct options_table_entry *oe; in cmd_show_options_one()
167 const struct options_table_entry *oe; in cmd_show_options_all()
H A Dtmux.h1547 struct options_table_entry { struct
1710 extern const struct options_table_entry options_table[];
1712 const char *options_table_print_entry(const struct options_table_entry *,
1714 int options_table_find(const char *, const struct options_table_entry **);
H A Dstatus.c1209 const struct options_table_entry *oe; in status_prompt_complete_list()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dcmd-set-option.c36 const struct options_table_entry *, struct options *,
39 const struct options_table_entry *, struct options *,
43 const struct options_table_entry *, struct options *,
46 const struct options_table_entry *, struct options *,
49 const struct options_table_entry *, struct options *,
52 const struct options_table_entry *, struct options *,
55 const struct options_table_entry *, struct options *,
58 const struct options_table_entry *, struct options *,
61 const struct options_table_entry *, struct options *,
64 const struct options_table_entry *, struct options *,
[all …]
H A Doptions-table.c55 const struct options_table_entry options_table[] = {
1009 const struct options_table_entry *oe; in options_table_populate_tree()
1032 options_table_print_entry(const struct options_table_entry *oe, in options_table_print_entry()
1081 options_table_find(const char *optstr, const struct options_table_entry **oe) in options_table_find()
1083 const struct options_table_entry *oe_loop; in options_table_find()
H A Dcmd-show-options.c119 const struct options_table_entry *oe; in cmd_show_options_one()
167 const struct options_table_entry *oe; in cmd_show_options_all()
H A Dtmux.h1518 struct options_table_entry { struct
1687 extern const struct options_table_entry options_table[];
1689 const char *options_table_print_entry(const struct options_table_entry *,
1691 int options_table_find(const char *, const struct options_table_entry **);
H A Dstatus.c1210 const struct options_table_entry *oe; in status_prompt_complete_list()
/dports/sysutils/tmux23/tmux-2.3/
H A Dcmd-set-option.c36 const struct options_table_entry *, struct options *,
39 const struct options_table_entry *, struct options *,
43 const struct options_table_entry *, struct options *,
46 const struct options_table_entry *, struct options *,
49 const struct options_table_entry *, struct options *,
52 const struct options_table_entry *, struct options *,
55 const struct options_table_entry *, struct options *,
58 const struct options_table_entry *, struct options *,
61 const struct options_table_entry *, struct options *,
64 const struct options_table_entry *, struct options *,
[all …]
H A Doptions-table.c58 const struct options_table_entry options_table[] = {
914 const struct options_table_entry *oe; in options_table_populate_tree()
937 options_table_print_entry(const struct options_table_entry *oe, in options_table_print_entry()
986 options_table_find(const char *optstr, const struct options_table_entry **oe) in options_table_find()
988 const struct options_table_entry *oe_loop; in options_table_find()
H A Dcmd-show-options.c119 const struct options_table_entry *oe; in cmd_show_options_one()
167 const struct options_table_entry *oe; in cmd_show_options_all()
H A Dtmux.h1525 struct options_table_entry { struct
1688 extern const struct options_table_entry options_table[];
1690 const char *options_table_print_entry(const struct options_table_entry *,
1692 int options_table_find(const char *, const struct options_table_entry **);
H A Dstatus.c1199 const struct options_table_entry *oe; in status_prompt_complete_list()
/dports/sysutils/tmux/tmux-3.2a/
H A Doptions.c54 const struct options_table_entry *tableentry;
110 static const struct options_table_entry *
244 options_empty(struct options *oo, const struct options_table_entry *oe) in options_empty()
258 options_default(struct options *oo, const struct options_table_entry *oe) in options_default()
289 options_default_to_string(const struct options_table_entry *oe) in options_default_to_string()
362 const struct options_table_entry *
363 options_table_entry(struct options_entry *o) in options_table_entry() function
627 const struct options_table_entry *oe, *found; in options_match()
781 const struct options_table_entry *oe; in options_scope_from_name()
933 options_from_string_check(const struct options_table_entry *oe, in options_from_string_check()
[all …]
H A Dcmd-set-option.c179 error = options_from_string(oo, options_table_entry(parent), in cmd_set_option_exec()
180 options_table_entry(parent)->name, value, in cmd_set_option_exec()
193 o = options_empty(oo, options_table_entry(parent)); in cmd_set_option_exec()
H A Dwindow-customize.c114 const struct options_table_entry *oe) in window_customize_get_tag()
234 const struct options_table_entry *oe = options_table_entry(o); in window_customize_build_array()
275 const struct options_table_entry *oe = options_table_entry(o); in window_customize_build_option()
657 const struct options_table_entry *oe; in window_customize_draw_option()
675 oe = options_table_entry(o); in window_customize_draw_option()
964 const struct options_table_entry *oe; in window_customize_set_option_callback()
977 oe = options_table_entry(o); in window_customize_set_option_callback()
1013 const struct options_table_entry *oe; in window_customize_set_option()
1029 oe = options_table_entry(o); in window_customize_set_option()
H A Dcmd-show-options.c196 const struct options_table_entry *oe; in cmd_show_options_all()
206 if (options_table_entry(o) == NULL) in cmd_show_options_all()
H A Dtmux.h1830 struct options_table_entry { struct
2043 const struct options_table_entry *);
2045 const struct options_table_entry *);
2046 char *options_default_to_string(const struct options_table_entry *);
2049 const struct options_table_entry *options_table_entry(struct options_entry *);
2085 const struct options_table_entry *, const char *,
2092 extern const struct options_table_entry options_table[];
H A Dtmux.c333 const struct options_table_entry *oe; in main()
H A Doptions-table.c191 const struct options_table_entry options_table[] = {
H A Dstatus.c1408 const struct options_table_entry *oe; in status_prompt_complete_list()
/dports/sysutils/tmux/tmux-3.2a/fuzz/
H A Dinput-fuzzer.c68 const struct options_table_entry *oe; in LLVMFuzzerInitialize()