Home
last modified time | relevance | path

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

/freebsd/usr.bin/sort/
H A Dcoll.c1137 kv1->hint->v.gh.notnum = true; in gnumcoll()
1154 kv2->hint->v.gh.notnum = true; in gnumcoll()
1167 if (kv1->hint->v.gh.notnum) in gnumcoll()
1168 return ((kv2->hint->v.gh.notnum) ? 0 : -1); in gnumcoll()
1169 else if (kv2->hint->v.gh.notnum) in gnumcoll()
H A Dcoll.h55 bool notnum; member