Home | History | Annotate | Download | only in src

Lines Matching refs:ctype_space

2470        (mb->ctypes[c] & ctype_space) != 0
2487 (mb->ctypes[c] & ctype_space) == 0
4656 if (cc < 128 && (mb->ctypes[cc] & ctype_space) != 0)
4673 if (cc >= 128 || (mb->ctypes[cc] & ctype_space) == 0)
4914 if (MAX_255(*eptr) && (mb->ctypes[*eptr] & ctype_space) != 0)
4928 if (!MAX_255(*eptr) || (mb->ctypes[*eptr] & ctype_space) == 0)
5328 if (c < 256 && (mb->ctypes[c] & ctype_space) != 0)
5333 if (c >= 256 || (mb->ctypes[c] & ctype_space) == 0)
5467 if (MAX_255(c) && (mb->ctypes[c] & ctype_space) != 0) RRETURN(MATCH_NOMATCH);
5471 if (!MAX_255(c) || (mb->ctypes[c] & ctype_space) == 0) RRETURN(MATCH_NOMATCH);
5970 if (c < 256 && (mb->ctypes[c] & ctype_space) != 0) break;
5985 if (c >= 256 ||(mb->ctypes[c] & ctype_space) == 0) break;
6224 if (MAX_255(*eptr) && (mb->ctypes[*eptr] & ctype_space) != 0) break;
6237 if (!MAX_255(*eptr) || (mb->ctypes[*eptr] & ctype_space) == 0) break;