bkref_str_off    2656 maint/gnulib/lib/regexec.c       Idx sub_last_idx, sl_str, bkref_str_off;
bkref_str_off    2662 maint/gnulib/lib/regexec.c       bkref_str_off = bkref_str_idx;
bkref_str_off    2674 maint/gnulib/lib/regexec.c 	      if (__glibc_unlikely (bkref_str_off + sl_str_diff
bkref_str_off    2678 maint/gnulib/lib/regexec.c 		  if (bkref_str_off + sl_str_diff > mctx->input.len)
bkref_str_off    2682 maint/gnulib/lib/regexec.c 						   bkref_str_off
bkref_str_off    2688 maint/gnulib/lib/regexec.c 	      if (memcmp (buf + bkref_str_off, buf + sl_str, sl_str_diff) != 0)
bkref_str_off    2692 maint/gnulib/lib/regexec.c 	  bkref_str_off += sl_str_diff;
bkref_str_off    2722 maint/gnulib/lib/regexec.c 	      if (__glibc_unlikely (bkref_str_off >= mctx->input.valid_len))
bkref_str_off    2725 maint/gnulib/lib/regexec.c 		  if (bkref_str_off >= mctx->input.len)
bkref_str_off    2728 maint/gnulib/lib/regexec.c 		  err = extend_buffers (mctx, bkref_str_off + 1);
bkref_str_off    2734 maint/gnulib/lib/regexec.c 	      if (buf [bkref_str_off++] != buf[sl_str - 1])