raw_stop          194 maint/gnulib/lib/regex_internal.c   pstr->raw_stop = pstr->stop;
raw_stop          436 maint/gnulib/lib/regex_internal.c 		    if (pstr->raw_stop > src_idx)
raw_stop          593 maint/gnulib/lib/regex_internal.c       pstr->stop = pstr->raw_stop;
raw_stop          650 maint/gnulib/lib/regex_internal.c 		  pstr->stop = pstr->raw_stop - idx + offset;
raw_stop          701 maint/gnulib/lib/regex_internal.c 	      pstr->stop = pstr->raw_stop - idx + offset;
raw_stop          402 maint/gnulib/lib/regex_internal.h   Idx raw_stop;
raw_stop          642 maint/gnulib/lib/regexec.c   mctx.input.raw_stop = stop;