Lines Matching refs:next
49 if (p->next) printf(", ");
50 p=p->next;
55 q=q->next;
71 d = d->next;
98 struct import_info* next;
119 import->next = g_imports;
266 items = items->next;
380 items = items->next;
466 goto next;
474 goto next;
490 goto next;
540 next:
542 arg = arg->next;
578 member = member->next;
582 items = items->next;
598 const document_item_type* next = items->next;
600 if (items->next != NULL && next->item_type != USER_DATA_TYPE) {
602 if (next->item_type == INTERFACE_TYPE_BINDER) {
603 lineno = ((interface_type*)next)->interface_token.lineno;
605 else if (next->item_type == INTERFACE_TYPE_RPC) {
606 lineno = ((interface_type*)next)->interface_token.lineno;
665 if (import->next == NULL) {
671 import = import->next;
683 import = import->next;
912 item = item->next;
924 item = item->next;
977 import = import->next;
990 import = import->next;
998 import = import->next;
1009 import = import->next;