Home
last modified time | relevance | path

Searched refs:TRE_PARAM_UNSET (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/tre/dist/lib/
Dtre-match-approx.c135 else if (value != TRE_PARAM_UNSET) in tre_set_params()
142 else if (value != TRE_PARAM_UNSET) in tre_set_params()
156 else if (value != TRE_PARAM_UNSET) in tre_set_params()
163 else if (value != TRE_PARAM_UNSET) in tre_set_params()
170 else if (value != TRE_PARAM_UNSET) in tre_set_params()
177 else if (value != TRE_PARAM_UNSET) in tre_set_params()
184 else if (value != TRE_PARAM_UNSET) in tre_set_params()
403 if (reach[id].params.cost_ins != TRE_PARAM_UNSET) in tre_tnfa_run_approx()
423 if (reach[id].params.cost_ins != TRE_PARAM_UNSET) in tre_tnfa_run_approx()
499 if (reach_p->params.cost_del != TRE_PARAM_UNSET) in tre_tnfa_run_approx()
[all …]
Dtre-parse.c625 cost_ins = cost_del = cost_subst = cost_max = TRE_PARAM_UNSET; in tre_parse_bound()
626 limit_ins = limit_del = limit_subst = limit_err = TRE_PARAM_UNSET; in tre_parse_bound()
869 if (limit_ins == TRE_PARAM_UNSET) in tre_parse_bound()
871 if (cost_ins == TRE_PARAM_UNSET) in tre_parse_bound()
877 if (limit_del == TRE_PARAM_UNSET) in tre_parse_bound()
879 if (cost_del == TRE_PARAM_UNSET) in tre_parse_bound()
885 if (limit_subst == TRE_PARAM_UNSET) in tre_parse_bound()
887 if (cost_subst == TRE_PARAM_UNSET) in tre_parse_bound()
894 if (cost_max == TRE_PARAM_UNSET) in tre_parse_bound()
896 if (limit_err == TRE_PARAM_UNSET) in tre_parse_bound()
[all …]
Dtre-internal.h209 #define TRE_PARAM_UNSET -1 macro
Dtre-ast.c121 if (params[i] == TRE_PARAM_UNSET) in tre_print_params()
Dtre-compile.c1146 if (params[i] != TRE_PARAM_UNSET) in tre_set_union()
1188 if (params[i] != TRE_PARAM_UNSET) in tre_set_union()
1714 trans->params[i] = TRE_PARAM_UNSET; in tre_make_trans()
1715 if (p1->params && p1->params[i] != TRE_PARAM_UNSET) in tre_make_trans()
1717 if (p2->params && p2->params[i] != TRE_PARAM_UNSET) in tre_make_trans()