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

/freebsd-10.3-release/usr.bin/sort/
H A Dcoll.h54 bool notnum; member in struct:g_hint
H A Dcoll.c1121 kv1->hint->v.gh.notnum = true;
1138 kv2->hint->v.gh.notnum = true;
1151 if (kv1->hint->v.gh.notnum)
1152 return ((kv2->hint->v.gh.notnum) ? 0 : -1);
1153 else if (kv2->hint->v.gh.notnum)

Completed in 103 milliseconds