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

  /src/external/bsd/tre/dist/lib/
tre.h 208 int cost_del; /* Default cost of a deleted 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;
780 cost_del = cost;
879 if (cost_del == TRE_PARAM_UNSET)
906 params[TRE_PARAM_COST_DEL] = cost_del;
919 min, max, cost_ins, cost_del, cost_subst, cost_max,
  /src/external/bsd/tre/dist/include/tre/
tre.h 182 int cost_del; /* Default cost of a deleted character. */ member in struct:__anon8172

Completed in 48 milliseconds