Home
last modified time | relevance | path

Searched defs:cost_subst (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/lib/libc/tre-regex/
H A Dregex.h104 int cost_subst; /* Default cost of a substituted character. */ member
/dflybsd-src/contrib/tre/lib/
H A Dtre-parse.c906 int cost_ins, cost_del, cost_subst, cost_max; in tre_parse_bound() local