subexp_from       585 maint/gnulib/lib/regex_internal.h   Idx subexp_from;
subexp_from      1974 maint/gnulib/lib/regexec.c   if (str_idx < lim->subexp_from)
subexp_from      1981 maint/gnulib/lib/regexec.c   boundaries = (str_idx == lim->subexp_from);
subexp_from      2008 maint/gnulib/lib/regexec.c       if (str_idx <= ent->subexp_from || ent->str_idx < str_idx)
subexp_from      2122 maint/gnulib/lib/regexec.c 	  subexp_len = entry->subexp_to - entry->subexp_from;
subexp_from      2564 maint/gnulib/lib/regexec.c 	  subexp_len = bkref_ent->subexp_to - bkref_ent->subexp_from;
subexp_from      2569 maint/gnulib/lib/regexec.c 			  - bkref_ent->subexp_from);
subexp_from      3195 maint/gnulib/lib/regexec.c       to_idx = cur_str + ent->subexp_to - ent->subexp_from;
subexp_from      4155 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].subexp_from = from;