nbkref_ents       596 maint/gnulib/lib/regex_internal.h   Idx nbkref_ents;
nbkref_ents       783 maint/gnulib/lib/regexec.c       mctx.state_log_top = mctx.nbkref_ents = mctx.max_mb_elem_len = 0;
nbkref_ents      2523 maint/gnulib/lib/regexec.c       bkc_idx = mctx->nbkref_ents;
nbkref_ents      2531 maint/gnulib/lib/regexec.c       for (; bkc_idx < mctx->nbkref_ents; ++bkc_idx)
nbkref_ents      4066 maint/gnulib/lib/regexec.c   mctx->nbkref_ents = 0;
nbkref_ents      4090 maint/gnulib/lib/regexec.c   if (mctx->nbkref_ents >= mctx->abkref_ents)
nbkref_ents      4101 maint/gnulib/lib/regexec.c       memset (mctx->bkref_ents + mctx->nbkref_ents, '\0',
nbkref_ents      4105 maint/gnulib/lib/regexec.c   if (mctx->nbkref_ents > 0
nbkref_ents      4106 maint/gnulib/lib/regexec.c       && mctx->bkref_ents[mctx->nbkref_ents - 1].str_idx == str_idx)
nbkref_ents      4107 maint/gnulib/lib/regexec.c     mctx->bkref_ents[mctx->nbkref_ents - 1].more = 1;
nbkref_ents      4109 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].node = node;
nbkref_ents      4110 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx;
nbkref_ents      4111 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].subexp_from = from;
nbkref_ents      4112 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].subexp_to = to;
nbkref_ents      4122 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].eps_reachable_subexps_map
nbkref_ents      4125 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents++].more = 0;
nbkref_ents      4138 maint/gnulib/lib/regexec.c   last = right = mctx->nbkref_ents;