sub_tops          602 maint/gnulib/lib/regex_internal.h   re_sub_match_top_t **sub_tops;
sub_tops         2629 maint/gnulib/lib/regexec.c       re_sub_match_top_t *sub_top = mctx->sub_tops[sub_top_idx];
sub_tops         4023 maint/gnulib/lib/regexec.c       mctx->sub_tops = re_malloc (re_sub_match_top_t *, n);
sub_tops         4024 maint/gnulib/lib/regexec.c       if (__glibc_unlikely (mctx->bkref_ents == NULL || mctx->sub_tops == NULL))
sub_tops         4049 maint/gnulib/lib/regexec.c       re_sub_match_top_t *top = mctx->sub_tops[st_idx];
sub_tops         4076 maint/gnulib/lib/regexec.c   re_free (mctx->sub_tops);
sub_tops         4160 maint/gnulib/lib/regexec.c   DEBUG_ASSERT (mctx->sub_tops != NULL);
sub_tops         4165 maint/gnulib/lib/regexec.c       re_sub_match_top_t **new_array = re_realloc (mctx->sub_tops,
sub_tops         4170 maint/gnulib/lib/regexec.c       mctx->sub_tops = new_array;
sub_tops         4173 maint/gnulib/lib/regexec.c   mctx->sub_tops[mctx->nsub_tops] = calloc (1, sizeof (re_sub_match_top_t));
sub_tops         4174 maint/gnulib/lib/regexec.c   if (__glibc_unlikely (mctx->sub_tops[mctx->nsub_tops] == NULL))
sub_tops         4176 maint/gnulib/lib/regexec.c   mctx->sub_tops[mctx->nsub_tops]->node = node;
sub_tops         4177 maint/gnulib/lib/regexec.c   mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx;