Lines Matching refs:next
43 if (p->next) printf(", ");
44 p=p->next;
49 q=q->next;
60 d = d->next;
87 struct import_info* next;
108 import->next = g_imports;
254 items = items->next;
353 items = items->next;
430 goto next;
487 next:
489 arg = arg->next;
524 member = member->next;
528 items = items->next;
544 const document_item_type* next = items->next;
545 next != NULL) {
547 if (next->item_type == INTERFACE_TYPE) {
548 lineno = ((interface_type*)next)->interface_token.lineno;
550 else if (next->item_type == PARCELABLE_TYPE) {
551 lineno = ((parcelable_type*)next)->parcelable_token.lineno;
610 if (import->next == NULL) {
616 import = import->next;
830 import = import->next;
843 import = import->next;
851 import = import->next;
862 import = import->next;