Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ctfconv/
H A Dparse.c115 int it_cmp(struct itype *, struct itype *);
122 RB_GENERATE(itype_tree, itype, it_node, it_cmp);
324 it_cmp(struct itype *a, struct itype *b) in it_cmp() function
361 return it_cmp(a->it_refp, b->it_refp); in it_cmp()