Home
last modified time | relevance | path

Searched refs:option_cmp_entry (Results 1 – 1 of 1) sorted by relevance

/dports/audio/siren/siren-0.9/
H A Doption.c64 static int option_cmp_entry(struct option_entry *,
68 RB_PROTOTYPE(option_tree, option_entry, entries, option_cmp_entry)
116 RB_GENERATE(option_tree, option_entry, entries, option_cmp_entry) in RB_GENERATE() argument
238 option_cmp_entry(struct option_entry *o1, struct option_entry *o2) in option_cmp_entry() function