Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/src/
H A Dmodules.c43 struct sortrec struct
778 static struct sortrec *s_head;
798 const struct sortrec *left = (const struct sortrec *) l; in sort_order()
799 const struct sortrec *right = (const struct sortrec *) r; in sort_order()
814 struct sortrec *s_rec; in save_d()
900 struct sortrec *s_h; in cat_module()
920 qsort ((void *) s_head, s_count, sizeof (struct sortrec), sort_order); in cat_module()