Lines Matching refs:NEXT
140 for (i = 0;cur != NULL;cur = cur->next) {
185 for (i = 0;i <= no;cur = cur->next) {
853 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
859 * NEXT Skip to the next character, this does the proper decoding
870 while (IS_BLANK_CH(*(ctxt->cur))) NEXT
873 #define NEXT ((*ctxt->cur) ? ctxt->cur++: ctxt->cur)
954 NEXT;
970 NEXT;
977 NEXT;
981 NEXT;
1044 NEXT;
1095 * attempt to evaluate the next one, if any. The result of the first
1194 NEXT;
1198 NEXT;
1548 * Skip to next node in document order
1615 if (last->next != NULL)
1616 last = last->next;
1632 while (last->next != NULL)
1633 last = last->next;
1676 node = node->next;
2222 * Advance to the next element or text node in document order
2229 next:
2239 if (cur->next != NULL) {
2240 cur = cur->next;
2248 if (cur->next != NULL) {
2249 cur = cur->next;
2264 goto next;
2444 * Search the next occurrence of @string within the document content
2841 NEXT;
2923 NEXT;