Searched refs:match_text (Results 1 – 2 of 2) sorted by relevance
113 char_u *match_text; // plain text to match with member
2953 if (prog->match_text != NULL) in nfa_dump()2954 fprintf(debugf, "match_text: \"%s\"\n", prog->match_text); in nfa_dump()5647 find_match_text(colnr_T startcol, int regstart, char_u *match_text) in find_match_text() argument5658 for (len1 = 0; match_text[len1] != NUL; len1 += MB_CHAR2LEN(c1)) in find_match_text()5660 c1 = PTR2CHAR(match_text + len1); in find_match_text()7422 if (prog->match_text != NULL && !rex.reg_icombine) in nfa_regexec_both()7423 return find_match_text(col, prog->regstart, prog->match_text); in nfa_regexec_both()7550 prog->match_text = nfa_get_match_text(prog->start); in nfa_regcomp()7590 vim_free(((nfa_regprog_T *)prog)->match_text); in nfa_regfree()