Searched defs:NCCHRTRAN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c125 #define NCCHRTRAN(x) (iswupper(x) ? towlower(x) : (x)) macro
1043 sum += NCCHRTRAN(wt) <<

Completed in 63 milliseconds