Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYStrings.c3994 static int normalCmpList(const void *a, in normalCmpList() function
4017 ignorecase ? caselessCmpList : normalCmpList); in sortedList()