Lines Matching refs:CUR

719 #define CUR (*ctxt->cur)  macro
726 while (IS_BLANK_CH(CUR)) NEXT
763 if (CUR == '"') {
782 } else if (CUR == '\'') {
908 if (CUR == ':') {
932 if (CUR == '*') { in xmlCompileAttributeTest()
942 if (CUR == ':') { in xmlCompileAttributeTest()
948 if (IS_BLANK_CH(CUR)) { in xmlCompileAttributeTest()
982 if (CUR == '*') { in xmlCompileAttributeTest()
1024 if (CUR == '.') { in xmlCompileStepPattern()
1032 if (CUR == '@') { in xmlCompileStepPattern()
1050 if (CUR == '*') { in xmlCompileStepPattern()
1061 if (IS_BLANK_CH(CUR)) { in xmlCompileStepPattern()
1065 if (CUR == ':') { in xmlCompileStepPattern()
1067 if (CUR != ':') { in xmlCompileStepPattern()
1071 if (hasBlanks || IS_BLANK_CH(CUR)) { in xmlCompileStepPattern()
1104 if (CUR == '*') { in xmlCompileStepPattern()
1122 if (CUR == '*') { in xmlCompileStepPattern()
1133 if (CUR == ':') { in xmlCompileStepPattern()
1138 if (IS_BLANK_CH(CUR)) { in xmlCompileStepPattern()
1171 if (CUR == '*') { in xmlCompileStepPattern()
1206 } else if (CUR == '*') { in xmlCompileStepPattern()
1238 if (CUR == '/') { in xmlCompilePathPattern()
1240 } else if ((CUR == '.') || (ctxt->comp->flags & XML_PATTERN_NOTPATTERN)) { in xmlCompilePathPattern()
1244 if ((CUR == '/') && (NXT(1) == '/')) { in xmlCompilePathPattern()
1248 } else if ((CUR == '.') && (NXT(1) == '/') && (NXT(2) == '/')) { in xmlCompilePathPattern()
1255 if (CUR == 0) { in xmlCompilePathPattern()
1262 if (CUR == '@') { in xmlCompilePathPattern()
1267 if (CUR != 0) { in xmlCompilePathPattern()
1273 if (CUR == '/') { in xmlCompilePathPattern()
1278 if (CUR == 0) { in xmlCompilePathPattern()
1289 while (CUR == '/') { in xmlCompilePathPattern()
1302 if (CUR == 0) { in xmlCompilePathPattern()
1314 if (CUR != 0) { in xmlCompilePathPattern()
1335 if (CUR == '/') { in xmlCompileIDCXPathPath()
1343 if (CUR == '.') { in xmlCompileIDCXPathPath()
1347 if (CUR == 0) { in xmlCompileIDCXPathPath()
1354 if (CUR != '/') { in xmlCompileIDCXPathPath()
1363 if (CUR == '/') { in xmlCompileIDCXPathPath()
1377 if (CUR == 0) in xmlCompileIDCXPathPath()
1388 if (CUR != '/') in xmlCompileIDCXPathPath()
1393 if (CUR == '/') { in xmlCompileIDCXPathPath()
1402 if (CUR == 0) in xmlCompileIDCXPathPath()
1405 } while (CUR != 0); in xmlCompileIDCXPathPath()
1407 if (CUR != 0) { in xmlCompileIDCXPathPath()