Home | History | Annotate | Download | only in include

Lines Matching refs:_BLANK

213 #define _BLANK 0x40
339 #define iswprint(_c) (iswctype(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT))
352 #define _iswprint_l(_c,_p) (_iswctype_l(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT,_p))