Home | History | Annotate | Download | only in src

Lines Matching refs:ctype_space

3063       while (MAX_255(x) && (cb->ctypes[x] & ctype_space) != 0) x = *(++ptr);
3280 while (MAX_255(c) && (cb->ctypes[c] & ctype_space) != 0) c = *(++ptr);
4090 while (MAX_255(c) && (cb->ctypes[c] & ctype_space) != 0) c = *(++ptr);
5121 while (MAX_255(*ptr) && (cb->ctypes[*ptr] & ctype_space) != 0) ptr++;