re_sub_match_top_t  627 compat/regex/regex_internal.h   re_sub_match_top_t **sub_tops;
re_sub_match_top_t   32 compat/regex/regexec.c static re_sub_match_last_t * match_ctx_add_sublast (re_sub_match_top_t *subtop,
re_sub_match_top_t  154 compat/regex/regexec.c 				     const re_sub_match_top_t *sub_top,
re_sub_match_top_t 2708 compat/regex/regexec.c       re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx];
re_sub_match_top_t 2834 compat/regex/regexec.c get_subexp_sub (re_match_context_t *mctx, const re_sub_match_top_t *sub_top,
re_sub_match_top_t 4166 compat/regex/regexec.c       mctx->sub_tops = re_malloc (re_sub_match_top_t *, n);
re_sub_match_top_t 4193 compat/regex/regexec.c       re_sub_match_top_t *top = mctx->sub_tops[st_idx];
re_sub_match_top_t 4313 compat/regex/regexec.c       re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops,
re_sub_match_top_t 4314 compat/regex/regexec.c 						   re_sub_match_top_t *,
re_sub_match_top_t 4321 compat/regex/regexec.c   mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t));
re_sub_match_top_t 4334 compat/regex/regexec.c match_ctx_add_sublast (re_sub_match_top_t *subtop, int node, int str_idx)