Searched refs:cost_ins (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-approx.c149 reach->params.cost_ins = default_params.cost_ins;
151 reach->params.cost_ins = value;
259 default_params.cost_ins,
406 if (reach[id].params.cost_ins != TRE_PARAM_UNSET)
407 cost += reach[id].params.cost_ins;
426 if (reach[id].params.cost_ins != TRE_PARAM_UNSET)
427 cost0 += reach[id].params.cost_ins;
429 cost0 += default_params.cost_ins;
H A Dtre.h181 int cost_ins; /* Default cost of an inserted character. */ member in struct:__anon2739
H A Dtre-parse.c602 int cost_ins, cost_del, cost_subst, cost_max; local
611 cost_ins = cost_del = cost_subst = cost_max = TRE_PARAM_UNSET;
759 cost_ins = cost;
857 if (cost_ins == TRE_PARAM_UNSET)
891 params[TRE_PARAM_COST_INS] = cost_ins;
905 min, max, cost_ins, cost_del, cost_subst, cost_max,
H A Dregexec.c336 params->cost_ins = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c72 &self->ap.cost_del, &self->ap.cost_ins,
92 self->ap.cost_ins, self->ap.max_cost,
102 { "inscost", T_INT, offsetof(TreFuzzynessObject, ap.cost_ins), 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c584 match_params.cost_ins = atoi(optarg);

Completed in 154 milliseconds