Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/sort/
Dmsort.c304 u_char *cwts; in cmp() local
305 for (cwts = wts; cwts; cwts = (cwts == wts1 ? 0 : wts1)) { in cmp()
313 if ((r = cwts[*pos1++] - cwts[*pos2++])) in cmp()