Home | History | Annotate | Download | only in src

Lines Matching refs:NXT

890  *   NXT(n)  returns the n'th next xmlChar. Same as CUR is should be used only
903 #define NXT(val) ctxt->cur[(val)]
1013 if ((NXT(1) == ')') || (NXT(1) == '(') || (NXT(1) == '^')) {
1217 if ((name == NULL) && (CUR == '/') && (NXT(1) != '1')) {