Lines Matching refs:match_eo
47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo);
194 regoff_t match_eo = -1; /* end offset of match (-1 if no match found yet) */
274 if (match_eo < 0)
301 match_eo = pos;
415 && (match_eo == -1
419 match_eo = pos;
442 match_eo = pos;
456 *match_end_ofs = match_eo;
457 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH;
619 regoff_t match_eo = -1;
746 if (match_eo < pos
747 || (match_eo == pos
754 match_eo = pos;
884 else if (match_eo < 0)
906 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH;
907 *match_end_ofs = match_eo;
931 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo)
938 if (match_eo >= 0 && !(cflags & REG_NOSUB))
945 pmatch[i].rm_so = match_eo;
950 pmatch[i].rm_eo = match_eo;