re_sub_match_top_t  599 lib/regex_internal.h   re_sub_match_top_t **sub_tops;
re_sub_match_top_t   29 lib/regexec.c  static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
re_sub_match_top_t  131 lib/regexec.c  				     const re_sub_match_top_t *sub_top,
re_sub_match_top_t 2630 lib/regexec.c        re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx];
re_sub_match_top_t 2760 lib/regexec.c  get_subexp_sub (re_match_context_t *mctx, const re_sub_match_top_t *sub_top,
re_sub_match_top_t 4019 lib/regexec.c  	     sizeof (re_sub_match_top_t *));
re_sub_match_top_t 4024 lib/regexec.c        mctx->sub_tops = re_malloc (re_sub_match_top_t *, n);
re_sub_match_top_t 4050 lib/regexec.c        re_sub_match_top_t *top = mctx->sub_tops[st_idx];
re_sub_match_top_t 4166 lib/regexec.c        re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops,
re_sub_match_top_t 4167 lib/regexec.c  						   re_sub_match_top_t *,
re_sub_match_top_t 4174 lib/regexec.c    mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t));
re_sub_match_top_t 4187 lib/regexec.c  match_ctx_add_sublast (re_sub_match_top_t *subtop, Idx node, Idx str_idx)