Searched defs:conversions (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libpz/
H A Dpzconvert.c54 " and another message showing the conversions being applied, if any.]"
65 #define SHOW (1<<4) /* show conversions and exit */
90 Pzconvert_t* conversions; member in struct:__anon364
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, r
677 pzdcconvert(Pz_t* pz, const Pzconvert_t* conversions) argument
[all...]

Completed in 17 milliseconds