Searched refs:RB_PROTOTYPE_INTERNAL (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/sys/ |
H A D | tree.h | 379 RB_PROTOTYPE_INTERNAL(name, type, field, cmp,) 381 RB_PROTOTYPE_INTERNAL(name, type, field, cmp, __attribute__((__unused__)) static) 382 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ macro
|