Searched refs:namecmp (Results 1 – 4 of 4) sorted by relevance
14 int namecmp __P((const FTSENT *, const FTSENT *));
25 namecmp(a, b) in namecmp() function
222 sortfcn = namecmp;478 return (namecmp(*a, *b));
641 namecmp( npp1 , npp2 ) in namecmp() function667 qsort( namesortnlp , nnames , sizeof(nltype *) , namecmp ); in printindex()