Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h595 } re_sub_match_top_t; typedef
632 re_sub_match_top_t **sub_tops;
Dregexec.c34 static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
160 const re_sub_match_top_t *sub_top,
2743 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx]; in get_subexp()
2870 get_subexp_sub (re_match_context_t *mctx, const re_sub_match_top_t *sub_top, in get_subexp_sub()
4201 sizeof (re_sub_match_top_t *)); in match_ctx_init()
4206 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n); in match_ctx_init()
4233 re_sub_match_top_t *top = mctx->sub_tops[st_idx]; in match_ctx_clean()
4353 re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops, in match_ctx_add_subtop()
4354 re_sub_match_top_t *, in match_ctx_add_subtop()
4361 mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t)); in match_ctx_add_subtop()
[all …]