HomeSort by: relevance | last modified time | path
    Searched defs:cost_subst (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tre/dist/lib/
tre.h 209 int cost_subst; /* Default cost of a substituted character. */ member in struct:__anon8202
tre-parse.c 616 int cost_ins, cost_del, cost_subst, cost_max; local
625 cost_ins = cost_del = cost_subst = cost_max = TRE_PARAM_UNSET;
787 cost_subst = cost;
887 if (cost_subst == TRE_PARAM_UNSET)
907 params[TRE_PARAM_COST_SUBST] = cost_subst;
919 min, max, cost_ins, cost_del, cost_subst, cost_max,
  /src/external/bsd/tre/dist/include/tre/
tre.h 183 int cost_subst; /* Default cost of a substituted character. */ member in struct:__anon8172

Completed in 48 milliseconds