Searched refs:NEW_STEP (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/iconv/ |
D | gconv_db.c | 82 #define NEW_STEP(result, hi, lo, module, last_mod) \ macro 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() 482 first = NEW_STEP (fromset, 0, 0, NULL, NULL); in find_derivation() 543 step = NEW_STEP (result_set, in find_derivation() 582 *lastp = NEW_STEP (result_set, in find_derivation()
|