Searched refs:first (Results 1 – 1 of 1) sorted by relevance
/iconv/ |
A D | gconv_db.c | 431 struct derivation_step *first, *current, **lastp, *solution = NULL; in find_derivation() local 476 first = NEW_STEP (fromset_expand, 0, 0, NULL, NULL); in find_derivation() 477 first->next = NEW_STEP (fromset, 0, 0, NULL, NULL); in find_derivation() 478 lastp = &first->next->next; in find_derivation() 482 first = NEW_STEP (fromset, 0, 0, NULL, NULL); in find_derivation() 483 lastp = &first->next; in find_derivation() 486 for (current = first; current != NULL; current = current->next) in find_derivation() 576 for (step = first; step != NULL; step = step->next) in find_derivation() 597 for (step = first; step != NULL; in find_derivation()
|
Completed in 6 milliseconds