Searched refs:tre_char_t (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-parse.h21 const tre_char_t *re;
23 const tre_char_t *re_start;
25 const tre_char_t *re_end;
H A Dregcomp.c26 tre_char_t *wregex;
29 wregex = xmalloc(sizeof(tre_char_t) * (n + 1));
44 tre_char_t *wstr = wregex;
54 tre_char_t *wcptr = wregex;
96 ret = tre_compile(preg, (const tre_char_t *)regex, n, cflags);
H A Dtre.h235 typedef wchar_t tre_char_t; typedef
237 typedef unsigned char tre_char_t; typedef
241 int (*get_next_char)(tre_char_t *c, unsigned int *pos_add, void *context);
H A Dtre-parse.c70 tre_expand_macro(const tre_char_t *regex, const tre_char_t *regex_end,
71 tre_char_t *buf, size_t buf_len)
268 const tre_char_t *re = ctx->re;
316 const tre_char_t *endptr = re + 2;
326 tre_char_t tmp_wcs[64];
332 const tre_char_t *src = tmp_wcs;
596 tre_parse_int(const tre_char_t **regex, const tre_char_t *regex_end)
599 const tre_char_t *
[all...]
H A Dtre-internal.h253 tre_compile(regex_t *preg, const tre_char_t *regex, size_t n, int cflags);
H A Dtre-match-parallel.c98 tre_char_t prev_c = 0, next_c = 0;
H A Dtre-match-backtrack.c189 tre_char_t prev_c = 0, next_c = 0;
H A Dtre-match-approx.c194 tre_char_t prev_c = 0, next_c = 0;
H A Dtre-compile.c1855 tre_compile(regex_t *preg, const tre_char_t *regex, size_t n, int cflags)
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/tests/
H A Dtest-str-source.c31 str_handler_get_next(tre_char_t *c, unsigned int *pos_add, void *context)

Completed in 68 milliseconds