bkref_ent        2560 maint/gnulib/lib/regexec.c 	  struct re_backref_cache_entry *bkref_ent;
bkref_ent        2561 maint/gnulib/lib/regexec.c 	  bkref_ent = mctx->bkref_ents + bkc_idx;
bkref_ent        2562 maint/gnulib/lib/regexec.c 	  if (bkref_ent->node != node_idx || bkref_ent->str_idx != cur_str_idx)
bkref_ent        2564 maint/gnulib/lib/regexec.c 	  subexp_len = bkref_ent->subexp_to - bkref_ent->subexp_from;
bkref_ent        2568 maint/gnulib/lib/regexec.c 	  dest_str_idx = (cur_str_idx + bkref_ent->subexp_to
bkref_ent        2569 maint/gnulib/lib/regexec.c 			  - bkref_ent->subexp_from);