Searched refs:next (Results 1 – 3 of 3) sorted by relevance
35 struct Strent *next; member45 struct memoryblock *next; member120 newmem->next = st->memory; in morememory()135 mb = mb->next; in strtabfree()167 newstr->next = NULL; in newstring()238 for (subs = (*sep)->next; subs; subs = subs->next) in strtabadd()254 newstr->next = (*sep)->next; in strtabadd()255 (*sep)->next = newstr; in strtabadd()263 newstr->next = *sep; in strtabadd()297 for (subs = nodep->next; subs != NULL; subs = subs->next) in copystrings()
79 struct derivation_step *next; member90 newp->next = NULL; \477 first->next = NEW_STEP (fromset, 0, 0, NULL, NULL); in find_derivation()478 lastp = &first->next->next; in find_derivation()483 lastp = &first->next; in find_derivation()546 step->next = solution; in find_derivation()585 lastp = &(*lastp)->next; in find_derivation()598 step = step->next) in find_derivation()622 step = step->next) in find_derivation()660 if (solution->next != NULL) in find_derivation()[all …]
59 struct module *next; member97 struct other_conv *next; member99 struct other_conv_list *next; member540 new_module->next = NULL; in new_module()701 mo->next = module_list[nmodule_list - 1]; in append_module()795 for (runp = module_list[i]; runp != NULL; runp = runp->next) in generate_name_list()879 newp->next = name_info[from_idx].other_conv_list; in generate_name_info()1116 runp->next == NULL in write_output()1117 ? other->dest_idx : runp->next->module_idx; in write_output()1124 runp = runp->next; in write_output()[all …]
Completed in 10 milliseconds