Searched refs:rm_eo (Results 1 – 7 of 7) sorted by relevance
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()
88 if (pmatch[0].rm_eo != pmatch[0].rm_so + 13 in do_test()89 || pmatch[0].rm_eo > len in do_test()106 || pmatch[l].rm_eo != pmatch[l].rm_so + 1 in do_test()
828 …!= -1 || match[nmatch-1].rm_eo != -1) && (!(test & TEST_IGNORE_POSITION) || (match[nmatch-1].rm_so… in matchprint()835 matchoffprint(match[i].rm_eo); 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()1162 state.NOMATCH.rm_so = state.NOMATCH.rm_eo = -2; in old_main()
230 length = pmatch[0].rm_eo; in regexec()433 rval = pmatch[0].rm_eo - start; in re_search_stub()490 regs->end[i] = pmatch[i].rm_eo; in re_copy_regs()802 pmatch[0].rm_eo = mctx.match_last; in re_search_internal()825 pmatch[reg_idx].rm_eo = in re_search_internal()834 pmatch[reg_idx].rm_eo += match_first; in re_search_internal()839 pmatch[nmatch + reg_idx].rm_eo = -1; in re_search_internal()848 pmatch[reg_idx + 1].rm_eo in re_search_internal()1446 pmatch[reg_num].rm_eo = -1; in update_regs()1457 pmatch[reg_num].rm_eo = cur_idx; in update_regs()[all …]
8126 pmatch[r].rm_eo = regs.end[r]; in regexec()
450 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */ member
1031 tmp_sym_match->eo = match[0].rm_eo; in sym_re_search()
Completed in 26 milliseconds