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

  /src/external/bsd/tre/dist/lib/
tre.h 207 int cost_ins; /* Default cost of an inserted 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;
773 cost_ins = cost;
871 if (cost_ins == TRE_PARAM_UNSET)
905 params[TRE_PARAM_COST_INS] = cost_ins;
919 min, max, cost_ins, cost_del, cost_subst, cost_max,
  /src/external/bsd/tre/dist/include/tre/
tre.h 181 int cost_ins; /* Default cost of an inserted character. */ member in struct:__anon8172

Completed in 16 milliseconds