Searched refs:rm_so (Results 1 – 7 of 7) sorted by relevance
88 if (pmatch[0].rm_eo != pmatch[0].rm_so + 13 in do_test()90 || pmatch[0].rm_so < len - 100 in do_test()91 || strncmp(string + pmatch[0].rm_so, in do_test()105 if (pmatch[l].rm_so != pmatch[0].rm_so + j in do_test()106 || pmatch[l].rm_eo != pmatch[l].rm_so + 1 in do_test()
41 exitcode = mat[0].rm_so != 0 || mat[0].rm_eo != 6; in main()43 mat[0].rm_so, mat[0].rm_eo, in main()
828 …if ((match[nmatch-1].rm_so != -1 || match[nmatch-1].rm_eo != -1) && (!(test & TEST_IGNORE_POSITION… in matchprint()833 matchoffprint(match[i].rm_so); in matchprint()897 if (m!=match[i].rm_so || n!=match[i].rm_eo) in matchcheck()909 if (match[i].rm_so!=-1 || match[i].rm_eo!=-1) in matchcheck()913 if ((test & TEST_IGNORE_POSITION) && (match[i].rm_so<0 || match[i].rm_eo<0)) in matchcheck()927 if (!(test & TEST_IGNORE_OVER) && match[nmatch].rm_so != state.NOMATCH.rm_so) in matchcheck()1162 state.NOMATCH.rm_so = state.NOMATCH.rm_eo = -2; in old_main()2059 if (match[0].rm_so != state.NOMATCH.rm_so) in old_main()
229 start = pmatch[0].rm_so; in regexec()432 assert (pmatch[0].rm_so == start); in re_search_stub()436 rval = pmatch[0].rm_so; in re_search_stub()489 regs->start[i] = pmatch[i].rm_so; in re_copy_regs()801 pmatch[0].rm_so = 0; in re_search_internal()816 if (pmatch[reg_idx].rm_so != -1) in re_search_internal()821 pmatch[reg_idx].rm_so = in re_search_internal()838 pmatch[nmatch + reg_idx].rm_so = -1; in re_search_internal()846 pmatch[reg_idx + 1].rm_so in re_search_internal()1445 pmatch[reg_num].rm_so = cur_idx; in update_regs()[all …]
8125 pmatch[r].rm_so = regs.start[r]; in regexec()
449 regoff_t rm_so; /* Byte offset from string's start to substring's start. */ member
1030 tmp_sym_match->so = match[0].rm_so; in sym_re_search()
Completed in 26 milliseconds