Home | History | Annotate | Download | only in src

Lines Matching refs:u2s

16 #define	U2S(x)	(u2s[  (unsigned  char)(x)       ])
19 static unsigned short u2s[] = {
608 for (i = 0; i < 160 && (c = fgetc(in)) != EOF; i++) buf[i] = U2S(c);