rm_eo             158 lib/common/operations.c         *rsc_id = strndup(key+pmatch[1].rm_so, pmatch[1].rm_eo-pmatch[1].rm_so);
rm_eo             162 lib/common/operations.c         *op_type = strndup(key+pmatch[2].rm_so, pmatch[2].rm_eo-pmatch[2].rm_so);
rm_eo             675 lib/pengine/rules.c                 match_data->pmatch[i].rm_eo > match_data->pmatch[i].rm_so) {
rm_eo             676 lib/pengine/rules.c                 len += p - last_match_index + (match_data->pmatch[i].rm_eo - match_data->pmatch[i].rm_so);
rm_eo             697 lib/pengine/rules.c                 match_data->pmatch[i].rm_eo > match_data->pmatch[i].rm_so) {
rm_eo             699 lib/pengine/rules.c                 int match_len = match_data->pmatch[i].rm_eo - match_data->pmatch[i].rm_so;
rm_eo             520 maint/gnulib/lib/regex.h   regoff_t rm_eo;  /* Byte offset from string's start to substring's end.  */
rm_eo             206 maint/gnulib/lib/regexec.c       length = pmatch[0].rm_eo;
rm_eo             448 maint/gnulib/lib/regexec.c 	  rval = pmatch[0].rm_eo - start;
rm_eo             516 maint/gnulib/lib/regexec.c       regs->end[i] = pmatch[i].rm_eo;
rm_eo             839 maint/gnulib/lib/regexec.c 	pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1;
rm_eo             843 maint/gnulib/lib/regexec.c       pmatch[0].rm_eo = mctx.match_last;
rm_eo             869 maint/gnulib/lib/regexec.c 		pmatch[reg_idx].rm_eo =
rm_eo             870 maint/gnulib/lib/regexec.c 		  (pmatch[reg_idx].rm_eo == mctx.input.valid_len
rm_eo             872 maint/gnulib/lib/regexec.c 		   : mctx.input.offsets[pmatch[reg_idx].rm_eo]);
rm_eo             878 maint/gnulib/lib/regexec.c 	    pmatch[reg_idx].rm_eo += match_first;
rm_eo             883 maint/gnulib/lib/regexec.c 	  pmatch[nmatch + reg_idx].rm_eo = -1;
rm_eo             892 maint/gnulib/lib/regexec.c 	      pmatch[reg_idx + 1].rm_eo
rm_eo             893 maint/gnulib/lib/regexec.c 		= pmatch[dfa->subexp_map[reg_idx] + 1].rm_eo;
rm_eo            1274 maint/gnulib/lib/regexec.c 	    naccepted = regs[subexp_idx].rm_eo - regs[subexp_idx].rm_so;
rm_eo            1279 maint/gnulib/lib/regexec.c 		  || regs[subexp_idx].rm_eo == -1)
rm_eo            1416 maint/gnulib/lib/regexec.c   for (idx = pmatch[0].rm_so; idx <= pmatch[0].rm_eo ;)
rm_eo            1420 maint/gnulib/lib/regexec.c       if ((idx == pmatch[0].rm_eo && cur_node == mctx->last_node)
rm_eo            1428 maint/gnulib/lib/regexec.c 		if (pmatch[reg_idx].rm_so > -1 && pmatch[reg_idx].rm_eo == -1)
rm_eo            1502 maint/gnulib/lib/regexec.c 	  pmatch[reg_num].rm_eo = -1;
rm_eo            1513 maint/gnulib/lib/regexec.c 	      pmatch[reg_num].rm_eo = cur_idx;
rm_eo            1531 maint/gnulib/lib/regexec.c 		pmatch[reg_num].rm_eo = cur_idx;
rm_eo              54 maint/gnulib/tests/test-regex-quote.c     ASSERT (match[0].rm_eo == strlen (literal));
rm_eo              71 maint/gnulib/tests/test-regex-quote.c     ASSERT (match[0].rm_eo == strlen (literal));
rm_eo             153 maint/gnulib/tests/test-regex.c               || rm[n].rm_eo != tests[i].rm[n].rm_eo)
rm_eo             155 maint/gnulib/tests/test-regex.c 	    if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1)
rm_eo             159 maint/gnulib/tests/test-regex.c                           (int) rm[n].rm_so, (int) rm[n].rm_eo);