Home | History | Annotate | Download | only in src

Lines Matching defs:NEXT

140     for (i = 0;cur != NULL;cur = cur->next) {
185 for (i = 0;i <= no;cur = cur->next) {
890 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
896 * NEXT Skip to the next character, this does the proper decoding
907 while (IS_BLANK_CH(*(ctxt->cur))) NEXT
910 #define NEXT ((*ctxt->cur) ? ctxt->cur++: ctxt->cur)
991 NEXT;
1007 NEXT;
1014 NEXT;
1018 NEXT;
1081 NEXT;
1132 * attempt to evaluate the next one, if any. The result of the first
1231 NEXT;
1235 NEXT;
1582 * Skip to next node in document order
1649 if (last->next != NULL)
1650 last = last->next;
1666 while (last->next != NULL)
1667 last = last->next;
1710 node = node->next;
2298 * Advance to the next element or text node in document order
2305 next:
2315 if (cur->next != NULL) {
2316 cur = cur->next;
2324 if (cur->next != NULL) {
2325 cur = cur->next;
2340 goto next;
2521 * Search the next occurrence of @string within the document content
2915 NEXT;
2997 NEXT;