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

  /src/external/bsd/tmux/dist/
options.c 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) function

Completed in 20 milliseconds