Lines Matching defs:conversions
54 " and another message showing the conversions being applied, if any.]"
65 #define SHOW (1<<4) /* show conversions and exit */
90 Pzconvert_t* conversions;
253 * determine a shortest path of conversions from f => t in tab of n elements
375 for (xp = state->conversions; ; xp++)
396 for (xp = state->conversions; xp->from; xp++);
397 i = (xp - state->conversions) * 2 + 1;
401 for (xp = state->conversions; xp->from; xp++)
461 for (xp = state->conversions;; xp++)
549 for (xp = state->conversions, rp = 0, zp = 0;; xp++)
553 i = xp - state->conversions;
566 if (cp = chain(pz, state->conversions, i, f, t))
677 pzdcconvert(Pz_t* pz, const Pzconvert_t* conversions)
690 state->conversions = (Pzconvert_t*)conversions;