Searched refs:cost_subst (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.c163 reach->params.cost_subst = default_params.cost_subst;
165 reach->params.cost_subst = value;
261 default_params.cost_subst));
695 if (reach[id].params.cost_subst != TRE_PARAM_UNSET)
696 cost += reach[id].params.cost_subst;
715 if (reach[id].params.cost_subst != TRE_PARAM_UNSET)
716 cost0 += reach[id].params.cost_subst;
718 cost0 += default_params.cost_subst;
H A Dtre.h183 int cost_subst; /* Default cost of a substituted 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;
773 cost_subst = cost;
873 if (cost_subst == TRE_PARAM_UNSET)
893 params[TRE_PARAM_COST_SUBST] = cost_subst;
905 min, max, cost_ins, cost_del, cost_subst, cost_max,
H A Dregexec.c338 params->cost_subst = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c73 &self->ap.max_cost, &self->ap.cost_subst,
93 self->ap.cost_subst, self->ap.max_del,
107 { "subcost", T_INT, offsetof(TreFuzzynessObject, ap.cost_subst), 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c592 match_params.cost_subst = atoi(optarg);

Completed in 119 milliseconds