subexp_from       576 maint/gnulib/lib/regex_internal.h   Idx subexp_from;
subexp_from      1956 maint/gnulib/lib/regexec.c   if (str_idx < lim->subexp_from)
subexp_from      1963 maint/gnulib/lib/regexec.c   boundaries = (str_idx == lim->subexp_from);
subexp_from      1990 maint/gnulib/lib/regexec.c       if (str_idx <= ent->subexp_from || ent->str_idx < str_idx)
subexp_from      2104 maint/gnulib/lib/regexec.c 	  subexp_len = entry->subexp_to - entry->subexp_from;
subexp_from      2539 maint/gnulib/lib/regexec.c 	  subexp_len = bkref_ent->subexp_to - bkref_ent->subexp_from;
subexp_from      2544 maint/gnulib/lib/regexec.c 			  - bkref_ent->subexp_from);
subexp_from      3167 maint/gnulib/lib/regexec.c       to_idx = cur_str + ent->subexp_to - ent->subexp_from;
subexp_from      4111 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].subexp_from = from;