ctypes            312 src/read.c     static unsigned char ctypes[] = {
ctypes            331 src/read.c         return (c >= 128 || (c >= 0 && (ctypes[(unsigned char)c]&1)));
ctypes            336 src/read.c         return (c >= 0 && c < 128 && (ctypes[(unsigned char)c]&2));