Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-parse.c70 tre_expand_macro(const tre_char_t *regex, const tre_char_t *regex_end, in tre_expand_macro() argument
76 if (regex >= regex_end) in tre_expand_macro()
596 tre_parse_int(const tre_char_t **regex, const tre_char_t *regex_end) in tre_parse_int() argument
600 while (r < regex_end && *r >= L'0' && *r <= L'9') in tre_parse_int()