Lines Matching refs:cost
60 int cost; member
230 int cost; member
236 { .from = From, .to = To, .module = Name, .cost = Cost },
523 const char *filename, size_t filelen, int cost, size_t need_ext) in new_module() argument
539 new_module->cost = cost; in new_module()
586 int cost; in add_module() local
617 cost = 1; in add_module()
625 cost = strtol (rp, &endp, 10); in add_module()
626 if (rp == endp || cost < 1) in add_module()
628 cost = 1; in add_module()
648 cost, need_ext); in add_module()
746 builtin_trans[cnt].cost, 0); in add_builtins()