Lines Matching refs:next
191 (defn = defn->next) && defn->tag == SYM_NORMAL && in is_unknown_symbol()
193 (defn = defn->next) && defn->tag == SYM_NORMAL && in is_unknown_symbol()
344 struct string_list *next = s->next; in free_list() local
346 s = next; in free_list()
357 newnode->next = NULL; in mk_node()
370 for (n2 = n; n2->next; n2 = n2->next) in concat_list()
372 n2->next = start; in concat_list()
398 for (start = start->next; start != end; start = start->next) { in copy_list_range()
399 n->next = copy_node(start); in copy_list_range()
400 n = n->next; in copy_list_range()
402 n->next = NULL; in copy_list_range()
411 a = a->next; in equal_list()
412 b = b->next; in equal_list()
491 def->next = defn; in read_reference()
523 while ((tmp = tmp->next) != NULL) in print_list()
531 while ((list = list->next) != NULL) in print_list()
551 while ((tmp = tmp->next) != NULL) in expand_and_crc_sym()
559 while ((list = list->next) != NULL) in expand_and_crc_sym()