rm_eo             653 lib/common/rules.c             || (submatches[submatch].rm_eo
rm_eo             658 lib/common/rules.c         match_len = submatches[submatch].rm_eo - submatches[submatch].rm_so;
rm_eo              27 lib/common/tests/rules/pcmk__evaluate_attr_expression_test.c     { .rm_so = 0, .rm_eo = 12 }, // %0 = Entire string
rm_eo              28 lib/common/tests/rules/pcmk__evaluate_attr_expression_test.c     { .rm_so = 7, .rm_eo = 12 }, // %1 = "north"
rm_eo              20 lib/common/tests/rules/pcmk__replace_submatches_test.c     { .rm_so = 0, .rm_eo = 16 },    // %0 = entire string
rm_eo              21 lib/common/tests/rules/pcmk__replace_submatches_test.c     { .rm_so = 5, .rm_eo = 7 },     // %1 = "is"
rm_eo              22 lib/common/tests/rules/pcmk__replace_submatches_test.c     { .rm_so = 9, .rm_eo = 9 },     // %2 = empty match
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);