Searched refs:xcmp (Results 1 – 2 of 2) sorted by relevance
122 xcmp(const void *s1, const void *s2) in xcmp() function134 qsort(l->items, l->nused, sizeof (char *), xcmp); in item_search()
43 : xcmp ( x1 x2 -- -1|0|1 )57 : x< ( x1 x2 -- <? ) xcmp -1 = ;58 : x> ( x1 x2 -- >? ) xcmp 1 = ;59 \ : x= ( x1 x2 -- =? ) xcmp 0= ;60 : x<> ( x1 x2 -- <>? ) xcmp 0<> ;