Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c266 static save_se_T *nfa_endp = NULL; variable
4579 && (nfa_endp == NULL in addstate()
5417 nfa_endp = endposp; in recursive_regmatch()
5438 nfa_endp = save_nfa_endp; in recursive_regmatch()
5998 if (nfa_endp != NULL) in nfa_regmatch()
6003 (int)nfa_endp->se_u.pos.lnum, in nfa_regmatch()
6005 nfa_endp->se_u.pos.col); in nfa_regmatch()
6014 if (nfa_endp != NULL && (REG_MULTI in nfa_regmatch()
6017 != nfa_endp->se_u.pos.col) in nfa_regmatch()
7064 || (nfa_endp != NULL in nfa_regmatch()
[all …]