Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-parse.c596 tre_parse_int(const tre_char_t **regex, const tre_char_t *regex_end) in tre_parse_int() function
632 min = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
641 max = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
688 limit_ins = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
696 limit_del = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
704 limit_subst = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
712 limit_err = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
748 cost_max = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
765 int cost = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()