subexp_to         586 maint/gnulib/lib/regex_internal.h   Idx subexp_to;
subexp_to        1977 maint/gnulib/lib/regexec.c   if (lim->subexp_to < str_idx)
subexp_to        1982 maint/gnulib/lib/regexec.c   boundaries |= (str_idx == lim->subexp_to) << 1;
subexp_to        2012 maint/gnulib/lib/regexec.c       if (ent->subexp_to == str_idx)
subexp_to        2122 maint/gnulib/lib/regexec.c 	  subexp_len = entry->subexp_to - entry->subexp_from;
subexp_to        2564 maint/gnulib/lib/regexec.c 	  subexp_len = bkref_ent->subexp_to - bkref_ent->subexp_from;
subexp_to        2568 maint/gnulib/lib/regexec.c 	  dest_str_idx = (cur_str_idx + bkref_ent->subexp_to
subexp_to        3195 maint/gnulib/lib/regexec.c       to_idx = cur_str + ent->subexp_to - ent->subexp_from;
subexp_to        4156 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].subexp_to = to;