Home | History | Annotate | Download | only in libxml2

Lines Matching refs:IS_BLANK

7774 #undef IS_BLANK
7775 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t'))
7776 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7817 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') &&