Searched refs:IS_BLANK (Results 1 – 8 of 8) sorted by relevance
99 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro744 | CCE_BLANK { CCL_EXPR(IS_BLANK) }
101 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t') macro1338 { CCL_EXPR(IS_BLANK) } in yyparse()
102 #define IS_BLANK(c) xmlIsBlankQ(c) macro
397 while (IS_BLANK(c)) { in xmlValidateNCName()413 while (IS_BLANK(c)) { in xmlValidateNCName()484 while (IS_BLANK(c)) { in xmlValidateQName()514 while (IS_BLANK(c)) { in xmlValidateQName()568 while (IS_BLANK(c)) { in xmlValidateName()583 while (IS_BLANK(c)) { in xmlValidateName()639 while (IS_BLANK(c)) { in xmlValidateNMToken()655 while (IS_BLANK(c)) { in xmlValidateNMToken()
7774 #undef IS_BLANK7775 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro7776 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;7817 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') && in xmlExpParseOr()
2951 if (!IS_BLANK(cur)) { in htmlParsePI()
1937 } while (IS_BLANK(cur)); /* CHECKED tstblanks.xml */ in xmlSkipBlankChars()4797 if (!IS_BLANK(cur)) { in xmlParsePI()
3717 while (IS_BLANK(val)) { in xmlValidateNmtokensValueInternal()