Lines Matching refs:CUR
716 #define CUR (*ctxt->cur) macro
723 while (IS_BLANK_CH(CUR)) NEXT
760 if (CUR == '"') {
779 } else if (CUR == '\'') {
905 if (CUR == ':') {
929 if (CUR == '*') { in xmlCompileAttributeTest()
939 if (CUR == ':') { in xmlCompileAttributeTest()
945 if (IS_BLANK_CH(CUR)) { in xmlCompileAttributeTest()
978 if (CUR == '*') { in xmlCompileAttributeTest()
1020 if (CUR == '.') { in xmlCompileStepPattern()
1028 if (CUR == '@') { in xmlCompileStepPattern()
1046 if (CUR == '*') { in xmlCompileStepPattern()
1057 if (IS_BLANK_CH(CUR)) { in xmlCompileStepPattern()
1061 if (CUR == ':') { in xmlCompileStepPattern()
1063 if (CUR != ':') { in xmlCompileStepPattern()
1067 if (hasBlanks || IS_BLANK_CH(CUR)) { in xmlCompileStepPattern()
1100 if (CUR == '*') { in xmlCompileStepPattern()
1118 if (CUR == '*') { in xmlCompileStepPattern()
1129 if (CUR == ':') { in xmlCompileStepPattern()
1134 if (IS_BLANK_CH(CUR)) { in xmlCompileStepPattern()
1167 if (CUR == '*') { in xmlCompileStepPattern()
1202 } else if (CUR == '*') { in xmlCompileStepPattern()
1234 if (CUR == '/') { in xmlCompilePathPattern()
1236 } else if ((CUR == '.') || (ctxt->comp->flags & XML_PATTERN_NOTPATTERN)) { in xmlCompilePathPattern()
1240 if ((CUR == '/') && (NXT(1) == '/')) { in xmlCompilePathPattern()
1244 } else if ((CUR == '.') && (NXT(1) == '/') && (NXT(2) == '/')) { in xmlCompilePathPattern()
1251 if (CUR == 0) { in xmlCompilePathPattern()
1258 if (CUR == '@') { in xmlCompilePathPattern()
1263 if (CUR != 0) { in xmlCompilePathPattern()
1269 if (CUR == '/') { in xmlCompilePathPattern()
1274 if (CUR == 0) { in xmlCompilePathPattern()
1285 while (CUR == '/') { in xmlCompilePathPattern()
1298 if (CUR == 0) { in xmlCompilePathPattern()
1310 if (CUR != 0) { in xmlCompilePathPattern()
1331 if (CUR == '/') { in xmlCompileIDCXPathPath()
1339 if (CUR == '.') { in xmlCompileIDCXPathPath()
1343 if (CUR == 0) { in xmlCompileIDCXPathPath()
1350 if (CUR != '/') { in xmlCompileIDCXPathPath()
1359 if (CUR == '/') { in xmlCompileIDCXPathPath()
1373 if (CUR == 0) in xmlCompileIDCXPathPath()
1384 if (CUR != '/') in xmlCompileIDCXPathPath()
1389 if (CUR == '/') { in xmlCompileIDCXPathPath()
1398 if (CUR == 0) in xmlCompileIDCXPathPath()
1401 } while (CUR != 0); in xmlCompileIDCXPathPath()
1403 if (CUR != 0) { in xmlCompileIDCXPathPath()