Home | History | Annotate | Download | only in libxml2

Lines Matching defs:IS_BLANK

7843 #undef IS_BLANK
7844 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t'))
7845 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7886 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') &&