Searched refs:notnum (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.bin/sort/
H A Dcoll.h56 bool notnum; member in struct:g_hint
H A Dcoll.c1138 kv1->hint->v.gh.notnum = true;
1155 kv2->hint->v.gh.notnum = true;
1168 if (kv1->hint->v.gh.notnum)
1169 return ((kv2->hint->v.gh.notnum) ? 0 : -1);
1170 else if (kv2->hint->v.gh.notnum)

Completed in 109 milliseconds