Searched refs:add_to_best_list (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/py-regex/regex-2020.7.14/regex_3/ |
H A D | _regex.c | 17297 Py_LOCAL_INLINE(BOOL) add_to_best_list(RE_State* state, RE_BestList* best_list, in add_to_best_list() function 17402 if (!add_to_best_list(state, &best_list, state->match_pos, in do_best_fuzzy_match() 17413 add_to_best_list(state, &best_list, state->match_pos, in do_best_fuzzy_match()
|
/dports/textproc/py-regex/regex-2020.7.14/regex_2/ |
H A D | _regex.c | 17235 Py_LOCAL_INLINE(BOOL) add_to_best_list(RE_State* state, RE_BestList* best_list, in add_to_best_list() function 17340 if (!add_to_best_list(state, &best_list, state->match_pos, in do_best_fuzzy_match() 17351 add_to_best_list(state, &best_list, state->match_pos, in do_best_fuzzy_match()
|