Home
last modified time | relevance | path

Searched refs:RE_FUZZY_VAL_MIN_DEL (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex.c183 #define RE_FUZZY_VAL_MIN_DEL (RE_FUZZY_VAL_MIN_BASE + RE_FUZZY_DEL) macro
9610 if (del_count < values[RE_FUZZY_VAL_MIN_DEL] || del_count > in fuzzy_within_constraints()
23828 start_node->values[RE_FUZZY_VAL_MIN_DEL] = args->code[2]; /* Deletion minimum. */
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex.c169 #define RE_FUZZY_VAL_MIN_DEL (RE_FUZZY_VAL_MIN_BASE + RE_FUZZY_DEL) macro
9548 if (del_count < values[RE_FUZZY_VAL_MIN_DEL] || del_count > in fuzzy_within_constraints()
23650 start_node->values[RE_FUZZY_VAL_MIN_DEL] = args->code[2]; /* Deletion minimum. */ in build_FUZZY()