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

/freebsd-11.0-release/contrib/libgnuregex/
H A Dregex_internal.h522 /* Array type used in re_sub_match_last_t and re_sub_match_top_t. */
552 } re_sub_match_top_t; typedef in typeref:struct:__anon1954
589 re_sub_match_top_t **sub_tops;
H A Dregexec.c31 static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
154 const re_sub_match_top_t *sub_top,
2727 re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx];
2853 get_subexp_sub (re_match_context_t *mctx, const re_sub_match_top_t *sub_top,
4182 mctx->sub_tops = re_malloc (re_sub_match_top_t *, n);
4209 re_sub_match_top_t *top = mctx->sub_tops[st_idx];
4329 re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops,
4330 re_sub_match_top_t *,
4337 mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t));
4350 match_ctx_add_sublast (re_sub_match_top_t *subto
[all...]

Completed in 95 milliseconds