Lines Matching refs:code
77 struct gconv_module *code; member
88 newp->code = module; \
283 if (current->code->module_name[0] == '/') in gen_steps()
287 __gconv_find_shlib (current->code->module_name); in gen_steps()
334 __gconv_get_builtin_trans (current->code->module_name, in gen_steps()
555 step->code = runp; in find_derivation()
593 step->code = runp; in find_derivation()
600 if (step->code != NULL) in find_derivation()
605 hi = step->code->cost_hi; in find_derivation()
606 lo = step->code->cost_lo; in find_derivation()
608 for (back = step->last; back->code != NULL; in find_derivation()
611 hi += back->code->cost_hi; in find_derivation()
612 lo += back->code->cost_lo; in find_derivation()
624 step->cost_hi = (step->code->cost_hi in find_derivation()
626 step->cost_lo = (step->code->cost_lo in find_derivation()