Home
last modified time | relevance | path

Searched refs:next (Results 1 – 3 of 3) sorted by relevance

/iconv/
A Dstrtab.c35 struct Strent *next; member
45 struct memoryblock *next; member
120 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()
A Dgconv_db.c79 struct derivation_step *next; member
90 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 …]
A Diconvconfig.c59 struct module *next; member
97 struct other_conv *next; member
99 struct other_conv_list *next; member
540 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