Lines Matching refs: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;
1587 * Skip to next node in document order
1654 if (last->next != NULL)
1655 last = last->next;
1671 while (last->next != NULL)
1672 last = last->next;
1715 node = node->next;
2323 * Advance to the next element or text node in document order
2330 next:
2340 if (cur->next != NULL) {
2341 cur = cur->next;
2349 if (cur->next != NULL) {
2350 cur = cur->next;
2365 goto next;
2545 * Search the next occurrence of @string within the document content
2942 NEXT;
3024 NEXT;