Searched defs:options_table_entry (Results 1 – 2 of 2) sorted by relevance
2060 struct options_table_entry { struct2061 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 …]
363 options_table_entry(struct options_entry *o) in options_table_entry() function