Home
last modified time | relevance | path

Searched defs:options_table_entry (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dtmux.h2060 struct options_table_entry { struct
2061 const char *name;
2062 const char *alternative_name;
2063 enum options_table_type type;
2064 int scope;
2065 int flags;
2067 u_int minimum;
2068 u_int maximum;
2069 const char **choices;
2071 const char *default_str;
[all …]
Doptions.c363 options_table_entry(struct options_entry *o) in options_table_entry() function