Searched refs:IS_BLANK (Results 1 – 8 of 8) sorted by relevance
454 #define IS_BLANK(arr_) /* 0x40 is space in EBCDIC */ \ macro693 if (!abbrev(tcp) || !IS_BLANK(hdr->infysyid)) in print_sthyi_hypervisor()695 if (!abbrev(tcp) || !IS_BLANK(hdr->infyclnm)) in print_sthyi_hypervisor()849 if (!IS_BLANK(hdr->infgpnam)) in print_sthyi_guest()
135 #define IS_BLANK(c) xmlIsBlankQ(c) macro
151 #ifndef IS_BLANK152 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro268 (IS_BLANK(*ctxt->cur))) ctxt->cur++; in xmlCRNGNextToken()
407 while (IS_BLANK(c)) { in xmlValidateNCName()423 while (IS_BLANK(c)) { in xmlValidateNCName()494 while (IS_BLANK(c)) { in xmlValidateQName()524 while (IS_BLANK(c)) { in xmlValidateQName()578 while (IS_BLANK(c)) { in xmlValidateName()593 while (IS_BLANK(c)) { in xmlValidateName()649 while (IS_BLANK(c)) { in xmlValidateNMToken()665 while (IS_BLANK(c)) { in xmlValidateNMToken()
7954 #undef IS_BLANK7955 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro7956 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;7997 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') && in xmlExpParseOr()
3384 if (!IS_BLANK(cur)) { in htmlParsePI()
3743 while (IS_BLANK(val)) { in xmlValidateNmtokensValueInternal()
8952 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of