sub_tops          611 maint/gnulib/lib/regex_internal.h   re_sub_match_top_t **sub_tops;
sub_tops         2654 maint/gnulib/lib/regexec.c       re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx];
sub_tops         4067 maint/gnulib/lib/regexec.c       mctx->sub_tops = re_malloc (re_sub_match_top_t *, n);
sub_tops         4068 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (mctx->bkref_ents == NULL || mctx->sub_tops == NULL))
sub_tops         4093 maint/gnulib/lib/regexec.c       re_sub_match_top_t *top = mctx->sub_tops[st_idx];
sub_tops         4120 maint/gnulib/lib/regexec.c   re_free (mctx->sub_tops);
sub_tops         4204 maint/gnulib/lib/regexec.c   DEBUG_ASSERT (mctx->sub_tops != NULL);
sub_tops         4209 maint/gnulib/lib/regexec.c       re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops,
sub_tops         4214 maint/gnulib/lib/regexec.c       mctx->sub_tops = new_array;
sub_tops         4217 maint/gnulib/lib/regexec.c   mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t));
sub_tops         4218 maint/gnulib/lib/regexec.c   if (__glibc_unlikely (mctx->sub_tops[mctx->nsub_tops] == NULL))
sub_tops         4220 maint/gnulib/lib/regexec.c   mctx->sub_tops[mctx->nsub_tops]->node = node;
sub_tops         4221 maint/gnulib/lib/regexec.c   mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx;