nbkref_ents       605 maint/gnulib/lib/regex_internal.h   Idx nbkref_ents;
nbkref_ents       792 maint/gnulib/lib/regexec.c       mctx.state_log_top = mctx.nbkref_ents = mctx.max_mb_elem_len = 0;
nbkref_ents      2548 maint/gnulib/lib/regexec.c       bkc_idx = mctx->nbkref_ents;
nbkref_ents      2556 maint/gnulib/lib/regexec.c       for (; bkc_idx < mctx->nbkref_ents; ++bkc_idx)
nbkref_ents      4110 maint/gnulib/lib/regexec.c   mctx->nbkref_ents = 0;
nbkref_ents      4134 maint/gnulib/lib/regexec.c   if (mctx->nbkref_ents >= mctx->abkref_ents)
nbkref_ents      4145 maint/gnulib/lib/regexec.c       memset (mctx->bkref_ents + mctx->nbkref_ents, '\0',
nbkref_ents      4149 maint/gnulib/lib/regexec.c   if (mctx->nbkref_ents > 0
nbkref_ents      4150 maint/gnulib/lib/regexec.c       && mctx->bkref_ents[mctx->nbkref_ents - 1].str_idx == str_idx)
nbkref_ents      4151 maint/gnulib/lib/regexec.c     mctx->bkref_ents[mctx->nbkref_ents - 1].more = 1;
nbkref_ents      4153 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].node = node;
nbkref_ents      4154 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx;
nbkref_ents      4155 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].subexp_from = from;
nbkref_ents      4156 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].subexp_to = to;
nbkref_ents      4166 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].eps_reachable_subexps_map
nbkref_ents      4169 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents++].more = 0;
nbkref_ents      4182 maint/gnulib/lib/regexec.c   last = right = mctx->nbkref_ents;