abkref_ents       606 maint/gnulib/lib/regex_internal.h   Idx abkref_ents;
abkref_ents      4076 maint/gnulib/lib/regexec.c   mctx->abkref_ents = n;
abkref_ents      4134 maint/gnulib/lib/regexec.c   if (mctx->nbkref_ents >= mctx->abkref_ents)
abkref_ents      4138 maint/gnulib/lib/regexec.c 			      mctx->abkref_ents * 2);
abkref_ents      4146 maint/gnulib/lib/regexec.c 	      sizeof (struct re_backref_cache_entry) * mctx->abkref_ents);
abkref_ents      4147 maint/gnulib/lib/regexec.c       mctx->abkref_ents *= 2;