Home | History | Annotate | Download | only in libxml2

Lines Matching refs:NXT

55 #define NXT(index) (ctxt->cur[index])
5018 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {
5024 if ((cur != '-') || (NXT(1) == ']')) {
5102 } else if ((CUR == '-') && (NXT(1) == '[')) {