Home
last modified time | relevance | path

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

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