Home
last modified time | relevance | path

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

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