Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-parse.c260 #define REST(re) (int)(ctx->re_end - (re)), (re)
279 if (re == ctx->re_end) in tre_parse_bracket_items()
294 if (re + 2 < ctx->re_end in tre_parse_bracket_items()
306 else if (re + 1 < ctx->re_end in tre_parse_bracket_items()
309 else if (re + 1 < ctx->re_end in tre_parse_bracket_items()
312 else if (re + 1 < ctx->re_end in tre_parse_bracket_items()
319 while (endptr < ctx->re_end && *endptr != CHAR_COLON) in tre_parse_bracket_items()
321 if (endptr != ctx->re_end) in tre_parse_bracket_items()
630 if (r < ctx->re_end && *r >= L'0' && *r <= L'9') { in tre_parse_bound()
632 min = tre_parse_int(&r, ctx->re_end); in tre_parse_bound()
[all …]
H A Dtre-parse.h25 const tre_char_t *re_end; member