HomeSort by: relevance | last modified time | path
    Searched refs:options_entry (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/tmux/dist/
options.c 50 struct options_entry { struct
60 RB_ENTRY(options_entry) entry;
64 RB_HEAD(options_tree, options_entry) tree;
68 static struct options_entry *options_add(struct options *, const char *);
69 static void options_remove(struct options_entry *);
89 static int options_cmp(struct options_entry *, struct options_entry *);
90 RB_GENERATE_STATIC(options_tree, options_entry, entry, options_cmp);
93 options_cmp(struct options_entry *lhs, struct options_entry *rhs
    [all...]
cmd-show-options.c 33 struct options_entry *, int, int);
84 struct options_entry *o;
149 struct options_entry *o, int idx, int parent)
204 struct options_entry *o;
tmux.h 65 struct options_entry;
2398 struct options_entry *options_first(struct options *);
2399 struct options_entry *options_next(struct options_entry *);
2400 struct options_entry *options_empty(struct options *,
2402 struct options_entry *options_default(struct options *,
2405 const char *options_name(struct options_entry *);
2406 struct options *options_owner(struct options_entry *);
2407 const struct options_table_entry *options_table_entry(struct options_entry *);
2408 struct options_entry *options_get_only(struct options *, const char *)
    [all...]
window-customize.c 114 window_customize_get_tag(struct options_entry *o, int idx,
233 struct options_entry *o, struct format_tree *ft)
273 struct options_entry *o, struct format_tree *ft,
345 struct options_entry *o;
380 struct options_entry *o = NULL, *loop;
656 struct options_entry *o, *parent;
964 struct options_entry *o;
1013 struct options_entry *o;
1138 struct options_entry *o;
1156 struct options_entry *o
    [all...]
cmd-select-pane.c 98 struct options_entry *o;
cmd-set-option.c 91 struct options_entry *parent, *o, *po;
environ.c 186 struct options_entry *o;
cmd-display-menu.c 301 struct options_entry *oe;
404 struct options_entry *oe;
notify.c 62 struct options_entry *o;
tty-term.c 440 struct options_entry *o;
530 struct options_entry *o;
cmd-queue.c 368 struct options_entry *o;
cmd.c 427 struct options_entry *o;
colour.c 1130 struct options_entry *o;
utf8.c 376 struct options_entry *o;
status.c 383 struct options_entry *o;
1712 struct options_entry *o;
tty-keys.c 497 struct options_entry *o;
input.c 2737 struct options_entry *o;
format.c 3874 struct options_entry *o;

Completed in 54 milliseconds