Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhash.c435 static int (*client_comp) (const Node *, const Node *); variable
442 return client_comp (*node1, *node2); in qsort_comp()
475 client_comp = comp; in sortlist()