Home
last modified time | relevance | path

Searched refs:match_text (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dregexp.h113 char_u *match_text; // plain text to match with member
H A Dregexp_nfa.c2953 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() argument
5658 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()