Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp.h116 int has_backref; // pattern contains \1 .. \9 member
H A Dregexp_nfa.c7387 rex.nfa_has_backref = prog->has_backref; in nfa_regexec_both()
7543 prog->has_backref = rex.nfa_has_backref; in nfa_regcomp()