HomeSort by: relevance | last modified time | path
    Searched defs:options_table_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tmux/dist/
options.c 54 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)
258 options_default(struct options *oo, const struct options_table_entry *oe)
301 options_default_to_string(const struct options_table_entry *oe)
374 const struct options_table_entry *
375 options_table_entry(struct options_entry *o) function
668 const struct options_table_entry *oe, *found;
859 const struct options_table_entry *oe;
1011 options_from_string_check(const struct options_table_entry *oe
    [all...]
tmux.h 2177 struct options_table_entry { struct
2401 const struct options_table_entry *);
2403 const struct options_table_entry *);
2404 char *options_default_to_string(const struct options_table_entry *);
2407 const struct options_table_entry *options_table_entry(struct options_entry *);
2446 const struct options_table_entry *, const char *,
2448 int options_find_choice(const struct options_table_entry *,
2455 extern const struct options_table_entry options_table[];

Completed in 28 milliseconds