rm_so 652 lib/common/rules.c || (submatches[submatch].rm_so < 0) // Pattern did not match rm_so 654 lib/common/rules.c <= submatches[submatch].rm_so)) { // Match was empty rm_so 658 lib/common/rules.c match_len = submatches[submatch].rm_eo - submatches[submatch].rm_so; rm_so 663 lib/common/rules.c memcpy(expansion, match + submatches[submatch].rm_so, rm_so 27 lib/common/tests/rules/pcmk__evaluate_attr_expression_test.c { .rm_so = 0, .rm_eo = 12 }, // %0 = Entire string rm_so 28 lib/common/tests/rules/pcmk__evaluate_attr_expression_test.c { .rm_so = 7, .rm_eo = 12 }, // %1 = "north" rm_so 20 lib/common/tests/rules/pcmk__replace_submatches_test.c { .rm_so = 0, .rm_eo = 16 }, // %0 = entire string rm_so 21 lib/common/tests/rules/pcmk__replace_submatches_test.c { .rm_so = 5, .rm_eo = 7 }, // %1 = "is" rm_so 22 lib/common/tests/rules/pcmk__replace_submatches_test.c { .rm_so = 9, .rm_eo = 9 }, // %2 = empty match rm_so 519 maint/gnulib/lib/regex.h regoff_t rm_so; /* Byte offset from string's start to substring's start. */ rm_so 199 maint/gnulib/lib/regexec.c start = pmatch[0].rm_so; rm_so 441 maint/gnulib/lib/regexec.c DEBUG_ASSERT (pmatch[0].rm_so == start); rm_so 445 maint/gnulib/lib/regexec.c rval = pmatch[0].rm_so; rm_so 509 maint/gnulib/lib/regexec.c regs->start[i] = pmatch[i].rm_so; rm_so 830 maint/gnulib/lib/regexec.c pmatch[reg_idx].rm_so = pmatch[reg_idx].rm_eo = -1; rm_so 833 maint/gnulib/lib/regexec.c pmatch[0].rm_so = 0; rm_so 851 maint/gnulib/lib/regexec.c if (pmatch[reg_idx].rm_so != -1) rm_so 855 maint/gnulib/lib/regexec.c pmatch[reg_idx].rm_so = rm_so 856 maint/gnulib/lib/regexec.c (pmatch[reg_idx].rm_so == mctx.input.valid_len rm_so 858 maint/gnulib/lib/regexec.c : mctx.input.offsets[pmatch[reg_idx].rm_so]); rm_so 864 maint/gnulib/lib/regexec.c pmatch[reg_idx].rm_so += match_first; rm_so 869 maint/gnulib/lib/regexec.c pmatch[nmatch + reg_idx].rm_so = -1; rm_so 877 maint/gnulib/lib/regexec.c pmatch[reg_idx + 1].rm_so rm_so 878 maint/gnulib/lib/regexec.c = pmatch[dfa->subexp_map[reg_idx] + 1].rm_so; rm_so 1257 maint/gnulib/lib/regexec.c naccepted = regs[subexp_idx].rm_eo - regs[subexp_idx].rm_so; rm_so 1261 maint/gnulib/lib/regexec.c || regs[subexp_idx].rm_so == -1 rm_so 1268 maint/gnulib/lib/regexec.c || (memcmp (buf + regs[subexp_idx].rm_so, buf + *pidx, rm_so 1399 maint/gnulib/lib/regexec.c for (idx = pmatch[0].rm_so; idx <= pmatch[0].rm_eo ;) rm_so 1411 maint/gnulib/lib/regexec.c if (pmatch[reg_idx].rm_so > -1 && pmatch[reg_idx].rm_eo == -1) rm_so 1484 maint/gnulib/lib/regexec.c pmatch[reg_num].rm_so = cur_idx; rm_so 1494 maint/gnulib/lib/regexec.c if (pmatch[reg_num].rm_so < cur_idx) rm_so 1504 maint/gnulib/lib/regexec.c && prev_idx_match[reg_num].rm_so != -1) rm_so 53 maint/gnulib/tests/test-regex-quote.c ASSERT (match[0].rm_so == 0); rm_so 70 maint/gnulib/tests/test-regex-quote.c ASSERT (match[0].rm_so == 0); rm_so 152 maint/gnulib/tests/test-regex.c if (rm[n].rm_so != tests[i].rm[n].rm_so rm_so 155 maint/gnulib/tests/test-regex.c if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1) rm_so 159 maint/gnulib/tests/test-regex.c (int) rm[n].rm_so, (int) rm[n].rm_eo);