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

/freebsd-10-stable/usr.bin/sort/
H A Dcoll.h54 bool notnum; member in struct:g_hint
H A Dcoll.c1139 kv1->hint->v.gh.notnum = true;
1156 kv2->hint->v.gh.notnum = true;
1169 if (kv1->hint->v.gh.notnum)
1170 return ((kv2->hint->v.gh.notnum) ? 0 : -1);
1171 else if (kv2->hint->v.gh.notnum)

Completed in 100 milliseconds