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             200 maint/gnulib/lib/regexec.c       length = pmatch[0].rm_eo;
rm_eo             442 maint/gnulib/lib/regexec.c 	  rval = pmatch[0].rm_eo - start;
rm_eo             510 maint/gnulib/lib/regexec.c       regs->end[i] = pmatch[i].rm_eo;
rm_eo             830 maint/gnulib/lib/regexec.c 	pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1;
rm_eo             834 maint/gnulib/lib/regexec.c       pmatch[0].rm_eo = mctx.match_last;
rm_eo             859 maint/gnulib/lib/regexec.c 		pmatch[reg_idx].rm_eo =
rm_eo             860 maint/gnulib/lib/regexec.c 		  (pmatch[reg_idx].rm_eo == mctx.input.valid_len
rm_eo             862 maint/gnulib/lib/regexec.c 		   : mctx.input.offsets[pmatch[reg_idx].rm_eo]);
rm_eo             865 maint/gnulib/lib/regexec.c 	    pmatch[reg_idx].rm_eo += match_first;
rm_eo             870 maint/gnulib/lib/regexec.c 	  pmatch[nmatch + reg_idx].rm_eo = -1;
rm_eo             879 maint/gnulib/lib/regexec.c 	      pmatch[reg_idx + 1].rm_eo
rm_eo             880 maint/gnulib/lib/regexec.c 		= pmatch[dfa->subexp_map[reg_idx] + 1].rm_eo;
rm_eo            1257 maint/gnulib/lib/regexec.c 	    naccepted = regs[subexp_idx].rm_eo - regs[subexp_idx].rm_so;
rm_eo            1262 maint/gnulib/lib/regexec.c 		  || regs[subexp_idx].rm_eo == -1)
rm_eo            1399 maint/gnulib/lib/regexec.c   for (idx = pmatch[0].rm_so; idx <= pmatch[0].rm_eo ;)
rm_eo            1403 maint/gnulib/lib/regexec.c       if ((idx == pmatch[0].rm_eo && cur_node == mctx->last_node)
rm_eo            1411 maint/gnulib/lib/regexec.c 		if (pmatch[reg_idx].rm_so > -1 && pmatch[reg_idx].rm_eo == -1)
rm_eo            1485 maint/gnulib/lib/regexec.c 	  pmatch[reg_num].rm_eo = -1;
rm_eo            1496 maint/gnulib/lib/regexec.c 	      pmatch[reg_num].rm_eo = cur_idx;
rm_eo            1514 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);