subexp_to         577 maint/gnulib/lib/regex_internal.h   Idx subexp_to;
subexp_to        1959 maint/gnulib/lib/regexec.c   if (lim->subexp_to < str_idx)
subexp_to        1964 maint/gnulib/lib/regexec.c   boundaries |= (str_idx == lim->subexp_to) << 1;
subexp_to        1994 maint/gnulib/lib/regexec.c       if (ent->subexp_to == str_idx)
subexp_to        2104 maint/gnulib/lib/regexec.c 	  subexp_len = entry->subexp_to - entry->subexp_from;
subexp_to        2539 maint/gnulib/lib/regexec.c 	  subexp_len = bkref_ent->subexp_to - bkref_ent->subexp_from;
subexp_to        2543 maint/gnulib/lib/regexec.c 	  dest_str_idx = (cur_str_idx + bkref_ent->subexp_to
subexp_to        3167 maint/gnulib/lib/regexec.c       to_idx = cur_str + ent->subexp_to - ent->subexp_from;
subexp_to        4112 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].subexp_to = to;